summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-imxdi.c: add missing spin lock initializationJan Luebbe2012-10-251-0/+2
* rtc: kconfig: fix RTC_INTF defaults connected to RTC_CLASSKevin Hilman2012-10-111-0/+3
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-0625-256/+1982
|\
| * drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chipMichael Langer2012-10-061-0/+116
| * drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle2012-10-061-153/+4
| * drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq detailsVenu Byravarasu2012-10-061-4/+1
| * rtc: kconfig: fix up dependency for ab8500Ulf Hansson2012-10-061-0/+1
| * drivers/rtc/rtc-em3027.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-3/+14
| * drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-4/+16
| * drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-2/+11
| * drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-1/+6
| * drivers/rtc/rtc-s35390a.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-2/+11
| * drivers/rtc/rtc-x1205.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-14/+78
| * drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-10-061-4/+22
| * drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe()Sachin Kamat2012-10-061-2/+2
| * rtc_sysfs_show_hctosys(): display 0 if resume failedDavid Fries2012-10-063-4/+14
| * rtc: rtc-mxc: convert to module_platform_driverFabio Estevam2012-10-061-15/+5
| * rtc: rtc-mxc: adapt to the new i.mx clock frameworkFabio Estevam2012-10-061-6/+4
| * drivers/rtc/rtc-coh901331.c: use clk_prepare_enable() and clk_disable_unprepa...Julia Lawall2012-10-061-2/+1
| * rtc: rc5t583: add ricoh rc5t583 RTC driverVenu Byravarasu2012-10-063-0/+342
| * drivers/rtc/rtc-spear.c: fix several error checksLars-Peter Clausen2012-10-061-7/+5
| * drivers/rtc/rtc-jz4740.c: fix IRQ error checkLars-Peter Clausen2012-10-061-1/+1
| * rtc: kconfig: remove unnecessary dependencies.Venu Byravarasu2012-10-061-18/+8
| * rtc: add MAX8907 RTC driverStephen Warren2012-10-063-0/+255
| * rtc: tps65910: add RTC driver for TPS65910 PMIC RTCVenu Byravarasu2012-10-063-0/+363
| * drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macroDevendra Naga2012-10-061-12/+1
| * rtc: recycle id when unloading a rtc driverVincent Palatin2012-10-061-0/+1
| * rtc: snvs: add Freescale rtc-snvs driverShawn Guo2012-10-063-0/+362
| * rtc: add Dallas DS2404 driverSven Schnelle2012-10-063-0/+313
| * rtc-proc: permit the /proc/driver/rtc device to use other devicesKim, Milo2012-10-062-6/+28
| * drivers/rtc/rtc-isl1208.c: add support for the ISL1218Ben Gardner2012-10-061-0/+1
* | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-10-051-9/+34
|\ \ | |/ |/|
| * mfd: 88pm860x: Device tree supportHaojian Zhuang2012-10-021-9/+34
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-013-7/+19
|\ \
| * \ Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into nex...Olof Johansson2012-09-231-1/+8
| |\ \
| | * | rtc: vt8500: Add devicetree support for vt8500-rtcTony Prisk2012-09-211-1/+8
| * | | Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3...Olof Johansson2012-09-221-6/+0
| |\ \ \
| | * | | drivers/rtc/rtc-ab8500.c: Revoke Device Tree enablementLee Jones2012-09-201-6/+0
| | |/ /
| * | | Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/lin...Olof Johansson2012-09-201-7/+15
| |\| |
| * | | Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson2012-09-054-3/+9
| |\ \ \
| * | | | RTC: add DT bindings to pxa-rtcDaniel Mack2012-08-161-0/+11
* | | | | drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman2012-09-171-0/+5
| |_|/ / |/| | |
* | | | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2012-08-271-7/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq supportLudovic Desroches2012-08-231-7/+15
| | |/ | |/|
* | | drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto2012-08-211-2/+5
* | | drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov2012-08-211-0/+2
|/ /
* / RTC: Avoid races between RTC alarm wakeup and suspend.NeilBrown2012-08-082-1/+2
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-3/+1
|\
| * rtc/rtc-88pm80x: remove unneed devm_kfreeDevendra Naga2012-07-311-2/+0
| * rtc/rtc-88pm80x: assign ret only when rtc_register_driver failsDevendra Naga2012-07-311-1/+1