aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-25rtc: ds1685: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-4/+2
2021-01-25rtc: ds1307: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-3/+2
2021-01-25rtc: ds1305: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-3/+2
2021-01-25rtc: asm9260: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-3/+3
2021-01-25rtc: ac100: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-2/+2
2021-01-23rtc: remove ste ab3100 driverGravatar Arnd Bergmann 3-263/+0
2021-01-23rtc: remove ste coh901 driverGravatar Arnd Bergmann 3-303/+0
2021-01-23rtc: remove sirfsoc driverGravatar Arnd Bergmann 3-454/+0
2021-01-16rtc: tps65910: remove tps65910_rtc_ops_noirqGravatar Alexandre Belloni 1-11/+4
2021-01-16rtc: rv8803: constify rv8803_rtc_opsGravatar Alexandre Belloni 1-5/+6
2021-01-16rtc: rv3032: constify rv3032_rtc_opsGravatar Alexandre Belloni 1-5/+6
2021-01-16rtc: rv3029: constify rv3029_rtc_opsGravatar Alexandre Belloni 1-5/+6
2021-01-16rtc: rv3028: constify rv3028_rtc_opsGravatar Alexandre Belloni 1-5/+6
2021-01-16rtc: opal: constify opal_rtc_opsGravatar Alexandre Belloni 1-6/+7
2021-01-16rtc: m41t80: constify m41t80_rtc_opsGravatar Alexandre Belloni 1-7/+7
2021-01-16rtc: pcf85363: drop a struct rtc_class_opsGravatar Alexandre Belloni 1-6/+2
2021-01-16rtc: rx8010: drop a struct rtc_class_opsGravatar Alexandre Belloni 1-10/+3
2021-01-16rtc: pcf85063: remove pcf85063_rtc_ops_alarmGravatar Alexandre Belloni 1-9/+2
2021-01-16rtc: pcf2127: remove pcf2127_rtc_alrm_opsGravatar Alexandre Belloni 1-8/+3
2021-01-16rtc: m48t59: remove m48t02_rtc_opsGravatar Alexandre Belloni 1-14/+8
2021-01-16rtc: mv: remove mv_rtc_alarm_opsGravatar Alexandre Belloni 1-10/+4
2021-01-16rtc: cmos: remove cmos_rtc_ops_no_alarmGravatar Alexandre Belloni 1-9/+3
2021-01-16rtc: armada38x: remove armada38x_rtc_ops_noirqGravatar Alexandre Belloni 1-17/+4
2021-01-16rtc: pl031: use RTC_FEATURE_ALARMGravatar Alexandre Belloni 1-6/+2
2021-01-16rtc: introduce features bitfieldGravatar Alexandre Belloni 2-6/+11
2021-01-16rtc: s5m: check the return value of s5m8767_rtc_init_reg()Gravatar Bartosz Golaszewski 1-0/+2
2021-01-16rtc: s5m: use devm_i2c_new_dummy_device()Gravatar Bartosz Golaszewski 1-24/+7
2021-01-16rtc: s5m: select REGMAP_I2CGravatar Bartosz Golaszewski 1-0/+1
2021-01-13rtc: opal: set rangeGravatar Alexandre Belloni 1-6/+8
2021-01-13rtc: tx4939: Remove driverGravatar Thomas Bogendoerfer 3-311/+0
2021-01-12rtc: rx6110: fix build against modular I2CGravatar Arnd Bergmann 1-2/+2
2021-01-12rtc: pm8xxx: Read ALARM_EN and update to alarm enabled statusGravatar Guixiong Wei 1-0/+9
2020-12-27Merge tag 'ntb-5.11' of git://github.com/jonmason/ntbGravatar Linus Torvalds 4-3/+44
2020-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-2/+4
2020-12-26mfd: ab8500-debugfs: Remove extraneous seq_putcGravatar Linus Torvalds 1-1/+0
2020-12-25Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-32/+31
2020-12-25mfd: ab8500-debugfs: Remove extraneous curly braceGravatar Nathan Chancellor 1-1/+0
2020-12-25PCI: dwc: Fix inverted condition of DMA mask setup warningGravatar Alexander Lobakin 1-6/+2
2020-12-25PCI: tegra: Fix host link initializationGravatar Rob Herring 1-26/+29
2020-12-25drm/amd/display: avoid uninitialized variable warningGravatar Linus Torvalds 1-1/+1
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 19-174/+183
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-39/+61
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-66/+114
2020-12-24Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-53/+54
2020-12-24Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 38-132/+182
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 13-747/+1679
2020-12-24Merge branch 'for-5.11/dax' into for-5.11/libnvdimmGravatar Dan Williams 3-45/+29
2020-12-24device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Gravatar Zhen Lei 1-14/+6
2020-12-24device-dax: Fix range releaseGravatar Dan Williams 1-23/+21
2020-12-24Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~ag...Gravatar Dave Airlie 32-111/+161