aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-22video: sunxi: Hook up SSD2828 with the sunxi video driverSiarhei Siamashka1-0/+38
2015-01-22video: Add support for SSD2828 (parallel LCD to MIPI bridge)Siarhei Siamashka4-0/+616
2015-01-22sunxi: axp221: Add ELDO[1-3] supportSiarhei Siamashka2-0/+43
2015-01-22sunxi: axp209: Disable interrupts when intializing the axp209Hans de Goede1-1/+13
2015-01-22sunxi: mmc: Add support for sun9i (A80)Hans de Goede1-2/+14
2015-01-22sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede1-1/+1
2015-01-22sunxi: display: Make lcd display clk phase configurableHans de Goede1-6/+1
2015-01-20Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini4-25/+987
2015-01-19mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov1-2/+5
2015-01-19mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov1-0/+12
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz1-0/+2
2015-01-19mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz1-0/+39
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-18usb: eth: asix88179: add ability to modify MAC addressRene Griessl1-0/+14
2015-01-18musb-new: Add interrupt queue supportHans de Goede1-0/+65
2015-01-18musb-new: Add urb and hep parameters to construct_urbHans de Goede1-32/+31
2015-01-18musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede4-3/+14
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-11/+20
2015-01-18musb-new: Fix interrupt transfers not workingHans de Goede1-1/+1
2015-01-18musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede1-8/+8
2015-01-18musb-new: Add sunxi musb controller supportHans de Goede2-0/+280
2015-01-18musb-new: Add register defines for different reg layout on sunxiHans de Goede1-0/+92
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede1-2/+2
2015-01-18usb: gadget: pxa25x_udc: fix use-before-initialized bugAlex Sadovsky1-2/+2
2015-01-18usb: gadget: f_dfu: Add get_alt function to pass the USB compliance testStefan Roese1-0/+8
2015-01-18usb: gadget: composite: Fix NULL pointer crash in USB compliance testStefan Roese1-0/+8
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