1. c02f052 video: sunxi: Hook up SSD2828 with the sunxi video driver by Siarhei Siamashka · 10 years ago
  2. 4c19cf2 video: Add support for SSD2828 (parallel LCD to MIPI bridge) by Siarhei Siamashka · 10 years ago
  3. 7e4eb6c sunxi: axp221: Add ELDO[1-3] support by Siarhei Siamashka · 10 years ago
  4. c004b9f sunxi: axp209: Disable interrupts when intializing the axp209 by Hans de Goede · 10 years ago
  5. f1865db sunxi: mmc: Add support for sun9i (A80) by Hans de Goede · 10 years ago
  6. 8c83657 sunxi: mmc: Use a realistic timeout when sending a mmc command by Hans de Goede · 10 years ago
  7. 481b664 sunxi: display: Make lcd display clk phase configurable by Hans de Goede · 10 years ago
  8. 7e33006 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  9. ccb7b04 mmc: Skip changing bus width for MMC cards earlier than version 4.0 by Andrew Gabbasov · 10 years ago
  10. c1b2cf0 mmc: Avoid redundant switching to 1-bit bus width for MMC cards by Andrew Gabbasov · 10 years ago
  11. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  12. 8020027 mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · 10 years ago
  13. 69eb71a0 mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  14. ca25e06 mmc: the ext_csd data may be used during init even if reading failed by Diego Santa Cruz · 10 years ago
  15. a7a7599 mmc: eMMC partitioning data is not effective till partitioning completed by Diego Santa Cruz · 10 years ago
  16. 61b78fe mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · 10 years ago
  17. 747f6fa mmc: fix erase_grp_size computation with high-capacity size definition by Diego Santa Cruz · 10 years ago
  18. 3b62d84 mmc: read the size of eMMC enhanced user data area by Diego Santa Cruz · 10 years ago
  19. e5a2a3a mmc: computation of eMMC GP partition size was missing 512 KiB factor by Diego Santa Cruz · 10 years ago
  20. cea8c5c mmc: incomplete test to switch to high-capacity group size definitions by Diego Santa Cruz · 10 years ago
  21. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  22. 3ec5f86 mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoC by Nobuhiro Iwamatsu · 10 years ago
  23. eecc3ce usb: eth: asix88179: add ability to modify MAC address by Rene Griessl · 10 years ago
  24. 83b1897 musb-new: Add interrupt queue support by Hans de Goede · 10 years ago
  25. 39b0845 musb-new: Add urb and hep parameters to construct_urb by Hans de Goede · 10 years ago
  26. 0e4da95 musb-new: Properly remove a transfer from the schedule on timeout by Hans de Goede · 10 years ago
  27. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  28. 24fd777 musb-new: Fix interrupt transfers not working by Hans de Goede · 10 years ago
  29. 8de4ded musb-new: Use time based timeouts rather then cpu-cycles based timeouts by Hans de Goede · 10 years ago
  30. 9c4f11d musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago
  31. 21d7705 musb-new: Add register defines for different reg layout on sunxi by Hans de Goede · 10 years ago
  32. bbd2d2a usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
  33. 6f9d973 usb: gadget: pxa25x_udc: fix use-before-initialized bug by Alex Sadovsky · 10 years ago
  34. 5a6b873 usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test by Stefan Roese · 10 years ago
  35. a56fbcc usb: gadget: composite: Fix NULL pointer crash in USB compliance test by Stefan Roese · 10 years ago
  36. 868ba89 Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  37. 31e68c6 powerpc: 74xx_7xx: remove 74xx_7xx cpu support by Masahiro Yamada · 10 years ago
  38. 60275dd ppc4xx: remove dead code by Masahiro Yamada · 10 years ago
  39. 86a6b44d4 Merge branch 'next' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
  40. a144198 sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg by Hans de Goede · 10 years ago
  41. 230fed4 sunxi: axp221: Add support for controlling the drivebus pin by Hans de Goede · 10 years ago
  42. 4e2d76e sunxi: axp221: Protect axp221_init against multiple calls by Hans de Goede · 10 years ago
  43. 1413574 sunxi: axp221: correct ALDO2 description for sun6i by Chen-Yu Tsai · 10 years ago
  44. 9ed1952 sunxi: video: Add support for external DAC enable pin by Chen-Yu Tsai · 10 years ago
  45. 797a0f5 sunxi: video: Add lvds support by Hans de Goede · 10 years ago
  46. 9159371 sunxi: video: Add a hpd_delay parameter to configure hpd delay by Hans de Goede · 10 years ago
  47. 260f520 sunxi: video: Add VGA output support by Hans de Goede · 10 years ago
  48. 7977ec2 sunxi: video: Fallback from HDMI to VGA on boards with VGA by Hans de Goede · 10 years ago
  49. c3d1504 sunxi: video: Add support for using PORTD hsync/vsync pins with tcon1 by Hans de Goede · 10 years ago
  50. ac5d43d sunxi: video: Use sunxi_lcdc_get_clk_delay to calculate tcon1 delay by Hans de Goede · 10 years ago
  51. 83243c4 sunxi: video: Remove sunxi_display.enabled variable by Hans de Goede · 10 years ago
  52. ac1633c sunxi: video: Add support for VGA via external DACs connected to the LCD pins by Hans de Goede · 10 years ago
  53. e954459 sunxi: video: Enable video on sun8i, which supports LCD but not HDMI by Hans de Goede · 10 years ago
  54. 7e68a1b sunxi: video: Add lcd output support by Hans de Goede · 10 years ago
  55. 115e4b4 sunxi: video: Move sunxi_drc_init by Hans de Goede · 10 years ago
  56. c5a3b4b sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1 by Hans de Goede · 10 years ago
  57. 4125f92 sunxi: video: Prepare for lcd support by Hans de Goede · 10 years ago
  58. a0b1b73 sunxi: video: Improve monitor video-mode option handling by Hans de Goede · 10 years ago
  59. 1fc9c4a sunxi: gpio: Add support for gpio pins on the AXP209 pmic by Hans de Goede · 10 years ago
  60. 9557669 sunxi: video: Set input sync enable by Hans de Goede · 10 years ago
  61. 205a30c sunxi: video: Give hotplug-detect (hpd) signal some time to show up by Hans de Goede · 10 years ago
  62. 1ff6cc4 sunxi: video: When using edid use CEA681 extension blocks to select hdmi output by Hans de Goede · 10 years ago
  63. 45b8f7b sunxi: video: Add sunxi_hdmi_edid_get_block helper function by Hans de Goede · 10 years ago
  64. a2017e8 sunxi: video: Add hdmi support by Hans de Goede · 10 years ago
  65. a5aa95f sunxi: video: Add DDC & EDID support by Hans de Goede · 10 years ago
  66. 695bda4 sunxi: video: Add hpd option by Hans de Goede · 10 years ago
  67. 3f21d2a sunxi: video: Add support for video-mode environment variable by Hans de Goede · 10 years ago
  68. ccb0ed5 sunxi: video: Use video-mode/-timing from videomodes by Hans de Goede · 10 years ago
  69. e4e7ee6 videomodes: Add video_edid_dtd_to_ctfb_res_modes helper function by Hans de Goede · 10 years ago
  70. 350a9d6 videomodes: Add helper functions to parse video-mode env-var extra options by Hans de Goede · 10 years ago
  71. 2e2732d videomodes: Add video_get_ctfb_res_modes helper function by Hans de Goede · 10 years ago
  72. d01b2b5 videomodes: Add a bunch of high res modes by Hans de Goede · 10 years ago
  73. eb66210 videomodes: Add (vesa) standard timings by Hans de Goede · 10 years ago
  74. 226ac61 videomodes: Add pixelclock_khz and refresh fields to ctfb_res_modes by Hans de Goede · 10 years ago
  75. be4929c sunxi: axp221: Explicitly turn off unused voltages by Hans de Goede · 10 years ago
  76. 7865548 sunxi: axp221: Make dcdc1 voltage configurable by Hans de Goede · 10 years ago
  77. 75916ff sunxi: axp221: Add Kconfig help and sane defaults for typical ldo usage by Hans de Goede · 10 years ago
  78. 1dd334b sunxi: axp221: Add axp223 support by Hans de Goede · 10 years ago
  79. 06da346 mmc: sunxi: Fix misuse of gpio_direction_input() by Axel Lin · 10 years ago
  80. 65142e9 sun6i: axp221: Add axp221_get_sid function by Hans de Goede · 10 years ago
  81. 06bfab0 sunxi: mmc: Properly setup mod-clk and clock sampling phases by Hans de Goede · 10 years ago
  82. ee27db3 pmic: add tps62362 simple wrapper code by Felipe Balbi · 10 years ago
  83. d90e236 mtd: OMAP: Enable GPMC prefetch mode by Daniel Mack · 10 years ago
  84. c8921be x86: Make chromebook_link the default board for coreboot by Bin Meng · 10 years ago
  85. c49a8f8 x86: pci: Display vesa modes in hex by Simon Glass · 10 years ago
  86. f689808 x86: video: Add debug option to time the BIOS copy by Simon Glass · 10 years ago
  87. ed33cb8 x86: pci: Don't return a vesa mode when there is not video by Simon Glass · 10 years ago
  88. d40aeb2 x86: video: Add a debug() to display the frame buffer address by Simon Glass · 10 years ago
  89. b2cfbd6 x86: Use ePAPR defined properties for x86-uart by Bin Meng · 10 years ago
  90. 0203c1c serial: ns16550: Support ns16550 compatible pci uart devices by Bin Meng · 10 years ago
  91. 779847e fdt: Add several apis to decode pci device node by Bin Meng · 10 years ago
  92. f1b81fc pci: Make pci apis usable before relocation by Bin Meng · 10 years ago
  93. 5aec581 lcd: remove LCD_MONOCHROME by Nikita Kiryanov · 10 years ago
  94. 57198d2 mpc8xx_lcd: get rid of CONFIG_EDT32F10 by Nikita Kiryanov · 10 years ago
  95. fa88cc5 lcd: remove CONFIG_SYS_INVERT_COLORS by Nikita Kiryanov · 10 years ago
  96. 8d10054 mtd: nand: do not scan BBT after scrub by Masahiro Yamada · 10 years ago
  97. 8c6c14a mtd: nand: Mark the BBT as scanned prior to calling scan_bbt again by Masahiro Yamada · 10 years ago
  98. f5a1902 mtd: nand: revive "nand scrub" command by Masahiro Yamada · 10 years ago
  99. 0d0c47e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  100. 1c5f966 qspi:fsl implement AHB read by Peng Fan · 10 years ago