summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-21dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N1-0/+44
2016-01-21dm: core: Provide uclass_find_device_by_phandle() only when neededSimon Glass1-0/+4
2016-01-20spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R1-3/+3
2016-01-20arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...Sergey Temerkhanov1-0/+22
2016-01-20arm: serial: Add debug UART capability to the pl01x driverSergey Temerkhanov1-0/+28
2016-01-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-26/+26
2016-01-19power: regulator: max77686: Don't use switch() on boolsTom Rini1-20/+8
2016-01-19spi: rk_spi: Fix debug format warningTom Rini1-1/+1
2016-01-19pci_rom.c: Fix may be used uninitialized warningTom Rini1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini45-561/+47
2016-01-17Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-7/+21
2016-01-16net: pcnet: refactor mapping of virtual addresses to physical onesDaniel Schwierzeck1-7/+21
2016-01-16Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-1/+2
2016-01-16arm: socfpga: set the fpga global bit to disable HPS to FPGA signalsDinh Nguyen1-1/+1
2016-01-16ddr: altera: Init the rule ID in debug codeMarek Vasut1-0/+1
2016-01-16usb: host: ehci-vf: Implement board_usb_phy_mode weak functionSanchayan Maity1-0/+10
2016-01-16usb: host: ehci-vf: Remove hardcoded USB host client configurationSanchayan Maity1-5/+0
2016-01-16usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li1-11/+3
2016-01-15Merge git://git.denx.de/u-boot-rockchipTom Rini2-1/+9
2016-01-15dm: pci: Avoid a memory leak when allocating the ROMSimon Glass1-12/+33
2016-01-15dm: pci: Add a 'fall through' commentSimon Glass1-0/+1
2016-01-15dm: spi_flash: Allow the uclass to work without printf()Simon Glass1-1/+7
2016-01-15mmc: rockchip: the non-removable property must point to emmchuang lin1-0/+2
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten25-30/+30
2016-01-14Merge git://www.denx.de/git/u-boot-marvellTom Rini15-188/+1384
2016-01-14mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BITPhil Sutter2-11/+11
2016-01-14drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter1-0/+14
2016-01-14axp: Fix debugging support in DDR3 write levelingPhil Sutter1-2/+2
2016-01-14drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLYPhil Sutter1-1/+1
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese3-6/+6
2016-01-14arm: mvebu: Make ECC support configurable on Armada XPStefan Roese2-0/+8
2016-01-14sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill2-0/+1046
2016-01-14net: mvneta: Convert to driver modelStefan Roese1-98/+132
2016-01-14spi: kirkwood_spi.c: Add driver model supportStefan Roese1-63/+159
2016-01-14spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese1-13/+28
2016-01-14arm: mvebu: ddr: Fix compilation warningStefan Roese2-17/+0
2016-01-14net: lpc32xx: fix ignored MDIO busy wait status on readVladimir Zapolskiy1-7/+7
2016-01-14serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy1-39/+64
2016-01-14ums: support multiple LUNs at onceStephen Warren2-13/+16
2016-01-14mmc: store hwpart in the block deviceStephen Warren3-27/+26
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren10-26/+43
2016-01-14Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2-1/+10
2016-01-14Merge git://git.denx.de/u-boot-netTom Rini3-112/+5
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N1-4/+27
2016-01-13drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N1-0/+187
2016-01-13spi: Add support for dual and quad modeMugunthan V N1-1/+37
2016-01-13drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N1-126/+153
2016-01-13drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N1-60/+60
2016-01-13drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N1-2/+2
2016-01-13sf: Make IO modes at last in read modesJagan Teki2-3/+3