summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* ar933x: serial: Remove the explicit pinctrl settingWills Wang2016-05-21-14/+2
* ath79: spi: Remove the explicit pinctrl settingWills Wang2016-05-21-12/+0
* mips: Report reloc information in bdinfoTim Chick2016-05-21-0/+2
* drivers: mtd: add Microchip PIC32 internal non-CFI flash driver.Purna Chandra Mandal2016-05-21-0/+452
* flash: add device ID for Microchip PIC32 internal flash.Purna Chandra Mandal2016-05-21-1/+4
* mips: ath79: add AP143 reference boardWills Wang2016-05-21-0/+359
* mips: ath79: add AP121 reference boardWills Wang2016-05-21-0/+343
* drivers: spi: add spi support for QCA/Atheros ath79 SOCsWills Wang2016-05-21-0/+269
* drivers: serial: add serial driver for ar933x SOCWills Wang2016-05-21-0/+298
* drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros qca953x.Wills Wang2016-05-21-0/+166
* drivers: pinctrl: Add simple pinctrl driver for Qualcomm/Atheros ar933x.Wills Wang2016-05-21-0/+151
* mips: ath79: add support for QCA953x SOCsWills Wang2016-05-21-1/+787
* mips: ath79: add support for AR933x SOCsWills Wang2016-05-21-0/+720
* mips: add base support for QCA/Atheros ath79 SOCsWills Wang2016-05-21-0/+1610
* Add support for 64-bit MIPS to examples/standaloneStanislav Galabov2016-05-21-0/+18
* Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov2016-05-21-44/+49
* Use CONFIG_IDE_SWAP_IO when running on big-endian MIPS (32 or 64-bit) in QEMU...Stanislav Galabov2016-05-21-0/+8
* Properly calculate ATA_SECTORWORDS, using a fixed-size integer, so it works f...Stanislav Galabov2016-05-21-1/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-17-2749/+5419
|\
| * dm: mmc: test: Add tests for MMCSimon Glass2016-05-17-3/+20
| * dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass2016-05-17-2/+6
| * dm: mmc: sandbox: Add an SD-card emulationSimon Glass2016-05-17-2/+143
| * dm: mmc: Add support for driver-model block devicesSimon Glass2016-05-17-30/+58
| * dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2016-05-17-0/+70
| * dm: mmc: Implement the MMC functions for block devicesSimon Glass2016-05-17-1/+109
| * dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass2016-05-17-1/+7
| * dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass2016-05-17-8/+4
| * dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass2016-05-17-3/+3
| * dm: mmc: Move the device list into a separate fileSimon Glass2016-05-17-121/+176
| * dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-17-1/+14
| * dm: blk: Add a comment as to why the bdev member is neededSimon Glass2016-05-17-0/+5
| * dm: part: Drop the block_drvr tableSimon Glass2016-05-17-64/+30
| * dm: part: Use the legacy block driver for hardware partition supportSimon Glass2016-05-17-11/+1
| * dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-17-0/+59
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-17-15/+22
| * dm: mmc: spl: Use the legacy block interface in SPLSimon Glass2016-05-17-0/+1
| * dm: mmc: Add a function to obtain the block deviceSimon Glass2016-05-17-0/+13
| * dm: mmc: Implement the select_hwpart() methodSimon Glass2016-05-17-0/+22
| * dm: mmc: Move mmc_switch_part() above its callersSimon Glass2016-05-17-24/+21
| * dm: blk: Free the block device name when unboundSimon Glass2016-05-17-2/+10
| * dm: core: Allow device names to be freed automaticallySimon Glass2016-05-17-0/+24
| * dm: blk: Fix allocation of block-device numberingSimon Glass2016-05-17-9/+9
| * dm: sandbox: Enable systemaceSimon Glass2016-05-17-0/+4
| * dm: systemace: Add driver-mode block-device supportSimon Glass2016-05-17-0/+44
| * dm: systemace: Reorder function to avoid forward declarataionsSimon Glass2016-05-17-31/+26
| * dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-17-8/+37
| * dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-17-1/+43
| * dm: sandbox: Enable SATASimon Glass2016-05-17-0/+3
| * dm: sata: Add support for driver-model block devicesSimon Glass2016-05-17-1/+30
| * dm: sandbox: Enable SCSISimon Glass2016-05-17-0/+6