summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-qup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i2c: qup: Add bam dma capabilitiesSricharan R2016-02-241-14/+459
* i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bitSricharan R2016-02-121-8/+26
* i2c: qup: Add V2 tags supportSricharan R2016-02-121-29/+386
* i2c: qup: Change qup_wait_writeready function to use for all timeoutsSricharan R2016-02-121-19/+48
* i2c: qup: make use of the new infrastructure for quirksWolfram Sang2015-03-131-11/+10
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* i2c: qup: Fix order of runtime pm initializationAndy Gross2014-10-031-4/+8
* i2c: qup: disable clks and return instead of just returning errorPramod Gurav2014-08-061-4/+8
* i2c: qup: Fix pm_runtime_get_sync usageAndy Gross2014-05-141-1/+1
* i2c: qup: use proper type fro clk_freqWolfram Sang2014-04-061-1/+1
* i2c: qup: off by ones in qup_i2c_probe()Dan Carpenter2014-04-031-2/+2
* i2c: qup: New bus driver for the Qualcomm QUP I2C controllerBjorn Andersson2014-03-281-0/+768