1. a1015ad exynos: video: Convert several boards to driver model for video by Simon Glass · 9 years ago
  2. 305f581 exynos: video: Rename variables for driver model by Simon Glass · 9 years ago
  3. b9b3813 exynos: video: Rename edp_device_info to exynos_dp_priv by Simon Glass · 9 years ago
  4. 6706367 exynos: dts: Add display-related device tree fragments by Simon Glass · 9 years ago
  5. bfd239c exynos: Simplify calling of exynos_dp_phy_ctrl() by Simon Glass · 9 years ago
  6. 114f836 exynos: Allow PWM0 pinmux to be set up by Simon Glass · 9 years ago
  7. 741b5ac dts: Add clock and regulator binding files for max77802 by Simon Glass · 9 years ago
  8. b4a967e exynos: Disable LCD display for boards we can't convert by Simon Glass · 9 years ago
  9. a216f72 exynos: Allow CONFIG_MISC_COMMON to be build without an LCD by Simon Glass · 9 years ago
  10. 238ba5c exynos: Allow tizen to be built without an LCD by Simon Glass · 9 years ago
  11. df8d8b8 exynos: dts: Add pwm device tree node by Simon Glass · 9 years ago
  12. 4947abc video: Add an enum for active low/high by Simon Glass · 9 years ago
  13. 636bf17 exynos: pwm: Add a driver for the exynos5 PWM by Simon Glass · 9 years ago
  14. c9ed7a4 exynos: video: Combine LCD driver into one file by Simon Glass · 9 years ago
  15. 6d23709 exynos: video: Move mipi_lcd_device_dt into a function by Simon Glass · 9 years ago
  16. ef4e779 exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo by Simon Glass · 9 years ago
  17. f013e7a exynos: video: Move dsim_config_dt into a function by Simon Glass · 9 years ago
  18. 0de7089 exynos: video: Drop static variables in exynos_dp_lowlevel.c by Simon Glass · 9 years ago
  19. 860ef00 exynos: video: Drop static variables in exynos_fb.c by Simon Glass · 9 years ago
  20. c7fdcd9 exynos: video: Drop static variables in exynos_fimd.c by Simon Glass · 9 years ago
  21. 4d022cc exynos: video: Drop the static lcd_base_addr variable by Simon Glass · 9 years ago
  22. 6d27559 exynos: video: Remove use of vidinfo_t typedef by Simon Glass · 9 years ago
  23. c0882ff exynos: video: Drop dead code by Simon Glass · 9 years ago
  24. bd40e2d exynos: video: Move driver files into their own directory by Simon Glass · 9 years ago
  25. 8d84faa board: samsung: add initial Espresso7420 board support by Thomas Abraham · 9 years ago
  26. d23cb31 arm: exynos: add support for Exynos7420 SoC by Thomas Abraham · 9 years ago
  27. a99ad39 arm: exynos: realign the code to allow support for newer 64-bit platforms by Thomas Abraham · 9 years ago
  28. c81fdbe serial: s5p: use clock api to get clock rate by Thomas Abraham · 9 years ago
  29. 214a395 serial: s5p: get the port id number from the alias of the device node by Thomas Abraham · 9 years ago
  30. e3fc84c clk: exynos: add clock driver for Exynos7420 Soc by Thomas Abraham · 9 years ago
  31. cf18bff pinctrl: Add pinctrl driver support for Exynos7420 SoC by Thomas Abraham · 9 years ago
  32. 87adc64 pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices by Thomas Abraham · 9 years ago
  33. c4a11bc Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  34. 39452be Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  35. 4f4e962 net: phy: dp83867: Add SGMII helper for configuration by Dan Murphy · 9 years ago
  36. 07cf56a net: phy: Add phy_interface_is_sgmii to phy.h by Dan Murphy · 9 years ago
  37. 63e3cde net: phy: Move is_rgmii helper to phy.h by Dan Murphy · 9 years ago
  38. 83fbd0a net: phy: ti: Allow the driver to be more configurable by Dan Murphy · 9 years ago
  39. bb5a566 net: phy: dp83867: Add device tree bindings and documentation by Dan Murphy · 9 years ago
  40. a582871 net: zynq_gem: Add the passing of the phy-handle node by Dan Murphy · 9 years ago
  41. 4b7b24e drivers: net: cpsw: Add reading of DT phy-handle node by Dan Murphy · 9 years ago
  42. 4938e43 defconfig: dra74_evm: enable eth driver model by Mugunthan V N · 9 years ago
  43. 0be2f62 defconfig: am437x_sk_evm: enable eth driver model by Mugunthan V N · 9 years ago
  44. 35e6625 defconfig: am437x_gp_evm: enable eth driver model by Mugunthan V N · 9 years ago
  45. 74b82da arm: dts: dra7: fix ethernet name with proper device address by Mugunthan V N · 9 years ago
  46. ef3ad7b arm: dts: dra7: add syscon node to cpsw to read mac address by Mugunthan V N · 9 years ago
  47. 511beae arm: dts: am4372: add syscon node to cpsw to read mac address by Mugunthan V N · 9 years ago
  48. 9e55635 drivers: net: cpsw: add support for reading mac address from efuse by Mugunthan V N · 9 years ago
  49. 77f7bc7 drivers: net: cpsw: fix get mdio base and gmii_sel reg from DT by Mugunthan V N · 9 years ago
  50. 9a9cde9 ARM: omap5: add platform specific ethernet phy modes configurations by Mugunthan V N · 9 years ago
  51. 13a27fd drivers: net: cpsw: fix cpsw dp parse when num slaves as 1 by Mugunthan V N · 9 years ago
  52. c6e44b7 ti_omap5_common: eth: do not define DM_ETH for spl by Mugunthan V N · 9 years ago
  53. 4666bd9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · 9 years ago
  54. 87b2c4e net: phy: Add PHY driver for mv88e61xx switches by Kevin Smith · 9 years ago
  55. b3072db net: Remove unused mv88e61xx switch driver by Kevin Smith · 9 years ago
  56. 8632fec Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  57. 470060f Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  58. 3917c4f ARM: zynq: Simplify zynq configuration by Michal Simek · 9 years ago
  59. 0b56710 phy: marvell: Do not reset phy after negotiation by Michal Simek · 9 years ago
  60. 24ce232 phy: Wire return value from phy_config() by Michal Simek · 9 years ago
  61. ebae78b image: Add boot_get_fpga() to load fpga with bootm by Michal Simek · 9 years ago
  62. 5ff8966 net: phy: Handle phy_startup() error codes properly by Michal Simek · 9 years ago
  63. cf6677b phy: Return correct error code when timeout happens by Michal Simek · 9 years ago
  64. dbc0cfc net: xilinx: Handle error value from phy_startup() by Michal Simek · 9 years ago
  65. 0a130b1 mkimage: Report information about fpga by Michal Simek · 9 years ago
  66. b563a6b fpga: Fix typo in function comment by Michal Simek · 9 years ago
  67. d969ea8 ARM64: zynqmp: Enable CLK framework by Michal Simek · 9 years ago
  68. 72536fd ARM64: zynqmp: Add SPL support support by Michal Simek · 9 years ago
  69. ba08753 ARM64: zynqmp: Add missing u-boot,dm-pre-reloc to DTSI by Michal Simek · 9 years ago
  70. d35e65d ARM64: zynqmp: Align gic ranges for 64k in device tree by Alexander Graf · 9 years ago
  71. fa12466 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 9 years ago
  72. 853fee2 SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode by Michal Simek · 9 years ago
  73. 42c8c41 ARM: zynq: Call ps7_post_config() for SPL by Michal Simek · 9 years ago
  74. cc991fc ARM64: zynqmp: Enable option to overwrite default variables by Michal Simek · 9 years ago
  75. 7a8465b spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · 9 years ago
  76. 3d2b0a4 ARM64: zynqmp: Add debug uart for zc1751-dc1 by Michal Simek · 9 years ago
  77. b09281b ARM64: zynqmp: Enable SPI_FLASH and FLASH_BAR for ep108 by Michal Simek · 9 years ago
  78. 526135a ARM64: zynqmp: Remove CONFIG_PREBOOT by Michal Simek · 9 years ago
  79. f669e22 ARM: zynq: Add support for SPL_LOAD_FIT by Michal Simek · 9 years ago
  80. f55688c ARM64: zynqmp: Wire up debug_uart setup by Michal Simek · 9 years ago
  81. fe87595 ARM64: zynqmp: Enable eMMC boot partitions commands by Michal Simek · 9 years ago
  82. eec32f6 ARM64: zynqmp: Add support for reading MAC from eeprom by Michal Simek · 9 years ago
  83. 0061556 ARM64: zynqmp: Enable missing distro default options by Michal Simek · 9 years ago
  84. 1f72e9c ARM64: zynqmp: Enable HUSH parser for all zynqmp targets by Michal Simek · 9 years ago
  85. e5b2948 ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus by Masahiro Yamada · 9 years ago
  86. 514281f gpio: zynq: Add support for reading gpio pin state by Michal Simek · 9 years ago
  87. fd63365 ARM: zynq: load u-boot.img whether CONFIG_OF_SEPARATE is defined or not by Masahiro Yamada · 9 years ago
  88. 4d88f1c ARM: sama5d2: Implement boot device autodetection by Marek Vasut · 9 years ago
  89. a93dac7 ARM: atmel: Enable FIT image support for SAMA5Dx by Marek Vasut · 9 years ago
  90. 709733b board: sama5d2_xplained: change SDHCI GCK's clock source to UPLL by Wenyou Yang · 9 years ago
  91. dcc8a84 ARM: at91: clock: complete the GCK's clock sources by Wenyou Yang · 9 years ago
  92. d47886e ARM: at91: clock: fix the GCK's clock source by Wenyou Yang · 9 years ago
  93. a141e5a board: atmel: sama5d2_xplained: fix the missing pin config of SDMMC0 by Wenyou Yang · 9 years ago
  94. b90c7cb board: atmel: add SAMA5D2 PTC Engineering board by Wenyou Yang · 9 years ago
  95. 0795a41 ARM: at91: sama5d2: add macro & field definitions by Wenyou Yang · 9 years ago
  96. 70eacf2 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  97. b858b6b Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  98. e4ce25f ARM: fix ifdef in ARMv8 lowlevel_init() again by Masahiro Yamada · 9 years ago
  99. 1f54cbb SPL: fat: Fix spl_parse_image_header() return value handling by Tom Rini · 9 years ago
  100. d74ea96 omap3: Fix SPI registers on am33xx and am43xx by Martin Hejnfelt · 9 years ago