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
*
Merge 6.3-rc6 into char-misc-next
Greg Kroah-Hartman
2023-04-10
4
-6
/
+34
|
\
|
*
i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
Wei Chen
2023-03-16
1
-0
/
+3
|
*
i2c: hisi: Only use the completion interrupt to finish the transfer
Yicong Yang
2023-03-16
1
-1
/
+5
|
*
i2c: hisi: Avoid redundant interrupts
Yicong Yang
2023-03-16
1
-0
/
+7
|
*
i2c: mxs: ensure that DMA buffers are safe for DMA
Matthias Schiffer
2023-03-16
1
-5
/
+13
|
*
i2c: imx-lpi2c: check only for enabled interrupt flags
Alexander Stein
2023-03-16
1
-0
/
+4
|
*
i2c: imx-lpi2c: clean rx/tx buffers upon new message
Alexander Stein
2023-03-16
1
-0
/
+2
*
|
of: Rename of_modalias_node()
Miquel Raynal
2023-04-05
2
-2
/
+2
|
/
*
i2c: dev: Fix bus callback return values
Geert Uytterhoeven
2023-03-09
1
-6
/
+18
*
i2c: Convert drivers to new .probe() callback
Uwe Kleine-König
2023-03-09
4
-4
/
+4
*
i2c: mux: Convert all drivers to new .probe() callback
Uwe Kleine-König
2023-03-09
3
-3
/
+3
*
i2c: Switch .probe() to not take an id parameter
Uwe Kleine-König
2023-03-09
1
-9
/
+2
*
i2c: gxp: fix an error code in probe
Dan Carpenter
2023-03-03
1
-1
/
+1
*
i2c: gxp: return proper error on address NACK
Wolfram Sang
2023-03-03
1
-2
/
+4
*
i2c: gxp: remove "empty" switch statement
Wolfram Sang
2023-03-03
1
-12
/
+1
*
i2c: Disable I2C_APPLE when I2C_PASEMI is a builtin
Benjamin Gray
2023-03-03
1
-0
/
+1
*
Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-02-25
22
-334
/
+1833
|
\
|
*
i2c: Add GXP SoC I2C Controller
Nick Hawkins
2023-02-17
3
-0
/
+628
|
*
i2c: xiic: Remove some dead code
Christophe JAILLET
2023-02-17
1
-4
/
+0
|
*
i2c: xiic: Add SCL frequency configuration support
Raviteja Narayanam
2023-02-17
1
-0
/
+148
|
*
i2c: xiic: Update compatible with new IP version
Raviteja Narayanam
2023-02-17
1
-0
/
+1
|
*
i2c: i801: Call i801_check_post() from i801_access()
Heiner Kallweit
2023-02-17
1
-11
/
+9
|
*
i2c: i801: Call i801_check_pre() from i801_access()
Heiner Kallweit
2023-02-17
1
-8
/
+5
|
*
i2c: i801: Centralize configuring block commands in i801_block_transaction
Heiner Kallweit
2023-02-17
1
-49
/
+35
|
*
i2c: i801: Centralize configuring non-block commands in i801_simple_transaction
Heiner Kallweit
2023-02-17
1
-17
/
+14
|
*
i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block only
Heiner Kallweit
2023-02-17
1
-9
/
+12
|
*
i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()
Heiner Kallweit
2023-02-17
1
-37
/
+55
|
*
i2c: i801: add helper i801_set_hstadd()
Heiner Kallweit
2023-02-12
1
-20
/
+16
|
*
i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFER
Heiner Kallweit
2023-02-12
1
-0
/
+4
|
*
i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQ
Heiner Kallweit
2023-02-12
1
-5
/
+9
|
*
i2c: i801: improve interrupt handler
Heiner Kallweit
2023-02-12
1
-17
/
+8
|
*
i2c: st: use pm_sleep_ptr to avoid ifdef CONFIG_PM_SLEEP
Alain Volmat
2023-02-12
1
-7
/
+2
|
*
i2c: xiic: Remove interrupt enable/disable in Rx path
Raviteja Narayanam
2023-02-03
1
-5
/
+0
|
*
i2c: xiic: Add smbus_block_read functionality
Raviteja Narayanam
2023-02-03
1
-4
/
+78
|
*
i2c: xiic: Add wait for FIFO empty in send_tx
Raviteja Narayanam
2023-02-03
1
-0
/
+7
|
*
i2c: xiic: Switch to Xiic standard mode for i2c-read
Raviteja Narayanam
2023-02-03
1
-39
/
+57
|
*
i2c: xiic: Fix Rx and Tx paths in standard mode
Raviteja Narayanam
2023-02-03
1
-0
/
+53
|
*
i2c: xiic: Add standard mode support for > 255 byte
Raviteja Narayanam
2023-02-03
1
-41
/
+225
|
*
i2c: ls2x: Add driver for Loongson-2K/LS7A I2C controller
Binbin Zhou
2023-02-02
3
-0
/
+382
|
*
i2c: designware: Change from u32 to unsigned int for regmap_read() calls
Shyam Sundar S K
2023-01-28
4
-14
/
+16
|
*
i2c: designware: add a new bit check for IC_CON control
Shyam Sundar S K
2023-01-28
2
-0
/
+21
|
*
i2c: gpio: support write-only sda/scl w/o pull-up
Heiner Kallweit
2023-01-23
1
-3
/
+10
|
*
i2c: algo: bit: allow getsda to be NULL
Heiner Kallweit
2023-01-23
1
-42
/
+35
|
*
i2c: au1550: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-20
1
-3
/
+1
|
*
i2c: mt65xx: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-20
1
-5
/
+2
|
*
i2c: bcm2835: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-20
1
-3
/
+1
|
*
i2c: aspeed: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-20
1
-3
/
+1
|
*
i2c: gpio: Add support on ACPI-based system
Binbin Zhou
2023-01-20
1
-13
/
+21
|
*
i2c: cadence: Remove redundant expression in if clause
Lars-Peter Clausen
2023-01-20
1
-3
/
+1
|
*
i2c: cadence: Remove `irq` field from driver state struct
Lars-Peter Clausen
2023-01-20
1
-10
/
+7
[next]