1. 653a547 doc: add structure to Sphinx generated docs by Heinrich Schuchardt · Sun Jul 29 13:45:47 2018 +0200
  2. c141fa5 README: U_BOOT_ENV_CALLBACK functions by Heinrich Schuchardt · Sun Jul 29 11:08:14 2018 +0200
  3. 995ea73 drivers: serial: document on_baudrate() by Heinrich Schuchardt · Sun Jul 29 10:41:02 2018 +0200
  4. ca55fb9 omap3_logic: Fix CONS_INDEX by Adam Ford · Sat Jul 28 14:03:21 2018 -0500
  5. 7f00c2f sata: fix sata_Probe return value check by Troy Kisky · Fri Jul 27 16:45:26 2018 -0700
  6. 29bf603 sandbox: led: use new function to configure default state by Patrick Delaunay · Fri Jul 27 16:37:09 2018 +0200
  7. 36e3d11 stm32mp1: use new function led default state by Patrick Delaunay · Fri Jul 27 16:37:08 2018 +0200
  8. a5bf928 dm: led: move default state support in led uclass by Patrick Delaunay · Fri Jul 27 16:37:07 2018 +0200
  9. 18cc3d3 Revert "dm: led: auto probe() LEDs with "default-state"" by Patrick Delaunay · Fri Jul 27 16:37:06 2018 +0200
  10. 1d6fa27 stm32mp1: add gpio led support by Patrick Delaunay · Fri Jul 27 16:37:05 2018 +0200
  11. dac5394 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Aug 10 07:21:02 2018 -0400
  12. e8cac37 bcm968380gerg: Add MAINTAINERS file by Tom Rini · Thu Aug 09 11:48:13 2018 -0400
  13. 6e5686c Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Aug 09 11:10:41 2018 -0400
  14. cdf9793 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Wed Aug 08 20:02:39 2018 -0400
  15. ab79fb0 dfu: Provide more verbose error message by Sam Protsenko · Fri Jul 13 16:35:47 2018 +0300
  16. 6500cde dfu: Fix memory leak in dfu_init_env_entities() by Sam Protsenko · Fri Jul 13 16:35:46 2018 +0300
  17. 6d29e5c dfu: Fix data abort in dfu_free_entities() by Sam Protsenko · Fri Jul 13 16:35:45 2018 +0300
  18. 85763fc usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytes by Alberto Panizzo · Thu Jul 12 13:05:49 2018 +0200
  19. 7ecbcb8 usb: rockchip: fix printing csw debug info by Alberto Panizzo · Thu Jul 12 13:05:48 2018 +0200
  20. dac7c2c usb: rockchip: be quiet on serial port while transferring data by Alberto Panizzo · Thu Jul 12 13:05:46 2018 +0200
  21. f069eff usb: rockchip: implement K_FW_LBA_ERASE_10 command by Alberto Panizzo · Thu Jul 12 13:05:45 2018 +0200
  22. 4594021 usb: rockchip: implement K_FW_LBA_READ_10 command by Alberto Panizzo · Thu Jul 12 13:05:44 2018 +0200
  23. aa21ca3 usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command by Alberto Panizzo · Thu Jul 12 13:05:42 2018 +0200
  24. 4ed7611 usb: rockchip: fix command failed on host side due to missing data by Alberto Panizzo · Thu Jul 12 13:05:41 2018 +0200
  25. 1661bf2 gadget: f_thor: fix hang-up with ctrl-c by Seung-Woo Kim · Mon Jun 04 15:53:39 2018 +0900
  26. fa73c1c patman: Correct unit test failure by Simon Glass · Thu Jul 26 14:28:16 2018 -0600
  27. b474c76 libfdt: Update to latest pylibfdt implementation by Simon Glass · Thu Jul 26 14:02:13 2018 -0600
  28. d74d312 test: dm: pci: Add cases for finding PCI capability APIs by Bin Meng · Fri Aug 03 01:14:53 2018 -0700
  29. a7366f0 dm: pci: Add APIs to find capability and extended capability by Bin Meng · Fri Aug 03 01:14:52 2018 -0700
  30. 16541e8 pci: Add all known capability and extended capability ids by Bin Meng · Fri Aug 03 01:14:51 2018 -0700
  31. 510dddb test: dm: pci: Add tests for mixed static and dynamic devices on the same bus by Bin Meng · Fri Aug 03 01:14:50 2018 -0700
  32. 11c41ab pci: sandbox: emul: Rename priv structure by Bin Meng · Fri Aug 03 01:14:49 2018 -0700
  33. 4e08073 test: dm: pci: Test driver binding with driver data provided by Bin Meng · Fri Aug 03 01:14:48 2018 -0700
  34. 5fed536 sandbox: Update test.dts for dynamic PCI device driver matching by Bin Meng · Fri Aug 03 01:14:47 2018 -0700
  35. c69ae41 pci: sandbox: swap_case: Declare dynamic driver matching by Bin Meng · Fri Aug 03 01:14:46 2018 -0700
  36. 156bc6f pci: sandbox: Support dynamically binding device driver by Bin Meng · Fri Aug 03 01:14:45 2018 -0700
  37. a8d2780 dm: pci: Assign correct driver data when binding a driver by Bin Meng · Fri Aug 03 01:14:44 2018 -0700
  38. 2fc987e pci: sandbox: emul: Fix the call to pci_bus_find_devfn() by Bin Meng · Fri Aug 03 01:14:43 2018 -0700
  39. 325eed9 test: dm: pci: Add tests for configuration space access by Bin Meng · Fri Aug 03 01:14:42 2018 -0700
  40. 408e590 test: dm: pci: Test more than one PCI host controller by Bin Meng · Fri Aug 03 01:14:41 2018 -0700
  41. 5b87baf pci: sandbox: swap_case: Preserve space indicator bit in BAR registers by Bin Meng · Fri Aug 03 01:14:40 2018 -0700
  42. cbf071b test: dm: pci: Test more than one device on the same bus by Bin Meng · Fri Aug 03 01:14:39 2018 -0700
  43. 1445042 test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase() by Bin Meng · Fri Aug 03 01:14:38 2018 -0700
  44. 20bdc1e dm: pci: Fix scanning multi-function device by Bin Meng · Fri Aug 03 01:14:37 2018 -0700
  45. 00d808e dm: pci: Extract vendor/device id in child_post_bind() by Bin Meng · Fri Aug 03 01:14:36 2018 -0700
  46. fa15771 dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · Fri Aug 03 01:14:35 2018 -0700
  47. f425404 dm: Correct typos in uclass_first/next_device_check() by Bin Meng · Fri Aug 03 01:14:34 2018 -0700
  48. 32b7d7d pci: Remove 440ep-specific macros by Bin Meng · Fri Aug 03 01:14:33 2018 -0700
  49. 74b4361 bcm968380gerg: add initial support by Philippe Reynes · Mon Jul 16 19:06:15 2018 +0200
  50. d140661 bcm6838: add initial support by Philippe Reynes · Mon Jul 16 19:06:14 2018 +0200
  51. 13b8ec8 bmips: ram: add an option to force the size of the ram by Philippe Reynes · Mon Jul 16 19:06:13 2018 +0200
  52. d45008f mips: au1x00: Remove support for these SoCs by Tom Rini · Wed Jul 11 09:05:25 2018 -0400
  53. d094872 mips: dbau1x00: Remove this board by Tom Rini · Mon Jul 09 15:09:55 2018 -0400
  54. d9669f1 configs: Resync with savedefconfig by Tom Rini · Tue Aug 07 21:40:14 2018 -0400
  55. 180a3c8 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · Tue Aug 07 21:36:20 2018 -0400
  56. 28c8664 zynqmp: Add avnet_ultra96_rev1_defconfig to the lits of boards by Tom Rini · Tue Aug 07 11:36:39 2018 -0400
  57. 12e6f56 Merge tag 'xilinx-for-v2018.09-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · Tue Aug 07 11:32:50 2018 -0400
  58. 7849808 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Tue Aug 07 11:32:34 2018 -0400
  59. ce08e09 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Tue Aug 07 07:15:20 2018 -0400
  60. 3579d3c Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Tue Aug 07 07:15:11 2018 -0400
  61. 1f53aba arm: zynq: dts: add spi flash node to zedboard by Luis Araneda · Fri Jul 27 04:43:42 2018 -0400
  62. 305f1c5 gpio: xilinx: Add support for using label property by Michal Simek · Thu Aug 02 12:58:54 2018 +0200
  63. 7fa52c2 gpio: xilinx: Return 0 from xilinx_gpio_set_value by Michal Simek · Mon Aug 06 07:42:40 2018 +0200
  64. 810e4bc gpio: xilinx: Not read output values via regs by Michal Simek · Mon Jul 23 12:40:36 2018 +0200
  65. c2ed007 common: fdt: Make fdt_del_subnodes/fdt_del_partition static by Michal Simek · Tue Jul 31 14:31:04 2018 +0200
  66. ee39afb gpio: xilinx: Simplify logic in xilinx_gpio_set_value by Michal Simek · Mon Jul 30 14:29:27 2018 +0200
  67. c2116f3 gpio: xilinx: Set value before changing direction by Michal Simek · Mon Jul 30 10:02:53 2018 +0200
  68. e2f91e5 gpio: xilinx: Remove !DM driver by Michal Simek · Mon Jul 23 13:40:01 2018 +0200
  69. 9260d99 gpio: xilinx: Find out bank before use in xilinx_gpio_get_function() by Michal Simek · Mon Jul 23 12:08:49 2018 +0200
  70. 7996857 arm64: a37xx: add CONFIG_MTD_DEVICE and CONFIG_MTD_PARTITIONS by Vladimir Vid · Fri Jul 13 11:56:00 2018 +0200
  71. ab7e8a1 tools: kwboot: properly quit when read() returns 0 by Willy Tarreau · Tue Jul 03 12:10:31 2018 -0400
  72. e8f8a7c tools: kwboot: unbreak terminal-only mode by Willy Tarreau · Tue Jul 03 12:10:30 2018 -0400
  73. c6408d1 ARM: kirkwood: add SBx81LIFXCAT board by Chris Packham · Mon Jun 25 22:34:57 2018 +1200
  74. 9031377 arm: mvebu: clearfog: add u-boot, dm-spl tag for spi by Jon Nettleton · Thu Jun 21 12:35:49 2018 +0300
  75. 2b96112 arm: mvebu: helios4: remove duplicate sdhci pins node by Baruch Siach · Thu Jun 14 18:17:54 2018 +0300
  76. 6c1494a arm: mvebu: Better align Clearfog dts file with Linux kernel by Jon Nettleton · Thu Jun 14 18:17:53 2018 +0300
  77. 9b02c5f arm: mvebu: clearfog: use the microsom .dtsi by Baruch Siach · Thu Jun 14 18:17:52 2018 +0300
  78. 48a8b3e arm: mvebu: solidrun-microsom: update SPI flash compatible by Baruch Siach · Thu Jun 14 18:17:51 2018 +0300
  79. c393325 configs: kirkwood: Move RTC_MV to DM and Kconfig by Chris Packham · Tue Aug 07 19:41:46 2018 +1200
  80. 91f359d configs: move RTC_MV config from mv-plug-common.h to boards by Chris Packham · Tue Aug 07 19:41:45 2018 +1200
  81. aeb3c64 configs: kirkwood: ds109: switch to DM_I2C by Chris Packham · Tue Aug 07 19:41:44 2018 +1200
  82. 5b269c4 i2c: imx_lpi2c: add uclass api support by Peng Fan · Tue Jul 17 20:38:33 2018 +0800
  83. e4ddfdb i2c-mux: pca954x: support pca9646 i2c switch by Peng Fan · Tue Jul 17 20:38:32 2018 +0800
  84. a417bd1 mvebu: clearfog: use kconfig symbols to select boot device by Baruch Siach · Mon Jun 18 21:56:27 2018 +0300
  85. b35c447 mvebu: support UART boot image by Baruch Siach · Mon Jun 18 21:56:26 2018 +0300
  86. ea3d9de mvebu: select boot device at SoC level by Baruch Siach · Mon Jun 18 21:56:25 2018 +0300
  87. 8d196a4 mvebu: consolidate SPL boot device config symbols by Baruch Siach · Mon Jun 18 21:56:24 2018 +0300
  88. daa6f08 mvebu: a38x: drop duplicate platform id symbols by Baruch Siach · Mon Jun 18 21:56:23 2018 +0300
  89. 99e6fa2 mvebu: turris_omnia: use u-boot-spl-dtb.bin by Baruch Siach · Mon Jun 18 21:56:22 2018 +0300
  90. 7a2c2be dm: power-domain: query power domain after get device by Peng Fan · Fri Jul 27 10:20:39 2018 +0800
  91. 6fba32d dm: core: device: enable power domain in probe by Peng Fan · Fri Jul 27 10:20:38 2018 +0800
  92. 3775fed power: Add CONFIG_SPL_POWER_DOMAIN config by Peng Fan · Fri Jul 27 10:20:37 2018 +0800
  93. 5796570 power-domain: add dummy functions when CONFIG_POWER_DOMAIN not defined by Peng Fan · Fri Jul 27 10:20:36 2018 +0800
  94. 24a686a arm64: zynqmp: Add support for Avnet Ultra96 by Michal Simek · Tue Jul 24 16:27:00 2018 +0200
  95. c1c763d arm: zynq: add support for the zybo z7 board by Luis Araneda · Tue Jul 24 11:31:19 2018 -0400
  96. 9adb526 Kconfig: Move config SYS_MALLOC_LEN to Kconfig for zynq by Siva Durga Prasad Paladugu · Fri Jul 20 15:11:38 2018 +0530
  97. 33fcc8e arm64: zynqmp: Enable soft gpio driver for zcu102 and zcu100 by Michal Simek · Tue Jul 24 12:45:29 2018 +0200
  98. c782417 gpio: zynq: Used platdata structure for storing static data instead of priv by Vipul Kumar · Fri Jul 20 14:36:49 2018 +0530
  99. c24a3d5 microblaze: Add missing quotes around XILINX_MICROBLAZE0_HW_VER by Michal Simek · Mon Jul 23 08:34:43 2018 +0200
  100. c1bb21b arm: zynq: Fix indentation for zynq-cse targets by Michal Simek · Fri Jul 20 10:17:17 2018 +0200