1. e5d6116 misc: Allow child devices by Simon Glass · 6 years ago
  2. 58804b8 buildman: fix typo by Chris Packham · 6 years ago
  3. 3600b46 of-platdata: improve documentation by Simon Goldschmidt · 6 years ago
  4. e5fc79e buildman: Write the environment out to an 'env' file by Simon Glass · 6 years ago
  5. d3de385 mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulator by Lokesh Vutla · 6 years ago
  6. cc4a224 power: regulator: Introduce regulator_set_enable_if_allowed api by Lokesh Vutla · 6 years ago
  7. f93fab3 Revert "power: regulator: Return success on attempt to disable an always-on regulator" by Lokesh Vutla · 6 years ago
  8. 91b3a18 fdt: tegra: Drop COMPAT_AMS_AS3722 by Simon Glass · 6 years ago
  9. 38b043d fdt: samsung: Drop unused fdt_compat_id values by Simon Glass · 6 years ago
  10. e898799 samsung: mmc: Drop old MMC init code by Simon Glass · 6 years ago
  11. cdc0331 samsung: Drop board_enable_audio_codec() by Simon Glass · 6 years ago
  12. f656dae spring: Update flashmap details by Simon Glass · 6 years ago
  13. 8d135f5 spring: Update sound to use max98088 codec by Simon Glass · 6 years ago
  14. 9a7210f sound: Add a driver for max98088 by Simon Glass · 6 years ago
  15. e293231 exynos: Convert to use CONFIG_BLK by Simon Glass · 6 years ago
  16. a42ff92 exynos: Drop duplicate 'model' line by Simon Glass · 6 years ago
  17. bed44f4 Convert CONFIG_BOARD_TYPES to Kconfig by Simon Glass · 6 years ago
  18. 4a1fa52 arm: mach-k3: common: Clean up ATF image startup function by Andreas Dannenberg · 6 years ago WIP-2019-02-08-master-imports
  19. eefc01d bcm968580xref: switch to CONFIG_OF_SEPARATE by Philippe Reynes · 6 years ago
  20. 5f137b5 bcm968580: rename to bcm968580xref by Philippe Reynes · 6 years ago
  21. 45b7f5b armv7R: K3: am654: Fix order of debug elements in x509 template by Andrew F. Davis · 6 years ago
  22. 64176a8 am65x_evm: Allow bootm to load larger kernels by Andrew F. Davis · 6 years ago
  23. e8cc366 configs: am65x_evm_r5: Enable GPT support by Andrew F. Davis · 6 years ago
  24. b3860bf cmd: sata: add null pointer check for dev by Marcel Ziswiler · 6 years ago
  25. f388564 dm: device: fail uclass_find_first_device() if list_empty by Marcel Ziswiler · 6 years ago
  26. a765adc bcm963158: enable watchdog and reboot with watchdog by Philippe Reynes · 6 years ago
  27. 2f4a686 dt: bcm63158: add watchdog by Philippe Reynes · 6 years ago
  28. dcae39e watchdog: bcm6345: allow to use this driver on arm bcm63158 by Philippe Reynes · 6 years ago
  29. be2fc08 bcm963158: add initial support by Philippe Reynes · 6 years ago
  30. ea1a7de bcm63158: add initial support by Philippe Reynes · 6 years ago
  31. 47870af initcall: Move to inline function by Alexander Graf · 6 years ago
  32. a9484aa board/BuR/brppt1: drop DM_I2C_COMPAT by Hannes Schmelzer · 6 years ago
  33. 351a4aa mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929) by Faiz Abbas · 6 years ago
  34. bbd108a clk: stm32mp1: correctly handle Clock Spreading Generator by Patrick Delaunay · 6 years ago
  35. e74b74c dts: stm32mp1: clock tree update by Patrick Delaunay · 6 years ago
  36. 8d6310a clk: stm32mp1: add debug information by Patrick Delaunay · 6 years ago
  37. f3a23c2 clk: stm32mp1: recalculate counter when switching freq by Patrick Delaunay · 6 years ago
  38. 6320128 clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR by Patrick Delaunay · 6 years ago
  39. d661f61 clk: stm32mp1: add IPCC clock by Patrick Delaunay · 6 years ago
  40. 86617dd clk: stm32mp1: no more get ck_usbo_48m in device tree by Patrick Delaunay · 6 years ago
  41. ba8ba69 drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver by Vabhav Sharma · 6 years ago
  42. 9dfdbd9 hashtable: fix environment variable corruption by Roman Kapl · 6 years ago
  43. 4d9dbb1 moveconfig: add a second pass for empty #if/#endif blocks by Chris Packham · 6 years ago
  44. 36fddec omap3_cairo: remove empty #ifdef/#endif block by Chris Packham · 6 years ago
  45. 2dd0111 test: provide unit test for memory functions by Heinrich Schuchardt · 6 years ago
  46. eca61ae doc: ti-secure: Add ULO info for AM57xx/DRA7xx secure devices from TI by Andrew F. Davis · 6 years ago
  47. 995985c defconfigs: Add config for AM57xx High Security EVM with USB/UART Boot support by Andrew F. Davis · 6 years ago
  48. 83ae647 defconfigs: Add config for DRA7xx High Security EVM with USB Boot support by Andrew F. Davis · 6 years ago
  49. f5ca1cf defconfigs: am57xx_hs_evm: Sync HS and non-HS defconfigs by Andrew F. Davis · 6 years ago
  50. d8d2506 defconfigs: dra7xx_hs_evm: Sync HS and non-HS defconfigs by Andrew F. Davis · 6 years ago
  51. 23463fa bcm968580: enable watchdog and reboot with watchdog by Philippe Reynes · 6 years ago
  52. c62bc60 bcm968380gerg: enable watchdog and reboot with watchdog by Philippe Reynes · 6 years ago
  53. 8d6006f dt: bcm6858: add watchdog by Philippe Reynes · 6 years ago
  54. 0900036 dt: bcm6838: add watchdog by Philippe Reynes · 6 years ago
  55. 47b68d0 watchdog: bcm6345: allow to use this driver on arm bcm6858 by Philippe Reynes · 6 years ago
  56. 771ee9b watchdog: bcm6345: switch to raw I/O functions by Philippe Reynes · 6 years ago
  57. e531c67 fs: ext4: Unmount FS in do_fs_type() by Marek Vasut · 6 years ago
  58. 6892550 mmc: Do not poll using CMD13 when changing timing by Marek Vasut · 6 years ago
  59. cbbe694 mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPs by Marek Vasut · 6 years ago
  60. 992bcf4 mmc: tmio: Make DMA transfer end bit configurable by Marek Vasut · 6 years ago
  61. 6a7b406 fdt: support booting with dtb in Android image by Shawn Guo · 6 years ago
  62. a93eb57 dm: core: Add tests for dev_read_alias_highest_id() by Michal Simek · 6 years ago
  63. 83e4c7e dm: core: Introduce dev_read_alias_highest_id() by Michal Simek · 6 years ago
  64. 003c9dc fdt: Introduce fdtdec_get_alias_highest_id() by Michal Simek · 6 years ago
  65. 5ebc7c7 dm: core: Add of_alias_get_highest_id() by Michal Simek · 6 years ago
  66. 97276a9 Prepare v2019.04-rc1 by Tom Rini · 6 years ago v2019.04-rc1
  67. 7ae2729 configs: Resync with savedefconfig by Tom Rini · 6 years ago
  68. 50e2438 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago WIP-07Feb2019
  69. 4d40e00 MAINTAINERS: Add an entry for SPI NOR by Vignesh R · 6 years ago
  70. 6d82517 configs: Don't use SPI_FLASH_BAR as default by Vignesh R · 6 years ago
  71. 75b2ec2 configs: Remove SF_DUAL_FLASH by Vignesh R · 6 years ago
  72. 7287597 spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL by Vignesh R · 6 years ago
  73. 778572d mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · 6 years ago
  74. 5b66fdb mtd: spi: Remove unused files by Vignesh R · 6 years ago
  75. c4e8862 mtd: spi: Switch to new SPI NOR framework by Vignesh R · 6 years ago
  76. 2ee6705 mtd: spi: sf_probe: Add "jedec, spi-nor" compatible string by Vignesh R · 6 years ago
  77. 8c92780 mtd: spi: spi-nor-core: Add back U-Boot specific features by Vignesh R · 6 years ago
  78. 0c6f187 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · 6 years ago
  79. 61059bc mtd: spi: spi-nor-core: Add 4 Byte addressing support by Vignesh R · 6 years ago
  80. 492e65b mtd: spi: spi-nor-core: Add SPI MEM support by Vignesh R · 6 years ago
  81. 7aeedac mtd: spi: Port SPI NOR framework from Linux by Vignesh R · 6 years ago
  82. ce13c19 sh: bitops: add hweight*() macros by Vignesh R · 6 years ago
  83. 6430eea spi: Add non DM version of SPI_MEM by Vignesh R · 6 years ago
  84. 7609448 spi: spi-mem: Claim SPI bus before spi mem access by Vignesh R · 6 years ago
  85. 12563f7 spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer size by Vignesh R · 6 years ago
  86. 6d373e5 spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes by Vignesh R · 6 years ago
  87. e519c61 bitops: Fix GENMASK definition for Sandbox by Vignesh R · 6 years ago
  88. ea4805d configs: Move CONFIG_SPI_FLASH into defconfigs by Vignesh R · 6 years ago
  89. 4dfe438 arm: dts: am33xx: introduce 'am33xx-u-boot.dtsi' by Hannes Schmelzer · 6 years ago
  90. 413ca72 MAINTAINERS: update u-boot-atmel tree by Eugen Hristev · 6 years ago
  91. 44c21e9 MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers by York Sun · 6 years ago
  92. bdac5e1 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  93. c0bf396 Merge tag 'for-master-20190205' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  94. f182209 arm: mvebu: theadorable: Enable video / LCD support with the new DM driver by Stefan Roese · 6 years ago
  95. 6d9a98c video: Armada XP: Move driver to DM_VIDEO by Stefan Roese · 6 years ago
  96. 32c9e1c arm64: mvebu: Add basic support for uDPU board by Vladimir Vid · 6 years ago
  97. 9b276e9 arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes by Stefan Roese · 6 years ago
  98. 6f139be arm: mvebu: armada-xp/37x.dtsi: Sync PCIe DT nodes with Linux v4.20 by Stefan Roese · 6 years ago
  99. 94f453e pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig by Stefan Roese · 6 years ago
  100. b521420 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · 6 years ago