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: npcm7xx: Fix callback completion ordering
William A. Kennington III
2023-09-27
1
-10
/
+7
*
i2c: mux: Avoid potential false error message in i2c_mux_add_adapter
Heiner Kallweit
2023-09-25
1
-1
/
+1
*
i2c: xiic: Correct return value check for xiic_reinit()
Daniel Scally
2023-09-22
1
-1
/
+1
*
i2c: mux: gpio: Add missing fwnode_handle_put()
Liang He
2023-09-21
1
-1
/
+3
*
i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()
Xiaoke Wang
2023-09-20
1
-0
/
+4
*
i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low
Yann Sionneau
2023-09-19
2
-0
/
+20
*
i2c: i801: unregister tco_pdev in i801_probe() error path
Heiner Kallweit
2023-09-19
1
-0
/
+1
*
i2c: cadence: Fix the kernel-doc warnings
Shubhrajyoti Datta
2023-09-13
1
-0
/
+1
*
i2c: aspeed: Reset the i2c controller when timeout occurs
Tommy Huang
2023-09-13
1
-2
/
+5
*
i2c: I2C_MLXCPLD on ARM64 should depend on ACPI
Geert Uytterhoeven
2023-09-13
1
-2
/
+2
*
i2c: Make I2C_ATR invisible
Geert Uytterhoeven
2023-09-13
1
-1
/
+1
*
Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-09-04
65
-411
/
+328
|
\
|
*
i2c: at91: Use dev_err_probe() instead of dev_err()
Yann Sionneau
2023-08-30
1
-4
/
+3
|
*
I2C: ali15x3: Do PCI error checks on own line
Ilpo Järvinen
2023-08-30
1
-5
/
+6
|
*
i2c: Make return value check more accurate and explicit for devm_pinctrl_get()
Jinjie Ruan
2023-08-26
2
-2
/
+10
|
*
i2c: designware: Add support for recovery when GPIO need pinctrl
Yann Sionneau
2023-08-25
1
-0
/
+12
|
*
i2c: mlxcpld: Add support for extended transaction length
Vadim Pasternak
2023-08-25
1
-0
/
+10
|
*
i2c: mlxcpld: Allow driver to run on ARM64 architecture
Vadim Pasternak
2023-08-25
1
-1
/
+1
|
*
i2c: nforce2: Do PCI error check on own line
Ilpo Järvinen
2023-08-25
1
-2
/
+2
|
*
i2c: sis5595: Do PCI error checks on own line
Ilpo Järvinen
2023-08-25
1
-10
/
+10
|
*
i2c: qcom-cci: Fix error checking in cci_probe()
Harshit Mogalapalli
2023-08-25
1
-1
/
+3
|
*
i2c: muxes: pca954x: Add regulator support
Patrick Rudolph
2023-08-23
1
-5
/
+23
|
*
i2c: muxes: pca954x: Add MAX735x/MAX736x support
Patrick Rudolph
2023-08-23
2
-4
/
+69
|
*
i2c: pnx: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-2
/
+1
|
*
i2c: pxa: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-3
/
+2
|
*
i2c: s3c2410: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-3
/
+1
|
*
i2c: sh_mobile: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-6
/
+2
|
*
i2c: st: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-2
/
+1
|
*
i2c: qcom-geni: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-08-14
1
-3
/
+1
|
*
i2c: stm32f4: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-2
/
+1
|
*
i2c: mlxbf: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-7
/
+1
|
*
i2c: brcmstb: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-08-14
1
-13
/
+6
|
*
i2c: iproc: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-08-14
1
-6
/
+2
|
*
i2c: at91: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
1
-7
/
+3
|
*
I2C: Explicitly include correct DT includes
Rob Herring
2023-08-14
33
-38
/
+25
|
*
Merge remote-tracking branch 'andi/i2c/andi-for-next' into i2c/for-mergewindow
Wolfram Sang
2023-08-14
34
-286
/
+130
|
|
\
|
|
*
i2c: synquacer: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-18
/
+10
|
|
*
i2c: imx-lpi2c: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-8
/
+4
|
|
*
i2c: dln2: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-4
/
+2
|
|
*
i2c: pxa: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-4
/
+3
|
|
*
i2c: qcom-cci: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-4
/
+2
|
|
*
i2c: hisi: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-8
/
+4
|
|
*
i2c: xlp9xx: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-4
/
+2
|
|
*
i2c: mlxbf: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-33
/
+17
|
|
*
i2c: bcm2835: Use dev_err_probe in probe function
Liao Chang
2023-08-10
1
-8
/
+6
|
|
*
i2c: mux: ltc4306: Remove an unnecessary ternary operator
Ruan Jinjie
2023-08-08
1
-1
/
+1
|
|
*
i2c: stm32: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
2023-08-08
1
-4
/
+4
|
|
*
i2c: remove redundant dev_err_probe()
Zhu Wang
2023-08-08
2
-4
/
+3
|
|
*
i2c: imx: Clean up a call to request_irq()
Dan Carpenter
2023-08-08
1
-2
/
+1
|
|
*
i2c: mux: pca954x: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-08-08
1
-4
/
+2
[next]