summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: cadence: Increase timeout per message if necessaryLucas Tanure2022-06-141-2/+10
* i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto2022-06-091-6/+9
* i2c: npcm: Handle spurious interruptsTali Perry2022-06-091-29/+62
* i2c: npcm: Correct register access widthTyrone Ting2022-06-091-2/+2
* i2c: npcm: Fix timeout calculationTali Perry2022-06-091-4/+4
* i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor2022-06-091-1/+1
* i2c: at91: use dma safe buffersMichael Walle2022-06-091-0/+11
* drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar2022-06-061-0/+1
* i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg2022-06-061-0/+14
* i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang2022-05-251-2/+8
* i2c: pasemi: Wait for write xfers to finishMartin Povišer2022-04-201-0/+6
* i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin2022-04-081-2/+3
* i2c: meson: Fix wrong speed use from probeLucas Tanure2022-04-081-6/+6
* i2c: xiic: Make bus names uniqueRobert Hancock2022-04-081-1/+2
* amba: Make the remove callback return voidUwe Kleine-König2022-04-081-3/+1
* i2c: qup: allow COMPILE_TESTWolfram Sang2022-03-081-1/+1
* i2c: cadence: allow COMPILE_TESTWolfram Sang2022-03-081-1/+1
* i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt2022-03-081-0/+11
* i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki2022-02-231-1/+1
* i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()Vladimir Zapolskiy2022-02-231-4/+10
* i2c: qcom-cci: don't delete an unregistered adapterVladimir Zapolskiy2022-02-231-1/+1
* i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D2022-01-271-4/+4
* i2c: mpc: Correct I2C reset procedureJoakim Tjernlund2022-01-271-8/+15
* i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit2022-01-271-10/+5
* i2c: validate user data in compat ioctlPavel Skripkin2022-01-051-0/+3
* i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman2021-12-171-2/+2
* i2c: cbus-gpio: set atomic transfer callbackAaro Koskinen2021-12-081-2/+3
* i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat2021-12-081-2/+7
* i2c: stm32f7: recover the bus on access timeoutAlain Volmat2021-12-081-0/+2
* i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat2021-12-081-1/+19
* i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET2021-11-181-1/+5
* i2c: mediatek: fixing the incorrect register offsetKewei Xu2021-11-181-1/+1
* i2c: mediatek: Add OFFSET_EXT_CONF setting backKewei Xu2021-10-131-1/+10
* i2c: acpi: fix resource leak in reconfiguration device additionJamie Iles2021-10-131-0/+1
* i2c: xlp9xx: fix main IRQ checkSergey Shtylyov2021-09-151-1/+1
* i2c: mt65xx: fix IRQ checkSergey Shtylyov2021-09-151-1/+1
* i2c: hix5hd2: fix IRQ checkSergey Shtylyov2021-09-151-1/+1
* i2c: fix platform_get_irq.cocci warningsTian Tao2021-09-151-3/+1
* i2c: s3c2410: fix IRQ checkSergey Shtylyov2021-09-151-1/+1
* i2c: iop3xx: fix deferred probingSergey Shtylyov2021-09-151-4/+2
* i2c: synquacer: fix deferred probingSergey Shtylyov2021-09-151-1/+1
* i2c: highlander: add IRQ checkSergey Shtylyov2021-09-151-1/+1
* i2c: dev: zero out array used for i2c reads from userspaceGreg Kroah-Hartman2021-08-181-2/+3
* i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov2021-07-201-0/+3
* i2c: robotfuzz-osif: fix control-request directionsJohan Hovold2021-06-301-2/+2
* i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_accessHeiner Kallweit2021-06-301-0/+3
* i2c: mpc: implement erratum A-004447 workaroundChris Packham2021-06-161-1/+78
* i2c: mpc: Make use of i2c_recover_bus()Chris Packham2021-06-161-2/+16
* i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM opsRoja Rani Yarubandi2021-06-101-1/+11
* i2c: qcom-geni: Add shutdown callback for i2cRoja Rani Yarubandi2021-06-101-0/+9