1. 8651593 spi-nor: spi-nor-ids: Add entries for mt25q variants by Vignesh Raghavendra · 5 years ago
  2. d66e07c spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256* by Vignesh Raghavendra · 5 years ago
  3. e7e05fc spi: designware_spi: Disable and free clock when remove driver by Ley Foon Tan · 6 years ago
  4. 2a2174d mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_SECTORS by Vignesh Raghavendra · 5 years ago
  5. cc91187 mtd: spi-nor-core: Use dev_err for reporting erase/write failures by Vignesh Raghavendra · 5 years ago
  6. 64f736c mtd: spi: Add a new option SPL_SPI_FLASH_MTD to Kconfig by Frieder Schrempf · 5 years ago
  7. dc73824 spi: Kconfig: Enable SPI_SUNXI for SUNXI by Jagan Teki · 5 years ago
  8. 77df1a9 mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASH by Jagan Teki · 5 years ago
  9. 4b06000 dm: spi: Change cs_info op to return -EINVAL for invalid cs num by Bin Meng · 5 years ago
  10. 4dd520b dm: spi: Return 0 if driver does not implement ops->cs_info by Bin Meng · 5 years ago
  11. 0c8e605 spi: Kconfig: Add help text by Jagan Teki · 5 years ago
  12. 97009d5 mtd: spi-nor: ids: Add is25wp256 chip by Jagan Teki · 5 years ago
  13. 989fd97 mtd: spi: Kconfig: Update CONFIG_SPI_FLASH by Jagan Teki · 6 years ago
  14. 17fd991 Merge branch '2019-10-24-UFS-support' by Tom Rini · 5 years ago
  15. 235f5e1 ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP by Ye Li · 5 years ago
  16. 1198a10 usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs by Igor Opaniuk · 5 years ago
  17. 039c740 arm64: zynqmp: Switch to xlnx-zynqmp-clk header by Michal Simek · 5 years ago
  18. ef92ed2 drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp() by T Karthik Reddy · 6 years ago
  19. 3a79c60 spi: zynqmp: Remove unused platform headers by Michal Simek · 5 years ago
  20. 98927da gpio: zynq: Add gpio driver support for PMC gpio by Shubhrajyoti Datta · 5 years ago
  21. 9824852 gpio: zynq: Add gpio driver support for Versal by Ashok Reddy Soma · 5 years ago
  22. 44dccd5 firmware: zynqmp: Clean up zynqmp_power_probe by Michal Simek · 5 years ago
  23. 9bed8a6 firmware: zynqmp: Report error when xilinx_pm_request called from EL3 by Michal Simek · 5 years ago
  24. 4036195 arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request() by Michal Simek · 5 years ago
  25. 6596270 arm64: versal: Rename versal_pm_request to xilinx_pm_request by Michal Simek · 5 years ago
  26. 866225f arm64: xilinx: Move firmware functions from platform to driver by Michal Simek · 5 years ago
  27. 0f3604a arm64: versal: Clean pm_api_id usage by Michal Simek · 5 years ago
  28. f816495 misc: microchip_flexcom: introduce microchip_flexcom driver by Eugen Hristev · 5 years ago
  29. 2bbc1bb phy: keystone-usb: handle the transition of the USB power domain by Jean-Jacques Hiblot · 5 years ago
  30. 3e6ab73 usb: dwc3: Kconfig: get rid of obsolete mode selection by Jean-Jacques Hiblot · 5 years ago
  31. ba6c5f7 usb: dwc3: Add dwc3_of_parse() to get quirks information from DT by Jean-Jacques Hiblot · 5 years ago
  32. 1a63e5e usb: dwc3-generic: if no max speed is specified in DT, assume super speed by Jean-Jacques Hiblot · 5 years ago
  33. b575e90 usb: dwc3-generic: add a new host driver that uses the dwc3 core by Jean-Jacques Hiblot · 5 years ago
  34. 1af590d usb: dwc3-generic: factorize code by Jean-Jacques Hiblot · 5 years ago
  35. 3a38a0a usb: dwc3-generic: use platdata by Jean-Jacques Hiblot · 5 years ago
  36. 33a99b4 usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit by Jean-Jacques Hiblot · 5 years ago
  37. 1708a12 usb: xhci: move xhci.h to include usb by Jean-Jacques Hiblot · 5 years ago
  38. bbe3d4a usb: dwc3: switch to peripheral mode when exiting by Jean-Jacques Hiblot · 5 years ago
  39. a897373 usb: host: remove the xhci-zynqmp driver by Jean-Jacques Hiblot · 5 years ago
  40. c2dfd0a mtd: Add TI HyperBus Memory Controller driver by Vignesh Raghavendra · 5 years ago
  41. d75eacf mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined by Vignesh Raghavendra · 5 years ago
  42. 4390eaf ufs: Add glue layer driver for TI J721E devices by Faiz Abbas · 5 years ago
  43. ef5fb5a ufs: Add Support for Cadence platform UFS driver by Faiz Abbas · 5 years ago
  44. 7feafb0 ufs: Add Initial Support for UFS subsystem by Faiz Abbas · 5 years ago
  45. 8fbac8e scsi: Add dma direction member to command structure by Faiz Abbas · 5 years ago
  46. d48f00e scsi: Retry inquiry 3 times to overcome Unit Attention condition by Faiz Abbas · 5 years ago
  47. 4ff5728 scsi: Add max_bytes_per_req to scsi_platdata by Faiz Abbas · 5 years ago
  48. 66c54f1 scsi: Simplify scsi_read()/_write() by Faiz Abbas · 5 years ago
  49. 9a52be1 test: clk: test clock self assignment by Jean-Jacques Hiblot · 5 years ago
  50. fd1ba29 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · 5 years ago
  51. dd2e0ce test: clk: Update tests to also check the managed API by Jean-Jacques Hiblot · 5 years ago
  52. 52720c5 drivers: clk: Add a managed API to get clocks from the device-tree by Jean-Jacques Hiblot · 5 years ago
  53. 8a1661f drivers: clk: Handle gracefully NULL pointers by Jean-Jacques Hiblot · 5 years ago
  54. 727fa45 clk: Add support for I2C clocks on NXP's imx6q SoC which use CCF by Lukasz Majewski · 5 years ago
  55. 02e2a2a clk: Fix error check in clk_set_default_parents() by Jean-Jacques Hiblot · 5 years ago
  56. 44510da dm: pinctrl: fix for introduce PINCONF_RECURSIVE option by Patrick Delaunay · 5 years ago
  57. ae799ff pinctrl: Kconfig: remove duplicated nodes by Patrick Delaunay · 5 years ago
  58. 3b985bd Merge tag 'u-boot-amlogic-20191018' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  59. a990c39 power: domain: add Amlogic Everything-Else power domain driver by Neil Armstrong · 5 years ago
  60. 2168a52 clk: meson-sm1: add compatible by Neil Armstrong · 5 years ago
  61. a10388d mmc: meson-gx: add support for mmc-pwrseq-emmc by Neil Armstrong · 5 years ago
  62. 04eb4f4 video: meson: add compatible for Amlogic G12A by Neil Armstrong · 5 years ago
  63. 573687c video: meson: sync with linux drm-misc tree by Neil Armstrong · 5 years ago
  64. 0a35611 video: meson: remove power domain get by Neil Armstrong · 5 years ago
  65. a0513b4 clk: meson: g12a: add support for VPU/HDMI clocks by Neil Armstrong · 5 years ago
  66. 3dcdf85 power: domain: meson-gx-pwrc: add G12A support by Neil Armstrong · 5 years ago
  67. d26b404 gpio: sifive: add support for DM based gpio driver for FU540-SoC by Sagar Shrikant Kadam · 5 years ago
  68. a2fce50 Merge tag 'for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · 5 years ago
  69. 524acec ubi: Print skip_check in ubi_dump_vol_info() by Stefan Roese · 5 years ago
  70. 386f20c ubi: provide a way to skip CRC checks by Quentin Schulz · 5 years ago
  71. 2a43dbd dm: Tidy up dump output when there are many devices by Patrick Delaunay · 5 years ago
  72. e878b53 dm: pinctrl: introduce PINCONF_RECURSIVE option by Patrick Delaunay · 5 years ago
  73. 52edfed dm: core: device: switch off power domain after device removal by Anatolij Gustschin · 5 years ago
  74. 0cf795a power: domain: Introduce dev_power_domain_off by Lokesh Vutla · 5 years ago
  75. af17b0d remoteproc: k3_arm64: Enable DM_FLAG_DEFAULT_PD_CTRL_OFF by Lokesh Vutla · 5 years ago
  76. af94ad4 dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · 5 years ago
  77. 36a90ed dm: pinctrl: Skip not associated gpio phandle and rise a warning message by Michael Trimarchi · 5 years ago
  78. f0cc4ea core: device: use dev_power_domain_on by Peng Fan · 5 years ago
  79. 9c1e982 power: domain: add dev_power_domain_on by Peng Fan · 5 years ago
  80. 640abba dm: spi: Do not assume first SPI bus by Thomas Fitzsimmons · 5 years ago
  81. 7f3289b dm: device: Request next sequence number by Thomas Fitzsimmons · 5 years ago
  82. d8206ff tpm2: Don't assume active low reset value by Kayla Theil · 5 years ago
  83. c20851b dm: pinctrl: introduce PINCONF_RECURSIVE option by Patrick Delaunay · 5 years ago
  84. 6f1f28b Merge tag 'u-boot-imx-20191014' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  85. cd5ffc5 Merge tag 'video-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  86. fae7948 Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  87. d02be21 i2c: imx_lpi2c: add ipg clk by Peng Fan · 5 years ago
  88. 06ef131 video: add support of panel RM68200 by Yannick Fertré · 5 years ago
  89. 78157b2 video: add support of panel OTM8009A by Yannick Fertré · 5 years ago
  90. 18b6ca5 video: add support of STM32 MIPI DSI controller driver by Yannick Fertré · 5 years ago
  91. d4f7ea8 video: add MIPI DSI host controller bridge by Yannick Fertré · 5 years ago
  92. 23f965a dm: Add a dsi host uclass by Yannick Fertré · 5 years ago
  93. 66c3724 video: add support of MIPI DSI interface by Yannick Fertré · 5 years ago
  94. aeaf330 video: stm32: stm32_ltdc: add bridge to display controller by Yannick Fertré · 5 years ago
  95. 9189d6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  96. 0c9cc51 Merge branch '2019-10-11-master-imports' by Tom Rini · 5 years ago
  97. 260777f clk: cdce9xx: add support for cdce9xx clock synthesizer by Tero Kristo · 5 years ago
  98. e704cd6 mmc: am654_sdhci: Drop a redundant power_domain_on in probe by Lokesh Vutla · 5 years ago
  99. e8e9715 regulator: fixed: Modify enable-active-high behavior by Patrice Chotard · 5 years ago
  100. 5b7a2bf ata: ahci: Don't forget to clear upper address regs. by Oleksandr Rybalko · 5 years ago