1. 1586206 ARM: mvebu: rename armada-385-amc.dts to armada-385-db-88f6820-amc.dts by Chris Packham · 6 years ago
  2. 9e86fcb ARM: kirkwood: remove obsolete call to icache_enable by Leigh Brown · 6 years ago
  3. 199e318 arm: mvebu: Add DB-XC3-24G4XG board by Chris Packham · 6 years ago
  4. 7ce3f8c arm: mvebu: NAND clock support for MSYS devices by Chris Packham · 6 years ago
  5. a8f845e arm: mvebu: Add Marvell's integrated CPUs by Chris Packham · 6 years ago
  6. 1f1b3e9 arm: mvebu: Fix Kconfig dependency warnings by Stefan Roese · 6 years ago
  7. f00854f arm: mvebu: AXP: Enhance PCIe port capability configuration by Stefan Roese · 6 years ago
  8. 23964a8 cmd: add wdt command by Michael Walle · 6 years ago
  9. 4f5cb5a arm: kirkwood: lsxl: enable DM for SATA by Michael Walle · 6 years ago
  10. 99e92d9 sata: sata_mv: add orion-sata compatible string by Michael Walle · 6 years ago
  11. 692b978 sata: sata_mv: support kirkwood architecture by Michael Walle · 6 years ago
  12. 9d49a1e sata: sata_mv: use correct format specifier in debug() by Michael Walle · 6 years ago
  13. 3af4996 arm: mvebu: ds412: Enable CONFIG_BLK by Stefan Roese · 6 years ago
  14. 2f19ac2 arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION by Baruch Siach · 6 years ago
  15. 15c5ba5 mvebu: drop dangling SPI flash comments and #ifdefs by Baruch Siach · 6 years ago
  16. e8c193e arm: mvebu: clearfog: document eMMC installation by Baruch Siach · 6 years ago
  17. 0b2822a git-mailrc: update the kirkwood entry by Baruch Siach · 6 years ago
  18. 74765de ata: ahci_mvebu: add support for Armada 38x by Baruch Siach · 6 years ago
  19. b590a14 ARM: mvebu: define board_ahci_enable() for A38x by Baruch Siach · 6 years ago
  20. ab124a1 ARM: kirkwood: enable CONFIG_DM_USB for nas220 by Chris Packham · 6 years ago
  21. 03392e3 ARM: kirkwood: enable CONFIG_DM_USB for lschlv2 and lsxhl by Chris Packham · 6 years ago
  22. 22c70b7 ARM: kirkwood: enable CONFIG_DM_USB for goflexhome by Chris Packham · 6 years ago
  23. feb0375 ARM: kirkwood: enable CONFIG_DM_USB for ds109 by Chris Packham · 6 years ago
  24. 75b7d7c ARM: kirkwood: enable CONFIG_DM_USB for dns325 by Chris Packham · 6 years ago
  25. 3c2aa64 ARM: kirkwood: enable CONFIG_DM_USB for {dream, guru, sheeva}plug by Chris Packham · 6 years ago
  26. a9b00ee ARM: kirkwood: remove kw_config_adr_windows by Chris Packham · 6 years ago
  27. 968856c ARM: kirkwood: switch to using mvebu mbus by Chris Packham · 6 years ago
  28. 6dd11c2 ARM: kirkwood: remove KW_DEFADR_PCI_IO_REMAP by Chris Packham · 6 years ago
  29. 4b32bb7 ARM: kirkwood: rename KW_CPU_WIN_BASE to MVEBU_CPU_WIN_BASE by Chris Packham · 6 years ago
  30. 8c4c5e9 Makefile: Correct logic for DM_SCSI + unconverted drivers check by Stefan Roese · 6 years ago
  31. 8c8b15b arm: mvebu: theadorable: Add test for ctrl-c in PCIe PEX switch test by Stefan Roese · 6 years ago
  32. c3f5b1b arm: mvebu: db-mv784mp-gp_defconfig: Enable CONFIG_BLK by Stefan Roese · 6 years ago
  33. ff39680 arm: mvebu: theadorable_debug_defconfig: Enable CONFIG_BLK by Stefan Roese · 6 years ago
  34. e85955c sata: sata_mv: Add DM support to enable CONFIG_BLK usage by Stefan Roese · 6 years ago
  35. 229b0e5 tools: kwbimage: don't adjust for image_header for Armada MSYS by Chris Packham · 6 years ago
  36. 17ca143 arm: mvebu: x530: Enable watchdog in SPL and U-Boot by Chris Packham · 6 years ago
  37. c4f0d03 watchdog: orion_wdt: take timeout value in ms by Chris Packham · 6 years ago
  38. 7d1e45e watchdog: orion_wdt: support SPL usage by Chris Packham · 6 years ago
  39. 7d64c8f arm: sync armada-xp dts files from Linux 5.0 by Chris Packham · 6 years ago
  40. e4c1bbf Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  41. 507ea28 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  42. e9f03d7 Merge branch '2019-04-09-master-imports-fs' by Tom Rini · 6 years ago
  43. d7e439c test.py: Disable fsck for FAT tests for now by Tom Rini · 6 years ago
  44. 003ab30 Fix ext4 block group descriptor sizing by Benjamin Lim · 6 years ago
  45. 9320e2b test/py: mmc: Add 'mmc read' performance check by Marek Vasut · 6 years ago
  46. d9b1ef3 test/py: mmc: Add 'mmc info' test by Marek Vasut · 6 years ago
  47. faaa690 test/py: mmc: Add 'mmc rescan' test by Marek Vasut · 6 years ago
  48. 6476d85 test/py: mmc: Add 'mmc dev' test by Marek Vasut · 6 years ago
  49. 72bf72d test/py: mmc: Factor out device selection by Marek Vasut · 6 years ago
  50. ccea733 fs: fat: fix reading non-cluster-aligned root directory by Anssi Hannula · 6 years ago
  51. 785dfea fs: ext4: Problem with ext4load and sparse files by Gero Schumacher · 6 years ago
  52. 8aea8a6 test: fs: Added tests for symlinks by Jean-Jacques Hiblot · 6 years ago
  53. bc23748 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  54. 448dd27 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
  55. d192136 fs: ext4: constify the buffer passed to write functions by Jean-Jacques Hiblot · 6 years ago
  56. d2fd35c test: fs: Add filesystem integrity checks by Jean-Jacques Hiblot · 6 years ago
  57. 5390ced test: fs: disable the metadata checksums on ext4 filesystems by Jean-Jacques Hiblot · 6 years ago
  58. 02d6ca7 fs: ext4: cache extent data by Stephen Warren · 6 years ago
  59. 34f4431 ARM: rmobile: rcar-common: Zap arch_preboot_os() by Eugeniu Rosca · 6 years ago
  60. b65f765 ARM: dts: rmobile: Enable USB on E2 Alt by Marek Vasut · 6 years ago
  61. 7b6b65a ARM: rmobile: alt: Increase USB power-good delay by Marek Vasut · 6 years ago
  62. f6cf4ba net: sh_eth: Initialize PHY in probe() once by Marek Vasut · 6 years ago
  63. fde558e ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.0 by Marek Vasut · 6 years ago
  64. a44796c ARM: dts: rmobile: Synchronize Gen2 DTs with Linux 5.0 by Marek Vasut · 6 years ago
  65. 88e81ec pinctrl: renesas: Synchronize Gen3 tables with Linux 5.0 by Marek Vasut · 6 years ago
  66. 0913c7a pinctrl: renesas: Synchronize Gen2 tables with Linux 5.0 by Marek Vasut · 6 years ago
  67. 267be13 pinctrl: renesas: Add TDSEL fixup for H2/E2 ES1.0 SoCs by Marek Vasut · 6 years ago
  68. 7841483 clk: renesas: Synchronize Gen3 tables with Linux 5.0 by Marek Vasut · 6 years ago
  69. 3bee488 clk: renesas: Synchronize Gen2 tables with Linux 5.0 by Marek Vasut · 6 years ago
  70. 5d611db ARM: rmobile: Add R8A77965 M3NULCB support by Marek Vasut · 6 years ago
  71. 5b3233e ARM: dts: rmobile: Import R8A77965 M3NULCB DTs by Marek Vasut · 6 years ago
  72. 72269e0 pinctrl: renesas: Add R8A77965 pin control tables by Marek Vasut · 6 years ago
  73. 98c2058 clk: renesas: Add R8A77965 clock tables by Marek Vasut · 6 years ago
  74. f843f25 ARM: rmobile: Add dedicated R8A77965 SoC support by Marek Vasut · 6 years ago
  75. c625994 ARM: rmobile: Enable multi-DTB fit LZO compression by Marek Vasut · 6 years ago
  76. aeaa29d lib: fdt: Allow LZO and GZIP DT compression in U-Boot by Marek Vasut · 6 years ago
  77. 42e5c03 lib: fdt: Allow enabling both LZO and GZIP DT compression by Marek Vasut · 6 years ago
  78. bca66e2 ARM: renesas: Save boot parameters passed in by ATF by Marek Vasut · 6 years ago
  79. 7c74842 lib: fdt: Split fdtdec_setup_memory_banksize() by Marek Vasut · 6 years ago
  80. fa8df03 lib: fdt: Split fdtdec_setup_mem_size_base() by Marek Vasut · 6 years ago
  81. f0c7fdc spl: ymodem: Move GZ handling out of YModem session by Marek Vasut · 6 years ago
  82. 09e84ec spl: ymodem: Terminate YModem session on error by Marek Vasut · 6 years ago
  83. 27c3cfd Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 6 years ago
  84. 7783697 Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmel by Tom Rini · 6 years ago
  85. 15287f0 usb: ehci-mx6: Use common code to extract dr_mode by Adam Ford · 6 years ago
  86. 93431a8 usb: Make portspeed return a read-only string by Ismael Luceno Cortes · 6 years ago
  87. f58affe usb: host: Print device name when scanning by Ismael Luceno Cortes · 6 years ago
  88. 4029180 net: macb: Add small delay after link establishment by Stefan Roese · 6 years ago
  89. 13c9c92 pinctrl: at91: add slewrate support for SAM9X60 by Claudiu Beznea · 6 years ago
  90. d95dae1 pinctrl: at91: add compatibles for SAM9X60 pin controller by Claudiu Beznea · 6 years ago
  91. e42e6c6 pinctrl: at91: add drive strength support for SAM9X60 by Claudiu Beznea · 6 years ago
  92. ac3bfe9 pinctrl: at91: add option to use drive strength bits by Claudiu Beznea · 6 years ago
  93. dadede5 arm: at91: Add gardena-gateway-at91sam support by Stefan Roese · 6 years ago
  94. 9be1ee8 arm: at91: at91sam9x5.dtsi: Add watchdog handle by Stefan Roese · 6 years ago
  95. 67bcbef arm: at91: siemens: Add support to generate combined SPL+U-Boot image by Stefan Roese · 6 years ago
  96. e915cbc Makefile: Add Kconfig option CONFIG_SPL_IMAGE to select the SPL binary by Stefan Roese · 6 years ago
  97. 26c8ce7 Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directory by Stefan Roese · 6 years ago
  98. 9e35086 arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds by Stefan Roese · 6 years ago
  99. b9998fe arm: at91: Enable watchdog support by Stefan Roese · 6 years ago
  100. 1138fc4 arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT by Stefan Roese · 6 years ago