summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: wmt: Reduce redundant: wait event completeHans Hu2024-01-181-14/+6
| * | i2c: wmt: Reduce redundant: bus busy checkHans Hu2024-01-181-12/+7
| * | i2c: mux: reg: Remove class-based device auto-detection supportHeiner Kallweit2024-01-181-3/+1
| * | i2c: make i2c_bus_type constGreg Kroah-Hartman2024-01-181-1/+1
| * | eeprom: at24: use of_match_ptr()Bartosz Golaszewski2024-01-181-2/+3
| * | i2c: cpm: Remove linux,i2c-index conversion from be32Christophe Leroy2024-01-181-1/+1
| * | i2c: imx: Make SDA actually optional for bus recoveringAlexander Stein2024-01-181-1/+1
| * | i2c: smbus: Support up to 8 SPD EEPROMsJean Delvare2024-01-181-4/+4
| * | i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126Tim Lunn2024-01-181-2/+6
| * | i2c: s3c24xx: add support for atomic transfersMarek Szyprowski2024-01-181-2/+19
| * | i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski2024-01-181-17/+10
| * | i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski2024-01-181-2/+11
| * | i2c: rcar: add FastMode+ support for Gen4Wolfram Sang2024-01-181-11/+27
| * | i2c: rcar: introduce Gen4 devicesWolfram Sang2024-01-181-6/+7
| * | i2c: npcm7xx: move to per-adapter debugfs directoryWolfram Sang2024-01-181-42/+7
| * | i2c: gpio: move to per-adapter debugfs directoryWolfram Sang2024-01-181-28/+6
| * | i2c: create debugfs entry per adapterWolfram Sang2024-01-181-0/+11
| * | staging: greybus: Don't let i2c adapters declare I2C_CLASS_SPD support if the...Heiner Kallweit2024-01-181-1/+1
| * | media: netup_unidvb: Don't let i2c adapters declare I2C_CLASS_SPD support if ...Heiner Kallweit2024-01-181-1/+1
| * | i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they suppo...Heiner Kallweit2024-01-181-1/+1
| * | i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C...Heiner Kallweit2024-01-1824-26/+25
| * | drm/amd/pm: Remove I2C_CLASS_SPD supportHeiner Kallweit2024-01-183-3/+0
| * | fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-189-27/+10
| * | drm: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-1821-21/+0
* | | Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-01-1814-82/+1668
|\ \ \
| * | | rtc: nuvoton: Compatible with NCT3015Y-R and NCT3018Y-RMia Lin2024-01-181-6/+46
| * | | rtc: da9063: Use dev_err_probe()Biju Das2024-01-181-25/+17
| * | | rtc: da9063: Use device_get_match_data()Biju Das2024-01-181-5/+1
| * | | rtc: da9063: Make IRQ as optionalBiju Das2024-01-181-18/+22
| * | | rtc: max31335: Fix comparison in max31335_volatile_reg()Nathan Chancellor2024-01-181-1/+1
| * | | rtc: max31335: use regmap_update_bits_checkAlexandre Belloni2024-01-181-7/+5
| * | | rtc: max31335: remove unecessary lockingAlexandre Belloni2024-01-181-11/+3
| * | | rtc: max31335: add driver supportAntoniu Miclaus2024-01-153-0/+721
| * | | rtc: rv8803: add wakeup-source supportAlexandre Belloni2024-01-151-2/+5
| * | | rtc: ac100: remove misuses of kernel-docRandy Dunlap2024-01-151-2/+2
| * | | rtc: class: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-081-1/+1
| * | | rtc: ma35d1: remove hardcoded UIE supportAlexandre Belloni2024-01-081-20/+0
| * | | rtc: rv8803: Add power management supportStefan Eichenberger2024-01-081-0/+29
| * | | rtc: ds3232: avoid unused-const-variable warningAkinobu Mita2024-01-081-2/+2
| * | | rtc: lpc24xx: add missing dependencyAntoniu Miclaus2024-01-081-0/+1
| * | | rtc: tps6594: Add driver for TPS6594 RTCEsteban Blanc2024-01-083-0/+467
| * | | rtc: Add driver for Nuvoton ma35d1 rtc controllerJacky Huang2023-12-173-0/+336
| * | | rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2023-12-173-3/+3
| * | | rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-173-12/+33
| * | | rtc: Adjust failure return code for cmos_set_alarm()Mario Limonciello2023-12-171-2/+2
| * | | rtc: mc146818-lib: Adjust failure return code for mc146818_get_time()Mario Limonciello2023-12-171-1/+1
| * | | rtc: cmos: Use ACPI alarm for non-Intel x86 systems tooMario Limonciello2023-11-171-6/+12
* | | | Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-1837-367/+1101
|\ \ \ \
| * | | | Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede2024-01-161-5/+7
| * | | | Merge branch 'next' into for-linusDmitry Torokhov2024-01-1336-362/+1094
| |\ \ \ \