1. 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · 7 years ago
  2. 42e214c lib: fdtdec: drop the old compatible about max77686 by Jaehoon Chung · 7 years ago
  3. 87ba4c8 power: pmic_max77686: remove the old pmic_max77686 file by Jaehoon Chung · 7 years ago
  4. 3e1e34a configs: trats2: enable the max77686 regulator config by Jaehoon Chung · 7 years ago
  5. 19858f9 arm: v7R: Add support for enabling caches by Lokesh Vutla · 7 years ago
  6. 076ee45 arm: v7R: Add support for MPU by Lokesh Vutla · 7 years ago
  7. f435938 arm: v7R: Add initial support by Michal Simek · 7 years ago
  8. 5a5bb6c arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15 by Lokesh Vutla · 7 years ago
  9. b2d00d6 arm: v7: Kconfig: Add entry for MMU by Lokesh Vutla · 7 years ago
  10. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 7 years ago
  11. 244588c arm: v7: Update VBAR only if available by Lokesh Vutla · 7 years ago
  12. b4f2dda test: ofnode: test ofnode_device_is_compatible() by Masahiro Yamada · 7 years ago
  13. 42ab107 test: regmap: test Linux-compatible syscon_node_to_regmap() by Masahiro Yamada · 7 years ago
  14. 60f9a1e syscon: add Linux-compatible syscon API by Masahiro Yamada · 7 years ago
  15. e4873e3 regmap: change regmap_init_mem() to take ofnode instead udevice by Masahiro Yamada · 7 years ago
  16. 9349bcc dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · 7 years ago
  17. 54c5ecb regmap: clean up regmap allocation by Masahiro Yamada · 7 years ago
  18. 11692bc psci: arm: remove armv7 function psci_save_target_pc by Patrick Delaunay · 7 years ago
  19. 93b114c sunxi: psci: save context id in cpu_on command by Patrick Delaunay · 7 years ago
  20. fd7451a uniphier: psci: save context id in cpu_on command by Patrick Delaunay · 7 years ago
  21. 0364816 tegra: psci: save context id in cpu_on command by Patrick Delaunay · 7 years ago
  22. 68975f2 imx7: psci: save context id in cpu_on command by Patrick Delaunay · 7 years ago
  23. a1d7660 ls102xa: psci: save context id in cpu_on command by Patrick Delaunay · 7 years ago
  24. e020737 arm: stm32mp1: add PSCI support by Patrick Delaunay · 7 years ago
  25. df92f52 arm: psci: add a weak function psci_arch_cpu_entry by Patrick Delaunay · 7 years ago
  26. feb73eb arm: psci: save context id for cpu_on PSCI command by Patrick Delaunay · 7 years ago
  27. 64eb0f3 Prepare v2018.05 by Tom Rini · 7 years ago
  28. 1663416 git-mailrc: Update some addresses and aliases by Tom Rini · 7 years ago
  29. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  30. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  31. cb2accd arm: mach-omap2: cache: Explicitly enable I cache by Lokesh Vutla · 7 years ago
  32. c6189b5 Kconfig: Add dependency on HASH to verified boot by Kelvin Cheung · 7 years ago
  33. 00344c4 board: ti: am43: Fix DCDC3 voltage for epos-evm by Keerthy · 7 years ago
  34. 1991bc8 README.sandbox: small typos by Trevor Woerner · 7 years ago
  35. 66c4d71 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · 7 years ago
  36. beb6bc3 stdio_dev.h: Drop the video section as it is unused by Tom Rini · 7 years ago
  37. 29453d4 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  38. e23f7cf Merge git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  39. e9c8b2e ARM: rmobile: Zap #undef DEBUG by Marek Vasut · 7 years ago
  40. 920922a ARM: rmobile: Contain CONFIG_ARCH_RMOBILE_BOARD_STRING by Marek Vasut · 7 years ago
  41. ffb703d ARM: rmobile: Convert CONFIG_ARCH_RMOBILE_BOARD_STRING to Kconfig by Marek Vasut · 7 years ago
  42. 5bed0a9 ARM: rmobile: Fix CONFIG_RMOBILE_BOARD_STRING by Marek Vasut · 7 years ago
  43. 2d0998c doc: rmobile: Update the README by Marek Vasut · 7 years ago
  44. 031f404 clk: renesas: Drop USB extal from the R8A7792 clock driver by Marek Vasut · 7 years ago
  45. ad24b5f Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  46. c9cfd72 MAINTAINERS: Switch nxp.com domain by Fabio Estevam · 7 years ago
  47. 0d9087b drivers:power:max77693: remove redundant logical constraint by Heinrich Schuchardt · 7 years ago
  48. 94a5bbc mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is defined by Hannes Schmelzer · 7 years ago
  49. 576a018 mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE by Hannes Schmelzer · 7 years ago
  50. 2d2fe8e mmc: fix return value check condition by Peng Fan · 7 years ago
  51. a47a6bb samsung: board: init the s2mps11 pmic during booting time by Jaehoon Chung · 7 years ago
  52. b69b5d5 Prepare v2018.05-rc3 by Tom Rini · 7 years ago
  53. d7a0fc8 usb: f_mass_storage: simplify logical expression by Heinrich Schuchardt · 7 years ago
  54. 629c3b4 usb: gadget: remove duplicate assignment. by Heinrich Schuchardt · 7 years ago
  55. 0c67fef Merge git://git.denx.de/u-boot-imx by Tom Rini · 7 years ago
  56. 472d070a Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  57. 9d74c70 tools: mkimage: Check for datafile when type is script by Alex Kiernan · 7 years ago
  58. 29438ed2 tools: mkenvimage: Fix possible segfault on stdin input by Alexander Dahl · 7 years ago
  59. 277e4df tools: mkenvimage: Fix read() stdin error handling by Alexander Dahl · 7 years ago
  60. 75f2c86 serial: serial_stm32: Rename status register flags by Patrice Chotard · 7 years ago
  61. 24af24b serial: serial_stm32: Enable overrun by Patrice Chotard · 7 years ago
  62. 236fc69 spl: disk: usb: Add dependencies to sprintf/strto* by Alex Kiernan · 7 years ago
  63. 93c4d21 Consolidate __assert_failed into one implementation by Alex Kiernan · 7 years ago
  64. d07d0a0 spl: Disable printf if not required by Alex Kiernan · 7 years ago
  65. 5b40428 spl: Split sprintf, strto* from SPL serial in Kconfig by Alex Kiernan · 7 years ago
  66. df0df67 spl: ti: Avoid serial calls when serial support is disabled by Alex Kiernan · 7 years ago
  67. 44ad550 spl: Add dependency on serial to Ymodem by Alex Kiernan · 7 years ago
  68. ea7ecea Cleanup CONFIG_SPL_SERIAL_SUPPORT migration by Alex Kiernan · 7 years ago
  69. b09f892 spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT by Alex Kiernan · 7 years ago
  70. 89498f0 test: dm: regmap: fix license header by Masahiro Yamada · 7 years ago
  71. 7b16925 arm: move SYS_ARCH_TIMER to KConfig by Andre Przywara · 7 years ago
  72. 047a475 ARM: qemu-arm: Dynamically determine timer frequency by Tuomas Tynkkynen · 7 years ago
  73. 2cbc120 configs: Resync with savedefconfig by Tom Rini · 7 years ago
  74. e4ce795 distro: select CMD_ENV_EXISTS by Masahiro Yamada · 7 years ago
  75. 9afc6c5 distro: use imply to enable DISTRO_DEFAULTS as SoC default by Masahiro Yamada · 7 years ago
  76. 574a2ba powerpc: fix typo in kgdb.c by Heinrich Schuchardt · 7 years ago
  77. dcf36e9 lib/rsa: Kconfig: Remove superfluous 'depends on RSA' by Eugeniu Rosca · 7 years ago
  78. 0419a9b Migrate IMAGE_FORMAT_LEGACY to Kconfig by Alex Kiernan · 7 years ago
  79. 74bad68 cmd: CONFIG_CMD_LOG select CONFIG_LOG by Heinrich Schuchardt · 7 years ago
  80. c861bd0 log: CONFIG_LOG should select CONFIG_DM by Heinrich Schuchardt · 7 years ago
  81. 79d6643 kbuild: use -fmacro-prefix-map to make __FILE__ a relative path by Masahiro Yamada · 7 years ago
  82. f2c8470 serial: Migrate CONFIG_FSL_LINFLEXUART to Kconfig by Tuomas Tynkkynen · 7 years ago
  83. 91ebc36 ARM: s32v234evb: Set CONFIG_DM & CONFIG_DM_SERIAL in Kconfig by Tuomas Tynkkynen · 7 years ago
  84. e33932b configs: Drop CONFIG_NET_MULTI by Tom Rini · 7 years ago
  85. da62bb9 clang: Update documentation by Tom Rini · 7 years ago
  86. d5c883b Makefile: Update clang warning disables from Linux by Tom Rini · 7 years ago
  87. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  88. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  89. 65d2190 ARM: mxs: support full SPL framework by Mans Rullgard · 7 years ago
  90. 2f66b40 ARM: mxs: move spl data by Mans Rullgard · 7 years ago
  91. 6b2e26f ARM: spl: include arm/thumb glue sections by Mans Rullgard · 7 years ago
  92. 96db04f ARM: arm926ejs: fix lowlevel_init call by Mans Rullgard · 7 years ago
  93. 04ef865 ARM: mxs: make lowlevel_init() weak by Mans Rullgard · 7 years ago
  94. e5ab15f Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  95. 5503894 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  96. 6e451dd Merge git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  97. 2c0f3ae arm: socfpga: Fix with the correct polling on bit is set by Tien Fong Chee · 7 years ago
  98. 0c1b62c usb: gadget: composite: fix NULL pointer when a non standard request is received by Christophe Kerello · 7 years ago
  99. 08de06f usb: host: dwc3: fix phys init by Neil Armstrong · 7 years ago
  100. fbea881 ARM: rmobile: Fix PMIC address on E2 Silk by Marek Vasut · 7 years ago