Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a8f808839abe3a10011e28b46af1848dfd8c4f21
/
drivers
/
i2c
/
busses
/
i2c-qup.c
e9acf029
i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()
by Zhihao Cheng
· 4 years, 2 months ago
1b9e685
i2c: qup: remove unneeded conversion to bool
by Jason Yan
· 4 years, 9 months ago
e42688e
i2c: busses: remove duplicate dev_err()
by Dejin Zheng
· 4 years, 9 months ago
e0442d76
i2c: busses: convert to devm_platform_ioremap_resource
by Dejin Zheng
· 4 years, 9 months ago
90224e6
i2c: drivers: Use generic definitions for bus frequencies
by Andy Shevchenko
· 4 years, 10 months ago
67d7630
i2c: qup: Use dma_request_chan() directly for channel request
by Peter Ujfalusi
· 5 years ago
de82bb4
i2c: qup: use core to detect 'no zero length' quirk
by Wolfram Sang
· 6 years ago
9bca19a
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
53e3962
i2c: qup: fix building without CONFIG_ACPI
by Arnd Bergmann
· 7 years ago
30a6475
i2c: busses: make use of i2c_8bit_addr_from_msg
by Peter Rosin
· 7 years ago
d9f5228
i2c: qup: Add command-line parameter to override SCL frequency
by Austin Christ
· 7 years ago
71fbafc
i2c: qup: Correct duty cycle for FM and FM+
by Austin Christ
· 7 years ago
109b8c4
i2c: qup: Add support for Fast Mode Plus
by Austin Christ
· 7 years ago
902a91a
i2c: qup: add probe path for Centriq ACPI devices
by Austin Christ
· 7 years ago
7545c7d
i2c: qup: reorganization of driver code to remove polling for qup v2
by Abhishek Sahu
· 7 years ago
fbfab1a
i2c: qup: reorganization of driver code to remove polling for qup v1
by Abhishek Sahu
· 7 years ago
f7714b4
i2c: qup: send NACK for last read sub transfers
by Abhishek Sahu
· 7 years ago
6f2f0f6
i2c: qup: fix buffer overflow for multiple msg of maximum xfer len
by Abhishek Sahu
· 7 years ago
ecb6e1e
i2c: qup: change completion timeout according to transfer length
by Abhishek Sahu
· 7 years ago
08f1596
i2c: qup: use the complete transfer length to choose DMA mode
by Abhishek Sahu
· 7 years ago
3f450d3
i2c: qup: proper error handling for i2c error in BAM mode
by Abhishek Sahu
· 7 years ago
7e6c35f
i2c: qup: fix the transfer length for BAM RX EOT FLUSH tags
by Abhishek Sahu
· 7 years ago
c5adc0f
i2c: qup: schedule EOT and FLUSH tags at the end of transfer
by Abhishek Sahu
· 7 years ago
6d5f37f
i2c: qup: remove redundant variables for BAM SG count
by Abhishek Sahu
· 7 years ago
eb422b5
i2c: qup: minor code reorganization for use_dma
by Abhishek Sahu
· 7 years ago
7239872
i2c: qup: fixed releasing dma without flush operation completion
by Abhishek Sahu
· 7 years ago
0668bc4
i2c: qup: fix copyrights and update to SPDX identifier
by Abhishek Sahu
· 7 years ago
ae3923a
i2c: busses: make i2c_adapter_quirks const
by Bhumika Goyal
· 7 years ago
cc9086e
i2c: qup: support SMBus block read
by Naveen Kaje
· 8 years ago
515da74
i2c: qup: add ACPI support
by Naveen Kaje
· 8 years ago
331dcf4
i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
by Sudeep Holla
· 8 years ago
6630420
Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
5c135e1
i2c: qup: Fixed the DMA segments length
by Abhishek Sahu
· 9 years ago
2b84a4d
i2c: qup: Cleared the error bits in ISR
by Abhishek Sahu
· 9 years ago
d4f56c7
i2c: qup: Fix wrong value of index variable
by Sricharan R
· 9 years ago
0130944
i2c: qup: use address helper function in read transfer
by Naveen Kaje
· 9 years ago
fbf9921
i2c: qup: Fix error handling
by Sricharan R
· 9 years ago
685983f
i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled
by Sricharan R
· 9 years ago
e3c60f3
i2c: qup: use new 8 bit address helper function
by Wolfram Sang
· 9 years ago
52db223
i2c: qup: Fix fifo handling after adding V2 support
by Sricharan R
· 9 years ago
9cedf3b
i2c: qup: Add bam dma capabilities
by Sricharan R
· 9 years ago
f741879
i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
by Sricharan R
· 9 years ago
191424b
i2c: qup: Add V2 tags support
by Sricharan R
· 9 years ago
c4f0c5f
i2c: qup: Change qup_wait_writeready function to use for all timeouts
by Sricharan R
· 9 years ago
994647d
i2c: qup: make use of the new infrastructure for quirks
by Wolfram Sang
· 10 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
86b59bb
i2c: qup: Fix order of runtime pm initialization
by Andy Gross
· 10 years ago
3cf357d
i2c: qup: disable clks and return instead of just returning error
by Pramod Gurav
· 10 years ago
fa01d09
i2c: qup: Fix pm_runtime_get_sync usage
by Andy Gross
· 11 years ago
cf23e33
i2c: qup: use proper type fro clk_freq
by Wolfram Sang
· 11 years ago
199c1df
i2c: qup: off by ones in qup_i2c_probe()
by Dan Carpenter
· 11 years ago
10c5a84
i2c: qup: New bus driver for the Qualcomm QUP I2C controller
by Bjorn Andersson
· 11 years ago