summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-1837-394/+352
|\
| * 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
| * 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-181-3/+1
| * i2c: make i2c_bus_type constGreg Kroah-Hartman2024-01-181-1/+1
| * 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
| * 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
* | i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara2024-01-061-1/+3
* | i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen2023-12-191-16/+32
* | i2c: rk3x: fix potential spinlock recursion on pollJensen Huang2023-12-191-2/+11
* | i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()Yang Yingliang2023-12-191-1/+7
|/
* i2c: ocores: Move system PM hooks to the NOIRQ phaseSamuel Holland2023-11-131-2/+2
* i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff2023-11-131-8/+8
* Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko2023-11-121-8/+68
* i2c: cp2615: Fix 'assignment to __be16' warningBence Csókás2023-11-081-1/+1
* i2c: dev: copy userspace array safelyPhilipp Stanner2023-11-081-2/+2
* i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen2023-11-081-3/+16
* i2c: iproc: handle invalid slave stateRoman Bacik2023-11-081-58/+75
* Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-0525-261/+394
|\
| * i2c: s3c2410: make i2c_s3c_irq_nextbyte() voidJason Yan2023-10-291-4/+3
| * i2c: qcom-geni: add ACPI device id for sc8180xShawn Guo2023-10-291-0/+1
| * i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin2023-10-291-0/+5
| * i2c: mux: demux-pinctrl: Convert to use sysfs_emit_at() APIye xingchen2023-10-291-3/+3
| * i2c: i801: Use new helper acpi_use_parent_companionHeiner Kallweit2023-10-281-1/+1
| * i2c: core: fix lockdep warning for sparsely nested adapter chainDaniel Mack2023-10-281-2/+4
| * i2c: axxia: eliminate kernel-doc warningsRandy Dunlap2023-10-281-3/+5
| * i2c: stm32f7: Use devm_clk_get_enabled()Andi Shyti2023-10-231-25/+12
| * i2c: stm32f4: Use devm_clk_get_enabled()Andi Shyti2023-10-231-22/+10