summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: sh_mobile: simplify code and remove false compilation warningViresh Kumar2020-05-291-5/+2
* i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare2020-05-291-0/+6
* i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify codeAishwarya Ramakrishnan2020-05-271-4/+1
* i2c: efm32: Avoid unnecessary check in efm32_i2c_probe()Tang Bin2020-05-221-3/+0
* i2c: efm32: Omit superfluous error message in efm32_i2c_probe()Tang Bin2020-05-221-1/+0
* i2c: designware: Drop hard coded FIFO depth assignmentAndy Shevchenko2020-05-222-20/+0
* i2c: designware: Read counters from ACPI for PCI driverAndy Shevchenko2020-05-221-0/+11
* i2c: designware: Move ACPI parts into common moduleAndy Shevchenko2020-05-223-119/+142
* i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()Andy Shevchenko2020-05-221-8/+6
* i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko2020-05-223-24/+38
* i2c: designware: Include proper headers in i2c-desingware-core.hAndy Shevchenko2020-05-221-0/+9
* i2c: designware: Get rid of PCI driver specifics in common codeAndy Shevchenko2020-05-222-11/+14
* i2c: pxa: implement generic i2c bus recoveryRussell King2020-05-201-17/+159
* Merge tag 'for-5.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegr...Wolfram Sang2020-05-201-69/+179
|\
| * i2c: tegra: Add support for the VI I2C on Tegra210Thierry Reding2020-05-121-2/+95
| * i2c: tegra: Use FIELD_PREP/FIELD_GET macrosThierry Reding2020-05-121-41/+40
| * i2c: tegra: Synchronize DMA before terminationDmitry Osipenko2020-05-081-0/+9
| * i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko2020-05-081-12/+15
| * i2c: tegra: Keep IRQs enabled during suspend/resumeThierry Reding2020-05-081-2/+2
| * i2c: tegra: Restore pinmux on system resumeThierry Reding2020-05-081-4/+19
| * Revert "i2c: tegra: Fix suspending in active runtime PM state"Thierry Reding2020-05-071-9/+0
* | i2c: altera: cleanup spinlockAtsushi Nemoto2020-05-201-8/+4
* | Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang2020-05-206-15/+48
|\ \
| * | i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto2020-05-151-1/+9
| * | i2c: at91: Fix pinmux after devm_gpiod_get() for bus recoveryCodrin Ciubotariu2020-05-151-3/+17
| |/
| * 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: 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
* | i2c: mediatek: Add i2c ac-timing adjust supportQii Wang2020-05-201-51/+278
* | i2c: designware: Allow slave mode for PCI enumerated devicesAndy Shevchenko2020-05-132-13/+12
* | i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()Andy Shevchenko2020-05-135-10/+20
* | i2c: designware: Switch PCI driver to use i2c_dw_configure_master()Andy Shevchenko2020-05-131-26/+7
* | i2c: designware: Move configuration routines to respective modulesAndy Shevchenko2020-05-134-37/+48
* | i2c: designware: Use devm_platform_ioremap_resource() to simplify codeAndy Shevchenko2020-05-131-6/+2
* | i2c: pxa: use master-abort for device probesRussell King2020-05-121-8/+2
* | i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King2020-05-121-4/+2
* | i2c: pxa: remove some unnecessary debugRussell King2020-05-121-3/+1
* | i2c: pxa: ensure timeout messages are uniqueRussell King2020-05-121-3/+3
* | i2c: pxa: avoid complaints with non-responsive slavesRussell King2020-05-121-4/+8
* | i2c: pxa: consolidate i2c_pxa_*xfer() implementationsRussell King2020-05-121-20/+16
* | i2c: at91: Send bus clear command if SDA is downCodrin Ciubotariu2020-05-053-8/+50
* | i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary conditionRussell King2020-05-051-5/+12
* | i2c: pxa: clean up decode_bits()Russell King2020-05-051-4/+3
* | i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King2020-05-051-4/+3