summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-232-24/+2
|\
| * ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-162-24/+2
* | rtc: ds1307: generalise ram size and offsetAustin Boyle2012-03-231-31/+47
* | rtc: ds1307: comment and format cleanupDavid Anders2012-03-231-13/+24
* | rtc: ds1307: simplify irq setup codeWolfram Sang2012-03-231-6/+5
* | rtc: ds1307: refactor chip_desc tableWolfram Sang2012-03-231-29/+19
* | rtc: driver for DA9052/53 PMIC v1Ashish Jangam2012-03-233-0/+301
* | drivers/rtc/rtc-max8925.c: fix alarm->enabled mistake in max8925_rtc_read_ala...Kevin Liu2012-03-231-5/+15
* | drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value errorKevin Liu2012-03-231-0/+1
* | drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops staticNavin P2012-03-231-1/+1
* | drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-2321-32/+31
* | drivers/rtc/rtc-twl.c: return correct RTC event from ISRVenu Byravarasu2012-03-231-3/+3
* | drivers/rtc/rtc-twl.c: simplify RTC interrupt clearingVenu Byravarasu2012-03-231-1/+1
* | drivers/rtc/rtc-twl.c: enable RTC irrespective of its prior stateVenu Byravarasu2012-03-231-10/+2
* | drivers/rtc/rtc-twl.c: optimize IRQ bit accessVenu Byravarasu2012-03-231-0/+8
* | MIPS: add RTC support for loongson1Bzhao zhang2012-03-233-0/+221
* | rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-2319-227/+19
* | rtc: convert rtc spi drivers to module_spi_driverAxel Lin2012-03-239-103/+9
* | rtc/rtc-spear: call platform_set_drvdata() before registering rtc deviceViresh Kumar2012-03-231-40/+21
* | rtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl errorsShiraz Hashim2012-03-231-0/+28
* | rtc-spear: fix for balancing the enable_irq_wake in Power MgmtDeepak Sikri2012-03-231-6/+11
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-201-3/+27
|\ \
| * \ Merge branch 'fortglx/3.4/rtc' of git://git.linaro.org/people/jstultz/linux i...Thomas Gleixner2012-02-151-3/+27
| |\ \
| | * | rtc: Disable the alarm in the hardware (v2)Rabin Vincent2012-01-261-2/+13
| | * | rtc: Expire alarms after the time is set. (v2)NeilBrown2012-01-261-0/+4
| | * | rtc: Avoid setting alarm to a time in the pastJohn Stultz2012-01-261-1/+10
| | |/
* | | drivers/rtc/rtc-r9701.c: fix crash in r9701_remove()Anatolij Gustschin2012-03-051-7/+7
* | | ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD2012-02-131-3/+10
|/ /
* | 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
OpenPOWER on IntegriCloud