开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-xiic.c
Age
Commit message (
Expand
)
Author
2023-07-06
i2c: xiic: Don't try to handle more interrupt events after error
Robert Hancock
2023-06-23
i2c: xiic: Use devm_clk_get_enabled()
Andi Shyti
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-24
Merge branch 'i2c/for-current' into i2c/for-mergewindow
Wolfram Sang
2023-04-18
i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path
Lars-Peter Clausen
2023-03-29
i2c: xiic: Use devm_platform_get_and_ioremap_resource()
Yang Li
2023-03-29
i2c: xiic: hide OF related data for COMPILE_TEST
Krzysztof Kozlowski
2023-02-17
i2c: xiic: Remove some dead code
Christophe JAILLET
2023-02-17
i2c: xiic: Add SCL frequency configuration support
Raviteja Narayanam
2023-02-17
i2c: xiic: Update compatible with new IP version
Raviteja Narayanam
2023-02-03
i2c: xiic: Remove interrupt enable/disable in Rx path
Raviteja Narayanam
2023-02-03
i2c: xiic: Add smbus_block_read functionality
Raviteja Narayanam
2023-02-03
i2c: xiic: Add wait for FIFO empty in send_tx
Raviteja Narayanam
2023-02-03
i2c: xiic: Switch to Xiic standard mode for i2c-read
Raviteja Narayanam
2023-02-03
i2c: xiic: Fix Rx and Tx paths in standard mode
Raviteja Narayanam
2023-02-03
i2c: xiic: Add standard mode support for > 255 byte
Raviteja Narayanam
2022-12-07
i2c: xiic: Make sure to disable clock on .remove()
Uwe Kleine-König
2022-10-19
i2c: xiic: Add platform module alias
Martin Tůma
2022-06-14
i2c: xiic: Fix the type check for xiic_wakeup
Shubhrajyoti Datta
2022-05-21
i2c: xiic: Correct the datatype for rx_watermark
Shubhrajyoti Datta
2022-05-14
i2c: xiic: Fix Tx Interrupt path for grouped messages
Raviteja Narayanam
2022-05-14
i2c: xiic: Fix coding style issues
Michal Simek
2022-05-14
i2c: xiic: return value of xiic_reinit
Shubhrajyoti Datta
2022-03-02
i2c: xiic: Make bus names unique
Robert Hancock
2021-09-14
i2c: xiic: Fix RX IRQ busy check
Marek Vasut
2021-09-14
i2c: xiic: Only ever transfer single message
Marek Vasut
2021-09-14
i2c: xiic: Switch from waitqueue to completion
Marek Vasut
2021-09-14
i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()
Marek Vasut
2021-09-14
i2c: xiic: Drop broken interrupt handler
Marek Vasut
2021-09-14
i2c: xiic: Fix broken locking on tx_msg
Marek Vasut
2021-06-23
i2c: xiic: Simplify with dev_err_probe()
Krzysztof Kozlowski
2021-04-14
i2c: xiic: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
2020-08-28
i2c: xiic: Support forcing single-master in DT
Jaakko Laine
2020-08-28
i2c: xiic: Improve struct memory alignment
Jaakko Laine
2020-08-28
i2c: xiic: Change code alignment to 1 space only
Jaakko Laine
2020-01-29
i2c: xiic: fix indentation issue
Colin Ian King
2020-01-15
i2c: xiic: Fix the clocking across bind unbind
Shubhrajyoti Datta
2020-01-15
i2c: xiic: defer the probe if clock is not found
Venkatesh Yadav Abbarapu
2020-01-15
i2c: xiic: Add timeout to the rx fifo wait loop
Shubhrajyoti Datta
2020-01-15
i2c: xiic: convert to use i2c_new_client_device()
Wolfram Sang
2019-11-11
i2c: xiic: Fix kerneldoc warnings
Shubhrajyoti Datta
2019-06-08
i2c: xiic: Add max_read_len quirk
Robert Hancock
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2018-09-06
i2c: xiic: Make the start and the byte count write atomic
Shubhrajyoti Datta
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
2018-05-17
Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18
Wolfram Sang
2018-05-17
i2c: xiic: move header to platform_data
Wolfram Sang
2018-05-17
i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected"
Colin Ian King
2018-03-17
i2c: xiic: Make suspend function names consistent
Moritz Fischer
2017-08-29
i2c: busses: make i2c_adapter const
Bhumika Goyal
[next]