1. d0f91f0 fastboot: Fix parameter types in _fb_nand_write by Alex Kiernan · Tue May 29 15:30:45 2018 +0000
  2. 2281b06 fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME by Alex Kiernan · Tue May 29 15:30:44 2018 +0000
  3. 82fe3f2 fastboot: Add missing newlines by Alex Kiernan · Tue May 29 15:30:43 2018 +0000
  4. 8cb1eab fastboot: Correct dependencies in FASTBOOT_FLASH by Alex Kiernan · Tue May 29 15:30:42 2018 +0000
  5. ed6a4144 fastboot: Extract fastboot_okay/fail to fb_common.c by Alex Kiernan · Tue May 29 15:30:41 2018 +0000
  6. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · Tue May 29 15:30:40 2018 +0000
  7. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · Tue May 29 15:30:39 2018 +0000
  8. e78aac1 gadget: f_thor: Fix memory leaks of usb request and its buffer by Seung-Woo Kim · Fri May 25 14:21:01 2018 +0900
  9. ca8a37a rockchip: xhci: remove DTS parsing for PHY (which is unused) by Philipp Tomsich · Thu May 24 17:11:57 2018 +0200
  10. a1ae60e usb: xhci: Handle endianness in xhci_set_configuration() by Bin Meng · Wed May 23 23:40:50 2018 -0700
  11. 18f5bcd usb: xhci: Fix config fail of FS hub behind a HS hub with MTT by Bin Meng · Wed May 23 23:40:49 2018 -0700
  12. d038398 usb: xhci: Initialize dev_state to 0 in the input slot context by Bin Meng · Wed May 23 23:40:48 2018 -0700
  13. 03760fe usb: xhci: Set accurate add context flags when updating hub attributes by Bin Meng · Wed May 23 23:40:47 2018 -0700
  14. a06ad95 usb: xhci-rcar: deregister before deactivating clock by Matthias Blankertz · Tue May 22 15:24:48 2018 +0200
  15. 186cc99 add FIT data-position & data-offset property support by Kelvin Cheung · Sat May 19 18:21:37 2018 +0800
  16. 2427ec6 malloc: Use malloc simple before malloc is fully initialized in memalign() by Ley Foon Tan · Fri May 18 18:03:12 2018 +0800
  17. 85b9f63 mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd() by Patrice Chotard · Thu May 17 16:53:57 2018 +0200
  18. f3674a4 stm32mp1: use OTP to configure MAC address and serial number by Patrick Delaunay · Thu May 17 15:24:07 2018 +0200
  19. 0c4656b stm32mp1: add FUSE command support by Patrick Delaunay · Thu May 17 15:24:06 2018 +0200
  20. 14d6a24 stm32mp1: add bsec driver by Patrick Delaunay · Thu May 17 15:24:05 2018 +0200
  21. 6f6109d stm32mp1: remove the second TAMP_BOOT_CONTEXT update by Patrick Delaunay · Thu May 17 15:24:04 2018 +0200
  22. 82168e8 stm32mp1: Allow to activate CONFIG_DEBUG_UART by Patrick Delaunay · Thu May 17 14:50:46 2018 +0200
  23. 39ffe0e serial: stm32: Add setparity support by Patrick Delaunay · Thu May 17 14:50:45 2018 +0200
  24. 830e35e dm: serial: Add setparity by Patrick Delaunay · Thu May 17 14:50:44 2018 +0200
  25. db0536e serial: stm32: Fix bits defines name by Patrice Chotard · Thu May 17 14:50:43 2018 +0200
  26. ab8e5d2 serial: stm32: Add debug uart support by Patrick Delaunay · Thu May 17 14:50:42 2018 +0200
  27. a88d314 ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at booting by Radoslaw Pietrzyk · Wed May 16 17:27:11 2018 +0200
  28. 2292ed3 serial: serial_msm: added pinmux & config by Ramon Fried · Wed May 16 12:13:42 2018 +0300
  29. c9dc155 db410: added pinctrl node and serial bindings by Ramon Fried · Wed May 16 12:13:41 2018 +0300
  30. e43d8e7 mach-snapdragon: Introduce pinctrl driver by Ramon Fried · Wed May 16 12:13:40 2018 +0300
  31. ae29977 mach-snapdragon: Fix UART clock flow by Ramon Fried · Wed May 16 12:13:39 2018 +0300
  32. 1f0f4a1 serial: serial_msm: initialize uart only before relocation by Ramon Fried · Wed May 16 12:13:38 2018 +0300
  33. 5550dd9 serial: serial_msm: fail probe if settings clocks fails by Ramon Fried · Wed May 16 12:13:37 2018 +0300
  34. 5355d0d db820c: set clk node to be probed before relocation by Ramon Fried · Wed May 16 12:13:36 2018 +0300
  35. eef7ade Remove CONFIG_MVGBE from config_whitelist.txt by Chris Packham · Wed May 16 20:34:14 2018 +1200
  36. ffa21e9 PCI: Document pciauto_region_allocate() by Tuomas Tynkkynen · Mon May 14 23:50:05 2018 +0300
  37. f20b718 PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources by Tuomas Tynkkynen · Mon May 14 19:38:13 2018 +0300
  38. 928aec7 PCI: Add newlines to debug prints in pci_auto_common.c by Tuomas Tynkkynen · Mon May 14 19:38:12 2018 +0300
  39. 9cd7ac9 doc: qemu-arm: Drop highmem=off references by Tuomas Tynkkynen · Mon May 14 18:47:52 2018 +0300
  40. ac92739 ARM: qemu-arm: Bump RAM size in AArch64 MMU table by Tuomas Tynkkynen · Mon May 14 18:47:51 2018 +0300
  41. c307e17 PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set by Tuomas Tynkkynen · Mon May 14 18:47:50 2018 +0300
  42. 78b93ac configs: add TPMv2.x support in Sandbox by Miquel Raynal · Tue May 15 11:57:28 2018 +0200
  43. 80938c1 sandbox: dts: add Sandbox TPMv2.x node by Miquel Raynal · Tue May 15 11:57:27 2018 +0200
  44. 5c37cbd doc: device-tree-bindings: add Sandbox TPMv2.0 module info by Miquel Raynal · Tue May 15 11:57:26 2018 +0200
  45. cf4bfea tpm: add a Sandbox TPMv2.x driver by Miquel Raynal · Tue May 15 11:57:25 2018 +0200
  46. caaf40a test/py: add TPMv2.x test suite by Miquel Raynal · Tue May 15 11:57:24 2018 +0200
  47. 94e4680 doc: device-tree-bindings: add TIS TPMv2.0 SPI module info by Miquel Raynal · Tue May 15 11:57:23 2018 +0200
  48. 68f34a2 tpm2: tis_spi: add the possibility to reset the chip with a gpio by Miquel Raynal · Wed May 16 08:59:16 2018 +0200
  49. c1f6d6c tpm: add support for TPMv2.x SPI modules by Miquel Raynal · Tue May 15 11:57:21 2018 +0200
  50. 0b864f6 tpm: add PCR authentication commands support by Miquel Raynal · Tue May 15 11:57:20 2018 +0200
  51. 05d7be3 tpm: add TPM2_HierarchyChangeAuth command support by Miquel Raynal · Tue May 15 11:57:19 2018 +0200
  52. 228e990 tpm: add dictionary attack mitigation commands support by Miquel Raynal · Tue May 15 11:57:18 2018 +0200
  53. 2e52c06 tpm: add TPM2_GetCapability command support by Miquel Raynal · Tue May 15 11:57:17 2018 +0200
  54. 4c1a585 tpm: add TPM2_PCR_Read command support by Miquel Raynal · Tue May 15 11:57:16 2018 +0200
  55. 14d7235 tpm: add TPM2_PCR_Extend command support by Miquel Raynal · Tue May 15 11:57:15 2018 +0200
  56. 8df6f8d tpm: add TPM2_Clear command support by Miquel Raynal · Tue May 15 11:57:14 2018 +0200
  57. 39c7608 tpm: add TPM2_SelfTest command support by Miquel Raynal · Tue May 15 11:57:13 2018 +0200
  58. 65a1a6c tpm: add TPM2_Startup command support by Miquel Raynal · Tue May 15 11:57:12 2018 +0200
  59. 68b3f83 tpm: report driver error code to upper layer by Miquel Raynal · Tue May 15 11:57:11 2018 +0200
  60. 3eec088 tpm: add possible traces to analyze buffers returned by the TPM by Miquel Raynal · Tue May 15 11:57:10 2018 +0200
  61. c9e0c32 tpm: add macros to enhance TPM commands readability by Miquel Raynal · Tue May 15 11:57:09 2018 +0200
  62. f3b4350 tpm: prepare support for TPMv2.x commands by Miquel Raynal · Tue May 15 11:57:08 2018 +0200
  63. f7147e5 tpm: add missing parameter in private data structure description by Miquel Raynal · Tue May 15 11:57:07 2018 +0200
  64. 4c6759e tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · Tue May 15 11:57:06 2018 +0200
  65. 294f82a tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · Tue May 15 11:57:05 2018 +0200
  66. 3c43d54 tpm: add Revision ID field in the chip structure by Miquel Raynal · Tue May 15 11:57:04 2018 +0200
  67. 82b0566 tpm: add extra blank lines between declarations and code by Miquel Raynal · Tue May 15 11:57:03 2018 +0200
  68. a59aa34 tpm: fix spelling by Miquel Raynal · Tue May 15 11:57:02 2018 +0200
  69. 02c4bba tpm: use the BIT() macro where applicable by Miquel Raynal · Tue May 15 11:57:01 2018 +0200
  70. 886ccc0 tpm: align arguments with open parenthesis by Miquel Raynal · Tue May 15 11:57:00 2018 +0200
  71. d790f55 tpm: substitute deprecated uint<x>_t types with their u<x> equivalent by Miquel Raynal · Tue May 15 11:56:59 2018 +0200
  72. c28d0c5 tpm: remove extra spaces between a function and its opening bracket by Miquel Raynal · Tue May 15 11:56:58 2018 +0200
  73. 171e5bf tpm: remove redundant blank line by Miquel Raynal · Tue May 15 11:56:57 2018 +0200
  74. 6079dfa Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arc by Tom Rini · Thu May 24 09:54:25 2018 -0400
  75. 31efd3c Merge tag 'signed-rpi-next' of git://github.com/agraf/u-boot by Tom Rini · Thu May 24 09:54:14 2018 -0400
  76. 87e1773 ARC: Enable debug UART on nSIM boards by Alexey Brodkin · Mon May 21 16:55:20 2018 +0300
  77. eede167 serial/serial_arc: Implement debug serial by Alexey Brodkin · Mon May 21 16:42:07 2018 +0300
  78. b9a0a42 serial: Convert ARC_SERIAL to Kconfig by Alexey Brodkin · Mon May 21 16:40:05 2018 +0300
  79. 1ee6a7c ARC: enable debug uart for HSDK and AXS10x boards by Eugeniy Paltsev · Thu May 03 15:01:59 2018 +0300
  80. 14e1dd6 ARC: init debug uart in early common arc code by Eugeniy Paltsev · Thu May 03 15:01:58 2018 +0300
  81. 9acd571 rpi: Change load addresses to make more room for the kernel & DTB by Tuomas Tynkkynen · Fri Apr 20 13:03:49 2018 +0300
  82. 0662337 spl: Add full fitImage support by Marek Vasut · Sun May 13 00:23:17 2018 +0200
  83. 7f93db7 pylibfdt: Add missing CC and LD to Makefile by Marek Vasut · Fri May 18 09:56:53 2018 +0200
  84. 6bff25d scripts: add decodecode from Linux by Heinrich Schuchardt · Tue May 15 19:42:24 2018 +0200
  85. 74b0eda arm: print instructions pointed to by pc by Heinrich Schuchardt · Tue May 15 19:42:23 2018 +0200
  86. 16d73b9 arm64: timer: Create timer_get_bootus for bootstage support by Michal Simek · Tue May 15 16:47:02 2018 +0200
  87. 8221232 Makefile: adopt --std=gnu11 for HOSTCFLAGS on Linux by Philipp Tomsich · Mon May 14 15:22:06 2018 +0200
  88. 6836581 twister: Let SPL load U-Boot from MMC by Ladislav Michl · Mon May 14 09:17:45 2018 +0200
  89. 93e9575 fit: Add standalone image type handling by Marek Vasut · Sun May 13 00:22:54 2018 +0200
  90. 25114a6 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · Sun May 13 00:22:53 2018 +0200
  91. 9f2e0eb fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · Sun May 13 00:22:52 2018 +0200
  92. 33dd00e spl: fit: Add support for loading FPGA bitstream by Marek Vasut · Sat May 12 22:25:28 2018 +0200
  93. e710fa6 bootcount: Add bootcount command by Alex Kiernan · Sat May 12 05:49:47 2018 +0000
  94. 8b252f1 configs: sama5d2_xplained: fix bootcmd/args for spi+emmc demo by Eugen Hristev · Fri May 11 11:14:32 2018 +0300
  95. 41407de configs: sama5d2_xplained: set default FAT env location to SD-Card by Eugen Hristev · Fri May 11 11:14:31 2018 +0300
  96. 2981003 doc: expand README.commands by Heinrich Schuchardt · Thu May 10 15:57:27 2018 +0200
  97. 778ba8a test: fs: fs-test: Modified test 1 to do a ls to a nonexistent dir by Eugen Hristev · Wed May 09 16:28:38 2018 +0300
  98. d58c8e9 fs: ext4: fix crash on ext4ls by Eugen Hristev · Wed May 09 16:28:37 2018 +0300
  99. 6f1d6ba i2c: Drop CONFIG_SH_SH7734_I2C by Tuomas Tynkkynen · Wed May 09 15:24:35 2018 +0300
  100. efaa762 i2c: Drop CONFIG_TSI108_I2C by Tuomas Tynkkynen · Wed May 09 15:24:34 2018 +0300