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