index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: jz4780: Use devm_clk_get_enabled() helpers
Rong Qianfeng
2024-09-10
1
-15
/
+7
*
i2c: emev2: Use devm_clk_get_enabled() helpers
Rong Qianfeng
2024-09-10
1
-17
/
+8
*
i2c: muxes: add support for tsd,mule-i2c multiplexer
Farouk Bouabid
2024-09-10
3
-0
/
+165
*
i2c: npcm: restore slave addresses array length
Tyrone Ting
2024-09-10
1
-2
/
+4
*
i2c: mpc: Use devm_clk_get_optional_enabled() to simplify code
Zhang Zekun
2024-09-10
1
-19
/
+4
*
i2c: designware: Consolidate PM ops
Andy Shevchenko
2024-09-10
4
-105
/
+68
*
i2c: riic: Simplify unsupported bus speed handling
Geert Uytterhoeven
2024-09-10
1
-9
/
+6
*
i2c: designware: Remove ->disable() callback
Andy Shevchenko
2024-09-10
6
-10
/
+8
*
i2c: designware: Move exports to I2C_DW namespaces
Andy Shevchenko
2024-09-10
5
-0
/
+12
*
i2c: designware: Unify the firmware type checks
Andy Shevchenko
2024-09-10
1
-2
/
+4
*
i2c: designware: Consolidate firmware parsing and configuring code
Andy Shevchenko
2024-09-10
4
-70
/
+66
*
i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
Andy Shevchenko
2024-09-10
1
-4
/
+5
*
i2c: riic: Add support for fast mode plus
Claudiu Beznea
2024-09-10
1
-2
/
+22
*
i2c: riic: Define individual arrays to describe the register offsets
Claudiu Beznea
2024-09-10
1
-27
/
+31
*
i2c: riic: Add suspend/resume support
Claudiu Beznea
2024-09-10
1
-11
/
+62
*
i2c: riic: Enable runtime PM autosuspend support
Claudiu Beznea
2024-09-10
1
-2
/
+9
*
i2c: riic: Use pm_runtime_resume_and_get()
Claudiu Beznea
2024-09-10
1
-6
/
+14
*
i2c: riic: Call pm_runtime_get_sync() when need to access registers
Claudiu Beznea
2024-09-10
1
-9
/
+5
*
i2c: riic: Use temporary variable for struct device
Claudiu Beznea
2024-09-10
1
-23
/
+26
*
i2c: designware: Drop return value from dw_i2c_of_configure()
Andy Shevchenko
2024-09-10
1
-5
/
+2
*
i2c: designware: Drop return value from i2c_dw_acpi_configure()
Andy Shevchenko
2024-09-10
2
-5
/
+3
*
i2c: designware: Always provide device ID tables
Andy Shevchenko
2024-09-10
1
-33
/
+31
*
i2c: designware: Unify terminator in device ID tables
Andy Shevchenko
2024-09-10
2
-3
/
+3
*
i2c: designware: Add missing 'c' into PCI IDs variable name
Andy Shevchenko
2024-09-10
1
-3
/
+3
*
i2c: designware: Let PCI core to take care about interrupt vectors
Andy Shevchenko
2024-09-10
1
-11
/
+3
*
i2c: designware: Replace a while-loop by for-loop
Andy Shevchenko
2024-09-10
1
-4
/
+1
*
i2c: qcom-geni: Use goto for clearer exit path
Andi Shyti
2024-09-10
1
-9
/
+12
*
i2c: imx: Switch to RUNTIME_PM_OPS()
Fabio Estevam
2024-09-10
1
-5
/
+4
*
i2c: mt65xx: Avoid double initialization of restart_flag in isr
AngeloGioacchino Del Regno
2024-09-10
1
-4
/
+1
*
i2c: don't use ',' after delimiters
Wolfram Sang
2024-09-10
14
-15
/
+14
*
i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registers
Adrian Huang
2024-09-10
3
-12
/
+53
*
i2c: tegra: Do not mark ACPI devices as irq safe
Breno Leitao
2024-08-15
1
-2
/
+2
*
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Andi Shyti
2024-08-14
1
-1
/
+3
*
Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
2024-08-09
1
-1
/
+4
|
\
|
*
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Gaosheng Cui
2024-08-07
1
-0
/
+1
|
*
i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
Gaosheng Cui
2024-08-05
1
-1
/
+3
*
|
i2c: testunit: match HostNotify test name with docs
Wolfram Sang
2024-08-08
1
-2
/
+2
*
|
i2c: smbus: Send alert notifications to all devices if source not found
Guenter Roeck
2024-08-04
1
-3
/
+35
*
|
i2c: smbus: Improve handling of stuck alerts
Guenter Roeck
2024-07-29
1
-7
/
+25
|
/
*
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
1
-2
/
+2
|
\
|
*
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-2
/
+2
*
|
i2c: piix4: Register SPDs
Thomas Weißschuh
2024-07-20
2
-0
/
+10
*
|
i2c: smbus: remove i801 assumptions from SPD probing
Thomas Weißschuh
2024-07-20
1
-11
/
+4
*
|
i2c: mux: gpio: Add support for the 'settle-time-us' property
Bastien Curutchet
2024-07-20
1
-0
/
+6
*
|
i2c: mux: gpio: Re-order #include to match alphabetic order
Bastien Curutchet
2024-07-20
1
-4
/
+4
*
|
Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-07-20
77
-341
/
+364
|
\
\
|
*
\
Merge tag 'i2c-host-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
2024-07-13
76
-463
/
+497
|
|
\
\
|
|
*
|
i2c: st: reword according to newest specification
Wolfram Sang
2024-07-11
1
-4
/
+4
|
|
*
|
i2c: cpm: reword according to newest specification
Wolfram Sang
2024-07-11
1
-2
/
+2
|
|
*
|
i2c: virtio: reword according to newest specification
Wolfram Sang
2024-07-11
1
-1
/
+1
[next]