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
2023-03-29
i2c: mchp-pci1xxxx: Update Timing registers
Tharun Kumar P
1
-30
/
+30
2023-03-29
i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c property
Andi Shyti
1
-1
/
+11
2023-03-29
i2c: mpc: Use of_property_read_u32 instead of of_get_property
Andi Shyti
1
-12
/
+13
2023-03-29
i2c: xiic: hide OF related data for COMPILE_TEST
Krzysztof Kozlowski
1
-1
/
+1
2023-03-29
i2c: synquacer: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
crypto: ccp - Move some PSP mailbox bit definitions into common header
Mario Limonciello
1
-11
/
+5
2023-03-17
crypto: ccp - Add a header for multiple drivers to use `__psp_pa`
Mario Limonciello
1
-1
/
+1
2023-03-16
i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
Wei Chen
1
-0
/
+3
2023-03-16
i2c: imx: Simplify using devm_clk_get_enabled()
Uwe Kleine-König
1
-11
/
+1
2023-03-16
i2c: hisi: Only use the completion interrupt to finish the transfer
Yicong Yang
1
-1
/
+5
2023-03-16
i2c: hisi: Avoid redundant interrupts
Yicong Yang
1
-0
/
+7
2023-03-16
i2c: cros-ec-tunnel: Mark ACPI and OF related data as maybe unused
Krzysztof Kozlowski
1
-2
/
+2
2023-03-16
i2c: owl: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
i2c: mt65xx: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
i2c: davinci: remove dead code in probe
Dongliang Mu
1
-4
/
+1
2023-03-16
i2c: mxs: ensure that DMA buffers are safe for DMA
Matthias Schiffer
1
-5
/
+13
2023-03-16
i2c: imx-lpi2c: check only for enabled interrupt flags
Alexander Stein
1
-0
/
+4
2023-03-16
i2c: imx-lpi2c: clean rx/tx buffers upon new message
Alexander Stein
1
-0
/
+2
2023-03-16
i2c: cadence: Remove unnecessary register reads
Lars-Peter Clausen
1
-2
/
+2
2023-03-16
i2c: cadence: Remove always false ternary operator
Lars-Peter Clausen
1
-2
/
+1
2023-03-16
i2c: Use of_property_read_bool() for boolean properties
Rob Herring
3
-6
/
+4
2023-03-16
i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
Conor Dooley
1
-1
/
+1
2023-03-09
i2c: dev: Fix bus callback return values
Geert Uytterhoeven
1
-6
/
+18
2023-03-09
i2c: Convert drivers to new .probe() callback
Uwe Kleine-König
4
-4
/
+4
2023-03-09
i2c: mux: Convert all drivers to new .probe() callback
Uwe Kleine-König
3
-3
/
+3
2023-03-09
i2c: Switch .probe() to not take an id parameter
Uwe Kleine-König
1
-9
/
+2
2023-03-03
i2c: gxp: fix an error code in probe
Dan Carpenter
1
-1
/
+1
2023-03-03
i2c: gxp: return proper error on address NACK
Wolfram Sang
1
-2
/
+4
2023-03-03
i2c: gxp: remove "empty" switch statement
Wolfram Sang
1
-12
/
+1
2023-03-03
i2c: Disable I2C_APPLE when I2C_PASEMI is a builtin
Benjamin Gray
1
-0
/
+1
2023-02-24
Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
22
-334
/
+1833
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2023-02-24
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-1
/
+1
2023-02-24
Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-2
/
+2
2023-02-23
Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-0
/
+46
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-78
/
+99
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-78
/
+5
2023-02-17
i2c: Add GXP SoC I2C Controller
Nick Hawkins
3
-0
/
+628
2023-02-17
i2c: xiic: Remove some dead code
Christophe JAILLET
1
-4
/
+0
2023-02-17
i2c: xiic: Add SCL frequency configuration support
Raviteja Narayanam
1
-0
/
+148
2023-02-17
i2c: xiic: Update compatible with new IP version
Raviteja Narayanam
1
-0
/
+1
2023-02-17
i2c: i801: Call i801_check_post() from i801_access()
Heiner Kallweit
1
-11
/
+9
2023-02-17
i2c: i801: Call i801_check_pre() from i801_access()
Heiner Kallweit
1
-8
/
+5
2023-02-17
i2c: i801: Centralize configuring block commands in i801_block_transaction
Heiner Kallweit
1
-49
/
+35
2023-02-17
i2c: i801: Centralize configuring non-block commands in i801_simple_transaction
Heiner Kallweit
1
-17
/
+14
2023-02-17
i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block only
Heiner Kallweit
1
-9
/
+12
2023-02-17
i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()
Heiner Kallweit
1
-37
/
+55
2023-02-12
i2c: i801: add helper i801_set_hstadd()
Heiner Kallweit
1
-20
/
+16
2023-02-12
i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFER
Heiner Kallweit
1
-0
/
+4
[prev]
[next]