index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
2024-09-10
i2c: designware: Group all DesignWare drivers under a single option
Heikki Krogerus
2024-09-10
i2c: virtio: Constify struct i2c_algorithm and struct virtio_device_id
Christophe JAILLET
2024-09-10
i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()
Kuninori Morimoto
2024-09-10
i2c: imx: Convert comma to semicolon
Shen Lichuan
2024-09-10
i2c: jz4780: Use devm_clk_get_enabled() helpers
Rong Qianfeng
2024-09-10
i2c: emev2: Use devm_clk_get_enabled() helpers
Rong Qianfeng
2024-09-10
i2c: muxes: add support for tsd,mule-i2c multiplexer
Farouk Bouabid
2024-09-10
i2c: npcm: restore slave addresses array length
Tyrone Ting
2024-09-10
i2c: mpc: Use devm_clk_get_optional_enabled() to simplify code
Zhang Zekun
2024-09-10
i2c: designware: Consolidate PM ops
Andy Shevchenko
2024-09-10
i2c: riic: Simplify unsupported bus speed handling
Geert Uytterhoeven
2024-09-10
i2c: designware: Remove ->disable() callback
Andy Shevchenko
2024-09-10
i2c: designware: Move exports to I2C_DW namespaces
Andy Shevchenko
2024-09-10
i2c: designware: Unify the firmware type checks
Andy Shevchenko
2024-09-10
i2c: designware: Consolidate firmware parsing and configuring code
Andy Shevchenko
2024-09-10
i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
Andy Shevchenko
2024-09-10
i2c: riic: Add support for fast mode plus
Claudiu Beznea
2024-09-10
i2c: riic: Define individual arrays to describe the register offsets
Claudiu Beznea
2024-09-10
i2c: riic: Add suspend/resume support
Claudiu Beznea
2024-09-10
i2c: riic: Enable runtime PM autosuspend support
Claudiu Beznea
2024-09-10
i2c: riic: Use pm_runtime_resume_and_get()
Claudiu Beznea
2024-09-10
i2c: riic: Call pm_runtime_get_sync() when need to access registers
Claudiu Beznea
2024-09-10
i2c: riic: Use temporary variable for struct device
Claudiu Beznea
2024-09-10
i2c: designware: Drop return value from dw_i2c_of_configure()
Andy Shevchenko
2024-09-10
i2c: designware: Drop return value from i2c_dw_acpi_configure()
Andy Shevchenko
2024-09-10
i2c: designware: Always provide device ID tables
Andy Shevchenko
2024-09-10
i2c: designware: Unify terminator in device ID tables
Andy Shevchenko
2024-09-10
i2c: designware: Add missing 'c' into PCI IDs variable name
Andy Shevchenko
2024-09-10
i2c: designware: Let PCI core to take care about interrupt vectors
Andy Shevchenko
2024-09-10
i2c: designware: Replace a while-loop by for-loop
Andy Shevchenko
2024-09-10
i2c: qcom-geni: Use goto for clearer exit path
Andi Shyti
2024-09-10
i2c: imx: Switch to RUNTIME_PM_OPS()
Fabio Estevam
2024-09-10
i2c: mt65xx: Avoid double initialization of restart_flag in isr
AngeloGioacchino Del Regno
2024-09-10
i2c: don't use ',' after delimiters
Wolfram Sang
2024-09-10
i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registers
Adrian Huang
2024-09-07
i2c: Remove I2C_COMPAT config symbol and related code
Heiner Kallweit
2024-09-03
i2c: simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-26
i2c: core: Lock address during client device instantiation
Heiner Kallweit
2024-08-26
i2c: testunit: add SMBusAlert trigger
Wolfram Sang
2024-08-26
i2c: testunit: move code to avoid a forward declaration
Wolfram Sang
2024-08-15
i2c: tegra: Do not mark ACPI devices as irq safe
Breno Leitao
2024-08-14
i2c: testunit: return current command on read messages
Wolfram Sang
2024-08-14
i2c: testunit: add command to support versioning and test rep_start
Wolfram Sang
2024-08-14
i2c: testunit: sort case blocks
Wolfram Sang
2024-08-14
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Andi Shyti
2024-08-09
Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
2024-08-08
i2c: testunit: match HostNotify test name with docs
Wolfram Sang
2024-08-07
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Gaosheng Cui
2024-08-05
i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
Gaosheng Cui
2024-08-04
i2c: smbus: Send alert notifications to all devices if source not found
Guenter Roeck
[prev]
[next]