1. 1f63f0c pico-imx6ul: Convert to distro config by Fabio Estevam · Tue Sep 04 10:23:07 2018 -0300
  2. 7b26168 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Tue Sep 11 08:50:10 2018 -0400
  3. 9428305 Merge tag 'fpga-for-v2018.11' of git://git.denx.de/u-boot-microblaze by Tom Rini · Tue Sep 11 08:49:21 2018 -0400
  4. e82dd12 configs: am65x_evm_a53: Add initial support by Lokesh Vutla · Mon Aug 27 15:59:10 2018 +0530
  5. 76a3649 arm64: dts: k3: Add u-boot specific nodes by Lokesh Vutla · Mon Aug 27 15:59:09 2018 +0530
  6. 8bfaf01 arm64: dts: k3: Add Support for AM654 SoC by Lokesh Vutla · Mon Aug 27 15:59:08 2018 +0530
  7. c4fc2cc include: am654_evm: Establish initial environment for SD card boot by Andreas Dannenberg · Mon Aug 27 15:59:07 2018 +0530
  8. 029f921 board: ti: am654: a53: Add initial support for am654 by Lokesh Vutla · Mon Aug 27 15:59:06 2018 +0530
  9. c920fad gpio: do not include <asm/arch/gpio.h> for ARCH_K3 by Lokesh Vutla · Mon Aug 27 15:57:55 2018 +0530
  10. bc9979f mmc: k3_arasan: Add sdhci driver support for K3 family SoCs by Lokesh Vutla · Mon Aug 27 15:57:54 2018 +0530
  11. 1a6f8e0 spl: Allow remoteproc drivers to be used within SPL by Lokesh Vutla · Mon Aug 27 15:57:53 2018 +0530
  12. fdae32e remoteproc: Introduce K3 remoteproc driver by Lokesh Vutla · Mon Aug 27 15:57:52 2018 +0530
  13. 7eb1357 remoteproc: Introduce K3 system controller by Lokesh Vutla · Mon Aug 27 15:57:51 2018 +0530
  14. ddca80e remoteproc: Allow for individual remoteproc initialization by Lokesh Vutla · Mon Aug 27 15:57:50 2018 +0530
  15. 2aeb934 spl: Allow mailbox drivers to be used within SPL by Lokesh Vutla · Mon Aug 27 15:57:49 2018 +0530
  16. bb6d08d mailbox: Introduce K3 Secure Proxy Driver by Lokesh Vutla · Mon Aug 27 15:57:48 2018 +0530
  17. 78a9b51 mailbox: Allow attaching private data for mbox_chan by Lokesh Vutla · Mon Aug 27 15:57:47 2018 +0530
  18. ebc6879 sysreset: Add TI System Control Interface (TI SCI) sysreset driver by Andreas Dannenberg · Mon Aug 27 15:57:46 2018 +0530
  19. 24c6e91 power domain: Introduce TI System Control Interface (TI SCI) power domain driver by Andreas Dannenberg · Mon Aug 27 15:57:45 2018 +0530
  20. c411c67 power domain: Add support for multiple powerdomains per device by Lokesh Vutla · Mon Aug 27 15:57:44 2018 +0530
  21. 1530e35 clk: Introduce TI System Control Interface (TI SCI) clock driver by Andreas Dannenberg · Mon Aug 27 15:57:43 2018 +0530
  22. cb5ac65 clk: Extend clock control with an optional data field by Andreas Dannenberg · Mon Aug 27 15:57:42 2018 +0530
  23. 4cfdf4d reset: Introduce TI System Control Interface (TI SCI) reset driver by Andreas Dannenberg · Mon Aug 27 15:57:41 2018 +0530
  24. c82550f reset: Extend reset control with an optional data field by Andreas Dannenberg · Mon Aug 27 15:57:40 2018 +0530
  25. e2bc740 dm: reset: Update uclass to allow querying reset status by Andreas Dannenberg · Mon Aug 27 15:57:39 2018 +0530
  26. 8508324 dm: firmware: Automatically bind child devices by Andreas Dannenberg · Mon Aug 27 15:57:38 2018 +0530
  27. b8856af firmware: ti_sci: Add support for processor control services by Lokesh Vutla · Mon Aug 27 15:57:37 2018 +0530
  28. 5bd0837 firmware: ti_sci: Add support for reboot core service by Andreas Dannenberg · Mon Aug 27 15:57:36 2018 +0530
  29. d10c80c firmware: ti_sci: Add support for clock control by Lokesh Vutla · Mon Aug 27 15:57:35 2018 +0530
  30. 24a4d5e firmware: ti_sci: Add support for device control by Andreas Dannenberg · Mon Aug 27 15:57:34 2018 +0530
  31. 5299c4c firmware: ti_sci: Add support for board configuration by Andreas Dannenberg · Mon Aug 27 15:57:33 2018 +0530
  32. 5af02db firmware: Add basic support for TI System Control Interface (TI SCI) protocol by Lokesh Vutla · Mon Aug 27 15:57:32 2018 +0530
  33. bc5bd3a armv8: K3: am654: Add support for generating build targets by Lokesh Vutla · Mon Aug 27 15:57:15 2018 +0530
  34. 59b6ba7 armv8: K3: am654: Introduce FIT generator script by Lokesh Vutla · Mon Aug 27 15:57:14 2018 +0530
  35. 49297cf armv8: K3: am654: Add custom MMU support by Lokesh Vutla · Mon Aug 27 15:57:13 2018 +0530
  36. 1c855c1 arm: K3: am654: Unlock control module registers during init by Andreas Dannenberg · Mon Aug 27 15:57:12 2018 +0530
  37. c7bfb85 arm: K3: am654: Add support for boot device detection by Lokesh Vutla · Mon Aug 27 15:57:11 2018 +0530
  38. d980584 arm: K3: Update _start instruction by Lokesh Vutla · Mon Aug 27 15:57:10 2018 +0530
  39. 3288644 arm: K3: Add support for AM654 SoC definition by Lokesh Vutla · Mon Aug 27 15:57:09 2018 +0530
  40. 9bdec00 arm: K3: Add initial support for TI's K3 generation of SoCs by Lokesh Vutla · Mon Aug 27 15:57:08 2018 +0530
  41. e363ddd ARM: uniphier: remove ad-hoc clock enabling for EHCI by Masahiro Yamada · Mon Sep 10 12:58:36 2018 +0900
  42. 6c7ad4d mmc: uniphier-sd: sync with Linux by Masahiro Yamada · Mon Sep 10 12:58:35 2018 +0900
  43. a665acc ARM: uniphier: enable CONFIG_CMD_UBI by Masahiro Yamada · Mon Sep 10 12:58:34 2018 +0900
  44. 5077182 ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN again by Masahiro Yamada · Mon Sep 10 12:58:33 2018 +0900
  45. 5ac92d8 ARM: dts: uniphier: sync DT with Linux 4.19-rc1 by Masahiro Yamada · Mon Sep 10 12:58:32 2018 +0900
  46. ffd27f2 MAINTAINERS: Add myself as the FPGA maintainer by Michal Simek · Wed Jul 18 17:03:13 2018 +0200
  47. c1fd312 cmd: fpga: Fix loads command by Michal Simek · Tue Jun 05 15:14:39 2018 +0200
  48. ec2e3dc cmd: fpga: Use CMD_RET_FAILURE instead of simple 1 by Michal Simek · Tue Jun 05 16:43:38 2018 +0200
  49. 1994247 cmd: fpga: Add support for missing fpga loadmk commands by Michal Simek · Thu Jul 26 15:33:51 2018 +0200
  50. 4aeae10 cmd: fpga: Fix loadmk command by Michal Simek · Mon Jun 04 16:15:58 2018 +0200
  51. e284678 cmd: fpga: Fix loadfs command by Michal Simek · Mon Jun 04 15:51:16 2018 +0200
  52. 6f6be6f cmd: fpga: Fix dump and all direct fpga load commands by Michal Simek · Mon Jun 04 15:51:23 2018 +0200
  53. 02d95c0 cmd: fpga: Extract fpga info command to separate function by Michal Simek · Mon Jun 04 14:57:34 2018 +0200
  54. 9933c36 cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommands by Michal Simek · Mon Jun 04 14:55:20 2018 +0200
  55. 76956a8 cmd: fpga: Clean wrong_parms handling by Michal Simek · Wed May 30 11:28:57 2018 +0200
  56. fdddf12 cmd: fpga: Remove parameter checking from fpga loadfs command by Michal Simek · Mon Jun 04 13:57:19 2018 +0200
  57. 2af6746 cmd: fpga: Move parameter checking for loadfs/loads by Michal Simek · Wed May 30 11:18:38 2018 +0200
  58. f4337f3 cmd: fpga: Cleanup error handling in connection to FPGA_NONE by Michal Simek · Wed May 30 10:04:34 2018 +0200
  59. a255597 cmd: fpga: Move fpga_get_op to avoid local function declaration by Michal Simek · Wed May 30 10:00:40 2018 +0200
  60. 2c66019 cmd: fpga: Move error handling to do_fpga() by Michal Simek · Wed May 30 09:57:42 2018 +0200
  61. 95ec830 test/py: Extend fpga command to test all fpga load types by Michal Simek · Wed May 30 13:42:22 2018 +0200
  62. fb407c7 cmd: fpga: Remove fit image support passed without fpga device by Michal Simek · Tue Jun 05 13:52:32 2018 +0200
  63. 55af55a fpga: Kconfig: Replace spaces with tabs by Michal Simek · Mon Jul 23 15:59:55 2018 +0200
  64. 8416da1 cmd: part: use MAX_SEARCH_PARTITIONS for part search by Kever Yang · Fri Sep 07 17:37:36 2018 +0800
  65. 976e342 arm: armv7m: clean up armv7m unified code compilation by Vikas Manocha · Fri Aug 31 16:57:06 2018 -0700
  66. 1808396 arm: armv7m: remove un-necessary If then instruction by Vikas Manocha · Fri Aug 31 16:39:36 2018 -0700
  67. 4e61fb6 arm: stm32: Remove redundant thumb build selection by Vikas Manocha · Fri Aug 31 16:15:14 2018 -0700
  68. f25cdc6 arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is built by Quentin Schulz · Fri Aug 31 16:15:53 2018 +0200
  69. fc49786 tools: mkimage: Ensure munmap unmaps the same length that was mapped by Mark Tomlinson · Wed Aug 29 10:51:14 2018 +1200
  70. 42cb4b8 serial: omap: Introduce DM specific omap serial by Lokesh Vutla · Mon Aug 27 15:55:24 2018 +0530
  71. a5c5a55 omap3: pandora: Enable DM_SERIAL by Grazvydas Ignotas · Sat Aug 25 22:40:08 2018 +0300
  72. 4c851ef board: arm: Add support for Broadcom BCM7260 by Thomas Fitzsimmons · Wed Aug 22 18:37:55 2018 -0400
  73. 89134a9 arm: bcm7445: Change serial console index by Thomas Fitzsimmons · Wed Aug 22 18:37:54 2018 -0400
  74. 554d879 ARM: CPU: arm926ejs: Consolidate cache routines to common file by Adam Ford · Thu Aug 16 13:23:11 2018 -0500
  75. e3cb514 serial: arm_dcc: Add DCC support for V7R based cores by Lokesh Vutla · Thu Aug 16 18:43:56 2018 +0530
  76. 95be3b5 pinctrl: Fix build warning with ARM64 by Lokesh Vutla · Thu Aug 16 18:41:49 2018 +0530
  77. 48302ca dm: omap-timer: Update clock rate only if not populated by Lokesh Vutla · Thu Aug 16 18:26:55 2018 +0530
  78. 70f57cf dm: omap-timer: Use 64bit for counter values by Lokesh Vutla · Thu Aug 16 18:26:54 2018 +0530
  79. ddd8d75 mmc: fsl_esdhc: enable HS400 feature by Peng Fan · Fri Aug 10 14:07:55 2018 +0800
  80. 4680125 mmc: add HS400 support by Peng Fan · Fri Aug 10 14:07:54 2018 +0800
  81. ed000fc at91: fix devicetree warnings by Eugen Hristev · Thu Aug 09 14:12:01 2018 +0300
  82. 42f77cd ARM: dts: Makefile: fix build for at91family by Eugen Hristev · Thu Aug 09 14:12:00 2018 +0300
  83. 4e91500 gpio: stm32f7: replace ODR update by BSRR write by Patrice Chotard · Thu Aug 09 11:57:57 2018 +0200
  84. 07f2477 clk: clk_meson: Add mux and div support for reparent and rate setting by Neil Armstrong · Mon Aug 06 14:49:20 2018 +0200
  85. 32edad5 power: domain: Add the VPU Power Domain driver by Neil Armstrong · Mon Aug 06 14:49:19 2018 +0200
  86. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  87. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · Mon Aug 06 20:47:39 2018 +0900
  88. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · Mon Aug 06 20:47:38 2018 +0900
  89. dec580d arm: armv7-a: Compile and tune for armv7-a instead of armv5 by Adam Ford · Sat Aug 04 16:34:54 2018 -0500
  90. 70ed0ea sandbox: Add serial test by Patrice Chotard · Fri Aug 03 15:07:41 2018 +0200
  91. 2f48288 dm: serial: Remove setparity ops by Patrice Chotard · Fri Aug 03 15:07:40 2018 +0200
  92. 34e64c0 serial: stm32: Replace setparity by setconfig by Patrice Chotard · Fri Aug 03 15:07:39 2018 +0200
  93. 46c1d9f dm: serial: Replace setparity by setconfig by Patrice Chotard · Fri Aug 03 15:07:38 2018 +0200
  94. f0017d2 cli: handle getch error by Patrick Delaunay · Fri Aug 03 13:38:45 2018 +0200
  95. d837c53 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · Fri Aug 03 13:38:44 2018 +0200
  96. 9c44282 serial: protect access to serial rx buffer by Patrick Delaunay · Fri Aug 03 13:38:43 2018 +0200
  97. 47ae3c3 stm32mp1: activate serial rx buffer by Patrick Delaunay · Fri Aug 03 13:38:42 2018 +0200
  98. cc3c72e include/version.h: workaround sysroot inc order by Matt Weber · Thu Jul 26 22:37:53 2018 -0500
  99. 951b05c Prepare v2018.09 by Tom Rini · Mon Sep 10 17:46:42 2018 -0400
  100. ba67d03 .travis.yml: Fix typo in sun7i job description by Tuomas Tynkkynen · Sat Sep 08 00:53:18 2018 +0300