summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König2023-06-141-2/+4
* i2c: omap: Fix standard mode false ACK readingsReid Tonking2023-05-171-1/+1
* i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein2023-04-201-0/+2
* i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen2023-04-051-0/+3
* i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein2023-04-051-0/+4
* 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: cadence: Support PEC for SMBus block readLars-Peter Clausen2022-08-251-1/+9
* 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
* drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar2022-06-061-0/+1
* i2c: pasemi: Wait for write xfers to finishMartin Povišer2022-04-201-0/+6
* i2c: xiic: Make bus names uniqueRobert Hancock2022-04-201-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: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman2021-12-221-2/+2
* i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET2021-11-261-1/+5
* 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: 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: 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: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard2021-03-031-1/+1
* i2c: stm32f7: fix configuration of the digital filterAlain Volmat2021-02-231-1/+10
* i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang2021-01-301-1/+1
* i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen2021-01-301-1/+1
* i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang2021-01-171-1/+7
* i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng2020-12-111-1/+2
* i2c: imx: Check for I2SR_IAL after every byteChristian Eggers2020-12-111-0/+10
* i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers2020-12-111-5/+15
* i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski2020-11-221-11/+13
* i2c: imx: use clk notifier for rate changesLucas Stach2020-11-221-7/+25
* i2c: rcar: Auto select RESET_CONTROLLERDirk Behme2020-10-291-0/+1
* i2c: meson: fix clock setting overwriteJerome Brunet2020-10-141-1/+18