summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2022-02-11i2c: designware: Add AMD PSP I2C bus supportJan Dabros6-9/+485
2022-02-11i2c: designware: Add missing locksJan Dabros2-0/+18
2022-02-11i2c: piix4: Enable EFCH MMIO for Family 17h+Terry Bowman1-2/+15
2022-02-11i2c: piix4: Add EFCH MMIO support for SMBus port selectTerry Bowman1-3/+12
2022-02-11i2c: piix4: Add EFCH MMIO support to SMBus base address detectTerry Bowman1-4/+9
2022-02-11i2c: piix4: Add EFCH MMIO support to region request and releaseTerry Bowman1-8/+58
2022-02-11i2c: piix4: Move SMBus port selection into functionTerry Bowman1-10/+17
2022-02-11i2c: piix4: Move SMBus controller base address detect into functionTerry Bowman1-25/+44
2022-02-11i2c: piix4: Move port I/O region request/release code into functionsTerry Bowman1-17/+31
2022-02-10i2c: piix4: Replace hardcoded memory map size with a #defineTerry Bowman1-6/+10
2022-02-07i2c: npcm7xx: Fix typosJonathan Neuschäfer1-8/+8
2022-02-07i2c: ACPI: Replace acpi_bus_get_device()Rafael J. Wysocki1-11/+6
2022-02-07i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt1-0/+11
2022-02-07i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'Christophe JAILLET1-5/+16
2022-02-07i2c: amd-mp2: Remove useless DMA-32 fallback configurationChristophe JAILLET1-5/+2
2022-02-01i2c: cht-wc: Make charger i2c-client instantiation board/device-model specificHans de Goede1-18/+102
2022-01-28i2c: mediatek: Add i2c compatible for Mediatek MT8186Kewei Xu1-0/+14
2022-01-28i2c: smbus: Use device_*() functions instead of of_*()Akhil R3-8/+10
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/kern...Linus 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/ra...Linus Torvalds1-0/+7
2022-01-10Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus 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 ent...Hans 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/li...Mauro 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