index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-29
i2c: xgene-slimpro: Migrate to use generic PCC shmem related macros
Sudeep Holla
1
-12
/
+4
2023-09-27
i2c: rcar: fix error code in probe()
Dan Carpenter
1
-1
/
+3
2023-09-27
i2c: npcm7xx: Fix callback completion ordering
William A. Kennington III
1
-10
/
+7
2023-09-27
i2c: stm32f7: Add atomic_xfer method to driver
Sean Nyekjaer
1
-4
/
+47
2023-09-25
i2c: mux: Avoid potential false error message in i2c_mux_add_adapter
Heiner Kallweit
1
-1
/
+1
2023-09-24
i2c: Annotate struct i2c_atr with __counted_by
Kees Cook
1
-1
/
+1
2023-09-24
i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counte...
Kees Cook
1
-3
/
+3
2023-09-22
i2c: powermac: replace deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-22
i2c: cp2615: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-09-22
i2c: xiic: Correct return value check for xiic_reinit()
Daniel Scally
1
-1
/
+1
2023-09-22
i2c: mux: gpio: adhere to coding style
Wolfram Sang
1
-4
/
+3
2023-09-22
i2c: gpio: remove error checks with debugfs
Wolfram Sang
1
-6
/
+1
2023-09-22
i2c: rcar: improve accuracy for R-Car Gen3+
Wolfram Sang
1
-39
/
+89
2023-09-22
i2c: rcar: reset controller is mandatory for Gen3+
Wolfram Sang
1
-15
/
+14
2023-09-22
i2c: i801: replace acpi_lock with I2C bus lock
Heiner Kallweit
1
-10
/
+4
2023-09-22
i2c: i801: use i2c_mark_adapter_suspended/resumed
Heiner Kallweit
1
-0
/
+2
2023-09-21
i2c: mux: gpio: Add missing fwnode_handle_put()
Liang He
1
-1
/
+3
2023-09-20
i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()
Xiaoke Wang
1
-0
/
+4
2023-09-19
i2c: dev: make i2c_dev_class a static const structure
Ivan Orlov
1
-9
/
+9
2023-09-19
i2c: mt65xx: allow optional pmic clock
Daniel Golle
1
-4
/
+8
2023-09-19
i2c: i801: simplify module boilerplate code
Heiner Kallweit
1
-9
/
+3
2023-09-19
i2c: i801: add helper i801_restore_regs
Heiner Kallweit
1
-7
/
+13
2023-09-19
Merge branch 'i2c/for-current' into i2c/for-mergewindow
Wolfram Sang
3
-0
/
+21
2023-09-19
i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low
Yann Sionneau
2
-0
/
+20
2023-09-19
Merge tag 'ib-mfd-i2c-reboot-v6.7' of git://git.kernel.org/pub/scm/linux/kern...
Wolfram Sang
1
-1
/
+1
2023-09-19
i2c: riic: avoid potential division by zero
Wolfram Sang
1
-1
/
+1
2023-09-19
i2c: rcar: remove open coded DIV_ROUND_CLOSEST
Wolfram Sang
1
-4
/
+3
2023-09-19
i2c: rcar: calculate divider instead of brute-forcing it
Wolfram Sang
1
-16
/
+8
2023-09-19
i2c: rcar: properly format a debug output
Wolfram Sang
1
-1
/
+1
2023-09-19
i2c: rcar: avoid non-standard use of goto
Wolfram Sang
1
-4
/
+8
2023-09-19
i2c: i801: unregister tco_pdev in i801_probe() error path
Heiner Kallweit
1
-0
/
+1
2023-09-19
i2c: i801: fix potential race in i801_block_transaction_byte_by_byte
Heiner Kallweit
1
-10
/
+9
2023-09-13
i2c: cadence: Fix the kernel-doc warnings
Shubhrajyoti Datta
1
-0
/
+1
2023-09-13
i2c: aspeed: Reset the i2c controller when timeout occurs
Tommy Huang
1
-2
/
+5
2023-09-13
i2c: I2C_MLXCPLD on ARM64 should depend on ACPI
Geert Uytterhoeven
1
-2
/
+2
2023-09-13
i2c: Make I2C_ATR invisible
Geert Uytterhoeven
1
-1
/
+1
2023-09-04
Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
65
-411
/
+328
2023-09-01
Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
3
-0
/
+720
2023-08-30
i2c: at91: Use dev_err_probe() instead of dev_err()
Yann Sionneau
1
-4
/
+3
2023-08-30
I2C: ali15x3: Do PCI error checks on own line
Ilpo Järvinen
1
-5
/
+6
2023-08-26
i2c: Make return value check more accurate and explicit for devm_pinctrl_get()
Jinjie Ruan
2
-2
/
+10
2023-08-25
i2c: designware: Add support for recovery when GPIO need pinctrl
Yann Sionneau
1
-0
/
+12
2023-08-25
i2c: mlxcpld: Add support for extended transaction length
Vadim Pasternak
1
-0
/
+10
2023-08-25
i2c: mlxcpld: Allow driver to run on ARM64 architecture
Vadim Pasternak
1
-1
/
+1
2023-08-25
i2c: nforce2: Do PCI error check on own line
Ilpo Järvinen
1
-2
/
+2
2023-08-25
i2c: sis5595: Do PCI error checks on own line
Ilpo Järvinen
1
-10
/
+10
2023-08-25
i2c: qcom-cci: Fix error checking in cci_probe()
Harshit Mogalapalli
1
-1
/
+3
2023-08-23
i2c: muxes: pca954x: Add regulator support
Patrick Rudolph
1
-5
/
+23
2023-08-23
i2c: muxes: pca954x: Add MAX735x/MAX736x support
Patrick Rudolph
2
-4
/
+69
2023-08-14
i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue
Chengfeng Ye
1
-4
/
+7
[prev]
[next]