summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMRNicolas Ferre2013-03-232-20/+31
* drivers/rtc/rtc-da9052.c: fix for rtc device registrationAshish Jangam2013-03-231-5/+3Star
* rtc: rtc-mv: Add support for clk to avoid lockupsAndrew Lunn2013-03-081-4/+24
* rtc: stmp3xxx: add wdt-accessor functionWolfram Sang2013-03-011-0/+64
* Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-253-0/+350
|\
| * rtc: palmas: Add RTC driver Palmas series PMICLaxman Dewangan2013-02-143-0/+350
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-2241-226/+2430
|\ \
| * | rtc: rtc-davinci: use devm_*() functionsJingoo Han2013-02-221-18/+10Star
| * | rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han2013-02-221-4/+3Star
| * | rtc: rtc-max8907: use devm_request_threaded_irq()Jingoo Han2013-02-221-3/+3
| * | rtc: rtc-da9052: use devm_request_threaded_irq()Jingoo Han2013-02-221-12/+6Star
| * | rtc: rtc-wm831x: use devm_request_threaded_irq()Jingoo Han2013-02-221-5/+4Star
| * | rtc: rtc-tps80031: use devm_request_threaded_irq()Jingoo Han2013-02-221-2/+2
| * | rtc: rtc-lp8788: use devm_request_threaded_irq()Jingoo Han2013-02-221-8/+2Star
| * | rtc: rtc-coh901331: use devm_clk_get()Jingoo Han2013-02-221-5/+2Star
| * | rtc: rtc-vt8500: use devm_*() functionsJingoo Han2013-02-221-18/+10Star
| * | rtc: rtc-tps6586x: use devm_request_threaded_irq()Jingoo Han2013-02-221-2/+2
| * | rtc: rtc-imxdi: use devm_clk_get()Jingoo Han2013-02-221-3/+1Star
| * | rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()Jingoo Han2013-02-221-8/+4Star
| * | rtc: rtc-pcf8583: use dev_warn() instead of printk()Jingoo Han2013-02-221-2/+2
| * | rtc: rtc-sun4v: use pr_warn() instead of printk()Jingoo Han2013-02-221-4/+6
| * | rtc: rtc-vr41xx: use dev_info() instead of printk()Jingoo Han2013-02-221-1/+1
| * | rtc: rtc-rs5c313: use pr_err() instead of printk()Jingoo Han2013-02-221-2/+3
| * | rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()Jingoo Han2013-02-221-9/+8Star
| * | rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han2013-02-221-6/+4Star
| * | rtc: rtc-ds2404: use dev_err() instead of printk()Jingoo Han2013-02-221-2/+2
| * | rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()Jingoo Han2013-02-221-4/+6
| * | rtc: max77686: use dev_info() instead of printk()Jingoo Han2013-02-221-2/+2
| * | rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()Jingoo Han2013-02-222-6/+9
| * | drivers/rtc/rtc-sa1100.c: move clock enable/disable to probe/removeChao Xie2013-02-221-5/+6
| * | rtc: max8997: add driver for max8997 rtcJonghwa Lee2013-02-223-0/+564
| * | drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug()Jingoo Han2013-02-221-9/+9
| * | drivers/rtc/rtc-pl031.c: add wakeup supportRob Herring2013-02-221-0/+2
| * | rtc: add support for spi rtc rx4581Torben Hohn2013-02-223-0/+323
| * | drivers/rtc/rtc-tps65910.c: set irq flag to IRQF_EARLY_RESUME during irq requestLaxman Dewangan2013-02-221-1/+1
| * | drivers/rtc/rtc-tps65910.c: use sleep_pm_ops macro for initialising suspend/r...Laxman Dewangan2013-02-221-9/+4Star
| * | drivers/rtc/rtc-tps65910.c: remove unnecessary irq stat save and restoreLaxman Dewangan2013-02-221-19/+2Star
| * | drivers/rtc/rtc-tps65910.c: enable/disable wake in suspend/resumeLaxman Dewangan2013-02-221-1/+11
| * | rtc: add RTC driver for TPS80031/TPS80032Laxman Dewangan2013-02-223-0/+358
| * | rtc: add new lp8788 rtc driverKim, Milo2013-02-223-0/+351
| * | drivers/rtc/rtc-ds2404.c: use module_platform_driver macroSrinivas Kandagatla2013-02-221-13/+1Star
| * | drivers/rtc: remove unnecessary semicolonsPeter Senna Tschudin2013-02-222-2/+2
| * | drivers/rtc/rtc-pxa.c: avoid cpuid checkingHaojian Zhuang2013-02-221-4/+1Star
| * | drivers/rtc: use of_match_ptr() macroSachin Kamat2013-02-226-7/+16
| * | rtc-pcf8523: add low battery voltage supportJesper Nilsson2013-02-221-0/+31
| * | rtc: max77686: add Maxim 77686 driverJonghwa Lee2013-02-223-0/+652
| * | drivers/rtc/rtc-pxa.c: fix alarm can't wake up system issueLeo Song2013-02-221-3/+4
| * | drivers/rtc/rtc-pxa.c: fix alarm not match issueLeo Song2013-02-221-1/+10
| * | drivers/rtc: dump small buffers via %*phAndy Shevchenko2013-02-223-44/+8Star
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-221-1/+1
|\ \ \