aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)Author
2024-03-08i2c: aspeed: Fix the dummy irq expected printTommy Huang
2024-03-08i2c: wmt: Fix an error handling path in wmt_i2c_probe()Christophe JAILLET
2024-03-08i2c: i801: Avoid potential double call to gpiod_remove_lookup_tableHeiner Kallweit
2024-03-08i2c: i801: Fix using mux_pdev before it's setHeiner Kallweit
2024-02-23i2c: imx: when being a target, mark the last read as processedCorey Minyard
2024-02-14i2c: i801: Fix block process call transactionsJean Delvare
2024-02-14i2c: pasemi: split driver into two separate modulesArnd Bergmann
2024-02-12i2c: qcom-geni: Correct I2C TRE sequenceViken Dadhaniya
2024-01-18Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18i2c: stm32f7: add support for stm32mp25 socAlain Volmat
2024-01-18i2c: stm32f7: perform I2C_ISR read once at beginning of event isrAlain Volmat
2024-01-18i2c: stm32f7: simplify status messages in case of errorsAlain Volmat
2024-01-18i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat
2024-01-18i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat
2024-01-18i2c: i801: Add lis3lv02d for Dell XPS 15 7590Paul Menzel
2024-01-18i2c: i801: Add lis3lv02d for Dell Precision 3540Paul Menzel
2024-01-18i2c: wmt: Reduce redundant: REG_CR settingHans Hu
2024-01-18i2c: wmt: Reduce redundant: function parameterHans Hu
2024-01-18i2c: wmt: Reduce redundant: clock mode settingHans Hu
2024-01-18i2c: wmt: Reduce redundant: wait event completeHans Hu
2024-01-18i2c: wmt: Reduce redundant: bus busy checkHans Hu
2024-01-18i2c: mux: reg: Remove class-based device auto-detection supportHeiner Kallweit
2024-01-18i2c: make i2c_bus_type constGreg Kroah-Hartman
2024-01-18i2c: cpm: Remove linux,i2c-index conversion from be32Christophe Leroy
2024-01-18i2c: imx: Make SDA actually optional for bus recoveringAlexander Stein
2024-01-18i2c: smbus: Support up to 8 SPD EEPROMsJean Delvare
2024-01-18i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126Tim Lunn
2024-01-18i2c: s3c24xx: add support for atomic transfersMarek Szyprowski
2024-01-18i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski
2024-01-18i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski
2024-01-18i2c: rcar: add FastMode+ support for Gen4Wolfram Sang
2024-01-18i2c: rcar: introduce Gen4 devicesWolfram Sang
2024-01-18i2c: npcm7xx: move to per-adapter debugfs directoryWolfram Sang
2024-01-18i2c: gpio: move to per-adapter debugfs directoryWolfram Sang
2024-01-18i2c: create debugfs entry per adapterWolfram Sang
2024-01-18i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they suppo...Heiner Kallweit
2024-01-18i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C...Heiner Kallweit
2024-01-06i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara
2023-12-19i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen
2023-12-19i2c: rk3x: fix potential spinlock recursion on pollJensen Huang
2023-12-19i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()Yang Yingliang
2023-11-13i2c: ocores: Move system PM hooks to the NOIRQ phaseSamuel Holland
2023-11-13i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff
2023-11-12Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko
2023-11-08i2c: cp2615: Fix 'assignment to __be16' warningBence Csókás
2023-11-08i2c: dev: copy userspace array safelyPhilipp Stanner
2023-11-08i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen
2023-11-08i2c: iproc: handle invalid slave stateRoman Bacik
2023-11-05Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds