summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2020-09-15rtc: pcf2127: fix a bug when not specify interrupts propertyBiwen Li
2020-09-15rtc: ds1685: Fix bank switching to avoid endless loopThomas Bogendoerfer
2020-09-15rtc: st-lpc: Constify st_rtc_opsRikard Falkeborn
2020-09-15rtc: rx8010: use range checking provided by core RTC codeBartosz Golaszewski
2020-09-15rtc: rx8010: convert to using regmapBartosz Golaszewski
2020-09-15rtc: rx8010: switch to using the preferred i2c APIBartosz Golaszewski
2020-09-15rtc: rx8010: switch to using the preferred RTC APIBartosz Golaszewski
2020-09-15rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)Bartosz Golaszewski
2020-09-15rtc: rx8010: use a helper variable for client->dev in probe()Bartosz Golaszewski
2020-09-15rtc: rx8010: drop unnecessary initializationBartosz Golaszewski
2020-09-15rtc: rx8010: don't use magic values for time buffer lengthBartosz Golaszewski
2020-09-15rtc: rx8010: rename ret to err in rx8010_set_time()Bartosz Golaszewski
2020-09-15rtc: rx8010: use tabs instead of spaces for code formattingBartosz Golaszewski
2020-09-15rtc: rx8010: consolidate local variables of the same typeBartosz Golaszewski
2020-09-15rtc: rx8010: remove unnecessary bracketsBartosz Golaszewski
2020-09-15rtc: rx8010: remove a stray newlineBartosz Golaszewski
2020-09-15rtc: rx8010: don't modify the global rtc opsBartosz Golaszewski
2020-09-15rtc: s3c: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-21rtc: fsl-ftm-alarm: update acpi device idPeng Ma
2020-08-21rtc: ds1307: Clear OSF flag on DS1388 when setting timeChris Packham
2020-08-21rtc: ds1307: Ensure oscillator is enabled for DS1388Chris Packham
2020-08-21rtc: rtc-rs5c313: Convert to module_platform_driver()Geert Uytterhoeven
2020-08-21rtc: rtc-rs5c313: Fix late hardware initGeert Uytterhoeven
2020-08-21rtc: rtc-rs5c313: Drop obsolete platform_set_drvdata() callGeert Uytterhoeven
2020-08-21rtc: cmos: zero-init wkalrm when reading from CMOSVictor Ding
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-15Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)
2020-08-14input: i8042 - Remove special Cayman handlingGeert Uytterhoeven
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-14Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-13Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2020-08-13Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-13drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko
2020-08-13drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko
2020-08-13drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko