summaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtc: simplify use of devm_ioremap_resourceJulia Lawall2015-06-253-12/+3
* rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell2015-06-251-8/+3
* rtc: driver for Cortina GeminiHans Ulli Kroll2015-06-253-0/+188
* rtc: stmp3xxx select STMP_DEVICEAlexandre Belloni2015-06-251-0/+1
* rtc: snvs: fix wakealarm by call enable_irq_wake earlierStefan Agner2015-06-251-9/+21
* rtc: rtc-v3020: use gpio_request_array()Jingoo Han2015-06-251-30/+11
* rtc: ep93xx: Use readl/writel for ioH Hartley Sweeten2015-06-251-3/+3
* rtc: max77802: Report platform modalias to fix module autoloadJavier Martinez Canillas2015-06-251-0/+1
* rtc: max77686: Report platform modalias to fix module autoloadJavier Martinez Canillas2015-06-251-0/+1
* rtc: ds1672, max6900, max8998: Add MODULE_DEVICE_TABLEAxel Lin2015-06-253-0/+3
* rtc: mt6397: fix build on some 32bits platformsAlexandre Belloni2015-06-251-2/+3
* rtc: mc13xxx: fix obfuscated and wrong format stringRasmus Villemoes2015-06-251-1/+1
* rtc: mediatek: Add MT6397 RTC driverTianping Fang2015-06-253-0/+405
* rtc: xgene: Set hardware dependencyJean Delvare2015-06-251-0/+1
* rtc: at32ap700x: update author emailHans-Christian Egtvedt2015-06-251-1/+1
* rtc: imxdi: when locked, do not fail silentlyJuergen Borleis2015-06-191-3/+24
* rtc: imxdi: monitor a security violation at runtimeJuergen Borleis2015-06-191-2/+19
* rtc: imxdi: add the unit recovery codeJuergen Borleis2015-06-191-38/+279
* rtc: imxdi: add some background info about the states the machine can be inJuergen Borleis2015-06-191-0/+43
* rtc: imxdi: avoid the __raw* register access functionsJuergen Borleis2015-06-191-22/+22
* rtc: s3c: Integrate Exynos3250 into S3C6410Krzysztof Kozlowski2015-06-191-13/+1
* rtc: interface: Remove unused return value from rtc_timer_cancel()Krzysztof Kozlowski2015-06-191-3/+1
* rtc: mxc: Constify platform_device_idKrzysztof Kozlowski2015-06-191-1/+1
* rtc: hid-sensor-time: Constify platform_device_idKrzysztof Kozlowski2015-06-191-1/+1
* rtc: ab8500: Constify platform_device_idKrzysztof Kozlowski2015-06-191-1/+1
* rtc: efi: Update author email addressdann frazier2015-06-191-2/+2
* drivers/rtc/rtc-armada38x.c: remove unused local `flags'Andrew Morton2015-05-151-1/+1
* rtc: armada38x: fix concurrency access in armada38x_rtc_set_timeGregory CLEMENT2015-05-061-12/+12
* rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcPhilippe De Muyter2015-05-063-0/+318
* drivers/rtc/rtc-at91rm9200.c: make IO endian agnosticBen Dooks2015-04-171-2/+2
* drivers/rtc/rtc-s5m.c: allow usage on device type different than main MFD typeKrzysztof Kozlowski2015-04-171-4/+6
* rtc: use more standard kernel logging stylesJoe Perches2015-04-1713-24/+49
* drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bitHeiko Stübner2015-04-171-5/+5
* drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() checkKrzysztof Kozlowski2015-04-171-3/+1
* drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla2015-04-171-2/+3
* drivers/rtc/Kconfig: update Kconfig for OMAP RTCLokesh Vutla2015-04-171-3/+3
* drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla2015-04-171-11/+52
* drivers/rtc/rtc-s3c.c: fix failed first read of RTC timeKrzysztof Kozlowski2015-04-171-16/+16
* rtc: hctosys: use function name in the error logAaro Koskinen2015-04-171-1/+1
* drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen2015-04-171-2/+3
* drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen2015-04-171-3/+3
* drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2015-04-171-1/+19
* rtc: driver for Conexant Digicolor CX92755 on-chip RTCBaruch Siach2015-04-173-0/+238
* drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabledHeiko Stuebner2015-04-171-1/+1
* drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspendAdam Ward2015-04-171-0/+2
* drivers/rtc/rtc-da9052.c: add constraints to set valid yearAdam Ward2015-04-171-0/+8
* drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...Adam Ward2015-04-171-21/+66
* drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard2015-04-171-2/+2
* drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard2015-04-171-1/+0
* drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_configKrzysztof Kozlowski2015-04-171-1/+1