1. 01590f36 i2c: i801: Instantiate SPD EEPROMs automatically by Jean Delvare · 4 years, 10 months ago
  2. 5ace608 i2c: smbus: Add a way to instantiate SPD EEPROMs automatically by Jean Delvare · 4 years, 10 months ago
  3. 7df915e i2c: avoid confusing naming in header by Wolfram Sang · 4 years, 7 months ago
  4. 468ed57 i2c: slave-eeprom: update documentation to recent changes by Wolfram Sang · 4 years, 7 months ago
  5. bee0d92 i2c: slave-eeprom: skip useless initialization by Wolfram Sang · 4 years, 7 months ago
  6. 3e34b51 i2c: acpi: Drop double check for ACPI companion device by Andy Shevchenko · 4 years, 7 months ago
  7. ed2ac81 i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify code by Aishwarya Ramakrishnan · 4 years, 8 months ago
  8. dd4f2ca i2c: save a variable in i2c_detect() by Wolfram Sang · 4 years, 8 months ago
  9. d1fdeb3 i2c: efm32: Avoid unnecessary check in efm32_i2c_probe() by Tang Bin · 4 years, 9 months ago
  10. 79f7ab3 i2c: efm32: Omit superfluous error message in efm32_i2c_probe() by Tang Bin · 4 years, 9 months ago
  11. 2ea81c0 Revert "dt-binding: i2c: add bus-supply property" by Wolfram Sang · 4 years, 8 months ago
  12. 7a4e63c Revert "i2c: core: support bus regulator controlling in adapter" by Wolfram Sang · 4 years, 8 months ago
  13. 3f35064 i2c: designware: Drop hard coded FIFO depth assignment by Andy Shevchenko · 4 years, 8 months ago
  14. 64d0a07 i2c: designware: Read counters from ACPI for PCI driver by Andy Shevchenko · 4 years, 8 months ago
  15. f9288fc i2c: designware: Move ACPI parts into common module by Andy Shevchenko · 4 years, 8 months ago
  16. 462cfcb i2c: designware: Drop unneeded condition in i2c_dw_validate_speed() by Andy Shevchenko · 4 years, 8 months ago
  17. 20ee1d9 i2c: designware: Move i2c_dw_validate_speed() helper to a common code by Andy Shevchenko · 4 years, 8 months ago
  18. a19f133 i2c: designware: Include proper headers in i2c-desingware-core.h by Andy Shevchenko · 4 years, 8 months ago
  19. ab0ef8b i2c: designware: Get rid of PCI driver specifics in common code by Andy Shevchenko · 4 years, 8 months ago
  20. 7c9ec2c i2c: pxa: implement generic i2c bus recovery by Russell King · 4 years, 8 months ago
  21. 4f118a7 Merge tag 'for-5.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into i2c/for-5.8 by Wolfram Sang · 4 years, 8 months ago
  22. ab1c609 i2c: altera: cleanup spinlock by Atsushi Nemoto · 4 years, 8 months ago
  23. f89c326 Merge branch 'i2c/for-current-fixed' into i2c/for-5.8 by Wolfram Sang · 4 years, 8 months ago
  24. 6fe12cdb i2c: core: support bus regulator controlling in adapter by Bibby Hsieh · 4 years, 8 months ago
  25. 6aab46b dt-binding: i2c: add bus-supply property by Bibby Hsieh · 4 years, 8 months ago
  26. df7b4d6 i2c: reword explanation about atomic transfers by Wolfram Sang · 4 years, 8 months ago
  27. 5c71ca4 i2c: slave-eeprom: add support for 24c512 EEPROMs by Wolfram Sang · 4 years, 8 months ago
  28. be5ce0e i2c: mediatek: Add i2c ac-timing adjust support by Qii Wang · 4 years, 8 months ago
  29. efa7fb4 MAINTAINERS: add maintainer for mediatek i2c controller driver by Qii Wang · 4 years, 8 months ago
  30. 8695e0b i2c: mux: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  31. e9d1a0a i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()' by Christophe JAILLET · 4 years, 8 months ago
  32. 5d4c797 i2c: altera: Fix race between xfer_msg and isr thread by Atsushi Nemoto · 4 years, 8 months ago
  33. ab7cf7e i2c: algo-pca: update contact email by Wolfram Sang · 4 years, 8 months ago
  34. 7d66976 i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery by Codrin Ciubotariu · 4 years, 9 months ago
  35. 7943f1d i2c: designware: Allow slave mode for PCI enumerated devices by Andy Shevchenko · 4 years, 8 months ago
  36. bed20c8 i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master() by Andy Shevchenko · 4 years, 8 months ago
  37. 42ab001 i2c: designware: Switch PCI driver to use i2c_dw_configure_master() by Andy Shevchenko · 4 years, 8 months ago
  38. 3ebe40e i2c: designware: Move configuration routines to respective modules by Andy Shevchenko · 4 years, 8 months ago
  39. 188fe48 i2c: designware: Use devm_platform_ioremap_resource() to simplify code by Andy Shevchenko · 4 years, 8 months ago
  40. c73178b i2c: tegra: Add support for the VI I2C on Tegra210 by Thierry Reding · 6 years ago
  41. 82dd45f i2c: tegra: Use FIELD_PREP/FIELD_GET macros by Thierry Reding · 4 years, 9 months ago
  42. 2fd6cbf i2c: pxa: use master-abort for device probes by Russell King · 4 years, 8 months ago
  43. e81c979 i2c: pxa: clear all master action bits in i2c_pxa_stop_message() by Russell King · 4 years, 8 months ago
  44. 18d30c0 i2c: pxa: remove some unnecessary debug by Russell King · 4 years, 8 months ago
  45. ae1c3b7 i2c: pxa: ensure timeout messages are unique by Russell King · 4 years, 8 months ago
  46. c25e509 i2c: pxa: avoid complaints with non-responsive slaves by Russell King · 4 years, 8 months ago
  47. 0f03c0889 i2c: pxa: consolidate i2c_pxa_*xfer() implementations by Russell King · 4 years, 8 months ago
  48. 40e31f0 i2c: mux: pca954x: Convert license to SPDX identifier by Andy Shevchenko · 4 years, 8 months ago
  49. 3093c64 i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup() by Andy Shevchenko · 4 years, 8 months ago
  50. 753aa36 i2c: mux: pca954x: Make use of device properties by Andy Shevchenko · 4 years, 8 months ago
  51. 19bb222 i2c: mux: pca954x: Refactor pca954x_irq_handler() by Andy Shevchenko · 4 years, 8 months ago
  52. a70ff65 i2c: tegra: Synchronize DMA before termination by Dmitry Osipenko · 4 years, 9 months ago
  53. 566c05f i2c: tegra: Better handle case where CPU0 is busy for a long time by Dmitry Osipenko · 4 years, 9 months ago
  54. 26ca88a i2c: tegra: Keep IRQs enabled during suspend/resume by Thierry Reding · 4 years, 8 months ago
  55. 44c9990 i2c: tegra: Restore pinmux on system resume by Thierry Reding · 5 years ago
  56. 78ad734 Revert "i2c: tegra: Fix suspending in active runtime PM state" by Thierry Reding · 4 years, 8 months ago
  57. 73371d5 i2c: at91: Send bus clear command if SDA is down by Codrin Ciubotariu · 4 years, 10 months ago
  58. 2f5a55c i2c: use my kernel.org address from now on by Wolfram Sang · 4 years, 8 months ago
  59. 3c3dd56 i2c: fix missing pm_runtime_put_sync in i2c_device_probe by Alain Volmat · 4 years, 8 months ago
  60. e896be5 i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition by Russell King · 4 years, 8 months ago
  61. bb82ba6 i2c: pxa: clean up decode_bits() by Russell King · 4 years, 8 months ago
  62. 88b73ee i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output by Russell King · 4 years, 8 months ago
  63. 70aee28 i2c: pxa: move DT IDs along side platform IDs by Russell King · 4 years, 8 months ago
  64. 79622f3 i2c: pxa: move private definitions to i2c-pxa.c by Russell King · 4 years, 8 months ago
  65. ee47893 i2c: pxa: always set fm and hs members for each type by Russell King · 4 years, 8 months ago
  66. f8e5d3c i2c: pxa: add and use definitions for IBMR register by Russell King · 4 years, 8 months ago
  67. 940695a i2c: pxa: re-arrange register field definitions by Russell King · 4 years, 8 months ago
  68. 1ae49a1 i2c: pxa: re-arrange functions to flow better by Russell King · 4 years, 8 months ago
  69. 8de32da i2c: pxa: re-arrange includes to be in alphabetical order by Russell King · 4 years, 8 months ago
  70. fa8d74a i2c: pxa: remove unneeded includes by Russell King · 4 years, 8 months ago
  71. 868d4d3 i2c: pxa: use official address byte helper by Russell King · 4 years, 8 months ago
  72. 0e698df Linux 5.7-rc4 by Linus Torvalds · 4 years, 8 months ago
  73. 262f7a6 Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 8 months ago
  74. ea91593 Merge tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 8 months ago
  75. eb91db6 MAINTAINERS: btrfs: fix git repo URL by Eric Biggers · 4 years, 8 months ago
  76. 743f057 Merge tag 'pm-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 8 months ago
  77. a538399 Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 4 years, 8 months ago
  78. f66ed1e Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 8 months ago
  79. 29a47f4 Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 8 months ago
  80. ed6889d Merge tag 'dmaengine-fix-5.7-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years, 8 months ago
  81. 690e2ab Merge tag 'vfio-v5.7-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 8 months ago
  82. 42eb62d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 8 months ago
  83. cf01853 Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  84. 052c467 Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  85. ab386c4 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 8 months ago
  86. c536419 Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
  87. 477bfeb Merge tag 'drm-fixes-2020-05-01' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 8 months ago
  88. cebcff3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 8 months ago
  89. 2fb3e82 io_uring: punt splice async because of inode mutex by Pavel Begunkov · 4 years, 8 months ago
  90. 4ee3631 io_uring: check non-sync defer_list carefully by Pavel Begunkov · 4 years, 8 months ago
  91. 7759a0b io_uring: fix extra put in sync_file_range() by Pavel Begunkov · 4 years, 8 months ago
  92. b52649a iommu/qcom: Fix local_base status check by Tang Bin · 4 years, 9 months ago
  93. ae74c19 iommu: Properly export iommu_group_get_for_dev() by Greg Kroah-Hartman · 4 years, 8 months ago
  94. ba61c3d iommu/vt-d: Use right Kconfig option name by Lu Baolu · 4 years, 8 months ago
  95. b74aa02 iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system by Suravee Suthikulpanit · 4 years, 9 months ago
  96. 3fd44c8 io_uring: use cond_resched() in io_ring_ctx_wait_and_kill() by Xiaoguang Wang · 4 years, 8 months ago
  97. dd461af io_uring: use proper references for fallback_req locking by Bijan Mottahedeh · 4 years, 8 months ago
  98. 490e896 io_uring: only force async punt if poll based retry can't handle it by Jens Axboe · 4 years, 8 months ago
  99. af197f5 io_uring: enable poll retry for any file with ->read_iter / ->write_iter by Jens Axboe · 4 years, 8 months ago
  100. e3dcd86 Merge tag 'amd-drm-fixes-5.7-2020-04-29' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 8 months ago