summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-20/+14
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-01-132-2/+0
|\
| * arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configsNathan Rossi2016-01-131-1/+0
| * spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2016-01-131-1/+0
* | Merge git://git.denx.de/u-boot-netTom Rini2016-01-131-5/+4
|\ \
| * | include: net: Simplify the usage of __always_inlineFabio Estevam2015-12-211-5/+4
* | | hash.c: Conditionally compile hash_command, static hash_showTom Rini2016-01-131-15/+0
* | | part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2016-01-131-4/+4
* | | dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-131-0/+11
* | | power: pmic.h: Drop include <spi.h>Jagan Teki2016-01-131-1/+0
* | | am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N2016-01-131-0/+2
* | | 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-131-0/+2
* | | spi: Add SPI_TX_DUAL modeJagan Teki2016-01-131-1/+2
* | | sf: Make IO modes at last in read modesJagan Teki2016-01-131-1/+1
* | | 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-131-3/+3
* | | spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki2016-01-131-4/+4
* | | spi: Remove SPI_OPM_RX_DIO|QIOFJagan Teki2016-01-131-2/+0
* | | spi: Remove SPI_OPM_RX_EXTNJagan Teki2016-01-131-3/+0
* | | sf: Remove spi_flash_removeJagan Teki2016-01-131-2/+0
* | | spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki2016-01-131-2/+2
* | | spi: Use mode instead of op_mode_txJagan Teki2016-01-131-6/+2
* | | spi: make mode visible to both dm and non-dmJagan Teki2016-01-131-2/+2
* | | dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-121-0/+21
* | | rockchip: Use the debug UART on rk3036Simon Glass2016-01-121-0/+2
* | | dm: Convert PCI MMC over to use DM PCI APISimon Glass2016-01-121-4/+2
* | | dm: ahci: Convert to use new DM PCI APISimon Glass2016-01-121-0/+4
* | | dm: pci: Switch to DM API for PCI address mappingSimon Glass2016-01-121-1/+1
* | | dm: pci: Add driver model API functions for address mappingSimon Glass2016-01-121-0/+59
* | | dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass2016-01-121-1/+1
* | | dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass2016-01-121-3/+3
* | | dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass2016-01-121-20/+3
* | | dm: pci: Add a function to read a PCI BARSimon Glass2016-01-121-0/+9
* | | dm: pci: Add a driver-model version of pci_find_class()Simon Glass2016-01-121-0/+10
* | | dm: pci: Add a driver-model version of pci_find_device()Simon Glass2016-01-121-0/+12
* | | dm: pci: Use driver model PCI API in auto-configSimon Glass2016-01-121-1/+1
* | | dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass2016-01-121-2/+2
* | | dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-121-2/+2
| |/ |/|
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2016-01-081-0/+1
|\ \
| * | rockchip: Fix the configuration for chromebook_jerrySimon Glass2016-01-081-0/+1
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-01-082-0/+3
|\ \ \
| * | | imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov2016-01-071-0/+1
| * | | imx: mx6ul: disable VIDEO for SPLPeng Fan2016-01-071-0/+2
| |/ /
* | | cyrus: Enable STDIO deregisterAndy Fleming2016-01-081-0/+1
* | | arm64: Juno/FVP: adjust kernel load addressAndre Przywara2016-01-081-2/+2
* | | include: Correct "requset" typoes in misc.hRobert P. J. Day2016-01-081-2/+2
OpenPOWER on IntegriCloud