summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-qup.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: qup: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-12/+4
* Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-021-3/+2
|\
| * i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-3/+2
* | i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang2023-06-231-7/+14
|/
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-10-291-2/+2
* i2c: qup: fix a trivial typoRandy Dunlap2021-10-291-1/+1
* i2c: qup: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-1/+1
* i2c: qup: advertise SMBus transfers using RECV_LENWolfram Sang2021-01-221-1/+1
* i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng2020-12-021-1/+2
* i2c: qup: remove unneeded conversion to boolJason Yan2020-04-261-6/+4
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-3/+1
* i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng2020-04-151-3/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-8/+3
* i2c: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-2/+2
* i2c: qup: use core to detect 'no zero length' quirkWolfram Sang2018-10-051-8/+6
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-19/+40
|\
| * i2c: qup: fix building without CONFIG_ACPIArnd Bergmann2018-05-311-2/+0
| * i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-291-1/+1
| * i2c: qup: Add command-line parameter to override SCL frequencyAustin Christ2018-05-291-4/+13
| * i2c: qup: Correct duty cycle for FM and FM+Austin Christ2018-05-291-2/+8
| * i2c: qup: Add support for Fast Mode PlusAustin Christ2018-05-291-3/+8
| * i2c: qup: add probe path for Centriq ACPI devicesAustin Christ2018-05-291-9/+12
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
|/
* i2c: qup: reorganization of driver code to remove polling for qup v2Abhishek Sahu2018-03-241-385/+515
* i2c: qup: reorganization of driver code to remove polling for qup v1Abhishek Sahu2018-03-241-143/+223
* i2c: qup: send NACK for last read sub transfersAbhishek Sahu2018-03-241-1/+4
* i2c: qup: fix buffer overflow for multiple msg of maximum xfer lenAbhishek Sahu2018-03-241-84/+110
* i2c: qup: change completion timeout according to transfer lengthAbhishek Sahu2018-03-241-3/+10
* i2c: qup: use the complete transfer length to choose DMA modeAbhishek Sahu2018-03-241-6/+7
* i2c: qup: proper error handling for i2c error in BAM modeAbhishek Sahu2018-03-241-9/+16
* i2c: qup: fix the transfer length for BAM RX EOT FLUSH tagsAbhishek Sahu2018-03-241-2/+2
* i2c: qup: schedule EOT and FLUSH tags at the end of transferAbhishek Sahu2018-03-241-15/+24
* i2c: qup: remove redundant variables for BAM SG countAbhishek Sahu2018-03-241-24/+18
* i2c: qup: minor code reorganization for use_dmaAbhishek Sahu2018-03-241-8/+11
* i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu2018-03-241-0/+2
* i2c: qup: fix copyrights and update to SPDX identifierAbhishek Sahu2018-03-241-11/+2
* i2c: busses: make i2c_adapter_quirks constBhumika Goyal2017-08-291-1/+1
* i2c: qup: support SMBus block readNaveen Kaje2016-11-291-3/+61
* i2c: qup: add ACPI supportNaveen Kaje2016-11-291-16/+42
* i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla2016-09-221-1/+2
* Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-271-83/+72
|\
| * i2c: qup: Fixed the DMA segments lengthAbhishek Sahu2016-07-151-5/+7
| * i2c: qup: Cleared the error bits in ISRAbhishek Sahu2016-07-151-6/+8
| * i2c: qup: use address helper function in read transferNaveen Kaje2016-06-181-1/+1
| * i2c: qup: Fix error handlingSricharan R2016-06-181-35/+41
| * i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabledSricharan R2016-06-181-36/+15
* | i2c: qup: Fix wrong value of index variableSricharan R2016-06-181-0/+2
|/
* i2c: qup: use new 8 bit address helper functionWolfram Sang2016-04-111-1/+1
* i2c: qup: Fix fifo handling after adding V2 supportSricharan R2016-03-031-7/+39