summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-10rtc: moxart: switch to using gpiod APIDmitry Torokhov1-53/+36
2023-02-10rtc: pm8xxx: drop error messagesJohan Hovold1-6/+2
2023-02-10rtc: pm8xxx: clean up local declarationsJohan Hovold1-7/+7
2023-02-10rtc: pm8xxx: refactor read_time()Johan Hovold1-21/+33
2023-02-10rtc: pm8xxx: use u32 for timestampsJohan Hovold1-6/+6
2023-02-10rtc: pm8xxx: clean up commentsJohan Hovold1-22/+17
2023-02-10rtc: pm8xxx: rename alarm irq variableJohan Hovold1-6/+6
2023-02-10rtc: pm8xxx: rename struct device pointerJohan Hovold1-3/+3
2023-02-10rtc: pm8xxx: clean up time and alarm debuggingJohan Hovold1-6/+4
2023-02-10rtc: pm8xxx: use unaligned le32 helpersJohan Hovold1-18/+8
2023-02-10rtc: pm8xxx: drop unused register definesJohan Hovold1-6/+0
2023-02-10rtc: pm8xxx: return IRQ_NONE on errorsJohan Hovold1-3/+3
2023-02-10rtc: pm8xxx: drop bogus lockingJohan Hovold1-46/+21
2023-02-10rtc: pm8xxx: use regmap_update_bits()Johan Hovold1-65/+22
2023-02-10rtc: pm8xxx: drop spmi error messagesJohan Hovold1-54/+17
2023-02-10rtc: pm8xxx: fix set-alarm raceJohan Hovold1-14/+10
2023-02-10rtc: rv8803: invalidate date/time if alarm time is invalidSascha Hauer1-7/+38
2023-02-01rtc: max8907: Drop unused i2c includeUwe Kleine-König1-1/+0
2023-02-01rtc: rx8010: use IRQ flags obtained from fwnodeAlexandre Belloni1-2/+6
2023-02-01rtc: rv8803: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: rv3032: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: rv3029c2: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf8563: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf85363: use IRQ flags obtained fromfwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf8523: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf85063: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf2123: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: m41t80: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: hym8563: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: ab-eoz9: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-01-25rtc: brcmstb-waketimer: allow use as non-wake alarmDoug Berger1-3/+52
2023-01-24rtc: sun6i: Always export the internal oscillatorSamuel Holland1-12/+4
2023-01-24rtc: brcmstb-waketimer: rename irq to wake_irqDoug Berger1-8/+7
2023-01-24rtc: brcmstb-waketimer: compensate for lack of wktmr disableDoug Berger1-18/+34
2023-01-24rtc: brcmstb-waketimer: non-functional code changesDoug Berger1-13/+12
2023-01-24rtc: brcmstb-waketimer: introduce WKTMR_ALARM_EVENT flagDoug Berger1-4/+11
2023-01-10rtc: ds1307: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2023-01-10rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni1-21/+27
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)44-66/+66
2022-12-24Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+16
2022-12-24Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2022-12-23Merge tag 'drm-next-2022-12-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds47-372/+647
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-10/+168
2022-12-22Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linuxLinus Torvalds1-16/+12
2022-12-21drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependencyChristian König1-0/+2
2022-12-21drm/amdgpu: enable VCN DPG for GC IP v11.0.4Saleemkhan Jamadar1-0/+1
2022-12-21Merge tag 'for-linus-2022122101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-7/+58
2022-12-21Merge tag 'media/v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds8-16/+17
2022-12-21Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds38-217/+285