summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: iproc: fix race between client unreg and isrDhananjay Phadke2020-08-211-1/+12
* 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
* i2c: slave: add sanity check when unregisteringWolfram Sang2020-08-111-0/+3
* i2c: slave: improve sanity check when registeringWolfram Sang2020-08-111-3/+1
* i2c: cadence: Clear HOLD bit at correct time in Rx pathRaviteja Narayanam2020-08-051-9/+10
* Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam2020-08-051-7/+2
* i2c: i2c-qcom-geni: Fix DMA transfer raceDouglas Anderson2020-07-291-2/+4
* 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: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang2020-07-091-2/+2
* i2c: designware: platdrv: Set class based on DMIRicardo Ribalda2020-07-091-1/+13
* i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham2020-07-091-1/+2
* i2c: core: check returned size of emulated smbus block readMans Rullgard2020-06-301-0/+7
* i2c: fsi: Fix the port number field in status registerEddie James2020-06-301-1/+1
* Revert "i2c: tegra: Fix suspending in active runtime PM state"Thierry Reding2020-06-301-9/+0
* i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt2020-06-241-0/+1
* i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King2020-06-241-4/+3
* i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King2020-06-241-4/+2
* i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse2020-06-241-1/+2
* i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET2020-05-151-0/+1
* i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto2020-05-151-1/+9
* i2c: algo-pca: update contact emailWolfram Sang2020-05-151-1/+1
* i2c: at91: Fix pinmux after devm_gpiod_get() for bus recoveryCodrin Ciubotariu2020-05-151-3/+17
* i2c: use my kernel.org address from now onWolfram Sang2020-05-052-2/+2
* i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat2020-05-051-6/+16
* i2c: aspeed: Avoid i2c interrupt status clear race condition.ryan_chen2020-04-301-1/+4
* i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handlingDan Carpenter2020-04-301-1/+1
* Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time"Wolfram Sang2020-04-281-15/+12
* Revert "i2c: tegra: Synchronize DMA before termination"Wolfram Sang2020-04-281-9/+0
* i2c: iproc: generate stop event for slave writesRayagonda Kokatanur2020-04-281-0/+3
* i2c: tegra: Synchronize DMA before terminationDmitry Osipenko2020-04-151-0/+9
* i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko2020-04-151-12/+15
* i2c: remove i2c_new_probed_device APIWolfram Sang2020-04-151-13/+0
* i2c: altera: use proper variable to hold errnoWolfram Sang2020-04-151-5/+4
* i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHTHans de Goede2020-04-151-4/+10
* Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-04-0265-483/+733
|\
| * i2c: rcar: clean up after refactoring i2c_timingsWolfram Sang2020-03-311-6/+6
| * Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang2020-03-266-70/+26
| |\
| * | i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-2444-199/+165
| * | i2c: algo: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-3/+3
| * | i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko2020-03-241-31/+26
| * | i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()Andy Shevchenko2020-03-241-9/+9
| * | i2c: core: Allow override timing properties with 0Andy Shevchenko2020-03-242-14/+18
| * | i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko2020-03-242-5/+5
| * | i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2020-03-221-3/+3
| * | i2c: imx: remove duplicate print after platform_get_irq()Tang Bin2020-03-211-3/+1
| * | i2c: designware: Fix spelling typos in the commentsAndy Shevchenko2020-03-215-8/+8
| * | i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2020-03-212-7/+0
| * | i2c: designware: Detect the FIFO size in the common codeSerge Semin2020-03-215-24/+27