summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: tegra: Implement clock handlingThierry Reding2017-04-211-2/+26
* rtc: s35390a: improve irq handlingUwe Kleine-König2017-04-081-17/+31
* rtc: s35390a: implement reset routine as suggested by the referenceUwe Kleine-König2017-04-081-10/+55
* rtc: s35390a: make sure all members in the output are setUwe Kleine-König2017-04-081-0/+14
* rtc: s35390a: fix reading out alarmUwe Kleine-König2017-04-081-9/+31
* rtc: sun6i: Switch to the external oscillatorMaxime Ripard2017-03-121-0/+6
* rtc: sun6i: Add some lockingMaxime Ripard2017-03-121-2/+15
* rtc: interface: ignore expired timers when enqueuing new timersColin Ian King2017-02-261-1/+15
* rtc: omap: Fix selecting external oscLokesh Vutla2016-11-261-2/+4
* rtc: s3c: Add s3c_rtc_{enable/disable}_clk in s3c_rtc_setfreq()Alim Akhtar2016-08-201-0/+2
* rtc: max77686: Properly handle regmap_irq_get_virq() error codeKrzysztof Kozlowski2016-05-041-1/+1
* rtc: rx8025: remove rv8803 idAlexandre Belloni2016-05-041-1/+0
* rtc: ds1685: passing bogus values to irq_restoreDan Carpenter2016-05-041-4/+4
* rtc: vr41xx: Wire up alarm_irq_enableGeert Uytterhoeven2016-05-041-6/+7
* rtc: hym8563: fix invalid year calculationAlexander Kochetkov2016-05-041-1/+1
* rtc: da9063: fix access ordering error during RTC interrupt at system power onSteve Twiss2015-12-201-10/+9
* rtc: rk808: Compensate for Rockchip calendar deviation on November 31stJulius Werner2015-12-201-4/+44
* rtc: ds1307: fix alarm reading at probe timeSimon Guinot2015-11-261-5/+7
* rtc: ds1307: fix kernel splat due to wakeup irq handlingFelipe Balbi2015-11-251-33/+3
* Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2015-11-1020-82/+864
|\
| * rtc: Add a driver for Micro Crystal RV8803Alexandre Belloni2015-11-083-0/+531
| * rtc: s3c: Set year, month, day value for setting alarmKrzysztof Kozlowski2015-11-081-0/+16
| * rtc: ds1307: Fix alarm programming for mcp794xxTero Kristo2015-11-081-2/+2
| * rtc: isl12057: enable support for the standard "wakeup-source" propertySudeep Holla2015-11-081-5/+5
| * rtc: opal: enable support for the stardard "wakeup-source" propertySudeep Holla2015-11-081-2/+3
| * rtc: isl1208: Pass the IRQF_ONESHOT flagFabio Estevam2015-11-081-1/+1
| * rtc: pcf8563: add CLKOUT to common clock frameworkHeiko Schocher2015-11-081-1/+169
| * rtc: davinci: remove incorrect reference to probe functionArnd Bergmann2015-11-081-1/+0
| * rtc: at91rm9200: clear RTC alarm status flag prior to suspendingWenyou Yang2015-11-081-0/+2
| * rtc: pcf2127: remove useless driver versionUwe Kleine-König2015-11-081-5/+0
| * rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctlUwe Kleine-König2015-11-081-18/+22
| * rtc: stmp3xxx: unify register access macrosHarald Geyer2015-11-081-14/+13
| * rtc: da9063: GPL copyright inconsistency fixSteve Twiss2015-11-081-9/+9
| * rtc: pcf85063: return an error when date is invalidAlexandre Belloni2015-11-081-7/+1
| * rtc: rx8025: remove unnecessary bracesAlexandre Belloni2015-11-081-2/+2
| * rtc: ds1343: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-11-081-3/+6
| * rtc: ab8500: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-11-081-1/+5
| * rtc: pl031: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-11-081-5/+8
| * rtc: opal: fix type of tokenAndrzej Hajda2015-11-081-2/+2
| * rtc: ds1390: Add trickle charger device tree bindingIvan Grimaldi2015-11-082-2/+65
| * rtc: ds1390: fix ds1390_get_reg return valueIvan Grimaldi2015-11-081-1/+1
| * rtc: pcf2127: make module license match the file headerUwe Kleine-König2015-11-031-1/+1
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-2813-13/+0
|/
* rtc: abx80x: fix RTC write bitMitja Spes2015-09-051-1/+1
* rtc: ab8500: Add a sentinel to ab85xx_rtc_ids[]Fabio Estevam2015-09-051-0/+1
* rtc: ds1374: Remove unused variableFabio Estevam2015-09-051-2/+0
* rtc: Fix module autoload for OF platform driversJavier Martinez Canillas2015-09-058-0/+8
* rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} driversJavier Martinez Canillas2015-09-053-0/+3
* rtc: omap: Add external clock enabling supportKeerthy2015-09-051-1/+24
* rtc: omap: Add internal clock enabling supportKeerthy2015-09-051-0/+10