aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-19mmc: add API to do eMMC hardware partitioningDiego Santa Cruz1-0/+155
2015-01-19mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz1-1/+3
2015-01-19mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz1-23/+35
2015-01-19mmc: read the high capacity WP group size for eMMCDiego Santa Cruz1-0/+6
2015-01-19mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz1-2/+1
2015-01-19mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz1-0/+15
2015-01-19mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz1-0/+1
2015-01-19mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz1-22/+30
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz1-0/+3
2015-01-19mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu3-0/+705
2015-01-16Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini3-2/+160
2015-01-16powerpc: 74xx_7xx: remove 74xx_7xx cpu supportMasahiro Yamada1-5/+0
2015-01-16ppc4xx: remove dead codeMasahiro Yamada1-10/+0
2015-01-14Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini2-63/+1
2015-01-14sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede1-203/+10
2015-01-14sunxi: axp221: Add support for controlling the drivebus pinHans de Goede1-0/+36
2015-01-14sunxi: axp221: Protect axp221_init against multiple callsHans de Goede1-0/+6
2015-01-14sunxi: axp221: correct ALDO2 description for sun6iChen-Yu Tsai1-5/+5
2015-01-14sunxi: video: Add support for external DAC enable pinChen-Yu Tsai1-0/+14
2015-01-14sunxi: video: Add lvds supportHans de Goede1-2/+35
2015-01-14sunxi: video: Add a hpd_delay parameter to configure hpd delayHans de Goede1-4/+5
2015-01-14sunxi: video: Add VGA output supportHans de Goede1-8/+52
2015-01-14sunxi: video: Fallback from HDMI to VGA on boards with VGAHans de Goede1-22/+29
2015-01-14sunxi: video: Add support for using PORTD hsync/vsync pins with tcon1Hans de Goede1-3/+19
2015-01-14sunxi: video: Use sunxi_lcdc_get_clk_delay to calculate tcon1 delayHans de Goede1-3/+3
2015-01-14sunxi: video: Remove sunxi_display.enabled variableHans de Goede1-6/+6
2015-01-14sunxi: video: Add support for VGA via external DACs connected to the LCD pinsHans de Goede1-0/+14
2015-01-14sunxi: video: Enable video on sun8i, which supports LCD but not HDMIHans de Goede1-4/+26
2015-01-14sunxi: video: Add lcd output supportHans de Goede1-9/+171
2015-01-14sunxi: video: Move sunxi_drc_initHans de Goede1-14/+12
2015-01-14sunxi: video: Modify sunxi_lcdc_pll_set to work with both tcon0 and tcon1Hans de Goede1-7/+24
2015-01-14sunxi: video: Prepare for lcd supportHans de Goede1-32/+70
2015-01-14sunxi: video: Improve monitor video-mode option handlingHans de Goede1-16/+47
2015-01-14sunxi: gpio: Add support for gpio pins on the AXP209 pmicHans de Goede2-0/+102
2015-01-14sunxi: video: Set input sync enableHans de Goede1-23/+4
2015-01-14sunxi: video: Give hotplug-detect (hpd) signal some time to show upHans de Goede1-2/+6
2015-01-14sunxi: video: When using edid use CEA681 extension blocks to select hdmi outputHans de Goede1-9/+34
2015-01-14sunxi: video: Add sunxi_hdmi_edid_get_block helper functionHans de Goede1-11/+20
2015-01-14sunxi: video: Add hdmi supportHans de Goede1-5/+61
2015-01-14sunxi: video: Add DDC & EDID supportHans de Goede1-1/+153
2015-01-14sunxi: video: Add hpd optionHans de Goede1-9/+17
2015-01-14sunxi: video: Add support for video-mode environment variableHans de Goede1-3/+13
2015-01-14sunxi: video: Use video-mode/-timing from videomodesHans de Goede2-31/+12
2015-01-14videomodes: Add video_edid_dtd_to_ctfb_res_modes helper functionHans de Goede2-0/+76
2015-01-14videomodes: Add helper functions to parse video-mode env-var extra optionsHans de Goede2-1/+64
2015-01-14videomodes: Add video_get_ctfb_res_modes helper functionHans de Goede2-0/+45
2015-01-14videomodes: Add a bunch of high res modesHans de Goede2-1/+9
2015-01-14videomodes: Add (vesa) standard timingsHans de Goede1-0/+9
2015-01-14videomodes: Add pixelclock_khz and refresh fields to ctfb_res_modesHans de Goede2-7/+11
2015-01-14sunxi: axp221: Explicitly turn off unused voltagesHans de Goede2-14/+104