summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma2023-01-181-0/+3
* i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang2023-01-181-7/+3
* i2c: xiic: Add platform module aliasMartin Tůma2022-11-101-0/+1
* i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He2022-08-251-0/+1
* i2c: cadence: Support PEC for SMBus block readLars-Peter Clausen2022-08-251-1/+9
* i2c: Fix a potential use after freeXu Wang2022-08-251-1/+2
* i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock2022-07-291-25/+5
* i2c: cadence: Unregister the clk notifier in error pathSatish Nagireddy2022-07-121-0/+1
* i2c: cadence: Increase timeout per message if necessaryLucas Tanure2022-06-141-2/+10
* i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor2022-06-141-1/+1
* i2c: at91: use dma safe buffersMichael Walle2022-06-141-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: 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-151-2/+3
* i2c: xiic: Make bus names uniqueRobert Hancock2022-04-151-1/+2
* 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: 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-221-2/+2
* 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: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET2021-11-261-1/+5
* i2c: acpi: fix resource leak in reconfiguration device additionJamie Iles2021-10-131-0/+1
* i2c: mt65xx: fix IRQ checkSergey Shtylyov2021-09-221-1/+1
* i2c: s3c2410: fix IRQ checkSergey Shtylyov2021-09-221-1/+1
* i2c: iop3xx: fix deferred probingSergey Shtylyov2021-09-221-4/+2
* i2c: highlander: add IRQ checkSergey Shtylyov2021-09-221-1/+1
* i2c: dev: zero out array used for i2c reads from userspaceGreg Kroah-Hartman2021-08-261-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: 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: i801: Don't generate an interrupt on bus resetJean Delvare2021-06-031-4/+2
* i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski2021-06-031-0/+3
* i2c: bail out early when RDWR parameters are wrongWolfram Sang2021-05-221-2/+7
* i2c: sh7760: fix IRQ error pathSergey Shtylyov2021-05-221-1/+1
* i2c: sh7760: add IRQ checkSergey Shtylyov2021-05-221-1/+4
* i2c: jz4780: add IRQ checkSergey Shtylyov2021-05-221-1/+4
* i2c: emev2: add IRQ checkSergey Shtylyov2021-05-221-1/+4
* i2c: cadence: add IRQ checkSergey Shtylyov2021-05-221-1/+4
* i2c: turn recovery error on init to debugWolfram Sang2021-04-141-3/+4
* i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang2021-03-171-1/+1
* i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard2021-03-041-1/+1
* i2c: stm32f7: fix configuration of the digital filterAlain Volmat2021-02-231-1/+10