| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-01-19 | 78 | -445/+396 |
|\ |
|
| * | MAINTAINERS: use proper email for my I2C work | Wolfram Sang | 2024-01-18 | 1 | -1/+1 |
| * | i2c: stm32f7: add support for stm32mp25 soc | Alain Volmat | 2024-01-18 | 1 | -88/+126 |
| * | i2c: stm32f7: perform I2C_ISR read once at beginning of event isr | Alain Volmat | 2024-01-18 | 1 | -7/+5 |
| * | dt-bindings: i2c: document st,stm32mp25-i2c compatible | Alain Volmat | 2024-01-18 | 1 | -0/+28 |
| * | i2c: stm32f7: simplify status messages in case of errors | Alain Volmat | 2024-01-18 | 1 | -7/+5 |
| * | i2c: stm32f7: perform most of irq job in threaded handler | Alain Volmat | 2024-01-18 | 1 | -70/+56 |
| * | i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq | Alain Volmat | 2024-01-18 | 1 | -10/+4 |
| * | i2c: i801: Add lis3lv02d for Dell XPS 15 7590 | Paul Menzel | 2024-01-18 | 1 | -0/+1 |
| * | i2c: i801: Add lis3lv02d for Dell Precision 3540 | Paul Menzel | 2024-01-18 | 1 | -0/+1 |
| * | i2c: wmt: Reduce redundant: REG_CR setting | Hans Hu | 2024-01-18 | 1 | -26/+9 |
| * | i2c: wmt: Reduce redundant: function parameter | Hans Hu | 2024-01-18 | 1 | -10/+5 |
| * | i2c: wmt: Reduce redundant: clock mode setting | Hans Hu | 2024-01-18 | 1 | -21/+7 |
| * | i2c: wmt: Reduce redundant: wait event complete | Hans Hu | 2024-01-18 | 1 | -14/+6 |
| * | i2c: wmt: Reduce redundant: bus busy check | Hans Hu | 2024-01-18 | 1 | -12/+7 |
| * | i2c: mux: reg: Remove class-based device auto-detection support | Heiner Kallweit | 2024-01-18 | 2 | -5/+1 |
| * | i2c: make i2c_bus_type const | Greg Kroah-Hartman | 2024-01-18 | 3 | -3/+3 |
| * | dt-bindings: at24: add ROHM BR24G04 | Philipp Zabel | 2024-01-18 | 1 | -0/+1 |
| * | eeprom: at24: use of_match_ptr() | Bartosz Golaszewski | 2024-01-18 | 1 | -2/+3 |
| * | i2c: cpm: Remove linux,i2c-index conversion from be32 | Christophe Leroy | 2024-01-18 | 1 | -1/+1 |
| * | i2c: imx: Make SDA actually optional for bus recovering | Alexander Stein | 2024-01-18 | 1 | -1/+1 |
| * | i2c: smbus: Support up to 8 SPD EEPROMs | Jean Delvare | 2024-01-18 | 1 | -4/+4 |
| * | i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126 | Tim Lunn | 2024-01-18 | 1 | -2/+6 |
| * | i2c: s3c24xx: add support for atomic transfers | Marek Szyprowski | 2024-01-18 | 1 | -2/+19 |
| * | i2c: s3c24xx: fix transferring more than one message in polling mode | Marek Szyprowski | 2024-01-18 | 1 | -17/+10 |
| * | i2c: s3c24xx: fix read transfers in polling mode | Marek Szyprowski | 2024-01-18 | 1 | -2/+11 |
| * | i2c: rcar: add FastMode+ support for Gen4 | Wolfram Sang | 2024-01-18 | 1 | -11/+27 |
| * | i2c: rcar: introduce Gen4 devices | Wolfram Sang | 2024-01-18 | 1 | -6/+7 |
| * | i2c: npcm7xx: move to per-adapter debugfs directory | Wolfram Sang | 2024-01-18 | 1 | -42/+7 |
| * | i2c: gpio: move to per-adapter debugfs directory | Wolfram Sang | 2024-01-18 | 1 | -28/+6 |
| * | i2c: create debugfs entry per adapter | Wolfram Sang | 2024-01-18 | 2 | -0/+13 |
| * | staging: greybus: Don't let i2c adapters declare I2C_CLASS_SPD support if the... | Heiner Kallweit | 2024-01-18 | 1 | -1/+1 |
| * | media: netup_unidvb: Don't let i2c adapters declare I2C_CLASS_SPD support if ... | Heiner Kallweit | 2024-01-18 | 1 | -1/+1 |
| * | i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they suppo... | Heiner Kallweit | 2024-01-18 | 1 | -1/+1 |
| * | i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C... | Heiner Kallweit | 2024-01-18 | 24 | -26/+25 |
| * | drm/amd/pm: Remove I2C_CLASS_SPD support | Heiner Kallweit | 2024-01-18 | 3 | -3/+0 |
| * | include/linux/i2c.h: remove I2C_CLASS_DDC support | Heiner Kallweit | 2024-01-18 | 1 | -1/+0 |
| * | fbdev: remove I2C_CLASS_DDC support | Heiner Kallweit | 2024-01-18 | 9 | -27/+10 |
| * | drm: remove I2C_CLASS_DDC support | Heiner Kallweit | 2024-01-18 | 21 | -21/+0 |
* | | Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2024-01-19 | 23 | -105/+1819 |
|\ \ |
|
| * | | rtc: nuvoton: Compatible with NCT3015Y-R and NCT3018Y-R | Mia Lin | 2024-01-18 | 1 | -6/+46 |
| * | | rtc: da9063: Use dev_err_probe() | Biju Das | 2024-01-18 | 1 | -25/+17 |
| * | | rtc: da9063: Use device_get_match_data() | Biju Das | 2024-01-18 | 1 | -5/+1 |
| * | | rtc: da9063: Make IRQ as optional | Biju Das | 2024-01-18 | 1 | -18/+22 |
| * | | rtc: max31335: Fix comparison in max31335_volatile_reg() | Nathan Chancellor | 2024-01-18 | 1 | -1/+1 |
| * | | rtc: max31335: use regmap_update_bits_check | Alexandre Belloni | 2024-01-18 | 1 | -7/+5 |
| * | | rtc: max31335: remove unecessary locking | Alexandre Belloni | 2024-01-18 | 1 | -11/+3 |
| * | | rtc: max31335: add driver support | Antoniu Miclaus | 2024-01-15 | 4 | -0/+729 |
| * | | dt-bindings: rtc: max31335: add max31335 bindings | Antoniu Miclaus | 2024-01-15 | 1 | -0/+70 |
| * | | rtc: rv8803: add wakeup-source support | Alexandre Belloni | 2024-01-15 | 2 | -2/+7 |