index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: ocores: Move system PM hooks to the NOIRQ phase
Samuel Holland
2023-11-13
1
-2
/
+2
*
i2c: designware: Fix corrupted memory seen in the ISR
Jan Bottorff
2023-11-13
1
-8
/
+8
*
Revert "i2c: pxa: move to generic GPIO recovery"
Robert Marko
2023-11-13
1
-8
/
+68
*
i2c: cp2615: Fix 'assignment to __be16' warning
Bence Csókás
2023-11-08
1
-1
/
+1
*
i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
Tam Nguyen
2023-11-08
1
-3
/
+16
*
i2c: iproc: handle invalid slave state
Roman Bacik
2023-11-08
1
-58
/
+75
*
Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-11-05
20
-235
/
+362
|
\
|
*
i2c: s3c2410: make i2c_s3c_irq_nextbyte() void
Jason Yan
2023-10-29
1
-4
/
+3
|
*
i2c: qcom-geni: add ACPI device id for sc8180x
Shawn Guo
2023-10-29
1
-0
/
+1
|
*
i2c: sun6i-p2wi: Prevent potential division by zero
Axel Lin
2023-10-29
1
-0
/
+5
|
*
i2c: i801: Use new helper acpi_use_parent_companion
Heiner Kallweit
2023-10-28
1
-1
/
+1
|
*
i2c: axxia: eliminate kernel-doc warnings
Randy Dunlap
2023-10-28
1
-3
/
+5
|
*
i2c: stm32f7: Use devm_clk_get_enabled()
Andi Shyti
2023-10-23
1
-25
/
+12
|
*
i2c: stm32f4: Use devm_clk_get_enabled()
Andi Shyti
2023-10-23
1
-22
/
+10
|
*
i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev
Alain Volmat
2023-10-23
1
-0
/
+1
|
*
i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c spec
Camel Guo
2023-10-23
1
-3
/
+31
|
*
i2c: i801: Simplify class-based client device instantiation
Heiner Kallweit
2023-10-21
1
-31
/
+7
|
*
i2c: exynos5: add support for atomic transfers
Marek Szyprowski
2023-10-21
1
-2
/
+44
|
*
i2c: at91-core: Use devm_clk_get_enabled()
Andi Shyti
2023-10-21
1
-7
/
+3
|
*
i2c: brcmstb: Add support for atomic transfers
Marek Szyprowski
2023-10-11
1
-2
/
+21
|
*
i2c: i801: Add support for Intel Birch Stream SoC
Jarkko Nikula
2023-10-10
2
-0
/
+4
|
*
i2c: Use device_get_match_data()
Rob Herring
2023-10-10
3
-15
/
+11
|
*
i2c: rcar: fix error code in probe()
Dan Carpenter
2023-09-27
1
-1
/
+3
|
*
i2c: stm32f7: Add atomic_xfer method to driver
Sean Nyekjaer
2023-09-27
1
-4
/
+47
|
*
i2c: powermac: replace deprecated strncpy
Justin Stitt
2023-09-22
1
-1
/
+1
|
*
i2c: cp2615: replace deprecated strncpy with strscpy
Justin Stitt
2023-09-22
1
-1
/
+1
|
*
i2c: gpio: remove error checks with debugfs
Wolfram Sang
2023-09-22
1
-6
/
+1
|
*
i2c: rcar: improve accuracy for R-Car Gen3+
Wolfram Sang
2023-09-22
1
-39
/
+89
|
*
i2c: rcar: reset controller is mandatory for Gen3+
Wolfram Sang
2023-09-22
1
-15
/
+14
|
*
i2c: i801: replace acpi_lock with I2C bus lock
Heiner Kallweit
2023-09-22
1
-10
/
+4
|
*
i2c: i801: use i2c_mark_adapter_suspended/resumed
Heiner Kallweit
2023-09-22
1
-0
/
+2
|
*
i2c: mt65xx: allow optional pmic clock
Daniel Golle
2023-09-19
1
-4
/
+8
|
*
i2c: i801: simplify module boilerplate code
Heiner Kallweit
2023-09-19
1
-9
/
+3
|
*
i2c: i801: add helper i801_restore_regs
Heiner Kallweit
2023-09-19
1
-7
/
+13
|
*
Merge branch 'i2c/for-current' into i2c/for-mergewindow
Wolfram Sang
2023-09-19
3
-0
/
+21
|
|
\
|
*
|
i2c: riic: avoid potential division by zero
Wolfram Sang
2023-09-19
1
-1
/
+1
|
*
|
i2c: rcar: remove open coded DIV_ROUND_CLOSEST
Wolfram Sang
2023-09-19
1
-4
/
+3
|
*
|
i2c: rcar: calculate divider instead of brute-forcing it
Wolfram Sang
2023-09-19
1
-16
/
+8
|
*
|
i2c: rcar: properly format a debug output
Wolfram Sang
2023-09-19
1
-1
/
+1
|
*
|
i2c: rcar: avoid non-standard use of goto
Wolfram Sang
2023-09-19
1
-4
/
+8
|
*
|
i2c: i801: fix potential race in i801_block_transaction_byte_by_byte
Heiner Kallweit
2023-09-19
1
-10
/
+9
*
|
|
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-11-04
3
-0
/
+355
|
\
\
\
|
*
|
|
i2c: Add support for Intel LJCA USB I2C driver
Wentong Wu
2023-10-11
3
-0
/
+355
*
|
|
|
Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2023-11-01
1
-12
/
+4
|
\
\
\
\
|
*
\
\
\
Merge tag 'acpi-pcc-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel...
Rafael J. Wysocki
2023-10-06
1
-12
/
+4
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
i2c: xgene-slimpro: Migrate to use generic PCC shmem related macros
Sudeep Holla
2023-09-29
1
-12
/
+4
*
|
|
|
|
i2c: stm32f7: Fix PEC handling in case of SMBUS transfers
Alain Volmat
2023-10-21
1
-3
/
+6
*
|
|
|
|
i2c: aspeed: Fix i2c bus hang in slave read
Jian Zhang
2023-10-10
1
-1
/
+2
|
/
/
/
/
*
|
|
|
i2c: npcm7xx: Fix callback completion ordering
William A. Kennington III
2023-09-27
1
-10
/
+7
*
|
|
|
i2c: xiic: Correct return value check for xiic_reinit()
Daniel Scally
2023-09-22
1
-1
/
+1
|
|
_
|
/
|
/
|
|
[next]