summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-2629-322/+1285
|\
| * i2c: meson: Fix wrong speed use from probeLucas Tanure2022-03-201-6/+6
| * i2c: designware: Remove code duplicationJan Dabros2022-03-181-20/+15
| * i2c: cros-ec-tunnel: Fix syntax errors in commentsXiang wangx2022-03-111-2/+2
| * i2c: designware: Mark dw_i2c_plat_{suspend,resume}() as __maybe_unusedNathan Chancellor2022-03-111-2/+2
| * i2c: mediatek: Add i2c compatible for Mediatek MT8168Kewei Xu2022-03-111-0/+14
| * i2c: mt65xx: Simplify with clk-bulkAngeloGioacchino Del Regno2022-03-111-73/+51
| * i2c: i801: Drop two outdated commentsJean Delvare2022-03-111-5/+0
| * i2c: xiic: Make bus names uniqueRobert Hancock2022-03-021-1/+2
| * i2c: i801: Add support for the Process Call commandJean Delvare2022-03-021-1/+11
| * i2c: i801: Drop useless masking in i801_accessJean Delvare2022-03-021-2/+2
| * i2c: tegra: Add SMBus block read functionAkhil R2022-03-011-2/+16
| * i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpersHans de Goede2022-03-014-20/+4
| * i2c: designware: Lock the adapter while setting the suspended flagHans de Goede2022-03-012-10/+52
| * i2c: mediatek: remove redundant null checkXu Wang2022-03-011-6/+3
| * i2c: mediatek: modify bus speed calculation formulaKewei Xu2022-03-011-10/+41
| * i2c: designware: Fix improper usage of readlJan Dabros2022-03-011-2/+3
| * i2c: qcom-geni: Add support for GPI DMAVinod Koul2022-03-011-28/+280
| * i2c: riic: Simplify reset handlingLad Prabhakar2022-03-011-17/+17
| * i2c: cht-wc: Use generic_handle_irq_safe().Sebastian Andrzej Siewior2022-03-011-9/+2
| * Merge tag 'irq-api-2022-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Wolfram Sang2022-02-234-9/+26
| |\
| * | i2c: qcom-cci: add sm8450 compatibleVladimir Zapolskiy2022-02-181-1/+2
| * | i2c: pasemi: Drop I2C classes from platform driver variantMartin Povišer2022-02-152-1/+1
| * | i2c: designware: remove unneeded semicolonYang Li2022-02-151-2/+2
| * | i2c: designware-pci: Switch to use i2c_new_ccgx_ucsi()Andy Shevchenko2022-02-152-25/+6
| * | i2c: nvidia-gpu: Convert to use dev_err_probe()Andy Shevchenko2022-02-151-12/+6
| * | i2c: nvidia-gpu: Use temporary variable for struct deviceAndy Shevchenko2022-02-151-14/+14
| * | i2c: nvidia-gpu: Switch to use i2c_new_ccgx_ucsi()Andy Shevchenko2022-02-152-20/+7
| * | i2c: Introduce common module to instantiate CCGx UCSIAndy Shevchenko2022-02-154-0/+51
| * | i2c: i801: Add support for Intel Raptor Lake PCH-SJarkko Nikula2022-02-152-0/+4
| * | i2c: brcmstb: allow compiling on BCM4908Rafał Miłecki2022-02-111-2/+2
| * | i2c: rcar: Add R-Car Gen4 supportGeert Uytterhoeven2022-02-111-0/+1
| * | i2c: designware: Add AMD PSP I2C bus supportJan Dabros2022-02-116-9/+485
| * | i2c: designware: Add missing locksJan Dabros2022-02-112-0/+18
| * | i2c: piix4: Enable EFCH MMIO for Family 17h+Terry Bowman2022-02-111-2/+15
| * | i2c: piix4: Add EFCH MMIO support for SMBus port selectTerry Bowman2022-02-111-3/+12
| * | i2c: piix4: Add EFCH MMIO support to SMBus base address detectTerry Bowman2022-02-111-4/+9
| * | i2c: piix4: Add EFCH MMIO support to region request and releaseTerry Bowman2022-02-111-8/+58
| * | i2c: piix4: Move SMBus port selection into functionTerry Bowman2022-02-111-10/+17
| * | i2c: piix4: Move SMBus controller base address detect into functionTerry Bowman2022-02-111-25/+44
| * | i2c: piix4: Move port I/O region request/release code into functionsTerry Bowman2022-02-111-17/+31
| * | i2c: piix4: Replace hardcoded memory map size with a #defineTerry Bowman2022-02-101-6/+10
| * | i2c: npcm7xx: Fix typosJonathan Neuschäfer2022-02-071-8/+8
| * | i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'Christophe JAILLET2022-02-071-5/+16
| * | i2c: amd-mp2: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-02-071-5/+2
| * | i2c: mediatek: Add i2c compatible for Mediatek MT8186Kewei Xu2022-01-281-0/+14
* | | Merge tag 'for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2022-03-251-18/+102
|\ \ \ | |_|/ |/| |
| * | i2c: cht-wc: Make charger i2c-client instantiation board/device-model specificHans de Goede2022-02-011-18/+102
| |/
* | i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki2022-02-181-1/+1
* | i2c: qup: allow COMPILE_TESTWolfram Sang2022-02-151-1/+1