index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-qup.c
Age
Commit message (
Expand
)
Author
2018-06-14
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-05-31
i2c: qup: fix building without CONFIG_ACPI
Arnd Bergmann
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
2018-05-29
i2c: qup: Add command-line parameter to override SCL frequency
Austin Christ
2018-05-29
i2c: qup: Correct duty cycle for FM and FM+
Austin Christ
2018-05-29
i2c: qup: Add support for Fast Mode Plus
Austin Christ
2018-05-29
i2c: qup: add probe path for Centriq ACPI devices
Austin Christ
2018-03-24
i2c: qup: reorganization of driver code to remove polling for qup v2
Abhishek Sahu
2018-03-24
i2c: qup: reorganization of driver code to remove polling for qup v1
Abhishek Sahu
2018-03-24
i2c: qup: send NACK for last read sub transfers
Abhishek Sahu
2018-03-24
i2c: qup: fix buffer overflow for multiple msg of maximum xfer len
Abhishek Sahu
2018-03-24
i2c: qup: change completion timeout according to transfer length
Abhishek Sahu
2018-03-24
i2c: qup: use the complete transfer length to choose DMA mode
Abhishek Sahu
2018-03-24
i2c: qup: proper error handling for i2c error in BAM mode
Abhishek Sahu
2018-03-24
i2c: qup: fix the transfer length for BAM RX EOT FLUSH tags
Abhishek Sahu
2018-03-24
i2c: qup: schedule EOT and FLUSH tags at the end of transfer
Abhishek Sahu
2018-03-24
i2c: qup: remove redundant variables for BAM SG count
Abhishek Sahu
2018-03-24
i2c: qup: minor code reorganization for use_dma
Abhishek Sahu
2018-03-24
i2c: qup: fixed releasing dma without flush operation completion
Abhishek Sahu
2018-03-24
i2c: qup: fix copyrights and update to SPDX identifier
Abhishek Sahu
2017-08-29
i2c: busses: make i2c_adapter_quirks const
Bhumika Goyal
2016-11-29
i2c: qup: support SMBus block read
Naveen Kaje
2016-11-29
i2c: qup: add ACPI support
Naveen Kaje
2016-09-22
i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended
Sudeep Holla
2016-07-27
Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2016-07-15
i2c: qup: Fixed the DMA segments length
Abhishek Sahu
2016-07-15
i2c: qup: Cleared the error bits in ISR
Abhishek Sahu
2016-06-18
i2c: qup: Fix wrong value of index variable
Sricharan R
2016-06-18
i2c: qup: use address helper function in read transfer
Naveen Kaje
2016-06-18
i2c: qup: Fix error handling
Sricharan R
2016-06-18
i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled
Sricharan R
2016-04-11
i2c: qup: use new 8 bit address helper function
Wolfram Sang
2016-03-03
i2c: qup: Fix fifo handling after adding V2 support
Sricharan R
2016-02-24
i2c: qup: Add bam dma capabilities
Sricharan R
2016-02-12
i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit
Sricharan R
2016-02-12
i2c: qup: Add V2 tags support
Sricharan R
2016-02-12
i2c: qup: Change qup_wait_writeready function to use for all timeouts
Sricharan R
2015-03-13
i2c: qup: make use of the new infrastructure for quirks
Wolfram Sang
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-03
i2c: qup: Fix order of runtime pm initialization
Andy Gross
2014-08-06
i2c: qup: disable clks and return instead of just returning error
Pramod Gurav
2014-05-14
i2c: qup: Fix pm_runtime_get_sync usage
Andy Gross
2014-04-06
i2c: qup: use proper type fro clk_freq
Wolfram Sang
2014-04-03
i2c: qup: off by ones in qup_i2c_probe()
Dan Carpenter
2014-03-28
i2c: qup: New bus driver for the Qualcomm QUP I2C controller
Bjorn Andersson