summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | rtc: rv3032: add ACPI supportAlexandre Belloni2023-02-221-0/+7
| * | | | | | | | | | | | | rtc: rv3028: add ACPI supportAlexandre Belloni2023-02-221-0/+7
| * | | | | | | | | | | | | rtc: bbnsm: Add the bbnsm rtc supportJacky Bai2023-02-223-0/+239
| * | | | | | | | | | | | | rtc: jz4740: Register clock provider for the CLK32K pinPaul Cercueil2023-02-092-1/+57
| * | | | | | | | | | | | | rtc: jz4740: Use dev_err_probe()Paul Cercueil2023-02-091-13/+7
| * | | | | | | | | | | | | rtc: jz4740: Use readl_poll_timeoutPaul Cercueil2023-02-091-12/+6
| * | | | | | | | | | | | | rtc: moxart: switch to using gpiod APIDmitry Torokhov2023-02-091-53/+36
| * | | | | | | | | | | | | rtc: pm8xxx: drop error messagesJohan Hovold2023-02-091-6/+2
| * | | | | | | | | | | | | rtc: pm8xxx: clean up local declarationsJohan Hovold2023-02-091-7/+7
| * | | | | | | | | | | | | rtc: pm8xxx: refactor read_time()Johan Hovold2023-02-091-21/+33
| * | | | | | | | | | | | | rtc: pm8xxx: use u32 for timestampsJohan Hovold2023-02-091-6/+6
| * | | | | | | | | | | | | rtc: pm8xxx: clean up commentsJohan Hovold2023-02-091-22/+17
| * | | | | | | | | | | | | rtc: pm8xxx: rename alarm irq variableJohan Hovold2023-02-091-6/+6
| * | | | | | | | | | | | | rtc: pm8xxx: rename struct device pointerJohan Hovold2023-02-091-3/+3
| * | | | | | | | | | | | | rtc: pm8xxx: clean up time and alarm debuggingJohan Hovold2023-02-091-6/+4
| * | | | | | | | | | | | | rtc: pm8xxx: use unaligned le32 helpersJohan Hovold2023-02-091-18/+8
| * | | | | | | | | | | | | rtc: pm8xxx: drop unused register definesJohan Hovold2023-02-091-6/+0
| * | | | | | | | | | | | | rtc: pm8xxx: return IRQ_NONE on errorsJohan Hovold2023-02-091-3/+3
| * | | | | | | | | | | | | rtc: pm8xxx: drop bogus lockingJohan Hovold2023-02-091-46/+21
| * | | | | | | | | | | | | rtc: pm8xxx: use regmap_update_bits()Johan Hovold2023-02-091-65/+22
| * | | | | | | | | | | | | rtc: pm8xxx: drop spmi error messagesJohan Hovold2023-02-091-54/+17
| * | | | | | | | | | | | | rtc: pm8xxx: fix set-alarm raceJohan Hovold2023-02-091-14/+10
| * | | | | | | | | | | | | rtc: rv8803: invalidate date/time if alarm time is invalidSascha Hauer2023-02-091-7/+38
| * | | | | | | | | | | | | rtc: max8907: Drop unused i2c includeUwe Kleine-König2023-02-011-1/+0
| * | | | | | | | | | | | | rtc: rx8010: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-2/+6
| * | | | | | | | | | | | | rtc: rv8803: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: rv3032: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: rv3029c2: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: pcf8563: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: pcf85363: use IRQ flags obtained fromfwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: pcf8523: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: pcf85063: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: pcf2123: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: m41t80: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: hym8563: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: ab-eoz9: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
| * | | | | | | | | | | | | rtc: brcmstb-waketimer: allow use as non-wake alarmDoug Berger2023-01-251-3/+52
| * | | | | | | | | | | | | rtc: sun6i: Always export the internal oscillatorSamuel Holland2023-01-241-12/+4
| * | | | | | | | | | | | | rtc: brcmstb-waketimer: rename irq to wake_irqDoug Berger2023-01-241-8/+7
| * | | | | | | | | | | | | rtc: brcmstb-waketimer: compensate for lack of wktmr disableDoug Berger2023-01-241-18/+34
| * | | | | | | | | | | | | rtc: brcmstb-waketimer: non-functional code changesDoug Berger2023-01-241-13/+12
| * | | | | | | | | | | | | rtc: brcmstb-waketimer: introduce WKTMR_ALARM_EVENT flagDoug Berger2023-01-241-4/+11
| * | | | | | | | | | | | | rtc: ds1307: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-091-3/+3
* | | | | | | | | | | | | | Merge tag 'drm-next-2023-03-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-03-0249-149/+435
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'amd-drm-fixes-6.3-2023-03-02' of https://gitlab.freedesktop.org/ag...Dave Airlie2023-03-0338-128/+409
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | drm/amdgpu/vcn: fix compilation issue with legacy gccbobzhou2023-03-011-1/+2
| | * | | | | | | | | | | | | | drm/amd/display: Extend Freesync over PCon support for more devicesSung Joon Kim2023-03-011-0/+2
| | * | | | | | | | | | | | | | Revert "drm/amd/display: Do not set DRR on pipe commit"Aric Cyr2023-03-011-0/+3
| | * | | | | | | | | | | | | | drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytesAlex Hung2023-03-011-1/+4
| | * | | | | | | | | | | | | | drm/amd/display: Ext displays with dock can't recognized after resumeRyan Lin2023-03-013-2/+11