summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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: octeon: check correct size of maximum RECV_LEN packetWolfram Sang2021-01-301-1/+1
* 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: mux: pca954x: Add missing pca9546 definition to chip_descMike Looijmans2020-11-221-1/+5
* 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: cpm: Fix i2c_ram structureNicolas VINCENT2020-10-141-0/+3
* i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_dev...Hans de Goede2020-10-011-1/+1
* i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo2020-09-231-12/+23
* i2c: rcar: in slave mode, clear NACK earlierWolfram Sang2020-09-031-0/+1
* i2c: rcar: slave: only send STOP event when we have been addressedWolfram Sang2020-08-211-3/+4
* Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam2020-08-211-7/+2
* i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko2020-07-221-0/+1
* i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham2020-07-091-1/+2
* i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King2020-06-301-4/+3
* i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King2020-06-301-4/+2
* i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse2020-06-301-1/+2
* i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao2020-05-271-22/+26
* i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET2020-05-271-0/+1
* i2c: st: fix missing struct parameter descriptionAlain Volmat2020-04-241-0/+1
* i2c: hix5hd2: add missed clk_disable_unprepare in removeChuhong Yuan2020-04-021-0/+1
* i2c: jz4780: silence log flood on txabrtWolfram Sang2020-03-111-34/+2
* i2c: imx: don't print error message on probe deferLucas Stach2019-12-211-1/+2
* i2c: brcmstb: Allow enabling the driver on DSL SoCsFlorian Fainelli2019-11-251-3/+4
* i2c: riic: Clear NACK in tend isrChris Brandt2019-10-051-0/+1
* i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks2019-09-061-7/+5
* i2c: emev2: avoid race when unregistering slave clientWolfram Sang2019-09-061-4/+12
* i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu2019-08-041-0/+2
* i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen2019-06-221-0/+1
* i2c: acorn: fix i2c warningRussell King2019-06-221-0/+1
* i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATAJeremy Compostella2019-04-051-6/+6
* i2c: tegra: fix maximum transfer sizeSowjanya Komatineni2019-03-231-1/+1
* i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-03-231-2/+7
* i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-02-121-16/+16
* i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng2019-01-161-0/+6
* i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede2018-12-211-3/+7
* i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-211-11/+29
* i2c: rcar: cleanup DMA for all kinds of failureWolfram Sang2018-11-131-1/+5