summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: pm8xxx: fix unintended sign extensionColin Ian King2019-07-091-2/+4
* rtc: 88pm80x: fix unintended sign extensionColin Ian King2019-07-091-7/+14
* rtc: 88pm860x: fix unintended sign extensionColin Ian King2019-07-091-7/+14
* rtc: ds1672: fix unintended sign extensionColin Ian King2019-07-091-1/+2
* iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2019-02-111-1/+1
* rtc: snvs: Fix usage of snvs_rtc_enableBryan O'Donoghue2018-10-211-4/+11
* rtc: tx4939: avoid unintended sign extension on a 24 bit shiftColin Ian King2018-10-211-2/+4
* rtc: set the alarm to the next expiring timerAlexandre Belloni2018-02-131-1/+1
* rtc: interface: ignore expired timers when enqueuing new timersColin Ian King2018-02-131-1/+15
* rtc: sa1100: fix unbalanced clk_prepare_enable/clk_disable_unprepareAlexandre Belloni2017-11-261-3/+1
* rtc: rtc-nuc900: fix loop timeout testDan Carpenter2017-10-121-1/+1
* rtc: ds1307: Fix relying on reset value for weekdayKeerthy2016-11-201-1/+27
* rtc: hym8563: fix invalid year calculationAlexander Kochetkov2016-05-011-1/+1
* rtc: vr41xx: Wire up alarm_irq_enableGeert Uytterhoeven2016-05-011-6/+7
* rtc: ds1307: Fix alarm programming for mcp794xxTero Kristo2015-12-131-2/+2
* rtc: s5m: fix to update ctrl registerJoonyoung Shim2015-09-291-0/+10
* drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty elementAndrey Ryabinin2015-02-041-0/+1
* drivers/rtc/rtc-isl12057.c: fix masking of register valuesArnaud Ebalard2015-01-161-2/+2
* rtc: omap: fix missing wakealarm attributeJohan Hovold2015-01-151-2/+3
* rtc: omap: fix clock-source configurationJohan Hovold2015-01-151-2/+4
* drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probeGuo Zeng2015-01-151-8/+8
* rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner2014-10-301-1/+4
* drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0Chen Gang2014-06-201-1/+1
* drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issueChen Gang2014-06-201-1/+1
* rtc: s5m: consolidate two device type switch statementsKrzysztof Kozlowski2014-06-101-19/+8
* rtc: s5m: add support for S2MPS14 RTCKrzysztof Kozlowski2014-06-102-19/+86
* rtc: s5m: support different register layoutKrzysztof Kozlowski2014-06-101-48/+109
* rtc: s5m: use shorter time of register updateKrzysztof Kozlowski2014-06-101-0/+7
* rtc: s5m: remove undocumented time init on first bootKrzysztof Kozlowski2014-06-101-30/+0
* mfd/rtc: sec/s5m: rename SEC* symbols to S5MKrzysztof Kozlowski2014-06-101-33/+33
* Merge branch 'akpm' (patches from Andrew Morton) into nextLinus Torvalds2014-06-0622-224/+1838
|\
| * drivers/rtc/rtc-pxa.c: make of_device_id array constJingoo Han2014-06-061-1/+1
| * drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han2014-06-061-1/+1
| * drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla2014-06-061-34/+33
| * rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON2014-06-061-2/+14
| * drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyHeiko Stuebner2014-06-061-0/+3
| * drivers/rtc/rtc-bfin.c: do not abort when requesting irq failsMike Frysinger2014-06-061-9/+7
| * drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori2014-06-061-1/+15
| * drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori2014-06-061-21/+21
| * drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori2014-06-061-4/+9
| * rtc: da9063: RTC driverOpensource [Steve Twiss]2014-06-063-0/+344
| * drivers/rtc: add support for Microchip MCP795Josef Gajdusek2014-06-063-0/+208
| * drivers/rtc/rtc-ds1343.c: fix potential race conditionRaghavendra Ganiga2014-06-061-14/+24
| * rtc: fix build errorRaghavendra Ganiga2014-06-061-0/+1
| * drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344Raghavendra Ganiga2014-06-063-0/+690
| * rtc: rtc-palmas: make of_device_id array constJingoo Han2014-06-061-1/+1
| * rtc: rtc-mv: make of_device_id array constJingoo Han2014-06-061-1/+1
| * rtc: isl12057: make of_device_id array constJingoo Han2014-06-061-1/+1
| * rtc: rtc-hym8563: make of_device_id array constJingoo Han2014-06-061-1/+1
| * rtc: rtc-ds1742: make of_device_id array constJingoo Han2014-06-061-1/+1