summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add more SPDX-License-Identifier tagsTom Rini2016-01-1945-561/+47
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-01-161-7/+21
|\
| * net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck2016-01-161-7/+21
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-01-162-1/+2
|\ \
| * | arm: socfpga: set the fpga global bit to disable HPS to FPGA signalsDinh Nguyen2016-01-161-1/+1
| * | ddr: altera: Init the rule ID in debug codeMarek Vasut2016-01-161-0/+1
| |/
* | usb: host: ehci-vf: Implement board_usb_phy_mode weak functionSanchayan Maity2016-01-161-0/+10
* | usb: host: ehci-vf: Remove hardcoded USB host client configurationSanchayan Maity2016-01-161-5/+0
* | usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li2016-01-161-11/+3
|/
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-01-152-1/+9
|\
| * dm: spi_flash: Allow the uclass to work without printf()Simon Glass2016-01-151-1/+7
| * mmc: rockchip: the non-removable property must point to emmchuang lin2016-01-151-0/+2
* | dm: pci: Avoid a memory leak when allocating the ROMSimon Glass2016-01-151-12/+33
* | dm: pci: Add a 'fall through' commentSimon Glass2016-01-151-0/+1
* | Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-1425-30/+30
|/
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-01-1415-188/+1384
|\
| * mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BITPhil Sutter2016-01-142-11/+11
| * drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter2016-01-141-0/+14
| * axp: Fix debugging support in DDR3 write levelingPhil Sutter2016-01-141-2/+2
| * drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLYPhil Sutter2016-01-141-1/+1
| * arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese2016-01-143-6/+6
| * arm: mvebu: Make ECC support configurable on Armada XPStefan Roese2016-01-142-0/+8
| * sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill2016-01-142-0/+1046
| * net: mvneta: Convert to driver modelStefan Roese2016-01-141-98/+132
| * spi: kirkwood_spi.c: Add driver model supportStefan Roese2016-01-141-63/+159
| * spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese2016-01-141-13/+28
| * arm: mvebu: ddr: Fix compilation warningStefan Roese2016-01-142-17/+0
* | net: lpc32xx: fix ignored MDIO busy wait status on readVladimir Zapolskiy2016-01-131-7/+7
* | serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy2016-01-131-39/+64
* | ums: support multiple LUNs at onceStephen Warren2016-01-132-13/+16
* | mmc: store hwpart in the block deviceStephen Warren2016-01-133-27/+26
* | block: pass block dev not num to read/write/erase()Stephen Warren2016-01-1310-26/+43
* | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-01-132-1/+10
|\ \
| * | spl: dm: Add SPL_DM_SEQ_ALIAS config optionNathan Rossi2016-01-132-1/+10
* | | Merge git://git.denx.de/u-boot-netTom Rini2016-01-133-112/+5
|\ \ \ | |_|/ |/| |
| * | 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
* | | dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-131-4/+27
* | | drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N2016-01-131-0/+187
* | | spi: Add support for dual and quad modeMugunthan V N2016-01-131-1/+37
* | | 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
* | | sf: Make IO modes at last in read modesJagan Teki2016-01-132-3/+3
* | | spi: Rename op_mode_rx to mode_rxJagan Teki2016-01-133-3/+3
* | | spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki2016-01-132-2/+2
* | | sf: Write quad bit along with read statusJagan Teki2016-01-131-2/+2
* | | sf: Read back and check once macronix quad bit setJagan Teki2016-01-131-6/+12
* | | sf: Read back and check once spansion quad bit setJagan Teki2016-01-131-6/+12
OpenPOWER on IntegriCloud