1. e9acf029 i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc() by Zhihao Cheng · 4 years, 2 months ago
  2. 1b9e685 i2c: qup: remove unneeded conversion to bool by Jason Yan · 4 years, 9 months ago
  3. e42688e i2c: busses: remove duplicate dev_err() by Dejin Zheng · 4 years, 9 months ago
  4. e0442d76 i2c: busses: convert to devm_platform_ioremap_resource by Dejin Zheng · 4 years, 9 months ago
  5. 90224e6 i2c: drivers: Use generic definitions for bus frequencies by Andy Shevchenko · 4 years, 10 months ago
  6. 67d7630 i2c: qup: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  7. de82bb4 i2c: qup: use core to detect 'no zero length' quirk by Wolfram Sang · 6 years ago
  8. 9bca19a Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  9. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  10. 53e3962 i2c: qup: fix building without CONFIG_ACPI by Arnd Bergmann · 7 years ago
  11. 30a6475 i2c: busses: make use of i2c_8bit_addr_from_msg by Peter Rosin · 7 years ago
  12. d9f5228 i2c: qup: Add command-line parameter to override SCL frequency by Austin Christ · 7 years ago
  13. 71fbafc i2c: qup: Correct duty cycle for FM and FM+ by Austin Christ · 7 years ago
  14. 109b8c4 i2c: qup: Add support for Fast Mode Plus by Austin Christ · 7 years ago
  15. 902a91a i2c: qup: add probe path for Centriq ACPI devices by Austin Christ · 7 years ago
  16. 7545c7d i2c: qup: reorganization of driver code to remove polling for qup v2 by Abhishek Sahu · 7 years ago
  17. fbfab1a i2c: qup: reorganization of driver code to remove polling for qup v1 by Abhishek Sahu · 7 years ago
  18. f7714b4 i2c: qup: send NACK for last read sub transfers by Abhishek Sahu · 7 years ago
  19. 6f2f0f6 i2c: qup: fix buffer overflow for multiple msg of maximum xfer len by Abhishek Sahu · 7 years ago
  20. ecb6e1e i2c: qup: change completion timeout according to transfer length by Abhishek Sahu · 7 years ago
  21. 08f1596 i2c: qup: use the complete transfer length to choose DMA mode by Abhishek Sahu · 7 years ago
  22. 3f450d3 i2c: qup: proper error handling for i2c error in BAM mode by Abhishek Sahu · 7 years ago
  23. 7e6c35f i2c: qup: fix the transfer length for BAM RX EOT FLUSH tags by Abhishek Sahu · 7 years ago
  24. c5adc0f i2c: qup: schedule EOT and FLUSH tags at the end of transfer by Abhishek Sahu · 7 years ago
  25. 6d5f37f i2c: qup: remove redundant variables for BAM SG count by Abhishek Sahu · 7 years ago
  26. eb422b5 i2c: qup: minor code reorganization for use_dma by Abhishek Sahu · 7 years ago
  27. 7239872 i2c: qup: fixed releasing dma without flush operation completion by Abhishek Sahu · 7 years ago
  28. 0668bc4 i2c: qup: fix copyrights and update to SPDX identifier by Abhishek Sahu · 7 years ago
  29. ae3923a i2c: busses: make i2c_adapter_quirks const by Bhumika Goyal · 7 years ago
  30. cc9086e i2c: qup: support SMBus block read by Naveen Kaje · 8 years ago
  31. 515da74 i2c: qup: add ACPI support by Naveen Kaje · 8 years ago
  32. 331dcf4 i2c: qup: skip qup_i2c_suspend if the device is already runtime suspended by Sudeep Holla · 8 years ago
  33. 6630420 Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  34. 5c135e1 i2c: qup: Fixed the DMA segments length by Abhishek Sahu · 9 years ago
  35. 2b84a4d i2c: qup: Cleared the error bits in ISR by Abhishek Sahu · 9 years ago
  36. d4f56c7 i2c: qup: Fix wrong value of index variable by Sricharan R · 9 years ago
  37. 0130944 i2c: qup: use address helper function in read transfer by Naveen Kaje · 9 years ago
  38. fbf9921 i2c: qup: Fix error handling by Sricharan R · 9 years ago
  39. 685983f i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled by Sricharan R · 9 years ago
  40. e3c60f3 i2c: qup: use new 8 bit address helper function by Wolfram Sang · 9 years ago
  41. 52db223 i2c: qup: Fix fifo handling after adding V2 support by Sricharan R · 9 years ago
  42. 9cedf3b i2c: qup: Add bam dma capabilities by Sricharan R · 9 years ago
  43. f741879 i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit by Sricharan R · 9 years ago
  44. 191424b i2c: qup: Add V2 tags support by Sricharan R · 9 years ago
  45. c4f0c5f i2c: qup: Change qup_wait_writeready function to use for all timeouts by Sricharan R · 9 years ago
  46. 994647d i2c: qup: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  47. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  48. 86b59bb i2c: qup: Fix order of runtime pm initialization by Andy Gross · 10 years ago
  49. 3cf357d i2c: qup: disable clks and return instead of just returning error by Pramod Gurav · 10 years ago
  50. fa01d09 i2c: qup: Fix pm_runtime_get_sync usage by Andy Gross · 11 years ago
  51. cf23e33 i2c: qup: use proper type fro clk_freq by Wolfram Sang · 11 years ago
  52. 199c1df i2c: qup: off by ones in qup_i2c_probe() by Dan Carpenter · 11 years ago
  53. 10c5a84 i2c: qup: New bus driver for the Qualcomm QUP I2C controller by Bjorn Andersson · 11 years ago