aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-17sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass1-0/+13
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass1-1/+5
2014-03-17sound: Move Samsung-specific code into its own fileSimon Glass3-221/+210
2014-03-17sandbox: Add LCD driverSimon Glass3-0/+84
2014-03-17sandbox: Add a simple sound driverSimon Glass2-0/+25
2014-03-17cros_ec: Implement I2C pass-throughSimon Glass1-2/+268
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass3-0/+576
2014-03-17cros_ec: Correct comparison between signed and unsigned numbersSimon Glass1-16/+18
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler2-0/+36
2014-03-17cros_ec: Add base support for protocol v3Simon Glass1-1/+164
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler3-44/+47
2014-03-17cros_ec: Sync up with latest Chrome OS EC versionSimon Glass1-16/+17
2014-03-17cros_ec: Move #ifdef to permit flash region accessSimon Glass1-1/+2
2014-03-17cros_ec: Support systems with no EC interruptSimon Glass1-4/+30
2014-03-17cros_ec: Drop old EC version support from EC driverVadim Bendebury2-89/+6
2014-03-17cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass1-0/+50
2014-03-17mtd: spi: Fix page size for S25FL032P,S25FL064PMarek Vasut1-1/+15
2014-03-17spi: atmel_dataflash: Simplify AT91F_SpiEnable implementationAxel Lin1-19/+12
2014-03-17sf: ops: Squash the malloc+memset comboJagannadha Sutradharudu Teki1-2/+6
2014-03-17sf: Squash the malloc+memset comboMarek Vasut1-2/+1
2014-03-17sf: Add S25FL128S_256K IDsMarek Vasut1-0/+1
2014-03-17sf: Fix entries for S25FL256S_256K and S25FL512S_256KMarek Vasut1-2/+2
2014-03-12usb: net: introduce support for Moschip USB ethernetGerhard Sittig3-0/+820
2014-03-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-2/+210
2014-03-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-487/+11
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren5-485/+5
2014-03-10usb: ehci: fully align interrupt QHs/QTDsStephen Warren1-2/+4
2014-03-10ush: ehci: initialize altnext pointers in QHStephen Warren1-0/+2
2014-03-10cfb_console: align fields in gzipped .bmp filesEric Nelson1-2/+6
2014-03-10ahci: wait longer for link.Ian Campbell1-1/+1
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell1-0/+5
2014-03-09mtd: nand: atmel: prepare for nand spl boot supportBo Shen1-0/+208
2014-03-07ppc4xx: Remove 4xx NAND booting supportStefan Roese1-13/+0
2014-03-07net/phy: Correct AR8021 phy_maskHaijun.Zhang1-1/+1
2014-03-07net: asix: don't pad odd-length TX packetsStephen Warren1-2/+0
2014-03-04Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2-392/+186
2014-03-04mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta2-2/+2
2014-03-04mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta2-2/+2
2014-03-04mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers int...pekon gupta2-2/+1
2014-03-04sandbox: Convert GPIOs to use driver modelSimon Glass1-78/+139
2014-03-04dm: Add GPIO support and testsSimon Glass2-0/+268
2014-03-04dm: Add a demonstration/example driverSimon Glass5-0/+288
2014-03-04dm: Add base driver model supportSimon Glass6-0/+934
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin4-4/+4
2014-03-04drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N1-2/+2
2014-03-04serial: zynq: Add OF initialization supportMichal Simek1-0/+28
2014-03-04mmc: zynq: Add OF initialization supportMichal Simek1-0/+29
2014-03-04net: gem: Add OF initialization supportMichal Simek1-0/+42
2014-03-04net: emaclite: Fix OF initializationMichal Simek1-8/+9
2014-03-03mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemespekon gupta1-90/+71