aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds22-895/+441
2022-01-11i2c: sh_mobile: remove unneeded semicolonYang Li1-1/+1
2022-01-10Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+7
2022-01-10Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-7/+15
2022-01-10Merge tag 'soc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+2
2022-01-10Merge branches 'acpi-scan', 'acpi-pm', 'acpi-power' and 'acpi-pci'Rafael J. Wysocki1-0/+7
2022-01-07Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang1-95/+0
2022-01-06i2c: mpc: Avoid out of bounds memory accessChris Packham1-6/+9
2022-01-03i2c: riic: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+5
2022-01-03i2c: sh_mobile: Use platform_get_irq_optional() to get the interruptLad Prabhakar1-8/+26
2022-01-03i2c: bcm2835: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+4
2021-12-31i2c: validate user data in compat ioctlPavel Skripkin1-0/+3
2021-12-30i2c: acpi: Do not instantiate I2C-clients on boards with known bogus DSDT entriesHans de Goede1-0/+7
2021-12-16i2c: aspeed: Remove unused includesThierry Reding1-2/+0
2021-12-16i2c: sh_mobile: update to new DMAENGINE API when terminatingWolfram Sang1-17/+9
2021-12-16i2c: rcar: update to new DMAENGINE API when terminatingWolfram Sang1-17/+9
2021-12-16i2c: exynos5: Fix getting the optional clockSam Protsenko1-3/+5
2021-12-16i2c: designware-pci: Convert to use dev_err_probe()Andy Shevchenko1-14/+10
2021-12-16i2c: designware-pci: use __maybe_unused for PM functionsAndy Shevchenko1-4/+2
2021-12-16i2c: designware-pci: Group MODULE_*() macrosAndy Shevchenko1-4/+2
2021-12-16i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usageAndy Shevchenko1-0/+7
2021-12-16i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D1-4/+4
2021-12-16i2c: designware: Do not complete i2c read without RX_FULL interruptTamal Saha1-2/+5
2021-12-16Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 into media_treeMauro Carvalho Chehab1-7/+15
2021-12-13i2c: acpi: Add i2c_acpi_new_device_by_fwnode() functionHans de Goede1-6/+11
2021-12-13i2c: acpi: Use acpi_dev_ready_for_enumeration() helperHans de Goede1-1/+4
2021-12-10i2c: mpc: Use atomic read and fix break conditionChris Packham1-1/+1
2021-12-10i2c: tegra: use i2c_timings for bus clock freqAkhil R1-12/+9
2021-12-09i2c: i801: Don't clear status flags twice in interrupt modeHeiner Kallweit1-11/+5
2021-12-09i2c: i801: Don't read back cleared status in i801_check_pre()Heiner Kallweit1-19/+3
2021-12-09i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in KconfigSam Protsenko1-1/+1
2021-12-09i2c: exynos5: Add bus clock supportSam Protsenko1-8/+38
2021-12-09i2c: exynos5: Add support for ExynosAutoV9 SoCJaewon Kim1-9/+53
2021-12-09i2c: virtio: fix completion handlingVincent Whitchurch1-20/+12
2021-12-01i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang1-4/+0
2021-12-01i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat1-8/+2
2021-11-30i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman1-2/+2
2021-11-30Revert "i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode"Wolfram Sang1-8/+0
2021-11-30Revert "i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE"Wolfram Sang1-14/+0
2021-11-30i2c: stm32f7: use proper DMAENGINE API for terminationAlain Volmat1-5/+11
2021-11-30i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat1-2/+7
2021-11-30i2c: stm32f7: recover the bus on access timeoutAlain Volmat1-0/+2
2021-11-29i2c: i801: Improve handling platform data for tco deviceHeiner Kallweit1-15/+12
2021-11-29i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSELakshmi Sowjanya D1-0/+14
2021-11-29i2c: designware-pci: Add support for Fast Mode Plus and High Speed ModeLakshmi Sowjanya D1-0/+8
2021-11-29i2c: enable async suspend/resume on i2c client devicesDerek Basehore1-0/+1
2021-11-29i2c: enable async suspend/resume for i2c adaptersRajat Jain1-0/+1
2021-11-29i2c: designware: Enable async suspend / resume of designware devicesRajat Jain1-0/+2