1. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  2. c232d14 mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  3. 4085b90 fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to Kconfig by Alex Kiernan · 6 years ago
  4. 0d488e8 fs: Add fs_get_type_name to return current filesystem name by Alex Kiernan · 6 years ago
  5. 413b907 ti: fastboot: Move weak overrides to board files by Alex Kiernan · 6 years ago
  6. d1a119d fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · 6 years ago
  7. 1a28d38 fastboot: Extract common definitions from USB fastboot by Alex Kiernan · 6 years ago
  8. 8a65bd6 fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag by Alex Kiernan · 6 years ago
  9. 52fdf10 fastboot: Fix parameter types in _fb_nand_write by Alex Kiernan · 6 years ago
  10. 08f6bec fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME by Alex Kiernan · 6 years ago
  11. 1ad5fac fastboot: Add missing newlines by Alex Kiernan · 6 years ago
  12. 42d8dd4 fastboot: Correct dependencies in FASTBOOT_FLASH by Alex Kiernan · 6 years ago
  13. d2df2ab fastboot: Extract fastboot_okay/fail to fb_common.c by Alex Kiernan · 6 years ago
  14. c4ded03 fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  15. 312a10f fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago
  16. 6aae847 gadget: f_thor: Fix memory leaks of usb request and its buffer by Seung-Woo Kim · 6 years ago
  17. afa314d rockchip: xhci: remove DTS parsing for PHY (which is unused) by Philipp Tomsich · 6 years ago
  18. e404066 usb: xhci: Handle endianness in xhci_set_configuration() by Bin Meng · 6 years ago
  19. eaaefb0 usb: xhci: Fix config fail of FS hub behind a HS hub with MTT by Bin Meng · 6 years ago
  20. ae751b0 usb: xhci: Initialize dev_state to 0 in the input slot context by Bin Meng · 6 years ago
  21. 793c819 usb: xhci: Set accurate add context flags when updating hub attributes by Bin Meng · 6 years ago
  22. 3f48422 usb: xhci-rcar: deregister before deactivating clock by Matthias Blankertz · 6 years ago
  23. c3c8638 add FIT data-position & data-offset property support by Kelvin Cheung · 6 years ago
  24. ee038c5 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · 6 years ago
  25. 635159a mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd() by Patrice Chotard · 6 years ago
  26. 7f7deb0 stm32mp1: use OTP to configure MAC address and serial number by Patrick Delaunay · 6 years ago
  27. c3600e1 stm32mp1: add FUSE command support by Patrick Delaunay · 6 years ago
  28. 19f5899 stm32mp1: add bsec driver by Patrick Delaunay · 6 years ago
  29. de20e43 stm32mp1: remove the second TAMP_BOOT_CONTEXT update by Patrick Delaunay · 6 years ago
  30. 320d266 stm32mp1: Allow to activate CONFIG_DEBUG_UART by Patrick Delaunay · 6 years ago
  31. bc709a4 serial: stm32: Add setparity support by Patrick Delaunay · 6 years ago
  32. eae4764 dm: serial: Add setparity by Patrick Delaunay · 6 years ago
  33. be1a6f7 serial: stm32: Fix bits defines name by Patrice Chotard · 6 years ago
  34. 215c8be serial: stm32: Add debug uart support by Patrick Delaunay · 6 years ago
  35. 246a5e5 ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at booting by Radoslaw Pietrzyk · 6 years ago
  36. b460b88 serial: serial_msm: added pinmux & config by Ramon Fried · 6 years ago
  37. 9558dda db410: added pinctrl node and serial bindings by Ramon Fried · 6 years ago
  38. ad97051 mach-snapdragon: Introduce pinctrl driver by Ramon Fried · 6 years ago
  39. 640dc34 mach-snapdragon: Fix UART clock flow by Ramon Fried · 6 years ago
  40. 7e5ad79 serial: serial_msm: initialize uart only before relocation by Ramon Fried · 6 years ago
  41. 11d59fe serial: serial_msm: fail probe if settings clocks fails by Ramon Fried · 6 years ago
  42. ffada23 db820c: set clk node to be probed before relocation by Ramon Fried · 6 years ago
  43. 0ed34aa Remove CONFIG_MVGBE from config_whitelist.txt by Chris Packham · 6 years ago
  44. 5ce9aca PCI: Document pciauto_region_allocate() by Tuomas Tynkkynen · 6 years ago
  45. d71975a PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources by Tuomas Tynkkynen · 6 years ago
  46. ed12a89 PCI: Add newlines to debug prints in pci_auto_common.c by Tuomas Tynkkynen · 6 years ago
  47. 9792be7 doc: qemu-arm: Drop highmem=off references by Tuomas Tynkkynen · 6 years ago
  48. f37770c ARM: qemu-arm: Bump RAM size in AArch64 MMU table by Tuomas Tynkkynen · 6 years ago
  49. 52ba907 PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set by Tuomas Tynkkynen · 6 years ago
  50. 2a8e80d configs: add TPMv2.x support in Sandbox by Miquel Raynal · 6 years ago
  51. b91ad16 sandbox: dts: add Sandbox TPMv2.x node by Miquel Raynal · 6 years ago
  52. 31b106f doc: device-tree-bindings: add Sandbox TPMv2.0 module info by Miquel Raynal · 6 years ago
  53. 2bae712 tpm: add a Sandbox TPMv2.x driver by Miquel Raynal · 6 years ago
  54. 2dffe1c test/py: add TPMv2.x test suite by Miquel Raynal · 6 years ago
  55. 8ee5947 doc: device-tree-bindings: add TIS TPMv2.0 SPI module info by Miquel Raynal · 6 years ago
  56. a174f00 tpm2: tis_spi: add the possibility to reset the chip with a gpio by Miquel Raynal · 6 years ago
  57. eb46910 tpm: add support for TPMv2.x SPI modules by Miquel Raynal · 6 years ago
  58. b9dd4fab tpm: add PCR authentication commands support by Miquel Raynal · 6 years ago
  59. dc26e91 tpm: add TPM2_HierarchyChangeAuth command support by Miquel Raynal · 6 years ago
  60. da9c339 tpm: add dictionary attack mitigation commands support by Miquel Raynal · 6 years ago
  61. 69cd8f0 tpm: add TPM2_GetCapability command support by Miquel Raynal · 6 years ago
  62. 1c4ea8f tpm: add TPM2_PCR_Read command support by Miquel Raynal · 6 years ago
  63. 6284be5 tpm: add TPM2_PCR_Extend command support by Miquel Raynal · 6 years ago
  64. bad8ff5 tpm: add TPM2_Clear command support by Miquel Raynal · 6 years ago
  65. 2dc6d97 tpm: add TPM2_SelfTest command support by Miquel Raynal · 6 years ago
  66. 1922df2 tpm: add TPM2_Startup command support by Miquel Raynal · 6 years ago
  67. bcdf6b9 tpm: report driver error code to upper layer by Miquel Raynal · 6 years ago
  68. aa64301 tpm: add possible traces to analyze buffers returned by the TPM by Miquel Raynal · 6 years ago
  69. f687281 tpm: add macros to enhance TPM commands readability by Miquel Raynal · 6 years ago
  70. ff32245 tpm: prepare support for TPMv2.x commands by Miquel Raynal · 6 years ago
  71. 3219cf6 tpm: add missing parameter in private data structure description by Miquel Raynal · 6 years ago
  72. d677bfe tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · 6 years ago
  73. 9f9ce3c tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · 6 years ago
  74. 06425aa tpm: add Revision ID field in the chip structure by Miquel Raynal · 6 years ago
  75. 96cc4e3 tpm: add extra blank lines between declarations and code by Miquel Raynal · 6 years ago
  76. 52da18a tpm: fix spelling by Miquel Raynal · 6 years ago
  77. fded837 tpm: use the BIT() macro where applicable by Miquel Raynal · 6 years ago
  78. c617918 tpm: align arguments with open parenthesis by Miquel Raynal · 6 years ago
  79. b9804e5 tpm: substitute deprecated uint<x>_t types with their u<x> equivalent by Miquel Raynal · 6 years ago
  80. fd0bc26 tpm: remove extra spaces between a function and its opening bracket by Miquel Raynal · 6 years ago
  81. ba4d2ec tpm: remove redundant blank line by Miquel Raynal · 6 years ago
  82. 8730d01 Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  83. 7049f62 Merge tag 'signed-rpi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  84. 0556b56 ARC: Enable debug UART on nSIM boards by Alexey Brodkin · 6 years ago
  85. 5470501 serial/serial_arc: Implement debug serial by Alexey Brodkin · 6 years ago
  86. d7ac185 serial: Convert ARC_SERIAL to Kconfig by Alexey Brodkin · 6 years ago
  87. b271d36 ARC: enable debug uart for HSDK and AXS10x boards by Eugeniy Paltsev · 6 years ago
  88. 429fa25 ARC: init debug uart in early common arc code by Eugeniy Paltsev · 6 years ago
  89. 385cbe2 rpi: Change load addresses to make more room for the kernel & DTB by Tuomas Tynkkynen · 6 years ago
  90. 8a9dc16 spl: Add full fitImage support by Marek Vasut · 6 years ago
  91. f919fbd pylibfdt: Add missing CC and LD to Makefile by Marek Vasut · 6 years ago
  92. 02c3a3d scripts: add decodecode from Linux by Heinrich Schuchardt · 6 years ago
  93. bd2a13f arm: print instructions pointed to by pc by Heinrich Schuchardt · 6 years ago
  94. d0f855f arm64: timer: Create timer_get_bootus for bootstage support by Michal Simek · 6 years ago
  95. 9de4f95 Makefile: adopt --std=gnu11 for HOSTCFLAGS on Linux by Philipp Tomsich · 6 years ago
  96. 9b0888c twister: Let SPL load U-Boot from MMC by Ladislav Michl · 6 years ago
  97. 0298d20 fit: Add standalone image type handling by Marek Vasut · 6 years ago
  98. a3c43b1 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · 6 years ago
  99. b527b9c fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · 6 years ago
  100. 26a6422 spl: fit: Add support for loading FPGA bitstream by Marek Vasut · 6 years ago