aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-qup.c
Commit message (Expand)AuthorAge
* i2c: qup: use core to detect 'no zero length' quirkWolfram Sang2018-10-05
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-14
|\
| * i2c: qup: fix building without CONFIG_ACPIArnd Bergmann2018-05-31
| * i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-29
| * i2c: qup: Add command-line parameter to override SCL frequencyAustin Christ2018-05-29
| * i2c: qup: Correct duty cycle for FM and FM+Austin Christ2018-05-29
| * i2c: qup: Add support for Fast Mode PlusAustin Christ2018-05-29
| * i2c: qup: add probe path for Centriq ACPI devicesAustin Christ2018-05-29
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-12
|/
* i2c: qup: reorganization of driver code to remove polling for qup v2Abhishek Sahu2018-03-24
* i2c: qup: reorganization of driver code to remove polling for qup v1Abhishek Sahu2018-03-24
* i2c: qup: send NACK for last read sub transfersAbhishek Sahu2018-03-24
* i2c: qup: fix buffer overflow for multiple msg of maximum xfer lenAbhishek Sahu2018-03-24
* i2c: qup: change completion timeout according to transfer lengthAbhishek Sahu2018-03-24
* i2c: qup: use the complete transfer length to choose DMA modeAbhishek Sahu2018-03-24
* i2c: qup: proper error handling for i2c error in BAM modeAbhishek Sahu2018-03-24
* i2c: qup: fix the transfer length for BAM RX EOT FLUSH tagsAbhishek Sahu2018-03-24
* i2c: qup: schedule EOT and FLUSH tags at the end of transferAbhishek Sahu2018-03-24
* i2c: qup: remove redundant variables for BAM SG countAbhishek Sahu2018-03-24
* i2c: qup: minor code reorganization for use_dmaAbhishek Sahu2018-03-24
* i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu2018-03-24
* i2c: qup: fix copyrights and update to SPDX identifierAbhishek Sahu2018-03-24
* i2c: busses: make i2c_adapter_quirks constBhumika Goyal2017-08-29
* i2c: qup: support SMBus block readNaveen Kaje2016-11-29
* i2c: qup: add ACPI supportNaveen Kaje2016-11-29
* i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla2016-09-22
* Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-27
|\
| * i2c: qup: Fixed the DMA segments lengthAbhishek Sahu2016-07-15
| * i2c: qup: Cleared the error bits in ISRAbhishek Sahu2016-07-15
| * i2c: qup: use address helper function in read transferNaveen Kaje2016-06-18
| * i2c: qup: Fix error handlingSricharan R2016-06-18
| * i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabledSricharan R2016-06-18
* | i2c: qup: Fix wrong value of index variableSricharan R2016-06-18
|/
* i2c: qup: use new 8 bit address helper functionWolfram Sang2016-04-11
* i2c: qup: Fix fifo handling after adding V2 supportSricharan R2016-03-03
* i2c: qup: Add bam dma capabilitiesSricharan R2016-02-24
* i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bitSricharan R2016-02-12
* i2c: qup: Add V2 tags supportSricharan R2016-02-12
* i2c: qup: Change qup_wait_writeready function to use for all timeoutsSricharan R2016-02-12
* i2c: qup: make use of the new infrastructure for quirksWolfram Sang2015-03-13
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-20
* i2c: qup: Fix order of runtime pm initializationAndy Gross2014-10-02
* i2c: qup: disable clks and return instead of just returning errorPramod Gurav2014-08-06
* i2c: qup: Fix pm_runtime_get_sync usageAndy Gross2014-05-14
* i2c: qup: use proper type fro clk_freqWolfram Sang2014-04-06
* i2c: qup: off by ones in qup_i2c_probe()Dan Carpenter2014-04-03
* i2c: qup: New bus driver for the Qualcomm QUP I2C controllerBjorn Andersson2014-03-28