summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)Author
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-08-16rtc: ds1307: simplify hwmon configHeiner Kallweit
2018-08-14rtc: s5m: Add SPDX license identifierKrzysztof Kozlowski
2018-08-14rtc: maxim: Add SPDX license identifiersKrzysztof Kozlowski
2018-08-14rtc: isl1208: set ev-evienb bit from device treeDenis Osterland
2018-08-14rtc: isl1208: Add "evdet" interrupt source for isl1219Denis Osterland
2018-08-14rtc: isl1208: add support for isl1219 with tamper detectionMichael Grzeschik
2018-08-14rtc: sysfs: facilitate attribute add to rtc deviceDenis Osterland
2018-08-02rtc: remove struct rtc_taskAlexandre Belloni
2018-07-28rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga
2018-07-27rtc: sh: remove unused variable rtc_devAnders Roxell
2018-07-26rtc: unexport rtc_irq_set_*Alexandre Belloni
2018-07-26rtc: simplify rtc_irq_set_state/rtc_irq_set_freqAlexandre Belloni
2018-07-26rtc: remove irq_task and irq_task_lockAlexandre Belloni
2018-07-26rtc: remove rtc_irq_register/rtc_irq_unregisterAlexandre Belloni
2018-07-26rtc: sh: remove dead codeAlexandre Belloni
2018-07-25rtc: sa1100: don't set PIE frequencyAlexandre Belloni
2018-07-16rtc: ds1307: support m41t11 variantGiulio Benetti
2018-07-16rtc: ds1307: fix data pointer to m41t0Giulio Benetti
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-13rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-07-13rtc: fix alarm read and set offsetAlexandre Belloni
2018-07-12rtc: m48t59: remove redundant pointer 'name'Colin Ian King
2018-07-12rtc: omap: drop unnecessary register unlock around readsJohan Hovold
2018-07-12rtc: omap: add missing register lock in error pathJohan Hovold
2018-07-12rtc: omap: fix resource leak in registration error pathJohan Hovold
2018-07-12rtc: omap: fix potential crash on power offJohan Hovold
2018-07-12rtc: test: make array pdev staticColin Ian King
2018-07-12rtc: armada38x: reset after rtc power lossBaruch Siach
2018-07-11rtc: stmp3xxx: Don't reset the rtc in .probe() when watchdog is runningUwe Kleine-König
2018-07-11rtc: pcf2127: add support for accessing internal static RAMUwe Kleine-König
2018-07-11rtc: snvs: Add timeouts to avoid kernel lockupsTrent Piepho
2018-07-11rtc: bq4802: add error handling for devm_ioremapZhouyang Jia
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-06-20rtc: mrst: fix error code in probe()Dan Carpenter
2018-06-20rtc: ds1685: remove sysfs access to control registersAlexandre Belloni
2018-06-20rtc: ds1685: remove improper datetime access ABIAlexandre Belloni
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2018-06-10Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-06-07rtc: pxa: fix probe functionDan Carpenter
2018-06-07rtc: cros-ec: Switch to SPDX identifier.Enric Balletbo i Serra
2018-06-07rtc: cros-ec: Make license text and module license match.Enric Balletbo i Serra
2018-06-07rtc: ensure rtc_set_alarm fails when alarms are not supportedAlexandre Belloni
2018-06-07rtc: test: remove alarm support from the first deviceAlexandre Belloni
2018-06-07rtc: test: convert to devm_rtc_allocate_deviceAlexandre Belloni
2018-06-07rtc: ftrtc010: let the core handle rangeAlexandre Belloni
2018-06-07rtc: ftrtc010: handle dates after 2106Alexandre Belloni
2018-06-07rtc: ftrtc010: switch to devm_rtc_allocate_deviceAlexandre Belloni
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook