summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2022-06-22i2c: designware: Use standard optional ref clock implementationSerge Semin
2022-06-22i2c: npcm7xx: Add check for platform_driver_registerJiasheng Jiang
2022-06-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure
2022-06-09i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto
2022-06-09i2c: npcm: Handle spurious interruptsTali Perry
2022-06-09i2c: npcm: Correct register access widthTyrone Ting
2022-06-09i2c: npcm: Fix timeout calculationTali Perry
2022-06-09i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor
2022-06-09i2c: at91: use dma safe buffersMichael Walle
2022-06-06i2c: ismt: prevent memory corruption in ismt_access()Dan Carpenter
2022-06-06drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar
2022-06-06i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg
2022-05-25i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang
2022-05-25i2c: piix4: Enable EFCH MMIO for Family 17h+Terry Bowman
2022-05-25i2c: piix4: Add EFCH MMIO support for SMBus port selectTerry Bowman
2022-05-25i2c: piix4: Add EFCH MMIO support to SMBus base address detectTerry Bowman
2022-05-25i2c: piix4: Add EFCH MMIO support to region request and releaseTerry Bowman
2022-05-25i2c: piix4: Move SMBus port selection into functionTerry Bowman
2022-05-25i2c: piix4: Move SMBus controller base address detect into functionTerry Bowman
2022-05-25i2c: piix4: Move port I/O region request/release code into functionsTerry Bowman
2022-05-25i2c: piix4: Replace hardcoded memory map size with a #defineTerry Bowman
2022-04-20i2c: pasemi: Wait for write xfers to finishMartin Povišer
2022-04-20i2c: dev: check return value when calling dev_set_name()Andy Shevchenko
2022-04-08i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin
2022-04-08i2c: meson: Fix wrong speed use from probeLucas Tanure
2022-04-08i2c: xiic: Make bus names uniqueRobert Hancock
2022-04-08i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'Christophe JAILLET
2022-04-08i2c: bcm2835: Use platform_get_irq() to get the interruptLad Prabhakar
2022-03-08i2c: qup: allow COMPILE_TESTWolfram Sang
2022-03-08i2c: imx: allow COMPILE_TESTWolfram Sang
2022-03-08i2c: cadence: allow COMPILE_TESTWolfram Sang
2022-03-08i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt
2022-02-23i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki
2022-02-23i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()Vladimir Zapolskiy
2022-02-23i2c: qcom-cci: don't delete an unregistered adapterVladimir Zapolskiy
2022-01-27i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D
2022-01-27i2c: mpc: Correct I2C reset procedureJoakim Tjernlund
2022-01-27i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit
2022-01-11i2c: mpc: Avoid out of bounds memory accessChris Packham
2022-01-11Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang
2022-01-05i2c: validate user data in compat ioctlPavel Skripkin
2021-12-17i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman
2021-12-17i2c: virtio: fix completion handlingVincent Whitchurch
2021-12-14i2c: mpc: Use atomic read and fix break conditionChris Packham
2021-12-08i2c: cbus-gpio: set atomic transfer callbackAaro Koskinen
2021-12-08i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat
2021-12-08i2c: stm32f7: recover the bus on access timeoutAlain Volmat
2021-12-08i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat
2021-12-01i2c: virtio: disable timeout handlingVincent Whitchurch
2021-11-18i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET