summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
...
* i2c: cpm: Fix i2c_ram structureNicolas VINCENT2020-10-141-0/+3
* i2c: i801: Fix resume bugVolker RĂ¼melin2020-09-231-7/+14
* i2c: rcar: in slave mode, clear NACK earlierWolfram Sang2020-09-031-0/+1
* i2c: rcar: avoid race when unregistering slaveWolfram Sang2020-08-211-3/+5
* 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-051-7/+2
* i2c: rcar: always clear ICSAR to avoid side effectsWolfram Sang2020-07-291-0/+3
* i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko2020-07-221-0/+1
* i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King2020-06-251-4/+3
* i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King2020-06-251-4/+2
* i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse2020-06-251-1/+2
* i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto2020-06-111-1/+9
* i2c: altera: use proper variable to hold errnoWolfram Sang2020-05-021-5/+4
* 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: altera: Fix potential integer overflowGustavo A. R. Silva2020-03-111-1/+1
* i2c: imx: don't print error message on probe deferLucas Stach2019-12-171-1/+2
* i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada2019-12-011-3/+14
* i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada2019-12-011-5/+6
* i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada2019-12-011-8/+25
* i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada2019-12-011-1/+16
* i2c: brcmstb: Allow enabling the driver on DSL SoCsFlorian Fainelli2019-11-241-3/+4
* i2c: aspeed: fix invalid clock parameters for very large divisorsBrendan Higgins2019-11-201-20/+45
* i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi2019-11-121-2/+23
* i2c: stm32f7: remove warning when compiling with W=1Alain Volmat2019-11-101-1/+1
* i2c-cht-wc: Fix lockdep warningHans de Goede2019-10-071-0/+46
* i2c: riic: Clear NACK in tend isrChris Brandt2019-10-051-0/+1
* i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula2019-09-211-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: rcar: avoid race when unregistering slave clientWolfram Sang2019-09-061-4/+7
* i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu2019-08-041-0/+2
* i2c: acorn: fix i2c warningRussell King2019-06-191-0/+1
* i2c: xiic: Add max_read_len quirkRobert Hancock2019-06-111-0/+5
* i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon2019-05-081-1/+1
* i2c: tegra: fix maximum transfer sizeSowjanya Komatineni2019-03-231-1/+1
* i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski2019-03-231-0/+12
* i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-03-231-2/+7
* i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren2019-03-131-8/+5
* i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-02-121-16/+16
* i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman2019-02-121-0/+1
* i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-211-1/+18
* i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-211-1/+7
* 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
* i2c: rcar: handle RXDMA HW behaviour on Gen3Wolfram Sang2018-10-201-3/+51
* i2c: i2c-scmi: fix for i2c_smbus_write_block_dataEdgar Cherkasov2018-10-181-0/+1
* i2c: uniphier-f: issue STOP only for last message or I2C_M_STOPMasahiro Yamada2018-10-101-5/+2