1. 7a43dd7 arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROL by Jean-Jacques Hiblot · 6 years ago
  2. 7d98dbc usb: musb-new: Add support for DM_USB by Jean-Jacques Hiblot · 6 years ago
  3. 1594c75 usb: musb-new: Allow the diver not to use the set_phy_power() callback by Jean-Jacques Hiblot · 6 years ago
  4. 2f829af configs: am43xx: Enable RNDIS support in SPL by Jean-Jacques Hiblot · 6 years ago
  5. 3293e87 configs: am43xx_evm: Enable DM_USB and DM_USB_GADGET by Jean-Jacques Hiblot · 6 years ago
  6. 4ea0711 dts: am4372: Enable USB1 in SPL by Jean-Jacques Hiblot · 6 years ago
  7. 894f002 dts: Add a u-boot specific dtsi file for the am4372 by Jean-Jacques Hiblot · 6 years ago
  8. 347631b board: ti: am43xx: turn on USB clocks by Jean-Jacques Hiblot · 6 years ago
  9. 1ce5f1f dwc3-generic: Add support for the am437x by Jean-Jacques Hiblot · 6 years ago
  10. 512a84c phy: omap_usb2: Add support for am437x by Jean-Jacques Hiblot · 6 years ago
  11. 0f46fb5 spl: net: dm: usb: bind the gadget before attempting to load the image by Jean-Jacques Hiblot · 6 years ago
  12. 9a1dde5 spl: drivers: Link usb common library to SPL if USB gadget is enabled by Jean-Jacques Hiblot · 6 years ago
  13. 7ff0528 configs: k2g_evm: Enable DFU on K2G EVM by Jean-Jacques Hiblot · 6 years ago
  14. 4dd76d0 usb: host: replace xhci-keystone driver by the generic dwc3 driver by Jean-Jacques Hiblot · 6 years ago
  15. 4b12783 PHY: Add phy driver for the keystone USB PHY by Jean-Jacques Hiblot · 6 years ago
  16. d53653f ARM: dts: k2g-evm: enable USB0 and USB1 by Jean-Jacques Hiblot · 6 years ago
  17. c9d5220 board: ks2_evm: Enable the USB clocks if DM_USB is used by Jean-Jacques Hiblot · 6 years ago
  18. 1c03ade usb: dwc3-generic: make it compatible with "ti, keystone-dwc3" by Jean-Jacques Hiblot · 6 years ago
  19. f187ace usb: musb: Remove legacy CONFIG_USB_DA8XX by Adam Ford · 6 years ago
  20. 66c65f0 usb: musb: Remove Legacy CONFIG_USB_DAVINCI by Adam Ford · 6 years ago
  21. 16ecb29 usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPL by Martyn Welch · 6 years ago
  22. 916fa097 usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · 6 years ago
  23. bb00a01 usb: gadget: f_sdp: Provide filesize env variable for downloaded images by Petr Štetiar · 6 years ago
  24. f987177 dm: sound: Use the correct number of channels for sound by Simon Glass · 6 years ago
  25. e221cdc dm: sandbox: Allow selection of sample rate and channels by Simon Glass · 6 years ago
  26. bc58184 dm: sound: max98095: Tidy up error codes by Simon Glass · 6 years ago
  27. e9f66f4 dm: sound: Fix license headers by Simon Glass · 6 years ago
  28. f2b25c9 dm: sound: Complete migration to driver model by Simon Glass · 6 years ago
  29. 1e224fe dm: exynos: Drop CONFIG_DM_I2C_COMPAT by Simon Glass · 6 years ago
  30. 282e29e dm: sandbox: sound: Convert to use driver model by Simon Glass · 6 years ago
  31. 93a98a6 dm: exynos: sound: Convert to use driver model by Simon Glass · 6 years ago
  32. 8cad63c dm: sound: exynos: Add support for max98090 by Simon Glass · 6 years ago
  33. 0ab6f0b dm: sound: Move common code out of maxim98095 by Simon Glass · 6 years ago
  34. 482e585 exynos: Add support for exynos5420 i2s pinmux by Simon Glass · 6 years ago
  35. cf9007c exynos: Add proid_is_exynos542x() for common 542x by Simon Glass · 6 years ago
  36. d6cadd5 dm: sound: Add conversion to driver model by Simon Glass · 6 years ago
  37. 6c986cf dm: sound: Start i2c IDs from 0 by Simon Glass · 6 years ago
  38. a1b17e4 dm: core: Add a function to read into a unsigned int by Simon Glass · 6 years ago
  39. d490189 dm: sound: Create a uclass for sound by Simon Glass · 6 years ago
  40. e625b68 dm: sandbox: Update sound to use two buffers by Simon Glass · 6 years ago
  41. e96fa6c dm: sound: Create a uclass for i2s by Simon Glass · 6 years ago
  42. ce6d99a dm: sound: Create a uclass for audio codecs by Simon Glass · 6 years ago
  43. 45863db dm: sound: Rename samsung_i2s_priv to i2s_uc_priv by Simon Glass · 6 years ago
  44. 2a04957 dm: sound: Create an option to use driver model for sound by Simon Glass · 6 years ago
  45. 51b06dc dm: sound: exynos: Correct codec bus addresses by Simon Glass · 6 years ago
  46. a1efd49 dm: sound: Fix up header ordering by Simon Glass · 6 years ago
  47. 9ca9f6d dm: sound: wm8994: Drop wm8994_i2c_init() by Simon Glass · 6 years ago
  48. 04660d6 dm: sound: max98095: Drop g_codec_info and g_max98095_info by Simon Glass · 6 years ago
  49. 62ba831 dm: sound: wm8994: Drop g_codec_info and g_wm8994_info by Simon Glass · 6 years ago
  50. 372922c dm: sound: max98095: Drop global i2c-address variable by Simon Glass · 6 years ago
  51. 6ab0d25 dm: sound: wm8994: Drop global i2c-address variable by Simon Glass · 6 years ago
  52. 82a27d2 dm: sound: max98095: Split out interface setup code by Simon Glass · 6 years ago
  53. cfbe762 dm: sound: wm899c: Split out interface setup code by Simon Glass · 6 years ago
  54. 54e67e2 dm: sound: wm8994: Create a new common init function by Simon Glass · 6 years ago
  55. a832a3e dm: sound: max98095: Pass private data to internal functions by Simon Glass · 6 years ago
  56. 107ab83 dm: sound: wm8994: Pass private data to internal functions by Simon Glass · 6 years ago
  57. 7153ad8 dm: sound: Drop codec_type by Simon Glass · 6 years ago
  58. ccf0425 dm: sound: samsung: Rename i2stx_info to samsung_i2s_priv by Simon Glass · 6 years ago
  59. d2eab33 dm: sound: Drop unused pre-device-tree code by Simon Glass · 6 years ago
  60. ee53494 dm: sound: Rename en_sound_codec to sound_codec by Simon Glass · 6 years ago
  61. eb13350 dm: sound: samsung: Make local function static by Simon Glass · 6 years ago
  62. c275a08 snow: Expand U-Boot size by Simon Glass · 6 years ago
  63. 15a5c72 sandbox: Increase the pre-relocation memory by Simon Glass · 6 years ago
  64. d117d8f Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  65. 277b066 Merge branch '2018-12-12-master-imports' by Tom Rini · 6 years ago
  66. dda9af3 am3517_evm: Use ttyS2 instead of ttyO2 by Adam Ford · 6 years ago
  67. cdd7486 firmware: psci: introduce SPL_ARM_PSCI_FW by Peng Fan · 6 years ago
  68. 3cc1376 test: overlay: NULL passed as fdt by Heinrich Schuchardt · 6 years ago
  69. 76f6d52 ARM: omap3logic: Remove legacy USB code in favor of DM_USB by Adam Ford · 6 years ago
  70. f99f4eb ARM: omap3_logic/omap35_logic: Move to DM_USB by Adam Ford · 6 years ago
  71. bfaaacd arm: am335x-pdu001: Move from embedded to separate DTB by Felix Brack · 6 years ago
  72. d50d681 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · 6 years ago
  73. a6f6939 defconfigs: am335x_hs_evm: Sync HS and non-HS defconfigs by Andrew F. Davis · 6 years ago
  74. 841d5fb fdt: Add warning about CONFIG_OF_EMBED by Simon Glass · 6 years ago
  75. 91ff686 blk: Rework guard around part_init call by Tom Rini · 6 years ago
  76. b0b1768 test: hexdump: fix misplaced return by Simon Goldschmidt · 6 years ago
  77. 03fb095 qemu-arm: Add persistent environment support by Sumit Garg · 6 years ago
  78. 5266db1 qemu-arm: Enable VirtIO distro target by Sumit Garg · 6 years ago
  79. 22ecff5 i2c: tegra: Fix regression by implementing a dummy probe_chip() callback by Jean-Jacques Hiblot · 6 years ago
  80. 286a5c4 ARM: davinci: Orphan Spectrum Digital AM18xx EVM by Adam Ford · 6 years ago
  81. ee16878 travis: Add check for configs without MAINTAINERS entries by Tom Rini · 6 years ago
  82. d94604d Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  83. 2918f58 Merge tag 'mips-fixes-for-2019.01' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  84. 1410708 bmips: bcm6838: fix device tree warning by Álvaro Fernández Rojas · 6 years ago
  85. 4c0411e bmips: swapping IO space isn't required by Álvaro Fernández Rojas · 6 years ago
  86. 8bf3c24 Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  87. 7ff485c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  88. 7504e9e Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  89. e7463b3 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  90. 48d299a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  91. 53287a8 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  92. eff4390 rockchip: rk3399-puma: enable fan53555 regulators in DTS by Philipp Tomsich · 6 years ago
  93. 3839431 rockchip: rk3399-puma: defconfig: enable FAN53555 regulator driver by Philipp Tomsich · 6 years ago
  94. dfb0a70 power: add FAN53555 family support by Philipp Tomsich · 6 years ago
  95. 482734a bootcount: add a DM RTC backing store for bootcount by Philipp Tomsich · 6 years ago
  96. ebb73de bootcount: add uclass for bootcount by Philipp Tomsich · 6 years ago
  97. f338cca rockchip: rk322x: ram: enable DRAM init in SPL instead of TPL by Kever Yang · 6 years ago
  98. 19f8c4d cmd: i2c: Fix help output of i2c command. by Christoph Muellner · 6 years ago
  99. 40ecdbc dra7: Allow selecting a new dtb after board detection. by Jean-Jacques Hiblot · 6 years ago
  100. c483f4c drivers: core: nullify gd->dm_root after dm_uninit() by Jean-Jacques Hiblot · 6 years ago