1. 4780377 regulator: palmas: Add support for LDO1 regulator to provide 1.8V by Kishon Vijay Abraham I · 7 years ago
  2. 7484ae7 dm: mmc: sunxi: Add support for driver model by Simon Glass · 7 years ago
  3. 3a65415 dm: mmc: sunxi: Drop mmc_clk_io_on() by Simon Glass · 7 years ago
  4. 87ff0f7 dm: mmc: sunxi: Pass private data around explicitly by Simon Glass · 7 years ago
  5. 8e659a2 dm: mmc: sunxi: Rename mmchost to priv by Simon Glass · 7 years ago
  6. 3f19fbf dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv by Simon Glass · 7 years ago
  7. 8c67934 dm: ahci: Correct uclass private data by Simon Glass · 7 years ago
  8. 77c9add dm: scsi: Drop duplicate SCSI and DM_SCSI options by Simon Glass · 7 years ago
  9. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  10. 89e7d97 ahci: Support non-PCI controllers by Simon Glass · 7 years ago
  11. 00448d2 configs: Migrate CMD_NAND* by Tom Rini · 7 years ago
  12. 10a7fe9 dm: console: Check for serial devices properly by Simon Glass · 7 years ago
  13. 72cefd5 serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig by Patrice Chotard · 7 years ago
  14. 2b1c204 dm: Kconfig: fix typo in help for SPL_PINCTRL by Philipp Tomsich · 7 years ago
  15. 24252da watchdog: Introduce watchdog driver for Intel Tangier by Felipe Balbi · 7 years ago
  16. b85b459 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  17. d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  18. cafc341 clk: fix compilation errors for poplar platform by Patrice Chotard · 7 years ago
  19. 15b8d63 usb: host: xhci-dxc3: fix compilation warnings by Patrice Chotard · 7 years ago
  20. c2da3e3 phy: add a NO-OP phy driver by Jean-Jacques Hiblot · 7 years ago
  21. eabebc0 usb: host: ohci-generic: initialize PHY only when found by Patrice Chotard · 7 years ago
  22. 3c72a94 usb: host: ehci-generic: initialize PHY only when found by Patrice Chotard · 7 years ago
  23. a3d03ea dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB by Patrice Chotard · 7 years ago
  24. dec4ecb dfu: add common function to initiate transaction by Patrick Delaunay · 7 years ago
  25. 35be83e dfu: factorize transaction cleanup by Patrick Delaunay · 7 years ago
  26. f4e934f dfu: remove limitation on partition size by Patrick Delaunay · 7 years ago
  27. 5ea9b89 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 7 years ago
  28. b7c1cc6 usb: gadget: f_thor: Free the allocated out request buffer by Siva Durga Prasad Paladugu · 8 years ago
  29. fe3327f usb: xhci: Enable TT to support LS/FS devices behind a HS hub by Bin Meng · 7 years ago
  30. 209239b usb: xhci: Correct TT_SLOT and TT_PORT macros by Bin Meng · 7 years ago
  31. 2b6f4c5 usb: xhci: Implement update_hub_device() operation by Bin Meng · 7 years ago
  32. 1f31f5a dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · 7 years ago
  33. 63c3b3b usb: xhci: Program 'route string' in the input slot context by Bin Meng · 7 years ago
  34. 1459ce6 usb: xhci: Change xhci_setup_addressable_virt_dev() signature by Bin Meng · 7 years ago
  35. 5ecfd5d usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · 7 years ago
  36. 05d08d0 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv by Bin Meng · 7 years ago
  37. aff38b9 usb: xhci-pci: Clean up the driver a little bit by Bin Meng · 7 years ago
  38. 7e8644d usb: xhci-pci: Drop non-DM version of xhci-pci driver by Bin Meng · 7 years ago
  39. d34d6fc usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig by Bin Meng · 7 years ago
  40. c6336ee usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Bin Meng · 7 years ago
  41. 749de4c usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS by Bin Meng · 7 years ago
  42. 5ea6cf2 usb: xhci: Change MAX_HC_PORTS to 255 by Bin Meng · 7 years ago
  43. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
  44. e8930c4 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · 7 years ago
  45. ec0501b usb: xhci: Add input slot context in xhci_set_configuration() by Bin Meng · 7 years ago
  46. 8a3f9cf usb: xhci: Initialize scratchpad buffer array and scratchpad buffers by Bin Meng · 7 years ago
  47. 474b250 usb: xhci: Correct command TRB 4th dword initialization by Bin Meng · 7 years ago
  48. c72f37a usb: xhci: Remove incorrect comments for struct xhci_container_ctx by Bin Meng · 7 years ago
  49. c6e19d3 usb: host: ohci-generic: add generic PHY support by Patrice Chotard · 7 years ago
  50. 170229e usb: host: ohci-generic: add RESET support by Patrice Chotard · 7 years ago
  51. 37a197a usb: host: ohci-generic: add CLOCK support by Patrice Chotard · 7 years ago
  52. 1a62cde usb: host: ehci-generic: add generic PHY support by Patrice Chotard · 7 years ago
  53. a0809dc usb: host: ehci-generic: add error path and .remove callback by Patrice Chotard · 7 years ago
  54. 5e7a080 usb: host: ehci-generic: replace printf() by error() by Patrice Chotard · 7 years ago
  55. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · 7 years ago
  56. 96fc03d clk: add clk_release_all() by Patrice Chotard · 7 years ago
  57. e4d368e reset: add reset_release_all() by Patrice Chotard · 7 years ago
  58. 76290e3 reset: add reset_request() by Patrice Chotard · 7 years ago
  59. ecfafba usb: host: xhci-dwc3: Add generic PHY support by Patrice Chotard · 7 years ago
  60. 956b7ad drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails by Patrice Chotard · 7 years ago
  61. 17b0887 usb: host: xhci-dwc3: Add dual role mode support from DT by Patrice Chotard · 7 years ago
  62. c7eadfc usb: host: xhci-dwc3: Convert driver to DM by Patrice Chotard · 7 years ago
  63. 6d8e433 usb: add static to local symbols by Masahiro Yamada · 7 years ago
  64. b3d2ed3 dm: power: Convert as3722 to driver model by Simon Glass · 7 years ago
  65. c30ddcc power: Add a GPIO driver for the as3722 PMIC by Simon Glass · 7 years ago
  66. 8f18951 power: Add a regulator driver for the as3722 PMIC by Simon Glass · 7 years ago
  67. e6a30e0 dm: tegra: pci: Convert to livetree by Simon Glass · 7 years ago
  68. 9c3b0e4 dm: tegra: mmc: Convert to livetree by Simon Glass · 7 years ago
  69. 5d14167 dm: tegra: pwm: Convert to livetree by Simon Glass · 7 years ago
  70. eae5254 dm: tegra: i2c: Convert to livetree by Simon Glass · 7 years ago
  71. 3f738a2 dm: tegra: spi: Convert to livetree by Simon Glass · 7 years ago
  72. 4c36be0 dm: tegra: usb: Convert to livetree by Simon Glass · 7 years ago
  73. b0ca849 dm: tegra: gpio: Convert to support livetree by Simon Glass · 7 years ago
  74. 5eb7540 dm: video: tegra124: Convert to livetree by Simon Glass · 7 years ago
  75. c3f2650 dm: tegra: Convert clock_decode_periph_id() to support livetree by Simon Glass · 7 years ago
  76. 76a6666 dm: core: Fix up ofnode_get_addr_index() for 64-bit values by Simon Glass · 7 years ago
  77. f7bfcc4 dm: core: Add ofnode_read_resource() by Simon Glass · 7 years ago
  78. baebec1 dm: ofnode: change return type of dev_read_prop() to opaque pointer by Masahiro Yamada · 7 years ago
  79. 513448a dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi() by Bin Meng · 7 years ago
  80. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  81. 039ad1d rockchip: rk3288: Add support for drive-strength in PINCTRL by Romain Perier · 7 years ago
  82. ea825a3 rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc by Philipp Tomsich · 7 years ago
  83. 2291e49 rockchip: pwm: add mask for config setting by Kever Yang · 7 years ago
  84. cba88f1 power: pwm_regulator: remove redundant code by Kever Yang · 7 years ago
  85. 6ea3e5d power: pwm_regulator: fix the pwm_set_config parameter order by Kever Yang · 7 years ago
  86. c197c23 rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC by Romain Perier · 7 years ago
  87. 2410ab2 rockchip: rk3288: Remove phy reset GPIO pull up by Romain Perier · 7 years ago
  88. efd6384 rockchip: efuse: dm: change to use dev_read_addr by Philipp Tomsich · 7 years ago
  89. fe32dfc Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  90. 7c695ce ram: stm32: add stm32h7 support by Patrice Chotard · 7 years ago
  91. 7fb9603 ram: stm32: add second SDRAM bank management by Patrice Chotard · 7 years ago
  92. 8b37922 ram: stm32: replace fdtdec_get by ofnode calls by Patrice Chotard · 7 years ago
  93. f2b8000 ram: stm32: get base address from DT by Patrice Chotard · 7 years ago
  94. 7e82a69 ram: stm32: migrate fmc defines in driver file by Patrice Chotard · 7 years ago
  95. e2e28d2 clk: stm32f7: remove clock_get() by Patrice Chotard · 7 years ago
  96. b8442fb spi: stm32_qspi: add clk_get_rate() support by Patrice Chotard · 7 years ago
  97. 4809a19 serial: stm32x7: add clk_get_rate() support by Patrice Chotard · 7 years ago
  98. 2195315 serial: stm32x7: migrate serial struct to driver by Patrice Chotard · 7 years ago
  99. fee92ee clk: stm32f7: cleanup clocks unused definitions by Patrice Chotard · 7 years ago
  100. 7bdf971 clk: stm32f7: add clock .get_rate() callback by Patrice Chotard · 7 years ago