1. 022a99d sunxi_nand_spl: Add support for sun4i and sun5i SoCs by Hans de Goede · 9 years ago
  2. 31c2147 sunxi_nand_spl: Make sure the DMA controller is enabled by Hans de Goede · 9 years ago
  3. f62bfa5 sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary by Hans de Goede · 9 years ago
  4. 8addd3e sunxi: Drop LCD_MODE from A13-OLinuxIno defconfigs by Hans de Goede · 9 years ago
  5. f9a3728 sunxi: Add support for gt90h-v4 tablets by Hans de Goede · 9 years ago
  6. 7a0bbe6 sunxi: axp221: Allow specifying dcdc2 voltage via Kconfig by Hans de Goede · 9 years ago
  7. c1cfd51 sunxi: Display: Add support for eDP panels connected via an anx9804 bridge by Hans de Goede · 9 years ago
  8. 7d65e2c sunxi: Add support for the Auxtek-T003 HDMI stick by Hans de Goede · 9 years ago
  9. 39920c8 sunxi: display: Add composite video out support by Hans de Goede · 9 years ago
  10. ad00829 sunxi: nand: Add pinmux and clock settings for NAND support by Karol Gugala · 9 years ago
  11. ab27f30 sunxi: Drop our own copy of the USB_KEYBOARD options by Hans de Goede · 9 years ago
  12. 6bed24c sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  13. b0c8f4a Kill unneeded #include <linux/kconfig.h> by Masahiro Yamada · 9 years ago
  14. d42faf3 sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · 9 years ago
  15. 48c06c9 sunxi: usb-phy: Add support for reading otg id pin value by Hans de Goede · 9 years ago
  16. bf5b9b1 sunxi: spl: Remove redundant check from `board_mmc_init` for signature by Daniel Kochmański · 9 years ago
  17. 645c48f sunxi: Create helper function veryfing valid boot signature on MMC by Daniel Kochmański · 9 years ago
  18. 4e87398 sunxi: Add Sinlinx SinA33 defconfig by Chen-Yu Tsai · 9 years ago
  19. da9971d Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory" by Ian Campbell · 9 years ago
  20. c9bb942 Move default y configs out of arch/board Kconfig by Joe Hershberger · 9 years ago
  21. 277af82 sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default by Hans de Goede · 9 years ago
  22. 373a6cb sunxi: Rename Astar_MID756 to Et_q8_v1_6 to match kernel dts name by Hans de Goede · 9 years ago
  23. 2c23da0 sunxi: Add new Mele_A1000G_quad defconfig by Hans de Goede · 9 years ago
  24. 563e53e Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  25. 6eed378 net: Move the CMD_NET config to defconfigs by Joe Hershberger · 9 years ago
  26. 014414f ARM: sunxi: Enable PSCI for sun8i by Chen-Yu Tsai · 9 years ago
  27. cc08ea4 ARM: sunxi: Enable PSCI for sun6i by Chen-Yu Tsai · 9 years ago
  28. f76eba3 sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory by Daniel Kochmański · 9 years ago
  29. 9d1111b sun9i: Add Merrii_A80_Optimus board / defconfig file by Hans de Goede · 10 years ago
  30. 1871a8c sun9i: Basic sun9i (A80) support by Hans de Goede · 10 years ago
  31. 93fc39a sunxi: Remove support for building "old-fashioned" fel binaries by Hans de Goede · 9 years ago
  32. 5bfdca0 sunxi: VBUS detection function fixup in g_dnl_board_usb_cable_connected by Paul Kocialkowski · 9 years ago
  33. 2c68c8a sunxi: Add ga10h v1.1 defconfig by Hans de Goede · 9 years ago
  34. 8975cdf sunxi: Make DRAM_ODT_EN Kconfig setting a bool by Hans de Goede · 9 years ago
  35. f9b08fb sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n by Hans de Goede · 9 years ago
  36. 9f85221 sunxi: Pass serial number through ATAG by Paul Kocialkowski · 10 years ago
  37. 8d837a1 sunxi: ehci: Convert to the driver-model by Hans de Goede · 9 years ago
  38. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  39. e13afee sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · 9 years ago
  40. 2aacc42 sunxi: usb: Rename the usbc.? files to usb_phy.? by Hans de Goede · 9 years ago
  41. 7b79865 sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar by Hans de Goede · 9 years ago
  42. b6006ba sunxi: Move all boards to the driver-model by Hans de Goede · 9 years ago
  43. 25acd33 sunxi: dts: Add a CONFIG_DEFAULT_DEVICE_TREE setting to all sunxi boards by Hans de Goede · 9 years ago
  44. 2fcf033 sunxi: axp: Move axp gpio code to a separate axpi-gpio driver by Hans de Goede · 9 years ago
  45. 4f7e01c sunxi: soft-i2c: Fix gpio handling to work with the driver-model by Hans de Goede · 9 years ago
  46. 8760d75 sunxi: Add Ippo_q8h_v1_2_a33_1024x600 defconfig by Hans de Goede · 10 years ago
  47. 8681de3 sunxi: Add softwinner astar mid756 A33 tablet board defconfig by Vishnu Patekar · 10 years ago
  48. 8c3dacf sunxi: Add basic A33 basic support by Vishnu Patekar · 10 years ago
  49. 5e6bacd sunxi: s/sun8i/sun8i_a23/ by Hans de Goede · 10 years ago
  50. 44d8ae5 sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool by Hans de Goede · 10 years ago
  51. 9efaca3 ahci: mmio_base is a virtual address by Scott Wood · 9 years ago
  52. 5b4c6f2 dm: sunxi: Support driver model for Ethernet by Simon Glass · 10 years ago
  53. 6c739c5 sunxi: Complete i2c support for each supported platform by Paul Kocialkowski · 9 years ago
  54. 1847c1d sunxi: iNet 3F support by Paul Kocialkowski · 9 years ago
  55. 96fc68c sunxi: iNet 3W support by Paul Kocialkowski · 9 years ago
  56. 1d1bce8 sunxi: Proper iNet board config naming by Paul Kocialkowski · 9 years ago
  57. 8e2fc52 sunxi: Removed dram files cleanup in MAINTAINERS by Paul Kocialkowski · 9 years ago
  58. 8c81657 sunxi: Serial number support, obtained from SID bits by Paul Kocialkowski · 10 years ago
  59. 849d597 sunxi: Yones Toptech BD1078 support by Paul Kocialkowski · 10 years ago
  60. 8deacca sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig by Paul Kocialkowski · 10 years ago
  61. 487b327 sunxi: GPIO pin mux hardware-feature-specific function index defines by Paul Kocialkowski · 10 years ago
  62. 81f1187 sunxi: Ainol AW1 support by Paul Kocialkowski · 10 years ago
  63. f1df758 sunxi: USB download gadget cable detection by Paul Kocialkowski · 10 years ago
  64. ebd468b sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · 10 years ago
  65. d3aa051 sun6i: Add support for the Mixtile LOFT-Q board by Han Pengfei · 10 years ago
  66. 662e2ac sunxi: UTOO_P66: Add missing MAINTAINERS entry by Hans de Goede · 10 years ago
  67. e71b422 sunxi: use CONFIG_SYS_CLK_FREQ to set cpu clock by Iain Paton · 10 years ago
  68. 1fc4201 sunxi: video: Fix VIDEO_LCD_PANEL_I2C being enabled by default by Hans de Goede · 10 years ago
  69. b4db74c sunxi: Add Wexler TAB7200 support by Aleksei Mamlin · 10 years ago
  70. 5112703 sun7i: Add support for the Orange Pi Mini board by Hans de Goede · 10 years ago
  71. 9ad4c22 sun7i: Add support for the Orange Pi board by Hans de Goede · 10 years ago
  72. 9ee5485 sun7i: Add support for the Wits Pro A20 DKT board by Hans de Goede · 10 years ago
  73. 25dab88 sunxi: Add support for the Forfun Q88DB tablet by Jens Lucius · 10 years ago
  74. 4485753 sun6i: Add support for the Mele I7 board by Marcus Cooper · 10 years ago
  75. 5516d5c sun7i: Add support for the MK808C board by Marcus Cooper · 10 years ago
  76. a4f1734 sunxi: Add support for the Jesurun Q5 board by Gábor Nyers · 10 years ago
  77. 8d6e18d sunxi: Make CONFIG_DRAM_TPR3 apply to sun[57]i by Adam Sampson · 10 years ago
  78. 52defe8 sunxi: musb: Check Vbus-det before enabling otg port power by Hans de Goede · 10 years ago
  79. aad2ac2 sunxi: video: Add support for tl059wv5c0 lcd panels by Hans de Goede · 10 years ago
  80. 5541008 sunxi: video: Add support for LCD panels which need to be configured via i2c by Hans de Goede · 10 years ago
  81. 242e3d8 sunxi: video: Add support for LCD reset pin by Hans de Goede · 10 years ago
  82. 942cb0b sunxi: Normalise FEL support by Simon Glass · 10 years ago
  83. 8910a7d sunxi: MAINTAINERS: drop no longer existing felconfig-s from MAINTAINERS by Hans de Goede · 10 years ago
  84. e8f768a sunxi: Ampe A76 support by Paul Kocialkowski · 10 years ago
  85. 47e3501 sunxi: dram: Support more sun[457]i dram parameters in Kconfig by Siarhei Siamashka · 10 years ago
  86. d133647 sunxi: dram: Optionally use standard JEDEC timings for sun[457]i by Siarhei Siamashka · 10 years ago
  87. fb75d97 sunxi: video: Force h/vsync active high when using ext. vga dac on some boards by Hans de Goede · 10 years ago
  88. 8d0df9b sunxi: Add Inet 86VS support by Michal Suchanek · 10 years ago
  89. 29dd7d8 sunxi: TZX-Q8-713B7 support by Paul Kocialkowski · 10 years ago
  90. 00f120b sunxi: Add Linksprite_pcDuino3_Nano board / defconfig by Adam Sampson · 10 years ago
  91. 11dfef0 sunxi: MAINTAINERS: sort entries alphabetically by Hans de Goede · 10 years ago
  92. 40d0cdd sunxi: Remove CONFIG_TARGET_FOO for sun5i and sun7i boards by Hans de Goede · 10 years ago
  93. c13f60d sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig option by Hans de Goede · 10 years ago
  94. e1a0888 sunxi: Convert sun5i boards to use auto dram configuration by Hans de Goede · 10 years ago
  95. faffd4a sunxi: Add Hyundai A7HD support by Hans de Goede · 10 years ago
  96. a7403ae sunxi: video: Make pwm polarity configurable by Hans de Goede · 10 years ago
  97. c17fb11 sunxi: Add support for Mele M5. by Ian Campbell · 10 years ago
  98. 389046b sunxi: Convert sun7i boards to use auto dram configuration by Hans de Goede · 10 years ago
  99. 56333be sunxi: Drop qt840a_defconfig by Hans de Goede · 10 years ago
  100. 89c95b0 sunxi: Add new Chuwi V7 CW0825 board / defconfig by Hans de Goede · 10 years ago