summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4_common.c: Clean up failure cases in alloc_triple_indirect_blockTom Rini2016-01-131-5/+10
* ums: support multiple LUNs at onceStephen Warren2016-01-134-49/+121
* mmc: store hwpart in the block deviceStephen Warren2016-01-137-47/+40
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-1341-194/+224
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-133-15/+22
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-1310-49/+144
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-01-1320-3/+26
|\
| * arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configsNathan Rossi2016-01-136-1/+5
| * arm: mvebu: Select SPL_DM_SEQ_ALIASNathan Rossi2016-01-131-0/+1
| * arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configsNathan Rossi2016-01-1310-0/+10
| * spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2016-01-133-2/+10
* | Merge git://git.denx.de/u-boot-netTom Rini2016-01-135-148/+42
|\ \
| * | net: e1000: Mark _disable_wr() and _write_status() as __maybe_unusedBin Meng2015-12-211-5/+4
| * | net: e1000: Remove CONFIG_MVBC_1GBin Meng2015-12-211-2/+0
| * | net: e1000: Remove dead codes wrapped by #if 0Bin Meng2015-12-212-105/+1
| * | include: net: Simplify the usage of __always_inlineFabio Estevam2015-12-211-5/+4
| * | fdt: Rewrite the logic in fdt_fixup_ethernet()Bin Meng2015-12-211-21/+33
| * | fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()Bin Meng2015-12-211-11/+1
* | | hash.c: Conditionally compile hash_command, static hash_showTom Rini2016-01-132-38/+25
* | | part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2016-01-132-16/+21
* | | image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada2016-01-131-2/+1
* | | dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-132-4/+38
* | | power: pmic.h: Drop include <spi.h>Jagan Teki2016-01-131-1/+0
* | | defconfig: am437x_sk_evm: enable spi driver modelMugunthan V N2016-01-131-0/+3
* | | arm: dts: am4372: add qspi register maps for memory mapMugunthan V N2016-01-131-1/+4
* | | am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N2016-01-131-0/+2
* | | defconfig: dra74_evm: enable spi driver modelMugunthan V N2016-01-131-0/+2
* | | defconfig: dra72_evm: enable spi driver modelMugunthan V N2016-01-131-0/+2
* | | arm: dts: dra72-evm: add spi-flash comaptible for flashMugunthan V N2016-01-131-1/+1
* | | arm: dts: dra7-evm: add spi-flash comaptible for flashMugunthan V N2016-01-131-1/+1
* | | arm: dts: am437x-gp-evm: add spi-flash comaptible for flashMugunthan V N2016-01-131-1/+1
* | | arm: dts: dra7: add qspi register maps for memory map and control moduleMugunthan V N2016-01-131-2/+5
* | | drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N2016-01-131-0/+187
* | | dts: dra7: add spi alias for qspiMugunthan V N2016-01-131-0/+1
* | | dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N2016-01-131-0/+5
* | | spi: Add support for dual and quad modeMugunthan V N2016-01-132-1/+39
* | | drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N2016-01-131-126/+153
* | | drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N2016-01-131-60/+60
* | | drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N2016-01-131-2/+2
* | | spi: Add SPI_TX_DUAL modeJagan Teki2016-01-131-1/+2
* | | sf: Make IO modes at last in read modesJagan Teki2016-01-133-4/+4
* | | spi: Minor cleanupJagan Teki2016-01-131-16/+16
* | | spi: Use BIT macroJagan Teki2016-01-131-19/+19
* | | spi: Fix bit assignment with flagsJagan Teki2016-01-131-3/+3
* | | spi: Move flags macro's to spi_slave{} membersJagan Teki2016-01-131-8/+7
* | | spi: Rename op_mode_rx to mode_rxJagan Teki2016-01-134-6/+6
* | | spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki2016-01-133-6/+6
* | | spi: Remove SPI_OPM_RX_DIO|QIOFJagan Teki2016-01-131-2/+0
* | | spi: Remove SPI_OPM_RX_EXTNJagan Teki2016-01-131-3/+0
* | | sf: Write quad bit along with read statusJagan Teki2016-01-131-2/+2
OpenPOWER on IntegriCloud