summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2014-03-04drivers/rtc/rtc-s3c.c: fix incorrect way of save/restore of S3C2410_TICNT for...Vikas Sajjan-5/+12
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-119/+760
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+853
2014-01-23drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner-13/+68
2014-01-23drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven-0/+2
2014-01-23rtc: max8907: weekday encoding fixesStephen Warren-6/+5
2014-01-23drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat-1/+1
2014-01-23drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat-1/+1
2014-01-23drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat-1/+1
2014-01-23drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton-4/+2
2014-01-23rtc: honor device tree /alias entries when assigning IDsStephen Warren-4/+20
2014-01-23drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong-4/+1
2014-01-23drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven-1/+1
2014-01-23drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven-1/+1
2014-01-23rtc: add hym8563 rtc-driverHeiko Stuebner-0/+618
2014-01-23drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han-38/+12
2014-01-23drivers/rtc/rtc-twl.c: use devm_*() functionsJingoo Han-25/+13
2014-01-23drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan-1/+9
2014-01-23drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam-1/+4
2014-01-23drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam-4/+1
2014-01-23drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()Jingoo Han-1/+0
2014-01-23drivers/rtc/rtc-as3722: use devm for rtc and irq registrationLaxman Dewangan-16/+3
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar-1/+51
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson-33/+87
2014-01-02Merge tag 'mvebu-drivers-3.14-2' of git://git.infradead.org/linux-mvebu into ...Olof Johansson-0/+322
2013-12-23rtc-cmos: Add an alarm disable quirkBorislav Petkov-1/+51
2013-12-22rtc: Add support for Intersil ISL12057 I2C RTC chipArnaud Ebalard-0/+322
2013-12-20ARM: sun4i/sun7i: RTC driverCarlo Caione-0/+531
2013-12-12mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski-1/+1
2013-12-12rtc: s5m: enable IRQ wake during suspendKrzysztof Kozlowski-0/+25
2013-12-12rtc: s5m: limit endless loop waiting for register updateKrzysztof Kozlowski-6/+31
2013-12-12rtc: s5m: fix unsuccesful IRQ request during probeKrzysztof Kozlowski-2/+4
2013-12-12drivers/rtc/rtc-s5m.c: fix info->rtc assignmentGeert Uytterhoeven-27/+27
2013-12-12drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrapLinus Pizunski-0/+2
2013-11-21ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdownJohan Hovold-0/+9
2013-11-16alpha: Reorganize rtc handlingRichard Henderson-1/+9
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-1/+1
2013-11-15drivers/rtc/rtc-hid-sensor-time.c: enable HID input processing earlyAlexander Holler-0/+7
2013-11-15drivers/rtc/rtc-hid-sensor-time.c: use dev_get_platdata()Jingoo Han-2/+2
2013-11-13drivers/rtc/rtc-as3722: add RTC driverLaxman Dewangan-0/+286
2013-11-13rtc: s5m-rtc: add real-time clock driver for s5m8767Sangbeom Kim-0/+646
2013-11-13drivers/rtc/rtc-tps65910.c: remove unnecessary includeManish Badarkhe-1/+0
2013-11-13drivers/rtc/rtc-pl030.c: use devm_kzalloc() instead of kmalloc()Sangjung Woo-5/+2
2013-11-13drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()Sangjung Woo-11/+11
2013-11-13drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata()Michal Simek-4/+0
2013-11-13drivers/rtc/rtc-ds1307.c: change variable type to boolPeter Senna Tschudin-1/+1
2013-11-13drivers/rtc/rtc-stmp3xxx.c: remove redundant of_match_ptrSachin Kamat-1/+1
2013-11-13drivers/rtc/rtc-snvs.c: remove redundant of_match_ptrSachin Kamat-1/+1
2013-11-13drivers/rtc/rtc-sirfsoc.c: remove redundant of_match_ptrSachin Kamat-1/+1
2013-11-13drivers/rtc/rtc-omap.c: remove redundant of_match_ptrSachin Kamat-1/+1