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