aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-01-14arm: mvebu: Add DM and OF_CONTROL support to SPLStefan Roese3-9/+13
2016-01-13part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier1-4/+4
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N1-0/+11
2016-01-13power: pmic.h: Drop include <spi.h>Jagan Teki1-1/+0
2016-01-13am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N1-0/+2
2016-01-13dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for splMugunthan V N1-0/+5
2016-01-13spi: Add support for dual and quad modeMugunthan V N1-0/+2
2016-01-13spi: Add SPI_TX_DUAL modeJagan Teki1-1/+2
2016-01-13sf: Make IO modes at last in read modesJagan Teki1-1/+1
2016-01-13spi: Minor cleanupJagan Teki1-16/+16
2016-01-13spi: Use BIT macroJagan Teki1-19/+19
2016-01-13spi: Fix bit assignment with flagsJagan Teki1-3/+3
2016-01-13spi: Move flags macro's to spi_slave{} membersJagan Teki1-8/+7
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki1-3/+3
2016-01-13spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki1-4/+4
2016-01-13spi: Remove SPI_OPM_RX_DIO|QIOFJagan Teki1-2/+0
2016-01-13spi: Remove SPI_OPM_RX_EXTNJagan Teki1-3/+0
2016-01-13sf: Remove spi_flash_removeJagan Teki1-2/+0
2016-01-13spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki1-2/+2
2016-01-13spi: Use mode instead of op_mode_txJagan Teki1-6/+2
2016-01-13spi: make mode visible to both dm and non-dmJagan Teki1-2/+2
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese1-0/+21
2016-01-12rockchip: Use the debug UART on rk3036Simon Glass1-0/+2
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass1-4/+2
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass1-0/+4
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass1-1/+1
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass1-0/+59
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-1/+1
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass1-3/+3
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass1-20/+3
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass1-0/+9
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass1-0/+10
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass1-0/+12
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass1-1/+1
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass1-2/+2
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass1-2/+2
2016-01-08Merge git://git.denx.de/u-boot-rockchipTom Rini1-0/+1
2016-01-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-0/+3
2016-01-08cyrus: Enable STDIO deregisterAndy Fleming1-0/+1
2016-01-08arm64: Juno/FVP: adjust kernel load addressAndre Przywara1-2/+2
2016-01-08include: Correct "requset" typoes in misc.hRobert P. J. Day1-2/+2
2016-01-08rockchip: Fix the configuration for chromebook_jerrySimon Glass1-0/+1
2016-01-07usb: Allow up to 7 storage devicesSimon Glass1-1/+1
2016-01-07imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov1-0/+1
2016-01-07imx: mx6ul: disable VIDEO for SPLPeng Fan1-0/+2
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson1-1/+6
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini3-1/+26
2016-01-03ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl registerEric Nelson1-0/+2
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns1-0/+12
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns1-2/+3