index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-18
i2c: wmt: Reduce redundant: clock mode setting
Hans Hu
1
-21
/
+7
2024-01-18
i2c: wmt: Reduce redundant: wait event complete
Hans Hu
1
-14
/
+6
2024-01-18
i2c: wmt: Reduce redundant: bus busy check
Hans Hu
1
-12
/
+7
2024-01-18
i2c: mux: reg: Remove class-based device auto-detection support
Heiner Kallweit
1
-3
/
+1
2024-01-18
i2c: make i2c_bus_type const
Greg Kroah-Hartman
1
-1
/
+1
2024-01-18
i2c: cpm: Remove linux,i2c-index conversion from be32
Christophe Leroy
1
-1
/
+1
2024-01-18
i2c: imx: Make SDA actually optional for bus recovering
Alexander Stein
1
-1
/
+1
2024-01-18
i2c: smbus: Support up to 8 SPD EEPROMs
Jean Delvare
1
-4
/
+4
2024-01-18
i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
Tim Lunn
1
-2
/
+6
2024-01-18
i2c: s3c24xx: add support for atomic transfers
Marek Szyprowski
1
-2
/
+19
2024-01-18
i2c: s3c24xx: fix transferring more than one message in polling mode
Marek Szyprowski
1
-17
/
+10
2024-01-18
i2c: s3c24xx: fix read transfers in polling mode
Marek Szyprowski
1
-2
/
+11
2024-01-18
i2c: rcar: add FastMode+ support for Gen4
Wolfram Sang
1
-11
/
+27
2024-01-18
i2c: rcar: introduce Gen4 devices
Wolfram Sang
1
-6
/
+7
2024-01-18
i2c: npcm7xx: move to per-adapter debugfs directory
Wolfram Sang
1
-42
/
+7
2024-01-18
i2c: gpio: move to per-adapter debugfs directory
Wolfram Sang
1
-28
/
+6
2024-01-18
i2c: create debugfs entry per adapter
Wolfram Sang
1
-0
/
+11
2024-01-18
i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMON
Heiner Kallweit
1
-1
/
+1
2024-01-18
i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMON
Heiner Kallweit
24
-26
/
+25
2024-01-06
i2c: core: Fix atomic xfer check for non-preempt config
Benjamin Bara
1
-1
/
+3
2023-12-19
i2c: aspeed: Handle the coalesced stop conditions with the start conditions.
Quan Nguyen
1
-16
/
+32
2023-12-19
i2c: rk3x: fix potential spinlock recursion on poll
Jensen Huang
1
-2
/
+11
2023-12-19
i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()
Yang Yingliang
1
-1
/
+7
2023-11-13
i2c: ocores: Move system PM hooks to the NOIRQ phase
Samuel Holland
1
-2
/
+2
2023-11-13
i2c: designware: Fix corrupted memory seen in the ISR
Jan Bottorff
1
-8
/
+8
2023-11-12
Revert "i2c: pxa: move to generic GPIO recovery"
Robert Marko
1
-8
/
+68
2023-11-08
i2c: cp2615: Fix 'assignment to __be16' warning
Bence Csókás
1
-1
/
+1
2023-11-08
i2c: dev: copy userspace array safely
Philipp Stanner
1
-2
/
+2
2023-11-08
i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
Tam Nguyen
1
-3
/
+16
2023-11-08
i2c: iproc: handle invalid slave state
Roman Bacik
1
-58
/
+75
2023-11-05
Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
25
-261
/
+394
2023-11-03
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
3
-0
/
+355
2023-11-02
Merge tag 'mfd-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-1
/
+1
2023-11-01
Merge tag 'ib-mfd-i2c-reboot-v6.7' into ibs-for-mfd-merged
Lee Jones
1
-1
/
+1
2023-10-31
Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-6
/
+6
2023-10-31
Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-12
/
+4
2023-10-29
i2c: s3c2410: make i2c_s3c_irq_nextbyte() void
Jason Yan
1
-4
/
+3
2023-10-29
i2c: qcom-geni: add ACPI device id for sc8180x
Shawn Guo
1
-0
/
+1
2023-10-29
i2c: sun6i-p2wi: Prevent potential division by zero
Axel Lin
1
-0
/
+5
2023-10-29
i2c: mux: demux-pinctrl: Convert to use sysfs_emit_at() API
ye xingchen
1
-3
/
+3
2023-10-28
i2c: i801: Use new helper acpi_use_parent_companion
Heiner Kallweit
1
-1
/
+1
2023-10-28
i2c: core: fix lockdep warning for sparsely nested adapter chain
Daniel Mack
1
-2
/
+4
2023-10-28
i2c: axxia: eliminate kernel-doc warnings
Randy Dunlap
1
-3
/
+5
2023-10-23
i2c: stm32f7: Use devm_clk_get_enabled()
Andi Shyti
1
-25
/
+12
2023-10-23
i2c: stm32f4: Use devm_clk_get_enabled()
Andi Shyti
1
-22
/
+10
2023-10-23
i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev
Alain Volmat
1
-0
/
+1
2023-10-23
i2c: fix memleak in i2c_new_client_device()
Wolfram Sang
1
-4
/
+9
2023-10-23
i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c spec
Camel Guo
1
-3
/
+31
2023-10-21
i2c: i801: Simplify class-based client device instantiation
Heiner Kallweit
1
-31
/
+7
2023-10-21
i2c: exynos5: add support for atomic transfers
Marek Szyprowski
1
-2
/
+44
[prev]
[next]