summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-1878-445/+396
|\ \
| * | MAINTAINERS: use proper email for my I2C workWolfram Sang2024-01-181-1/+1
| * | i2c: stm32f7: add support for stm32mp25 socAlain Volmat2024-01-181-88/+126
| * | i2c: stm32f7: perform I2C_ISR read once at beginning of event isrAlain Volmat2024-01-181-7/+5
| * | dt-bindings: i2c: document st,stm32mp25-i2c compatibleAlain Volmat2024-01-181-0/+28
| * | i2c: stm32f7: simplify status messages in case of errorsAlain Volmat2024-01-181-7/+5
| * | i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat2024-01-181-70/+56
| * | i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat2024-01-181-10/+4
| * | i2c: i801: Add lis3lv02d for Dell XPS 15 7590Paul Menzel2024-01-181-0/+1
| * | i2c: i801: Add lis3lv02d for Dell Precision 3540Paul Menzel2024-01-181-0/+1
| * | i2c: wmt: Reduce redundant: REG_CR settingHans Hu2024-01-181-26/+9
| * | i2c: wmt: Reduce redundant: function parameterHans Hu2024-01-181-10/+5
| * | i2c: wmt: Reduce redundant: clock mode settingHans Hu2024-01-181-21/+7
| * | 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-182-5/+1
| * | i2c: make i2c_bus_type constGreg Kroah-Hartman2024-01-183-3/+3
| * | dt-bindings: at24: add ROHM BR24G04Philipp Zabel2024-01-181-0/+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-182-0/+13
| * | 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
| * | include/linux/i2c.h: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-181-1/+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-1823-105/+1819
|\ \ \
| * | | 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-154-0/+729
| * | | dt-bindings: rtc: max31335: add max31335 bindingsAntoniu Miclaus2024-01-151-0/+70
| * | | rtc: rv8803: add wakeup-source supportAlexandre Belloni2024-01-152-2/+7