summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| * | sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problemsHans de Goede2015-01-22-4/+130
| * | video: ssd2828: Allow using 'pclk' as the PLL clock sourceSiarhei Siamashka2015-01-22-7/+28
| * | video: sunxi: Hook up SSD2828 with the sunxi video driverSiarhei Siamashka2015-01-22-0/+38
| * | video: Add support for SSD2828 (parallel LCD to MIPI bridge)Siarhei Siamashka2015-01-22-0/+616
| * | sunxi: axp221: Add ELDO[1-3] supportSiarhei Siamashka2015-01-22-0/+43
| * | sunxi: axp209: Disable interrupts when intializing the axp209Hans de Goede2015-01-22-1/+13
| * | sunxi: mmc: Add support for sun9i (A80)Hans de Goede2015-01-22-2/+14
| * | sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede2015-01-22-1/+1
| * | sunxi: display: Make lcd display clk phase configurableHans de Goede2015-01-22-6/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2015-01-22-13/+678
|\ \ \
| * | | net/vsc9953: Add driver for Vitesse VSC9953 L2 Switch IPCodrin Ciubotariu2015-01-16-0/+498
| * | | net/fm: Enable FMAN ports if l2switch ports are connected over SGMIICodrin Ciubotariu2015-01-16-1/+2
| * | | net/fm: Fix error when FMAN MAC has no PHYCodrin Ciubotariu2015-01-16-12/+18
| * | | phylib: add support for aquantia PHYsShaohui Xie2015-01-16-0/+160
* | | | Merge branch 'phys_t' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-22-5/+6
|\ \ \ \
| * | | | mmc: zynq: Use phys_addr_t for addressesMichal Simek2015-01-21-2/+2
| * | | | net: ll_temac: Fix compilation warning because of phys_addr_tMichal Simek2015-01-21-1/+1
| * | | | net: gem: Use phys_addr_t instead of int for addressesMichal Simek2015-01-21-2/+3
| | |/ / | |/| |
* | | | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-22-5/+19
|\ \ \ \ | |/ / / |/| | |
| * | | fpga: xilinx: Show fpga info if definedMichal Simek2015-01-21-4/+5
| * | | fpga: xilinx: Check if fpga operations are definedMichal Simek2015-01-21-2/+15
| * | | fpga: Export fpga_get_desc for SPLMichal Simek2015-01-21-1/+1
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-01-20-25/+987
|\ \ \
| * | | mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov2015-01-19-2/+5
| * | | mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov2015-01-19-0/+12
| * | | mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz2015-01-19-0/+2
| * | | mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz2015-01-19-0/+39
| * | | mmc: add API to do eMMC hardware partitioningDiego Santa Cruz2015-01-19-0/+155
| * | | mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz2015-01-19-1/+3
| * | | mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz2015-01-19-23/+35
| * | | mmc: read the high capacity WP group size for eMMCDiego Santa Cruz2015-01-19-0/+6
| * | | mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz2015-01-19-2/+1
| * | | mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz2015-01-19-0/+15
| * | | mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz2015-01-19-0/+1
| * | | mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz2015-01-19-22/+30
| * | | mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz2015-01-19-0/+3
| * | | mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu2015-01-19-0/+705
| | |/ | |/|
* | | usb: eth: asix88179: add ability to modify MAC addressRene Griessl2015-01-18-0/+14
* | | musb-new: Add interrupt queue supportHans de Goede2015-01-18-0/+65
* | | musb-new: Add urb and hep parameters to construct_urbHans de Goede2015-01-18-32/+31
* | | musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede2015-01-18-3/+14
* | | musb-new: Fix reset sequence when in host modeHans de Goede2015-01-18-11/+20
* | | musb-new: Fix interrupt transfers not workingHans de Goede2015-01-18-1/+1
* | | musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede2015-01-18-8/+8
* | | musb-new: Add sunxi musb controller supportHans de Goede2015-01-18-0/+280
* | | musb-new: Add register defines for different reg layout on sunxiHans de Goede2015-01-18-0/+92
* | | usb: Add an interval parameter to create_int_queueHans de Goede2015-01-18-2/+2
* | | usb: gadget: pxa25x_udc: fix use-before-initialized bugAlex Sadovsky2015-01-18-2/+2
* | | usb: gadget: f_dfu: Add get_alt function to pass the USB compliance testStefan Roese2015-01-18-0/+8
* | | usb: gadget: composite: Fix NULL pointer crash in USB compliance testStefan Roese2015-01-18-0/+8
|/ /