summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2020-03-20i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao1-22/+26
2020-03-13i2c: qcom-geni: Drop of_platform.h includeStephen Boyd1-1/+0
2020-03-13i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd1-31/+26
2020-03-13i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd1-2/+2
2020-03-13i2c: stm32f7: do not backup read-only PECR registerAlain Volmat1-4/+0
2020-03-10i2c: smbus: remove outdated references to irq level triggersWolfram Sang1-5/+0
2020-03-10i2c: convert SMBus alert setup function to return an ERRPTRWolfram Sang5-24/+32
2020-03-10i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat1-6/+33
2020-03-10i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat1-13/+39
2020-03-10i2c: brcmstb: Support BCM2711 HDMI BSC controllersMaxime Ripard1-0/+33
2020-03-10i2c: omap: use devm_platform_ioremap_resource()chenqiwu1-3/+1
2020-03-10i2c: use kobj_to_dev() APIchenqiwu1-2/+2
2020-03-10i2c: powermac: correct comment about custom handlingWolfram Sang1-8/+7
2020-02-26i2c: dev: keep sorting of includesWolfram Sang1-1/+1
2020-02-26i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat1-21/+86
2020-02-26i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld1-41/+105
2020-02-26i2c: at91: implement i2c bus recoveryKamel Bouhara2-0/+82
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds29-748/+745
2020-02-07Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+1
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2-4/+3
2020-02-03i2c: designware: Add ACPI HID for Hisilicon Hip08-Lite I2C controllerHanjun Guo1-0/+1
2020-01-31i2c: cros-ec-tunnel: Fix ACPI identifierRaul E Rangel1-1/+1
2020-01-31i2c: cros-ec-tunnel: Fix slave device enumerationAkshu Agrawal1-0/+1
2020-01-30i2c: stm32f7: add PM_SLEEP suspend/resume supportAlain Volmat1-4/+113
2020-01-30i2c: cadence: Fix wording in i2c-cadence driverMichal Simek1-1/+1
2020-01-30i2c: cadence: Fix power management order of operationsTopi Kuutela1-3/+6
2020-01-30i2c: cadence: Fix error printing in case of deferShubhrajyoti Datta1-1/+2
2020-01-30i2c: cadence: Handle transfer_size rolloverAlex Williams1-5/+13
2020-01-29i2c: i801: Add support for Intel Comet Lake PCH-VJarkko Nikula1-0/+4
2020-01-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2-37/+61
2020-01-29i2c: xiic: fix indentation issueColin Ian King1-1/+1
2020-01-29i2c: parport: fix spelling mistake: "Atmost" -> "At most"Colin Ian King1-1/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-2/+2
2020-01-23i2c: exynos: Update Kconfig documentationKrzysztof Kozlowski1-4/+4
2020-01-23i2c: Enable compile testing for more driversKrzysztof Kozlowski1-28/+33
2020-01-15i2c: xiic: Fix the clocking across bind unbindShubhrajyoti Datta1-5/+7
2020-01-15i2c: xiic: defer the probe if clock is not foundVenkatesh Yadav Abbarapu1-1/+2
2020-01-15i2c: xiic: Add timeout to the rx fifo wait loopShubhrajyoti Datta1-10/+42
2020-01-15i2c: highlander: Use proper printk format for size_tKrzysztof Kozlowski1-1/+1
2020-01-15i2c: pnx: Use proper printk format for resource_size_tKrzysztof Kozlowski1-2/+2
2020-01-15i2c: pmcmsp: Use proper printk format for resource_size_tKrzysztof Kozlowski1-3/+3
2020-01-15i2c: i2c-core-of: convert to use i2c_new_client_device()Wolfram Sang1-4/+3
2020-01-15i2c: i2c-core-base: convert to use i2c_new_client_device()Wolfram Sang1-7/+6
2020-01-15i2c: i2c-core-acpi: convert to use i2c_new_client_device()Wolfram Sang1-8/+4
2020-01-15i2c: xiic: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-01-15i2c: taos-evm: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-01-15i2c: powermac: convert to use i2c_new_client_device()Wolfram Sang1-4/+4
2020-01-15i2c: ocores: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-01-15i2c: nvidia-gpu: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-01-15i2c: i801: convert to use i2c_new_client_device()Wolfram Sang1-3/+3