summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2022-06-14i2c: cadence: Increase timeout per message if necessaryLucas Tanure1-2/+10
2022-06-09i2c: rcar: fix PM ref counts in probe error pathsKuninori Morimoto1-6/+9
2022-06-09i2c: npcm: Handle spurious interruptsTali Perry1-29/+62
2022-06-09i2c: npcm: Correct register access widthTyrone Ting1-2/+2
2022-06-09i2c: npcm: Fix timeout calculationTali Perry1-4/+4
2022-06-09i2c: at91: Initialize dma_buf in at91_twi_xfer()Nathan Chancellor1-1/+1
2022-06-09i2c: at91: use dma safe buffersMichael Walle1-0/+11
2022-06-06i2c: ismt: prevent memory corruption in ismt_access()Dan Carpenter1-0/+3
2022-06-06drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar1-0/+1
2022-06-06i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg1-0/+14
2022-05-25i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang1-2/+8
2022-05-25i2c: piix4: Enable EFCH MMIO for Family 17h+Terry Bowman1-2/+15
2022-05-25i2c: piix4: Add EFCH MMIO support for SMBus port selectTerry Bowman1-3/+12
2022-05-25i2c: piix4: Add EFCH MMIO support to SMBus base address detectTerry Bowman1-4/+9
2022-05-25i2c: piix4: Add EFCH MMIO support to region request and releaseTerry Bowman1-8/+58
2022-05-25i2c: piix4: Move SMBus port selection into functionTerry Bowman1-10/+17
2022-05-25i2c: piix4: Move SMBus controller base address detect into functionTerry Bowman1-25/+44
2022-05-25i2c: piix4: Move port I/O region request/release code into functionsTerry Bowman1-17/+31
2022-05-25i2c: piix4: Replace hardcoded memory map size with a #defineTerry Bowman1-6/+10
2022-04-20i2c: pasemi: Wait for write xfers to finishMartin Povišer1-0/+6
2022-04-20i2c: dev: check return value when calling dev_set_name()Andy Shevchenko1-5/+10
2022-04-08i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin1-2/+3
2022-04-08i2c: meson: Fix wrong speed use from probeLucas Tanure1-6/+6
2022-04-08i2c: xiic: Make bus names uniqueRobert Hancock1-1/+2
2022-04-08i2c: pasemi: Drop I2C classes from platform driver variantMartin Povišer2-1/+1
2022-04-08i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'Christophe JAILLET1-5/+16
2022-02-18i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2022-02-15i2c: qup: allow COMPILE_TESTWolfram Sang1-1/+1
2022-02-15i2c: imx: allow COMPILE_TESTWolfram Sang1-1/+1
2022-02-15i2c: cadence: allow COMPILE_TESTWolfram Sang1-1/+1
2022-02-11i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()Vladimir Zapolskiy1-4/+10
2022-02-11i2c: qcom-cci: don't delete an unregistered adapterVladimir Zapolskiy1-1/+1
2022-02-07i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt1-0/+11
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-15virtio: 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-11Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+7
2022-01-11Merge 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-17i2c: aspeed: Remove unused includesThierry Reding1-2/+0
2021-12-17i2c: sh_mobile: update to new DMAENGINE API when terminatingWolfram Sang1-17/+9