summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-20video: Drop unused console functionsSimon Glass2-76/+9
2015-11-20dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass1-90/+58
2015-11-20dm: tegra: Convert keyboard driver to driver modelSimon Glass1-132/+111
2015-11-20cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass2-7/+11
2015-11-20input: Add the keycode translation tables separatelySimon Glass3-9/+19
2015-11-20input: Return -ENOSPC when there is not spaceSimon Glass1-1/+2
2015-11-20dm: input: Create a keyboard uclassSimon Glass3-0/+102
2015-11-19Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini6-121/+20
2015-11-19Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini5-34/+315
2015-11-19zynq: sdhci: Define max clock by macroMichal Simek1-1/+1
2015-11-19net: zynq: Fix MDC setting for zynqMichal Simek1-1/+1
2015-11-19net: zynq: Remove unused MDCCLKDIV2 macroMichal Simek1-1/+0
2015-11-19net: zynq: Fix mdc clock division setting for 100Mbit/sMichal Simek1-2/+2
2015-11-19net: zynq: Wait till packet is sentMichal Simek1-1/+32
2015-11-19net: zynq: Disable secondary queuesEdgar E. Iglesias1-0/+26
2015-11-19net: zynq: Add dummy packet to fix packet duplication issueMichal Simek1-2/+8
2015-11-19net: zynq: Do not report TX underrunMichal Simek1-2/+0
2015-11-19net: zynq: Setup BD when structures are filledMichal Simek1-3/+3
2015-11-19net: zynq: Allocate BD_SPACE in connection to RX_BUFMichal Simek1-1/+1
2015-11-19dm: sf: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+23
2015-11-19dm: core: Add missing entries for manual relocationMichal Simek1-0/+8
2015-11-19dm: spi: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+20
2015-11-19net: zynq: Fix clearing statisticMichal Simek1-4/+3
2015-11-19net: zynq: Extend register description with offsetsMichal Simek1-15/+15
2015-11-19net: zynq: Add support for different PHY interface typesMichal Simek1-1/+8
2015-11-19net: zynq: Add debug message to phyread/phywriteMichal Simek1-1/+12
2015-11-19net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias3-0/+204
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-5/+12
2015-11-18altera_pio: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_qspi: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-18altera_tse: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-18altera_sysid: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_spi: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_timer: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_uart: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_jtag_uart: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18sf: Correct flash->flags for SST flashBin Meng1-4/+5
2015-11-18arm: mvebu: Fix SAR1_CPU_CORE_MASKDirk Eibach1-5/+2
2015-11-18arm: mvebu: a38x: Remove unsupported topologiesKevin Smith2-77/+0
2015-11-17spi: sf_ops: Check the return value from spi_flash_cmd_read_status()Fabio Estevam1-2/+8
2015-11-17sf: Add lock ops for SST SPI NOR flashFabio Estevam3-3/+5
2015-11-17sf: Remove eeprom_m95xxx test driverJagan Teki2-112/+0
2015-11-17spi: ti_qspi: Add dummy readl for bus syncVignesh R1-0/+2
2015-11-16Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-1/+25
2015-11-13Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparcTom Rini2-3/+22
2015-11-13sf: Fix NULL pointer exception for flashes without lock methodsBin Meng1-6/+12
2015-11-13sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief1-0/+8
2015-11-13sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom1-1/+1
2015-11-13sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom1-2/+13
2015-11-13Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini4-6/+502