summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2020-10-01i2c: tegra: Restore pinmux on system resumeThierry Reding1-4/+19
2020-10-01i2c: tegra: Prevent interrupt triggering after transfer timeoutDmitry Osipenko1-34/+36
2020-09-23i2c: i801: Fix resume bugVolker RĂ¼melin1-7/+14
2020-09-23i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACKMatthias Schiffer1-3/+7
2020-09-23i2c: algo: pca: Reapply i2c bus settings after resetEvan Nimmo1-12/+23
2020-09-03i2c: rcar: in slave mode, clear NACK earlierWolfram Sang1-0/+1
2020-09-03i2c: core: Don't fail PRP0001 enumeration when no ID table existAndy Shevchenko1-1/+1
2020-08-21i2c: iproc: fix race between client unreg and isrDhananjay Phadke1-1/+12
2020-08-21i2c: rcar: avoid race when unregistering slaveWolfram Sang1-3/+5
2020-08-21i2c: rcar: slave: only send STOP event when we have been addressedWolfram Sang1-3/+4
2020-08-11i2c: slave: add sanity check when unregisteringWolfram Sang1-0/+3
2020-08-11i2c: slave: improve sanity check when registeringWolfram Sang1-3/+1
2020-08-05Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam1-7/+2
2020-07-29i2c: i2c-qcom-geni: Fix DMA transfer raceDouglas Anderson1-2/+4
2020-07-29i2c: rcar: always clear ICSAR to avoid side effectsWolfram Sang1-0/+3
2020-07-22i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2020-07-09i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang1-2/+2
2020-07-09i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham1-1/+2
2020-06-30i2c: core: check returned size of emulated smbus block readMans Rullgard1-0/+7
2020-06-30i2c: fsi: Fix the port number field in status registerEddie James1-1/+1
2020-06-30Revert "i2c: tegra: Fix suspending in active runtime PM state"Thierry Reding1-9/+0
2020-06-24i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt1-0/+1
2020-06-24i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King1-4/+3
2020-06-24i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King1-4/+2
2020-06-24i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse1-1/+2
2020-06-07i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto1-1/+9
2020-05-27i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET1-0/+1
2020-05-27i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat1-6/+16
2020-05-27i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao1-22/+26
2020-05-06i2c: aspeed: Avoid i2c interrupt status clear race condition.ryan_chen1-1/+4
2020-05-06i2c: iproc: generate stop event for slave writesRayagonda Kokatanur1-0/+3
2020-05-06i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handlingDan Carpenter1-1/+1
2020-05-02i2c: altera: use proper variable to hold errnoWolfram Sang1-5/+4
2020-04-21i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHTHans de Goede1-4/+10
2020-04-17i2c: pca-platform: Use platform_irq_get_optionalChris Packham1-1/+1
2020-04-17i2c: st: fix missing struct parameter descriptionAlain Volmat1-0/+1
2020-04-08i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt deviceMika Westerberg1-33/+12
2020-04-01i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()Kai-Heng Feng1-12/+8
2020-04-01i2c: hix5hd2: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+1
2020-03-18i2c: acpi: put device when verifying client failsWolfram Sang1-1/+9
2020-03-18i2c: gpio: suppress error on probe deferHamish Martin1-1/+1
2020-03-18i2c: designware-pci: Fix BUG_ON during device removalJarkko Nikula1-0/+1
2020-03-05i2c: jz4780: silence log flood on txabrtWolfram Sang1-34/+2
2020-03-05i2c: altera: Fix potential integer overflowGustavo A. R. Silva1-1/+1
2020-01-26i2c: stm32f7: report dma error during probeAlain Volmat2-8/+17
2020-01-26i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat1-1/+1
2020-01-26i2c: stm32f7: rework slave_id allocationAlain Volmat1-1/+1
2020-01-23i2c: iop3xx: Fix memory leak in probe error pathKrzysztof Kozlowski1-4/+8
2020-01-23i2c: tegra: Properly disable runtime PM on driver's probe errorDmitry Osipenko1-10/+19
2020-01-23i2c: tegra: Fix suspending in active runtime PM stateDmitry Osipenko1-0/+9