summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2022-05-12Merge commit '49caedb668e476c100d727f2174724e0610a2b92' of https://github.com...Sujoy Ray9-32/+70
2022-04-29i2c: mux: Add mux deselect support on timeoutArun P. Mohanan1-5/+10
2022-04-20i2c: pasemi: Wait for write xfers to finishMartin Povišer1-0/+6
2022-04-20i2c: dev: check return value when calling dev_set_name()Andy Shevchenko1-5/+10
2022-04-08i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin1-2/+3
2022-04-08i2c: meson: Fix wrong speed use from probeLucas Tanure1-6/+6
2022-04-08i2c: xiic: Make bus names uniqueRobert Hancock1-1/+2
2022-04-08i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'Christophe JAILLET1-5/+16
2022-04-08i2c: bcm2835: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+4
2022-03-11Merge commit '2befcc6bb0bb1e0a4a31391a359adcab3925b6e4' of https://github.com...Sujoy Ray11-164/+94
2022-03-08i2c: qup: allow COMPILE_TESTWolfram Sang1-1/+1
2022-03-08i2c: imx: allow COMPILE_TESTWolfram Sang1-1/+1
2022-03-08i2c: cadence: allow COMPILE_TESTWolfram Sang1-1/+1
2022-03-08i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt1-0/+11
2022-02-23i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2022-02-23i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()Vladimir Zapolskiy1-4/+10
2022-02-23i2c: qcom-cci: don't delete an unregistered adapterVladimir Zapolskiy1-1/+1
2022-02-15i2c:aspeed: fix I2C_M_RECV_LEN return msg lengthZhikui Ren1-3/+11
2022-01-27i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D1-4/+4
2022-01-27i2c: mpc: Correct I2C reset procedureJoakim Tjernlund1-8/+15
2022-01-27i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit1-10/+5
2022-01-11i2c: mpc: Avoid out of bounds memory accessChris Packham1-6/+9
2022-01-11Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang1-95/+0
2022-01-05i2c: validate user data in compat ioctlPavel Skripkin1-0/+3
2021-12-17i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman1-2/+2
2021-12-17i2c: virtio: fix completion handlingVincent Whitchurch1-20/+12
2021-12-15i2c: core: Fix hold_lock mutex is uninitializedIwona Winiarska1-3/+2
2021-12-14i2c: mpc: Use atomic read and fix break conditionChris Packham1-1/+1
2021-12-08i2c: cbus-gpio: set atomic transfer callbackAaro Koskinen1-2/+3
2021-12-08i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat1-2/+7
2021-12-08i2c: stm32f7: recover the bus on access timeoutAlain Volmat1-0/+2
2021-12-08i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat1-1/+19
2021-12-01i2c: virtio: disable timeout handlingVincent Whitchurch1-9/+5
2021-11-18i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET1-1/+5
2021-11-18i2c: mediatek: fixing the incorrect register offsetKewei Xu1-1/+1
2021-11-18i2c: i801: Use PCI bus rescan mutex to protect P2SB accessHeiner Kallweit1-3/+2
2021-11-05i2c: aspeed: fix interrupt handling on some abnormal casesJae Hyun Yoo1-2/+10
2021-11-05i2c: aspeed: clear slave addresses in probeJae Hyun Yoo1-0/+3
2021-11-05i2c: aspeed: fix arbitration loss handling logicJae Hyun Yoo1-0/+3
2021-11-05i2c: aspeed: filter garbage interrupts outJae Hyun Yoo1-0/+9
2021-11-05Refine initialization flow in I2C driverJae Hyun Yoo1-11/+9
2021-11-05i2c: aspeed: add SLAVE_ADDR_RECEIVED_PENDING interrupt handlingJae Hyun Yoo1-0/+13
2021-11-05i2c: aspeed: add H/W timeout supportJae Hyun Yoo1-6/+76
2021-11-05i2c: aspeed: add general call supportJae Hyun Yoo2-1/+42
2021-11-05i2c: aspeed: add DMA mode transfer supportJae Hyun Yoo1-44/+209
2021-11-05i2c: aspeed: add buffer mode transfer supportJae Hyun Yoo1-30/+346
2021-11-05Add bus-timeout-ms and #retries device tree propertiesJae Hyun Yoo2-3/+10
2021-11-05i2c: Add mux hold/unhold msg typesJae Hyun Yoo3-16/+194
2021-11-05Add dump debug code into I2C driversJae Hyun Yoo2-0/+53
2021-11-05Add I2C IPMB supportHaiyue Wang3-0/+241