aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 24-941/+490
2018-08-16rtc: ds1307: simplify hwmon configGravatar Heiner Kallweit 2-10/+1
2018-08-14rtc: s5m: Add SPDX license identifierGravatar Krzysztof Kozlowski 1-16/+6
2018-08-14rtc: maxim: Add SPDX license identifiersGravatar Krzysztof Kozlowski 3-39/+21
2018-08-14rtc: isl1208: set ev-evienb bit from device treeGravatar Denis Osterland 1-3/+18
2018-08-14rtc: isl1208: Add "evdet" interrupt source for isl1219Gravatar Denis Osterland 1-16/+30
2018-08-14rtc: isl1208: add support for isl1219 with tamper detectionGravatar Michael Grzeschik 1-7/+124
2018-08-14rtc: sysfs: facilitate attribute add to rtc deviceGravatar Denis Osterland 2-0/+57
2018-08-02rtc: remove struct rtc_taskGravatar Alexandre Belloni 1-4/+4
2018-07-28rtc: pcf85063: preserve control register value between stop and startGravatar Alvin Šipraga 1-10/+11
2018-07-27rtc: sh: remove unused variable rtc_devGravatar Anders Roxell 1-1/+0
2018-07-26rtc: unexport rtc_irq_set_*Gravatar Alexandre Belloni 1-2/+0
2018-07-26rtc: simplify rtc_irq_set_state/rtc_irq_set_freqGravatar Alexandre Belloni 2-6/+6
2018-07-26rtc: remove irq_task and irq_task_lockGravatar Alexandre Belloni 2-41/+10
2018-07-26rtc: remove rtc_irq_register/rtc_irq_unregisterGravatar Alexandre Belloni 1-33/+0
2018-07-26rtc: sh: remove dead codeGravatar Alexandre Belloni 1-88/+1
2018-07-25rtc: sa1100: don't set PIE frequencyGravatar Alexandre Belloni 1-1/+0
2018-07-16rtc: ds1307: support m41t11 variantGravatar Giulio Benetti 1-0/+14
2018-07-16rtc: ds1307: fix data pointer to m41t0Gravatar Giulio Benetti 1-1/+1
2018-07-16Merge 4.18-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 2-6/+6
2018-07-13rtc: use ktime_get_real_ts64() instead of getnstimeofday64()Gravatar Arnd Bergmann 1-2/+2
2018-07-13rtc: fix alarm read and set offsetGravatar Alexandre Belloni 1-3/+5
2018-07-12rtc: m48t59: remove redundant pointer 'name'Gravatar Colin Ian King 1-4/+0
2018-07-12rtc: omap: drop unnecessary register unlock around readsGravatar Johan Hovold 1-4/+0
2018-07-12rtc: omap: add missing register lock in error pathGravatar Johan Hovold 1-0/+1
2018-07-12rtc: omap: fix resource leak in registration error pathGravatar Johan Hovold 1-1/+3
2018-07-12rtc: omap: fix potential crash on power offGravatar Johan Hovold 1-7/+7
2018-07-12rtc: test: make array pdev staticGravatar Colin Ian King 1-1/+1
2018-07-12rtc: armada38x: reset after rtc power lossGravatar Baruch Siach 1-0/+23
2018-07-11rtc: stmp3xxx: Don't reset the rtc in .probe() when watchdog is runningGravatar Uwe Kleine-König 1-4/+16
2018-07-11rtc: pcf2127: add support for accessing internal static RAMGravatar Uwe Kleine-König 1-6/+62
2018-07-11rtc: snvs: Add timeouts to avoid kernel lockupsGravatar Trent Piepho 1-35/+70
2018-07-11rtc: bq4802: add error handling for devm_ioremapGravatar Zhouyang Jia 1-0/+4
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 8-0/+8
2018-06-20rtc: mrst: fix error code in probe()Gravatar Dan Carpenter 1-3/+1
2018-06-20rtc: ds1685: remove sysfs access to control registersGravatar Alexandre Belloni 2-381/+0
2018-06-20rtc: ds1685: remove improper datetime access ABIGravatar Alexandre Belloni 1-221/+0
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-4/+3
2018-06-10Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 40-828/+876
2018-06-07rtc: pxa: fix probe functionGravatar Dan Carpenter 1-1/+1
2018-06-07rtc: cros-ec: Switch to SPDX identifier.Gravatar Enric Balletbo i Serra 1-16/+5
2018-06-07rtc: cros-ec: Make license text and module license match.Gravatar Enric Balletbo i Serra 1-1/+1
2018-06-07rtc: ensure rtc_set_alarm fails when alarms are not supportedGravatar Alexandre Belloni 1-0/+5
2018-06-07rtc: test: remove alarm support from the first deviceGravatar Alexandre Belloni 1-1/+13
2018-06-07rtc: test: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-3/+4
2018-06-07rtc: ftrtc010: let the core handle rangeGravatar Alexandre Belloni 1-3/+10
2018-06-07rtc: ftrtc010: handle dates after 2106Gravatar Alexandre Belloni 1-6/+6
2018-06-07rtc: ftrtc010: switch to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-4/+7
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 1-4/+4