summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2024-09-10i2c: designware: Unify the firmware type checksAndy Shevchenko1-2/+4
2024-09-10i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko4-70/+66
2024-09-10i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko1-4/+5
2024-09-10i2c: riic: Add support for fast mode plusClaudiu Beznea1-2/+22
2024-09-10i2c: riic: Define individual arrays to describe the register offsetsClaudiu Beznea1-27/+31
2024-09-10i2c: riic: Add suspend/resume supportClaudiu Beznea1-11/+62
2024-09-10i2c: riic: Enable runtime PM autosuspend supportClaudiu Beznea1-2/+9
2024-09-10i2c: riic: Use pm_runtime_resume_and_get()Claudiu Beznea1-6/+14
2024-09-10i2c: riic: Call pm_runtime_get_sync() when need to access registersClaudiu Beznea1-9/+5
2024-09-10i2c: riic: Use temporary variable for struct deviceClaudiu Beznea1-23/+26
2024-09-10i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko1-5/+2
2024-09-10i2c: designware: Drop return value from i2c_dw_acpi_configure()Andy Shevchenko2-5/+3
2024-09-10i2c: designware: Always provide device ID tablesAndy Shevchenko1-33/+31
2024-09-10i2c: designware: Unify terminator in device ID tablesAndy Shevchenko2-3/+3
2024-09-10i2c: designware: Add missing 'c' into PCI IDs variable nameAndy Shevchenko1-3/+3
2024-09-10i2c: designware: Let PCI core to take care about interrupt vectorsAndy Shevchenko1-11/+3
2024-09-10i2c: designware: Replace a while-loop by for-loopAndy Shevchenko1-4/+1
2024-09-10i2c: qcom-geni: Use goto for clearer exit pathAndi Shyti1-9/+12
2024-09-10i2c: imx: Switch to RUNTIME_PM_OPS()Fabio Estevam1-5/+4
2024-09-10i2c: mt65xx: Avoid double initialization of restart_flag in isrAngeloGioacchino Del Regno1-4/+1
2024-09-10i2c: don't use ',' after delimitersWolfram Sang14-15/+14
2024-09-10i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registersAdrian Huang3-12/+53
2024-09-07i2c: Remove I2C_COMPAT config symbol and related codeHeiner Kallweit2-39/+0
2024-09-03i2c: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-26i2c: core: Lock address during client device instantiationHeiner Kallweit1-0/+28
2024-08-26i2c: testunit: add SMBusAlert triggerWolfram Sang1-0/+59
2024-08-26i2c: testunit: move code to avoid a forward declarationWolfram Sang1-42/+42
2024-08-15i2c: tegra: Do not mark ACPI devices as irq safeBreno Leitao1-2/+2
2024-08-14i2c: testunit: return current command on read messagesWolfram Sang1-2/+2
2024-08-14i2c: testunit: add command to support versioning and test rep_startWolfram Sang1-2/+23
2024-08-14i2c: testunit: sort case blocksWolfram Sang1-8/+8
2024-08-14i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resumeAndi Shyti1-1/+3
2024-08-09Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-1/+4
2024-08-08i2c: testunit: match HostNotify test name with docsWolfram Sang1-2/+2
2024-08-07i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resumeGaosheng Cui1-0/+1
2024-08-05i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resumeGaosheng Cui1-1/+3
2024-08-04i2c: smbus: Send alert notifications to all devices if source not foundGuenter Roeck1-3/+35
2024-07-29i2c: smbus: Improve handling of stuck alertsGuenter Roeck1-7/+25
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-07-20i2c: piix4: Register SPDsThomas Weißschuh2-0/+10
2024-07-20i2c: smbus: remove i801 assumptions from SPD probingThomas Weißschuh1-11/+4
2024-07-20i2c: mux: gpio: Add support for the 'settle-time-us' propertyBastien Curutchet1-0/+6
2024-07-20i2c: mux: gpio: Re-order #include to match alphabetic orderBastien Curutchet1-4/+4
2024-07-19Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds77-341/+364
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2024-07-15Merge tag 'hwmon-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2024-07-13Merge tag 'i2c-host-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang76-463/+497
2024-07-13Merge tag 'i2c-host-fixes-6.10-rc8' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-6/+21
2024-07-12i2c: testunit: avoid re-issued work after read messageWolfram Sang1-0/+7
2024-07-12i2c: rcar: ensure Gen3+ reset does not disturb local targetsWolfram Sang1-0/+8