summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-1526-296/+389
|\
| * i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma2022-12-071-0/+3
| * i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang2022-12-071-3/+2
| * i2c: xiic: Make sure to disable clock on .remove()Uwe Kleine-König2022-12-071-3/+6
| * i2c: hisi: Add support to get clock frequency from clockWeilong Chen2022-12-071-4/+11
| * i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang2022-12-051-7/+3
| * i2c: slave-eeprom: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-051-2/+3
| * i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-051-3/+3
| * drivers/i2c: use simple i2c probeStephen Kitt2022-12-052-6/+4
| * i2c: mux: pca9541: switch to using .probe_newPeter Rosin2022-12-051-3/+2
| * i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids'Binbin Zhou2022-12-051-3/+1
| * i2c: qcom-geni: add support for I2C Master Hub variantNeil Armstrong2022-12-051-0/+8
| * i2c: qcom-geni: add desc struct to prepare support for I2C Master Hub variantNeil Armstrong2022-12-051-3/+47
| * i2c: tegra: Set ACPI node as primary fwnodeAkhil R2022-12-021-0/+1
| * i2c: smbus: add DDR support for SPDCorentin Labbe2022-12-011-0/+6
| * Merge branch 'i2c/client_device_id_helper-immutable' into i2c/for-mergewindowWolfram Sang2022-11-141-0/+14
| |\
| * | i2c: /pasemi: PASemi I2C controller IRQ enablementArminder Singh2022-11-123-5/+38
| * | i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-121-2/+1
| * | i2c: designware: Add comment to custom register value constantsJarkko Nikula2022-11-121-2/+2
| * | i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula2022-11-121-115/+115
| * | i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula2022-11-124-15/+5
| * | i2c: designware: Simplify master interrupt handler nestingJarkko Nikula2022-11-121-21/+12
| * | i2c: designware: Move debug print in i2c_dw_isr()Jarkko Nikula2022-11-121-1/+1
| * | i2c: designware: Do not process interrupt when device is suspendedJarkko Nikula2022-11-121-0/+2
| * | i2c: designware: Simplify slave interrupt handler nestingJarkko Nikula2022-11-121-14/+4
| * | i2c: designware: Remove unused completion code from i2c-designware-slaveJarkko Nikula2022-11-121-4/+0
| * | i2c: designware: Remove needless initializations from i2c_dw_reg_slave()Jarkko Nikula2022-11-121-6/+0
| * | i2c: designware: Define software status flags with BIT()Jarkko Nikula2022-11-123-8/+8
| * | i2c: designware: Empty receive FIFO in slave interrupt handlerJarkko Nikula2022-11-122-5/+8
| * | i2c: designware: Fix slave state machine for sequential readsJarkko Nikula2022-11-122-17/+16
| * | i2c: hisi: Add initial device tree supportWeilong Chen2022-11-022-1/+8
| * | i2c: npcm7xx: Annotate register field definitions with longer namesJonathan Neuschäfer2022-11-011-28/+28
| * | i2c: npcm7xx: Group bank 0/1 registers together for readabilityJonathan Neuschäfer2022-11-011-16/+15
| * | i2c: mediatek: add mt7986 supportFrank Wunderlich2022-11-011-0/+14
| * | i2c: amd-mp2: use msix/msi if the hardware supportsRaju Rangoju2022-11-012-9/+22
* | | Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-12-131-0/+14
|\ \ \
| * \ \ Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Mark Brown2022-11-241-0/+14
| |\ \ \ | | | |/ | | |/|
| | * | i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias2022-11-141-0/+14
* | | | i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn2022-12-021-2/+4
* | | | i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen2022-12-011-1/+0
* | | | i2c: cadence: Fix regression with bus recoveryCarsten Haitzler2022-12-011-3/+8
* | | | i2c: Restore initial power state if probe failsRicardo Ribalda2022-11-141-4/+5
* | | | i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can2022-11-121-1/+10
|/ / /
* | | i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao2022-11-011-0/+1
* | | i2c: tegra: Allocate DMA memory for DMA engineThierry Reding2022-11-011-6/+10
* | | i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin2022-11-011-0/+1
| |/ |/|
* | i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski2022-10-212-9/+1
* | i2c: fix spelling typos in commentsJiangshan Yi2022-10-202-2/+2
* | i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue2022-10-191-5/+8
* | i2c: xiic: Add platform module aliasMartin Tůma2022-10-191-0/+1
|/