aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-23x86: Support ROMs on other archsSimon Glass1-0/+6
2015-01-23x86: Correct endianness isues in pci_romSimon Glass1-11/+14
2015-01-23bios_emulator: Fix an #ifdef typo in the header fileSimon Glass1-1/+1
2015-01-23powerpc: mpc5xxx: remove Total5200 board supportMasahiro Yamada3-13/+0
2015-01-23powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boardsMasahiro Yamada1-5/+0
2015-01-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini11-20/+993
2015-01-23sunxi: video: Make pwm polarity configurableHans de Goede1-6/+11
2015-01-23sunxi: video: Add support for Hitachi tx18d42vm LVDS LCD panelsHans de Goede1-0/+5
2015-01-22Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini7-13/+678
2015-01-22video: Add support for Hitachi tx18d42vm LVDS LCD panelsHans de Goede4-3/+103
2015-01-22Merge branch 'phys_t' of git://www.denx.de/git/u-boot-microblazeTom Rini3-5/+6
2015-01-22Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2-5/+19
2015-01-22sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problemsHans de Goede1-4/+130
2015-01-22video: ssd2828: Allow using 'pclk' as the PLL clock sourceSiarhei Siamashka3-7/+28
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-21mmc: zynq: Use phys_addr_t for addressesMichal Simek1-2/+2
2015-01-21net: ll_temac: Fix compilation warning because of phys_addr_tMichal Simek1-1/+1
2015-01-21net: gem: Use phys_addr_t instead of int for addressesMichal Simek1-2/+3
2015-01-21fpga: xilinx: Show fpga info if definedMichal Simek1-4/+5
2015-01-21fpga: xilinx: Check if fpga operations are definedMichal Simek1-2/+15
2015-01-21fpga: Export fpga_get_desc for SPLMichal Simek1-1/+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