aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-qup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2021-10-29i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-2/+2
2021-10-29i2c: qup: fix a trivial typoRandy Dunlap1-1/+1
2021-08-11i2c: qup: : use proper DMAENGINE API for terminationWolfram Sang1-1/+1
2021-01-22i2c: qup: advertise SMBus transfers using RECV_LENWolfram Sang1-1/+1
2020-12-02i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng1-1/+2
2020-04-26i2c: qup: remove unneeded conversion to boolJason Yan1-6/+4
2020-04-18i2c: busses: remove duplicate dev_err()Dejin Zheng1-3/+1
2020-04-15i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng1-3/+1
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-8/+3
2019-11-14i2c: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2018-10-05i2c: qup: use core to detect 'no zero length' quirkWolfram Sang1-8/+6
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-19/+40
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-05-31i2c: qup: fix building without CONFIG_ACPIArnd Bergmann1-2/+0
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin1-1/+1
2018-05-29i2c: qup: Add command-line parameter to override SCL frequencyAustin Christ1-4/+13
2018-05-29i2c: qup: Correct duty cycle for FM and FM+Austin Christ1-2/+8
2018-05-29i2c: qup: Add support for Fast Mode PlusAustin Christ1-3/+8
2018-05-29i2c: qup: add probe path for Centriq ACPI devicesAustin Christ1-9/+12
2018-03-24i2c: qup: reorganization of driver code to remove polling for qup v2Abhishek Sahu1-385/+515
2018-03-24i2c: qup: reorganization of driver code to remove polling for qup v1Abhishek Sahu1-143/+223
2018-03-24i2c: qup: send NACK for last read sub transfersAbhishek Sahu1-1/+4
2018-03-24i2c: qup: fix buffer overflow for multiple msg of maximum xfer lenAbhishek Sahu1-84/+110
2018-03-24i2c: qup: change completion timeout according to transfer lengthAbhishek Sahu1-3/+10
2018-03-24i2c: qup: use the complete transfer length to choose DMA modeAbhishek Sahu1-6/+7
2018-03-24i2c: qup: proper error handling for i2c error in BAM modeAbhishek Sahu1-9/+16
2018-03-24i2c: qup: fix the transfer length for BAM RX EOT FLUSH tagsAbhishek Sahu1-2/+2
2018-03-24i2c: qup: schedule EOT and FLUSH tags at the end of transferAbhishek Sahu1-15/+24
2018-03-24i2c: qup: remove redundant variables for BAM SG countAbhishek Sahu1-24/+18
2018-03-24i2c: qup: minor code reorganization for use_dmaAbhishek Sahu1-8/+11
2018-03-24i2c: qup: fixed releasing dma without flush operation completionAbhishek Sahu1-0/+2
2018-03-24i2c: qup: fix copyrights and update to SPDX identifierAbhishek Sahu1-11/+2
2017-08-29i2c: busses: make i2c_adapter_quirks constBhumika Goyal1-1/+1
2016-11-29i2c: qup: support SMBus block readNaveen Kaje1-3/+61
2016-11-29i2c: qup: add ACPI supportNaveen Kaje1-16/+42
2016-09-22i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla1-1/+2
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-83/+72
2016-07-15i2c: qup: Fixed the DMA segments lengthAbhishek Sahu1-5/+7
2016-07-15i2c: qup: Cleared the error bits in ISRAbhishek Sahu1-6/+8
2016-06-18i2c: qup: Fix wrong value of index variableSricharan R1-0/+2
2016-06-18i2c: qup: use address helper function in read transferNaveen Kaje1-1/+1
2016-06-18i2c: qup: Fix error handlingSricharan R1-35/+41
2016-06-18i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabledSricharan R1-36/+15
2016-04-11i2c: qup: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-03-03i2c: qup: Fix fifo handling after adding V2 supportSricharan R1-7/+39
2016-02-24i2c: qup: Add bam dma capabilitiesSricharan R1-14/+459
2016-02-12i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bitSricharan R1-8/+26
2016-02-12i2c: qup: Add V2 tags supportSricharan R1-29/+386
2016-02-12i2c: qup: Change qup_wait_writeready function to use for all timeoutsSricharan R1-19/+48