summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2021-12-16i2c: designware-pci: Group MODULE_*() macrosAndy Shevchenko
2021-12-16i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usageAndy Shevchenko
2021-12-16i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D
2021-12-16i2c: designware: Do not complete i2c read without RX_FULL interruptTamal Saha
2021-12-16Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/li...Mauro Carvalho Chehab
2021-12-13i2c: acpi: Add i2c_acpi_new_device_by_fwnode() functionHans de Goede
2021-12-13i2c: acpi: Use acpi_dev_ready_for_enumeration() helperHans de Goede
2021-12-10i2c: mpc: Use atomic read and fix break conditionChris Packham
2021-12-10i2c: tegra: use i2c_timings for bus clock freqAkhil R
2021-12-09i2c: i801: Don't clear status flags twice in interrupt modeHeiner Kallweit
2021-12-09i2c: i801: Don't read back cleared status in i801_check_pre()Heiner Kallweit
2021-12-09i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in KconfigSam Protsenko
2021-12-09i2c: exynos5: Add bus clock supportSam Protsenko
2021-12-09i2c: exynos5: Add support for ExynosAutoV9 SoCJaewon Kim
2021-12-09i2c: virtio: fix completion handlingVincent Whitchurch
2021-12-01i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang
2021-12-01i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat
2021-11-30i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman
2021-11-30Revert "i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode"Wolfram Sang
2021-11-30Revert "i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE"Wolfram Sang
2021-11-30i2c: stm32f7: use proper DMAENGINE API for terminationAlain Volmat
2021-11-30i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat
2021-11-30i2c: stm32f7: recover the bus on access timeoutAlain Volmat
2021-11-29i2c: i801: Improve handling platform data for tco deviceHeiner Kallweit
2021-11-29i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSELakshmi Sowjanya D
2021-11-29i2c: designware-pci: Add support for Fast Mode Plus and High Speed ModeLakshmi Sowjanya D
2021-11-29i2c: enable async suspend/resume on i2c client devicesDerek Basehore
2021-11-29i2c: enable async suspend/resume for i2c adaptersRajat Jain
2021-11-29i2c: designware: Enable async suspend / resume of designware devicesRajat Jain
2021-11-29i2c: mpc: Correct I2C reset procedureJoakim Tjernlund
2021-11-29i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat
2021-11-29i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko
2021-11-29i2c: rk3x: enable clock before getting rateJohn Keeping
2021-11-29i2c: i801: Improve handling of chip-specific feature definitionsHeiner Kallweit
2021-11-29i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit
2021-11-29i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit
2021-11-29i2c: cbus-gpio: set atomic transfer callbackAaro Koskinen
2021-11-29i2c: tegra: Add the ACPI supportAkhil R
2021-11-29Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang
2021-11-23i2c: mux: gpio: Use array_size() helperAndy Shevchenko
2021-11-23i2c: mux: gpio: Don't dereference fwnode from struct deviceAndy Shevchenko
2021-11-23i2c: mux: gpio: Replace custom acpi_get_local_address()Andy Shevchenko
2021-11-23i2c: imx: Add timer for handling the stop conditionCorey Minyard
2021-11-23i2c: virtio: disable timeout handlingVincent Whitchurch
2021-11-23i2c: i801: Fix interrupt storm from SMB_ALERT signalJarkko Nikula
2021-11-23i2c: i801: Restore INTREN on unloadJean Delvare
2021-11-23i2c: Remove unused Netlogic/Sigma Designs XLR driverRob Herring
2021-11-23i2c: Remove Netlogic XLP variantRob Herring
2021-11-21ARM: samsung: Remove HAVE_S3C2410_I2C and use direct dependenciesSam Protsenko
2021-11-10Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds