summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop CONFIG_ISA_KEYBOARDSimon Glass2015-11-194-19/+0
* x86: Add an i8042 device for boards that have itSimon Glass2015-11-1910-8/+29
* input: Add a Kconfig option for the i8042 keyboardSimon Glass2015-11-191-0/+10
* input: i8042: Convert to use the input librarySimon Glass2015-11-191-424/+69
* input: Allow updating of keyboard LEDsSimon Glass2015-11-192-1/+22
* input: Handle caps lockSimon Glass2015-11-191-5/+8
* input: Adjust structure of code in process_modifier()Simon Glass2015-11-191-13/+14
* input: Support the German keymapSimon Glass2015-11-195-16/+102
* sandbox: add a sandbox timer and basic testThomas Chou2015-11-1910-0/+106
* common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou2015-11-191-1/+1
* input: Allow repeat filtering to be disabledSimon Glass2015-11-192-2/+26
* input: Add a function to add a keycode to the existing setSimon Glass2015-11-192-4/+62
* input: Add a few more keyboard keycodesSimon Glass2015-11-191-3/+3
* input: Correct keycode for Ctrl-YSimon Glass2015-11-191-1/+1
* i8042: Adjust keyboard init to assume successSimon Glass2015-11-191-10/+9
* i8042: Adjust kbd_reset() to collect all failuresSimon Glass2015-11-191-5/+8
* i8042: Use functions to handle register accessSimon Glass2015-11-191-31/+44
* video: Drop unused console functionsSimon Glass2015-11-197-87/+9
* dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass2015-11-194-95/+62
* dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-194-134/+112
* dm: stdio: Plumb in the new keyboard uclassSimon Glass2015-11-191-1/+30
* cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass2015-11-193-9/+13
* input: Add the keycode translation tables separatelySimon Glass2015-11-195-9/+30
* input: Return -ENOSPC when there is not spaceSimon Glass2015-11-191-1/+2
* input: Add a device pointer to the input configSimon Glass2015-11-191-0/+1
* dm: input: Create a keyboard uclassSimon Glass2015-11-195-6/+181
* dm: usb: Add support for USB keyboards with driver modelSimon Glass2015-11-193-8/+57
* rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigsAriel D'Alessandro2015-11-192-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-11-198-121/+25
|\
| * sf: Correct flash->flags for SST flashBin Meng2015-11-181-4/+5
| * spi: sf_ops: Check the return value from spi_flash_cmd_read_status()Fabio Estevam2015-11-181-2/+8
| * sf: Add lock ops for SST SPI NOR flashFabio Estevam2015-11-183-3/+5
| * sf: Remove eeprom_m95xxx test driverJagan Teki2015-11-182-112/+0
| * ARM: am43xx: Enable QUAD read and EDMA support for ti_qspiVignesh R2015-11-172-0/+5
| * spi: ti_qspi: Add dummy readl for bus syncVignesh R2015-11-171-0/+2
* | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-11-1917-39/+638
|\ \
| * | common: mii: Do not allow to exceed max phy limitMichal Simek2015-11-191-0/+5
| * | zynq: sdhci: Define max clock by macroMichal Simek2015-11-194-1/+6
| * | net: zynq: Fix MDC setting for zynqMichal Simek2015-11-191-1/+1
| * | net: zynq: Remove unused MDCCLKDIV2 macroMichal Simek2015-11-191-1/+0
| * | net: zynq: Fix mdc clock division setting for 100Mbit/sMichal Simek2015-11-191-2/+2
| * | net: zynq: Wait till packet is sentMichal Simek2015-11-191-1/+32
| * | net: zynq: Disable secondary queuesEdgar E. Iglesias2015-11-191-0/+26
| * | net: zynq: Add dummy packet to fix packet duplication issueMichal Simek2015-11-191-2/+8
| * | net: zynq: Do not report TX underrunMichal Simek2015-11-191-2/+0
| * | net: zynq: Setup BD when structures are filledMichal Simek2015-11-191-3/+3
| * | net: zynq: Allocate BD_SPACE in connection to RX_BUFMichal Simek2015-11-191-1/+1
| * | net: zynq: Fix clearing statisticMichal Simek2015-11-191-4/+3
| * | net: zynq: Extend register description with offsetsMichal Simek2015-11-191-15/+15
| * | net: zynq: Add support for different PHY interface typesMichal Simek2015-11-191-1/+8
OpenPOWER on IntegriCloud