summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-2315-119/+760
|\
| * drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner2014-01-231-13/+68
| * drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven2014-01-231-0/+2
| * rtc: max8907: weekday encoding fixesStephen Warren2014-01-231-6/+5
| * drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat2014-01-231-1/+1
| * drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat2014-01-231-1/+1
| * drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat2014-01-231-1/+1
| * drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton2014-01-231-4/+2
| * rtc: honor device tree /alias entries when assigning IDsStephen Warren2014-01-231-4/+20
| * drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-01-231-4/+1
| * drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven2014-01-231-1/+1
| * drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven2014-01-231-1/+1
| * rtc: add hym8563 rtc-driverHeiko Stuebner2014-01-233-0/+618
| * drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han2014-01-231-38/+12
| * drivers/rtc/rtc-twl.c: use devm_*() functionsJingoo Han2014-01-231-25/+13
| * drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan2014-01-231-1/+9
| * drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam2014-01-231-1/+4
| * drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam2014-01-231-4/+1
| * drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()Jingoo Han2014-01-231-1/+0
| * drivers/rtc/rtc-as3722: use devm for rtc and irq registrationLaxman Dewangan2014-01-231-16/+3
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-234-0/+853
|\ \ | |/ |/|
| * Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2014-01-022-33/+87
| |\
| * \ Merge tag 'mvebu-drivers-3.14-2' of git://git.infradead.org/linux-mvebu into ...Olof Johansson2014-01-023-0/+322
| |\ \
| | * | rtc: Add support for Intersil ISL12057 I2C RTC chipArnaud Ebalard2013-12-223-0/+322
| * | | ARM: sun4i/sun7i: RTC driverCarlo Caione2013-12-203-0/+531
| |/ /
* | | Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar2014-01-121-1/+51
|\ \ \ | |_|/ |/| |
| * | rtc-cmos: Add an alarm disable quirkBorislav Petkov2013-12-231-1/+51
| |/
* | mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski2013-12-121-1/+1
* | rtc: s5m: enable IRQ wake during suspendKrzysztof Kozlowski2013-12-121-0/+25
* | rtc: s5m: limit endless loop waiting for register updateKrzysztof Kozlowski2013-12-121-6/+31
* | rtc: s5m: fix unsuccesful IRQ request during probeKrzysztof Kozlowski2013-12-121-2/+4
* | drivers/rtc/rtc-s5m.c: fix info->rtc assignmentGeert Uytterhoeven2013-12-121-27/+27
* | drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrapLinus Pizunski2013-12-121-0/+2
|/
* ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdownJohan Hovold2013-11-211-0/+9
* alpha: Reorganize rtc handlingRichard Henderson2013-11-161-1/+9
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* drivers/rtc/rtc-hid-sensor-time.c: enable HID input processing earlyAlexander Holler2013-11-151-0/+7
* drivers/rtc/rtc-hid-sensor-time.c: use dev_get_platdata()Jingoo Han2013-11-151-2/+2
* drivers/rtc/rtc-as3722: add RTC driverLaxman Dewangan2013-11-133-0/+286
* rtc: s5m-rtc: add real-time clock driver for s5m8767Sangbeom Kim2013-11-133-0/+646
* drivers/rtc/rtc-tps65910.c: remove unnecessary includeManish Badarkhe2013-11-131-1/+0
* drivers/rtc/rtc-pl030.c: use devm_kzalloc() instead of kmalloc()Sangjung Woo2013-11-131-5/+2
* drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()Sangjung Woo2013-11-131-11/+11
* drivers/rtc/rtc-pl03x.c: remove unnecessary amba_set_drvdata()Michal Simek2013-11-132-4/+0
* drivers/rtc/rtc-ds1307.c: change variable type to boolPeter Senna Tschudin2013-11-131-1/+1
* drivers/rtc/rtc-stmp3xxx.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
* drivers/rtc/rtc-snvs.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
* drivers/rtc/rtc-sirfsoc.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
* drivers/rtc/rtc-omap.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
* drivers/rtc/rtc-vt8500.c: remove redundant of_match_ptrSachin Kamat2013-11-131-1/+1
OpenPOWER on IntegriCloud