1. 559ff9e board: sama5d2_xplained: add pda detect call at init time by Eugen Hristev · 6 years ago
  2. afaea1f board: atmel: add support for pda detection by Eugen Hristev · 6 years ago
  3. e425618 configs: sama5d4_xplained: add onewire and eeprom drivers by Eugen Hristev · 6 years ago
  4. cd83bb3 configs: sama5d2_ptc_ek: add onewire and eeprom drivers by Eugen Hristev · 6 years ago
  5. aadb422 configs: sama5d27_som1_ek: add onewire and eeprom drivers by Eugen Hristev · 6 years ago
  6. 2db0440 configs: sama5d3_xplained: add onewire and eeprom drivers by Eugen Hristev · 6 years ago
  7. d3d286d configs: sama5d2_xplained: add onewire and eeprom drivers by Eugen Hristev · 6 years ago
  8. 426e040 configs: sandbox: add onewire w1 and sandbox eeprom by Eugen Hristev · 6 years ago
  9. 81b8e96 sandbox: DTS: w1: add node for one wire interface on GPIO by Eugen Hristev · 6 years ago
  10. 0523a6c pinctrl: sandbox: add gpio onewire w1 group by Eugen Hristev · 6 years ago
  11. d05266f w1: add command for onewire protocol by Eugen Hristev · 6 years ago
  12. 6a984d6 dt-bindings: w1-eeprom: eep_sandbox: create bindings by Eugen Hristev · 6 years ago
  13. 84e55bd W1-EEPROM: add sandbox driver by Eugen Hristev · 6 years ago
  14. 0fb667a dt-bindings: w1-eeprom: ds24xxx: create bindings by Eugen Hristev · 6 years ago
  15. 0749f64 W1-EEPROM: add support for Maxim DS24 eeprom families by Maxime Ripard · 6 years ago
  16. 543b98c w1: identify devices with w1-eeprom uclass by Eugen Hristev · 6 years ago
  17. c924ee2 W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs by Maxime Ripard · 6 years ago
  18. e1721ba dt-bindings: W1: w1-gpio: added bindings for w1-gpio by Eugen Hristev · 6 years ago
  19. 73aea28 w1: Add 1-Wire gpio driver by Maxime Ripard · 6 years ago
  20. d3e19cf w1: Add 1-Wire uclass by Maxime Ripard · 6 years ago
  21. 6203000 common: Generic loader for file system by Tien Fong Chee · 6 years ago
  22. fc5ca3a doc: dtbinding: Add file system firmware loader binding document by Tien Fong Chee · 6 years ago
  23. 4502975 doc: Add new doc for file system firmware loader driver model by Tien Fong Chee · 6 years ago
  24. bc53d26 block: Add a function to find block device descriptor by Tien Fong Chee · 6 years ago
  25. 14dfc64 cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount() by Tien Fong Chee · 6 years ago
  26. 10c2044 cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount() by Tien Fong Chee · 6 years ago
  27. c1a65a8 video: Add support for Arm's Mali Display Processors by Liviu Dudau · 6 years ago
  28. 04187a8 patman: Detect missing tools and report them by Simon Glass · 6 years ago
  29. 6ed45ba binman: Support updating all device tree files by Simon Glass · 6 years ago
  30. 93d1741 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
  31. 539aece binman: Obtain the list of device trees from the config by Simon Glass · 6 years ago
  32. f46621d binman: Centralise device-tree updates within binman by Simon Glass · 6 years ago
  33. 2a72cc7 binman: Move state logic into the state module by Simon Glass · 6 years ago
  34. c55a50f binman: Move state information into a new module by Simon Glass · 6 years ago
  35. 6c234bf binman: Add an entry method for getting the default filename by Simon Glass · 6 years ago
  36. 746aee3 dtoc: Add a way to create an Fdt object from a data block by Simon Glass · 6 years ago
  37. 6434961 dtoc: Add methods for adding and updating properties by Simon Glass · 6 years ago
  38. e21c27a dtoc: Support adding new nodes by Simon Glass · 6 years ago
  39. af53f5a dtoc: Fixed endianness in Prop.GetEmpty() by Simon Glass · 6 years ago
  40. fa80c25 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
  41. 0bfa7b0 binman: Support building a selection of images by Simon Glass · 6 years ago
  42. a326b49 binman: Tidy up the vblock entry by Simon Glass · 6 years ago
  43. 35b384c binman: Add x86 support for starting TPL by Simon Glass · 6 years ago
  44. 0b48936 binman: Generate an error when text is not provided by Simon Glass · 6 years ago
  45. d178eab binman: Allow 'fill' entry to have a size of 0 by Simon Glass · 6 years ago
  46. f069303 binman: Move 'special properties' docs to README.entries by Simon Glass · 6 years ago
  47. 34967c2 fdt: Add Python support for adding/removing nodes by Simon Glass · 6 years ago
  48. 055da18 video: Add support for NXP's TDA19988 HDMI encoder by Liviu Dudau · 6 years ago
  49. 9ad93c0 ARM: dts: sun8i: Update A23/A33/r16 dts(i) files from Linux-v4.18-rc3 by Jagan Teki · 6 years ago
  50. b9d59d0 ARM: dts: sun7i: Update A20 dts(i) files from Linux-v4.18-rc3 by Jagan Teki · 6 years ago
  51. d1d4295 ARM: dts: sun6i: Update A31/A31s dts(i) files from Linux-v4.18-rc3 by Jagan Teki · 6 years ago
  52. 13b36fa ARM: dts: sun5i: Update A10s/A13/gr8/r8 dts(i) files from Linux-v4.18-rc3 by Jagan Teki · 6 years ago
  53. 3c92cca ARM: dts: sun4i: Update A10 dts(i) files from Linux-v4.18-rc3 by Jagan Teki · 6 years ago
  54. cc0dae0 include/video.h: Remove declaration of functions that don't exist. by Liviu Dudau · 6 years ago
  55. 47b11c8 video: cfb_console: flush cache in display_rle8_bitmap by Sébastien Szymanski · 6 years ago
  56. 3bf65cb cmd: Add osd commands by Mario Six · 6 years ago
  57. 87be2fe test: list: Add tests for hexdump.c by Mario Six · 6 years ago
  58. 41f67e3 test: Add ut_asserteq_mem by Mario Six · 6 years ago
  59. 4eea531 video_osd: Add osd sandbox driver and tests by Mario Six · 6 years ago
  60. 9671f69 video_osd: Add ihs_video_out driver by Mario Six · 6 years ago
  61. 39a336f drivers: Add OSD uclass by Mario Six · 6 years ago
  62. 662f381 dm: video: support more escape sequences by Heinrich Schuchardt · 6 years ago
  63. 5cb4860 dm: video: adjust struct vidconsole_priv description by Heinrich Schuchardt · 6 years ago
  64. 9cdbc90 MAINTAINERS: assign include/video*.h by Heinrich Schuchardt · 6 years ago
  65. 432054b powerpc: dts: Enable device tree support for T2080QDS by Jagdish Gediya · 6 years ago
  66. 3a2f59e powerpc: dts: Add u-boot.dtsi to use binman for MPC85xx boards by Jagdish Gediya · 6 years ago
  67. 96699f0 powerpc: mpc85xx: Use binman to embed dtb inside U-Boot by Jagdish Gediya · 6 years ago
  68. 52fcb71 powerpc: mpc85xx: Select BINMAN by default by Jagdish Gediya · 6 years ago
  69. 9d368f3 binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry by Jagdish Gediya · 6 years ago
  70. 94b57db binman: Add a new "skip-at-start" property in Section class by Jagdish Gediya · 6 years ago
  71. 7d7a8e9 powerpc/dts: Makefile changes to clean and build dts by Jagdish Gediya · 6 years ago
  72. 4d3294b powerpc/dts: Define '_end' symbol in mpc85xx U-Boot lds files by Jagdish Gediya · 6 years ago
  73. 26cbc0d armv7: ls102xa: Disable QE before enter deep sleep by Ran Wang · 6 years ago
  74. 247058b drivers: qe: Move CONFIG_U_QE to Kconfig by Ran Wang · 6 years ago
  75. db947fa net: fman: Support both new and legacy FMan Compatibles by Zhao Qiang · 6 years ago
  76. aea5cd7 ls2080ardb: remove dhcp function from env as boot source by Priyanka Jain · 6 years ago
  77. 863e42e ls1088a: remove dhcp function from u-boot env as boot source by Pramod Kumar · 6 years ago
  78. 7abf923 ls1012a: remove debug info from u-boot log by Pramod Kumar · 6 years ago
  79. 0c2255b armv8: ls1043a: enable icid setup for qman portals by Laurentiu Tudor · 6 years ago
  80. dc29a4c armv8: ls1043a: add icid setup support by Laurentiu Tudor · 6 years ago
  81. 2131079 armv8: ls1043a: advertise QMan v3 in configuration by Laurentiu Tudor · 6 years ago
  82. 6fae6a1 armv8: fsl-layerscape: add missing qe base address define by Laurentiu Tudor · 6 years ago
  83. 87519a9 driver: net: fsl-mc: Memset MC reserve ram memory before usage by Prabhakar Kushwaha · 6 years ago
  84. a78df40 u-boot: fixup the iommu-map property of fsl-mc node by Nipun Gupta · 6 years ago
  85. 1deae0c ls1012afrwy: Add ls1012afrwy revC board support. by Pramod Kumar · 6 years ago
  86. df983a7 scsi: ceva: add ls1021a soc support. by Peng Ma · 6 years ago
  87. c152334 arm: ls1021atwr: enable DM support for sata by Peng Ma · 6 years ago
  88. 9ed5ec9 armv7: dts: fsl-ls1021a: add sata node support enable sata for ls1021a-qds and ls1021a-twr by Peng Ma · 6 years ago
  89. 6862037 armv7: fsl: remove sata support by Peng Ma · 6 years ago
  90. cf2250e arm64: ls1043aqds: enable DM support for sata by Peng Ma · 6 years ago
  91. 822d060 scsi: ceva: add ls1043a soc support by Peng Ma · 6 years ago
  92. d921165 armv8: dts: fsl-ls1043a: add sata node support by Peng Ma · 6 years ago
  93. 32284f6 Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig by Yinbo Zhu · 6 years ago
  94. 46d471f armv7: ls1021a: enable esdhc by Yinbo Zhu · 6 years ago
  95. 2fd425f armv8: ls1046a: add eSDHC node by Yinbo Zhu · 6 years ago
  96. bdccf12 armv8: ls1043a: add eSDHC node by Yinbo Zhu · 6 years ago
  97. 585d357 armv8: ls1088a: add eSDHC node by Yinbo Zhu · 6 years ago
  98. 99e0071 armv8: ls2088a: add eSDHC node by Yinbo Zhu · 6 years ago
  99. 0fdf696 armv8/ls1088a/ls2088a: esdhc: Add esdhc clock support by Yinbo Zhu · 6 years ago
  100. c3ced8a ppa/fm/qe: use block layer in ppa/fm/qe driver by Yinbo Zhu · 6 years ago