summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17i2c: omap: Fix standard mode false ACK readingsReid Tonking1-1/+1
2023-04-20i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein1-0/+2
2023-04-05i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen1-0/+3
2023-04-05i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein1-0/+4
2023-02-22i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap1-22/+22
2023-01-18i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma1-0/+3
2023-01-18i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang1-7/+3
2022-11-10i2c: xiic: Add platform module aliasMartin Tůma1-0/+1
2022-08-25i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-08-25i2c: cadence: Support PEC for SMBus block readLars-Peter Clausen1-1/+9
2022-08-25i2c: Fix a potential use after freeXu Wang1-1/+2
2022-07-29i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock1-25/+5
2022-07-12i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy1-0/+1
2022-06-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure1-2/+10
2022-06-14i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor1-1/+1
2022-06-14i2c: at91: use dma safe buffersMichael Walle1-0/+11
2022-06-06drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar1-0/+1
2022-06-06i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg1-0/+14
2022-04-20i2c: pasemi: Wait for write xfers to finishMartin Povišer1-0/+6
2022-04-15i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin1-2/+3
2022-04-15i2c: xiic: Make bus names uniqueRobert Hancock1-1/+2
2022-03-08i2c: qup: 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-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-05i2c: validate user data in compat ioctlPavel Skripkin1-0/+3
2021-12-22i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman1-2/+2
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-11-26i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET1-1/+5
2021-10-13i2c: acpi: fix resource leak in reconfiguration device additionJamie Iles1-0/+1
2021-09-22i2c: mt65xx: fix IRQ checkSergey Shtylyov1-1/+1
2021-09-22i2c: s3c2410: fix IRQ checkSergey Shtylyov1-1/+1
2021-09-22i2c: iop3xx: fix deferred probingSergey Shtylyov1-4/+2
2021-09-22i2c: highlander: add IRQ checkSergey Shtylyov1-1/+1
2021-08-26i2c: dev: zero out array used for i2c reads from userspaceGreg Kroah-Hartman1-2/+3
2021-07-20i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov1-0/+3
2021-06-30i2c: robotfuzz-osif: fix control-request directionsJohan Hovold1-2/+2
2021-06-16i2c: mpc: implement erratum A-004447 workaroundChris Packham1-1/+78
2021-06-16i2c: mpc: Make use of i2c_recover_bus()Chris Packham1-2/+16
2021-06-03i2c: i801: Don't generate an interrupt on bus resetJean Delvare1-4/+2
2021-06-03i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski1-0/+3
2021-05-22i2c: bail out early when RDWR parameters are wrongWolfram Sang1-2/+7
2021-05-22i2c: sh7760: fix IRQ error pathSergey Shtylyov1-1/+1
2021-05-22i2c: sh7760: add IRQ checkSergey Shtylyov1-1/+4
2021-05-22i2c: jz4780: add IRQ checkSergey Shtylyov1-1/+4
2021-05-22i2c: emev2: add IRQ checkSergey Shtylyov1-1/+4