summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2020-05-12i2c: pxa: use master-abort for device probesRussell King
2020-05-12i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King
2020-05-12i2c: pxa: remove some unnecessary debugRussell King
2020-05-12i2c: pxa: ensure timeout messages are uniqueRussell King
2020-05-12i2c: pxa: avoid complaints with non-responsive slavesRussell King
2020-05-12i2c: pxa: consolidate i2c_pxa_*xfer() implementationsRussell King
2020-05-11i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko
2020-05-08i2c: tegra: Synchronize DMA before terminationDmitry Osipenko
2020-05-08i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko
2020-05-08i2c: tegra: Keep IRQs enabled during suspend/resumeThierry Reding
2020-05-08i2c: tegra: Restore pinmux on system resumeThierry Reding
2020-05-07Revert "i2c: tegra: Fix suspending in active runtime PM state"Thierry Reding
2020-05-05i2c: at91: Send bus clear command if SDA is downCodrin Ciubotariu
2020-05-05i2c: use my kernel.org address from now onWolfram Sang
2020-05-05i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat
2020-05-05i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary conditionRussell King
2020-05-05i2c: pxa: clean up decode_bits()Russell King
2020-05-05i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King
2020-05-05i2c: pxa: move DT IDs along side platform IDsRussell King
2020-05-05i2c: pxa: move private definitions to i2c-pxa.cRussell King
2020-05-05i2c: pxa: always set fm and hs members for each typeRussell King
2020-05-05i2c: pxa: add and use definitions for IBMR registerRussell King
2020-05-05i2c: pxa: re-arrange register field definitionsRussell King
2020-05-05i2c: pxa: re-arrange functions to flow betterRussell King
2020-05-05i2c: pxa: re-arrange includes to be in alphabetical orderRussell King
2020-05-05i2c: pxa: remove unneeded includesRussell King
2020-05-05i2c: pxa: use official address byte helperRussell King
2020-04-30i2c: powermac: use true,false for bool variableJason Yan
2020-04-30i2c: aspeed: Avoid i2c interrupt status clear race condition.ryan_chen
2020-04-30i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handlingDan Carpenter
2020-04-30i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter
2020-04-28Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time"Wolfram Sang
2020-04-28Revert "i2c: tegra: Synchronize DMA before termination"Wolfram Sang
2020-04-28i2c: iproc: generate stop event for slave writesRayagonda Kokatanur
2020-04-26i2c: iproc: add support for SMBUS quick cmdRayagonda Kokatanur
2020-04-26i2c: powermac: Simplify reading the "reg" and "i2c-address" propertyAishwarya R
2020-04-26i2c: qup: remove unneeded conversion to boolJason Yan
2020-04-26i2c: brcmstb: Fix handling of optional interruptDave Stevenson
2020-04-26i2c: stm32f7: allows for any bus frequencyAlain Volmat
2020-04-26i2c: stm32: don't print an error on probe deferralEtienne Carriere
2020-04-26i2c: brcmstb: Allow to compile it on BCM2835Maxime Ripard
2020-04-26i2c: slave-eeprom: Make it possible to pre-load eeprom dataBjörn Ardö
2020-04-24PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki
2020-04-18i2c: busses: remove duplicate dev_err()Dejin Zheng
2020-04-18i2c: Add Qualcomm CCI I2C driverLoic Poulain
2020-04-15i2c: tegra: Synchronize DMA before terminationDmitry Osipenko
2020-04-15i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko