summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-02-0729-748/+745
|\
| * i2c: cros-ec-tunnel: Fix ACPI identifierRaul E Rangel2020-01-311-1/+1
| * i2c: cros-ec-tunnel: Fix slave device enumerationAkshu Agrawal2020-01-311-0/+1
| * i2c: stm32f7: add PM_SLEEP suspend/resume supportAlain Volmat2020-01-301-4/+113
| * i2c: cadence: Fix wording in i2c-cadence driverMichal Simek2020-01-301-1/+1
| * i2c: cadence: Fix power management order of operationsTopi Kuutela2020-01-301-3/+6
| * i2c: cadence: Fix error printing in case of deferShubhrajyoti Datta2020-01-301-1/+2
| * i2c: cadence: Handle transfer_size rolloverAlex Williams2020-01-301-5/+13
| * i2c: i801: Add support for Intel Comet Lake PCH-VJarkko Nikula2020-01-291-0/+4
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2020-01-292-37/+61
| |\
| | * i2c: mux: pca954x: support property idle-stateBiwen Li2020-01-031-23/+46
| | * i2c: mux: pca9541: use the BIT macroPeter Rosin2020-01-031-14/+15
| * | i2c: xiic: fix indentation issueColin Ian King2020-01-291-1/+1
| * | i2c: parport: fix spelling mistake: "Atmost" -> "At most"Colin Ian King2020-01-291-1/+1
| * | i2c: exynos: Update Kconfig documentationKrzysztof Kozlowski2020-01-231-4/+4
| * | i2c: Enable compile testing for more driversKrzysztof Kozlowski2020-01-231-28/+33
| * | i2c: xiic: Fix the clocking across bind unbindShubhrajyoti Datta2020-01-151-5/+7
| * | i2c: xiic: defer the probe if clock is not foundVenkatesh Yadav Abbarapu2020-01-151-1/+2
| * | i2c: xiic: Add timeout to the rx fifo wait loopShubhrajyoti Datta2020-01-151-10/+42
| * | i2c: highlander: Use proper printk format for size_tKrzysztof Kozlowski2020-01-151-1/+1
| * | i2c: pnx: Use proper printk format for resource_size_tKrzysztof Kozlowski2020-01-151-2/+2
| * | i2c: pmcmsp: Use proper printk format for resource_size_tKrzysztof Kozlowski2020-01-151-3/+3
| * | i2c: i2c-core-of: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-4/+3
| * | i2c: i2c-core-base: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-7/+6
| * | i2c: i2c-core-acpi: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-8/+4
| * | i2c: xiic: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-1/+1
| * | i2c: taos-evm: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-2/+2
| * | i2c: powermac: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-4/+4
| * | i2c: ocores: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-1/+1
| * | i2c: nvidia-gpu: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
| * | i2c: i801: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
| * | i2c: cht-wc: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
| * | i2c: stu300: Use proper printk format for iomem pointerKrzysztof Kozlowski2020-01-151-1/+1
| * | i2c: tegra: Check DMA completion status in addition to left timeDmitry Osipenko2020-01-151-1/+1
| * | i2c: tegra: Always terminate DMA transferDmitry Osipenko2020-01-151-8/+4
| * | i2c: tegra: Use relaxed versions of readl/writelDmitry Osipenko2020-01-151-10/+11
| * | i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LENDmitry Osipenko2020-01-151-5/+6
| * | i2c: tegra: Support atomic transfersDmitry Osipenko2020-01-151-15/+69
| * | i2c: tegra: Prevent interrupt triggering after transfer timeoutDmitry Osipenko2020-01-151-34/+36
| * | Merge branch 'i2c/for-current' into i2c/for-5.6Wolfram Sang2020-01-154-23/+47
| |\ \
| * | | i2c: parport: move include file into main sourceWolfram Sang2020-01-152-114/+105
| * | | i2c: parport: simplify Kconfig descriptionWolfram Sang2020-01-151-8/+2
| * | | i2c: parport-light: remove driverWolfram Sang2020-01-153-296/+0
| * | | i2c: meson: implement the master_xfer_atomic callbackMartin Blumenstingl2020-01-131-32/+65
| * | | I2C: JZ4780: Add support for the X1000.周琰杰 (Zhou Yanjie)2020-01-061-40/+116
| * | | i2c: tiny-usb: Correct I2C fault codes.Christoph Müllner2020-01-061-4/+4
| * | | i2c: at91: remote default value initializationEugen Hristev2020-01-061-39/+0
| * | | i2c: core: Use DEVICE_ATTR_*() helper macrosGeert Uytterhoeven2019-12-171-10/+10
| | |/ | |/|
* | | Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-071-0/+1
|\ \ \
| * | | i2c: designware: Add ACPI HID for Hisilicon Hip08-Lite I2C controllerHanjun Guo2020-02-031-0/+1