| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-20 | 1 | -3/+27 |
|\ |
|
| * | Merge branch 'fortglx/3.4/rtc' of git://git.linaro.org/people/jstultz/linux i... | Thomas Gleixner | 2012-02-15 | 1 | -3/+27 |
| |\ |
|
| | * | rtc: Disable the alarm in the hardware (v2) | Rabin Vincent | 2012-01-27 | 1 | -2/+13 |
| | * | rtc: Expire alarms after the time is set. (v2) | NeilBrown | 2012-01-27 | 1 | -0/+4 |
| | * | rtc: Avoid setting alarm to a time in the past | John Stultz | 2012-01-27 | 1 | -1/+10 |
* | | | drivers/rtc/rtc-r9701.c: fix crash in r9701_remove() | Anatolij Gustschin | 2012-03-06 | 1 | -7/+7 |
* | | | ARM: at91:rtc/rtc-at91sam9: ioremap register bank | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-13 | 1 | -3/+10 |
|/ / |
|
* | | Revert "RTC: sa1100: remove redundant code of setting alarm" | Russell King | 2012-01-19 | 1 | -12/+41 |
* | | Revert "RTC: sa1100: support sa1100, pxa and mmp soc families" | Russell King | 2012-01-19 | 2 | -178/+80 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 2012-01-14 | 2 | -1/+27 |
|\ |
|
| * | rtc: max8925: Add function to work as wakeup source | Kevin Liu | 2012-01-09 | 1 | -0/+26 |
| * | mfd: Unify abx500 headers in mfd/abx500 | Linus Walleij | 2012-01-09 | 1 | -1/+1 |
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-01-12 | 1 | -3/+3 |
|\ \ |
|
| * \ | Merge commit 'v3.2-rc6' into x86/platform | Ingo Molnar | 2011-12-18 | 3 | -16/+40 |
| |\ \ |
|
| * | | | x86/intel config: Revamp configuration to allow for Moorestown and Medfield | Alan Cox | 2011-12-18 | 1 | -3/+3 |
* | | | | Merge branch 'unicore32' of git://github.com/gxt/linux | Linus Torvalds | 2012-01-11 | 1 | -18/+4 |
|\ \ \ \ |
|
| * | | | | rtc-puv3: solve section mismatch in rtc-puv3.c | Guan Xuetao | 2012-01-10 | 1 | -2/+2 |
| * | | | | rtc-puv3: using module_platform_driver() | Guan Xuetao | 2012-01-10 | 1 | -15/+1 |
| * | | | | rtc-puv3: irq: remove IRQF_DISABLED | Guan Xuetao | 2012-01-10 | 1 | -2/+2 |
* | | | | | drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range | Ben Hutchings | 2012-01-11 | 1 | -2/+2 |
* | | | | | drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030 | Benoit Cousson | 2012-01-11 | 1 | -2/+8 |
* | | | | | drivers/rtc/: remove redundant spi driver bus initialization | Lars-Peter Clausen | 2012-01-11 | 5 | -5/+0 |
* | | | | | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static | Axel Lin | 2012-01-11 | 1 | -1/+1 |
* | | | | | drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static | Axel Lin | 2012-01-11 | 1 | -1/+1 |
* | | | | | rtc: convert drivers/rtc/* to use module_platform_driver() | Axel Lin | 2012-01-11 | 30 | -351/+30 |
* | | | | | drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc() | Mark Brown | 2012-01-11 | 1 | -3/+1 |
* | | | | | drivers/rtc/rtc-wm831x.c: remove unused period IRQ handler | Mark Brown | 2012-01-11 | 1 | -20/+0 |
* | | | | | rtc/ab8500: add calibration attribute to AB8500 RTC | Mark Godfrey | 2012-01-11 | 1 | -0/+112 |
* | | | | | drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range() | Linus Walleij | 2012-01-11 | 1 | -3/+3 |
* | | | | | rtc/ab8500: set can_wake flag | Andrew Lynn | 2012-01-11 | 1 | -0/+2 |
* | | | | | rtc/ab8500: don't disable IRQ:s when suspending | Robert Marklund | 2012-01-11 | 1 | -2/+2 |
* | | | | | drivers/rtc/rtc-mxc.c: make alarm work | Yauhen Kharuzhy | 2012-01-11 | 1 | -53/+59 |
* | | | | | drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoC | Yauhen Kharuzhy | 2012-01-11 | 1 | -0/+11 |
* | | | | | drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writing | Ondrej Zary | 2012-01-11 | 1 | -1/+1 |
* | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 2 | -118/+184 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'samsung/driver' into next/drivers | Arnd Bergmann | 2012-01-09 | 3 | -38/+78 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'drivers/rtc-sa1100' into next/drivers | Arnd Bergmann | 2011-12-28 | 2 | -118/+184 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | RTC: sa1100: support sa1100, pxa and mmp soc families | Jett.Zhou | 2011-12-28 | 2 | -80/+178 |
| | * | | | | | | RTC: sa1100: remove redundant code of setting alarm | Jett.Zhou | 2011-12-28 | 1 | -41/+12 |
| | * | | | | | | RTC: sa1100: Clean out ost register | Jett.Zhou | 2011-12-28 | 1 | -3/+0 |
| | | |_|_|/ /
| | |/| | | | |
|
* | | | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -1/+20 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | Merge branch 'next/cleanup' into samsung/dt | Arnd Bergmann | 2012-01-07 | 1 | -38/+63 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'depends/rmk/for-linus' into samsung/dt | Arnd Bergmann | 2012-01-07 | 2 | -0/+15 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | rtc: rtc-s3c: Add device tree support | Thomas Abraham | 2011-12-23 | 1 | -1/+20 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -38/+63 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | / / /
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Merge branch 'depends/rmk/restart' into next/cleanup | Arnd Bergmann | 2012-01-07 | 2 | -0/+15 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge branch 'at91/defconfig' into next/cleanup | Olof Johansson | 2011-12-16 | 3 | -16/+40 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | ARM: at91: make rm9200 rtc drivers soc independent | Jean-Christophe PLAGNIOL-VILLARD | 2011-11-28 | 1 | -38/+63 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2012-01-07 | 2 | -0/+4 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | rtc: pl031: Enable module alias autogeneration for AMBA drivers | Dave Martin | 2011-11-22 | 1 | -0/+2 |