index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-xiic.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-11-17
1
-1
/
+1
*
i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled
Jinjie Ruan
2024-09-27
1
-1
/
+1
*
i2c: xiic: Try re-initialization on bus busy timeout
Robert Hancock
2024-09-11
1
-15
/
+26
*
i2c: xiic: Wait for TX empty to avoid missed TX NAKs
Robert Hancock
2024-09-11
1
-10
/
+9
*
i2c: xiic: improve error message when transfer fails to start
Marc Ferland
2024-07-09
1
-4
/
+5
*
i2c: xiic: Correct return value check for xiic_reinit()
Daniel Scally
2023-09-22
1
-1
/
+1
*
i2c: xiic: Don't try to handle more interrupt events after error
Robert Hancock
2023-07-06
1
-0
/
+2
*
i2c: xiic: Use devm_clk_get_enabled()
Andi Shyti
2023-06-23
1
-13
/
+7
*
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-05
1
-4
/
+2
*
Merge branch 'i2c/for-current' into i2c/for-mergewindow
Wolfram Sang
2023-04-24
1
-1
/
+3
|
\
|
*
i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path
Lars-Peter Clausen
2023-04-18
1
-1
/
+3
*
|
i2c: xiic: Use devm_platform_get_and_ioremap_resource()
Yang Li
2023-03-29
1
-2
/
+1
*
|
i2c: xiic: hide OF related data for COMPILE_TEST
Krzysztof Kozlowski
2023-03-29
1
-1
/
+1
|
/
*
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: 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: xiic: Make sure to disable clock on .remove()
Uwe Kleine-König
2022-12-07
1
-3
/
+6
*
i2c: xiic: Add platform module alias
Martin Tůma
2022-10-19
1
-0
/
+1
*
i2c: xiic: Fix the type check for xiic_wakeup
Shubhrajyoti Datta
2022-06-14
1
-2
/
+2
*
i2c: xiic: Correct the datatype for rx_watermark
Shubhrajyoti Datta
2022-05-21
1
-2
/
+2
*
i2c: xiic: Fix Tx Interrupt path for grouped messages
Raviteja Narayanam
2022-05-14
1
-18
/
+20
*
i2c: xiic: Fix coding style issues
Michal Simek
2022-05-14
1
-17
/
+20
*
i2c: xiic: return value of xiic_reinit
Shubhrajyoti Datta
2022-05-14
1
-1
/
+4
*
i2c: xiic: Make bus names unique
Robert Hancock
2022-03-02
1
-1
/
+2
*
i2c: xiic: Fix RX IRQ busy check
Marek Vasut
2021-09-14
1
-1
/
+1
*
i2c: xiic: Only ever transfer single message
Marek Vasut
2021-09-14
1
-34
/
+10
*
i2c: xiic: Switch from waitqueue to completion
Marek Vasut
2021-09-14
1
-15
/
+18
*
i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()
Marek Vasut
2021-09-14
1
-11
/
+26
*
i2c: xiic: Drop broken interrupt handler
Marek Vasut
2021-09-14
1
-24
/
+1
*
i2c: xiic: Fix broken locking on tx_msg
Marek Vasut
2021-09-14
1
-10
/
+16
*
i2c: xiic: Simplify with dev_err_probe()
Krzysztof Kozlowski
2021-06-23
1
-5
/
+4
*
i2c: xiic: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
2021-04-14
1
-2
/
+2
*
i2c: xiic: Support forcing single-master in DT
Jaakko Laine
2020-08-28
1
-0
/
+14
*
i2c: xiic: Improve struct memory alignment
Jaakko Laine
2020-08-28
1
-2
/
+2
*
i2c: xiic: Change code alignment to 1 space only
Jaakko Laine
2020-08-28
1
-24
/
+24
*
i2c: xiic: fix indentation issue
Colin Ian King
2020-01-29
1
-1
/
+1
*
i2c: xiic: Fix the clocking across bind unbind
Shubhrajyoti Datta
2020-01-15
1
-5
/
+7
*
i2c: xiic: defer the probe if clock is not found
Venkatesh Yadav Abbarapu
2020-01-15
1
-1
/
+2
*
i2c: xiic: Add timeout to the rx fifo wait loop
Shubhrajyoti Datta
2020-01-15
1
-10
/
+42
*
i2c: xiic: convert to use i2c_new_client_device()
Wolfram Sang
2020-01-15
1
-1
/
+1
*
i2c: xiic: Fix kerneldoc warnings
Shubhrajyoti Datta
2019-11-11
1
-0
/
+2
*
i2c: xiic: Add max_read_len quirk
Robert Hancock
2019-06-08
1
-0
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
i2c: xiic: Make the start and the byte count write atomic
Shubhrajyoti Datta
2018-09-06
1
-0
/
+4
[next]