summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2012-03-151-7/+7
|\
| * drivers/rtc/rtc-r9701.c: fix crash in r9701_remove()Anatolij Gustschin2012-03-051-7/+7
* | Merge branch 'rtc' of git://github.com/hzhuang1/linux into next/driversOlof Johansson2012-03-081-0/+9
|\ \
| * | rtc: sa1100: add OF supportHaojian Zhuang2012-03-061-0/+9
* | | Merge branch 'rtc-sa1100' of git://github.com/hzhuang1/linux into next/driversArnd Bergmann2012-02-282-104/+98
|\ \ \ | |/ /
| * | rtc: sa1100: enable clk supportHaojian Zhuang2012-02-281-0/+17
| * | rtc: sa1100: declare irq in resourceHaojian Zhuang2012-02-282-33/+69
| * | rtc: sa1100: remove verification code of alarmHaojian Zhuang2012-02-281-55/+11
| * | rtc: sa1100: remove periodic codeHaojian Zhuang2012-02-281-15/+0
| |/
* | Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann2012-02-221-3/+10
|\ \ | |/
| * ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD2012-02-131-3/+10
* | rtc-s3c: add variants for S3C2443 and S3C2416Heiko Stuebner2012-02-071-4/+36
* | rtc-s3c: make room for more variants in devicetree blockHeiko Stuebner2012-02-071-9/+22
|/
* Revert "RTC: sa1100: remove redundant code of setting alarm"Russell King2012-01-191-12/+41
* Revert "RTC: sa1100: support sa1100, pxa and mmp soc families"Russell King2012-01-192-178/+80
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-132-1/+27
|\
| * rtc: max8925: Add function to work as wakeup sourceKevin Liu2012-01-091-0/+26
| * mfd: Unify abx500 headers in mfd/abx500Linus Walleij2012-01-091-1/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-111-3/+3
|\ \
| * \ Merge commit 'v3.2-rc6' into x86/platformIngo Molnar2011-12-183-16/+40
| |\ \
| * | | x86/intel config: Revamp configuration to allow for Moorestown and MedfieldAlan Cox2011-12-181-3/+3
* | | | Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds2012-01-101-18/+4
|\ \ \ \
| * | | | rtc-puv3: solve section mismatch in rtc-puv3.cGuan Xuetao2012-01-101-2/+2
| * | | | rtc-puv3: using module_platform_driver()Guan Xuetao2012-01-101-15/+1
| * | | | rtc-puv3: irq: remove IRQF_DISABLEDGuan Xuetao2012-01-101-2/+2
* | | | | drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings2012-01-101-2/+2
* | | | | drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson2012-01-101-2/+8
* | | | | drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen2012-01-105-5/+0
* | | | | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin2012-01-101-1/+1
* | | | | drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin2012-01-101-1/+1
* | | | | rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-1030-351/+30
* | | | | drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown2012-01-101-3/+1
* | | | | drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown2012-01-101-20/+0
* | | | | rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey2012-01-101-0/+112
* | | | | drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij2012-01-101-3/+3
* | | | | rtc/ab8500: set can_wake flagAndrew Lynn2012-01-101-0/+2
* | | | | rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund2012-01-101-2/+2
* | | | | drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy2012-01-101-53/+59
* | | | | drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy2012-01-101-0/+11
* | | | | drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary2012-01-101-1/+1
* | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-092-118/+184
|\ \ \ \ \
| * \ \ \ \ Merge branch 'samsung/driver' into next/driversArnd Bergmann2012-01-093-38/+78
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'drivers/rtc-sa1100' into next/driversArnd Bergmann2011-12-282-118/+184
| |\ \ \ \ \ \
| | * | | | | | RTC: sa1100: support sa1100, pxa and mmp soc familiesJett.Zhou2011-12-282-80/+178
| | * | | | | | RTC: sa1100: remove redundant code of setting alarmJett.Zhou2011-12-281-41/+12
| | * | | | | | RTC: sa1100: Clean out ost registerJett.Zhou2011-12-281-3/+0
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-1/+20
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'next/cleanup' into samsung/dtArnd Bergmann2012-01-071-38/+63
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'depends/rmk/for-linus' into samsung/dtArnd Bergmann2012-01-072-0/+15
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | rtc: rtc-s3c: Add device tree supportThomas Abraham2011-12-231-1/+20
| | |_|/ / / / | |/| | | | |
OpenPOWER on IntegriCloud