aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-19input: Ban digit numbers if 'Num Lock' is not onBin Meng1-0/+6
2015-11-19input: Change LED state bits to conform i8042 compatible keyboardBin Meng2-5/+5
2015-11-19input: Call keyboard's update_leds() method when the LEDs changeBin Meng1-0/+15
2015-11-19input: Save keyboard's LED state to correct placeBin Meng1-1/+1
2015-11-19input: Convert 'keyboard' driver to use input librarySimon Glass2-252/+43
2015-11-19video: input: Clean up after i8042 conversionSimon Glass2-33/+16
2015-11-19i8042: Handle a duplicate power-on-reset responseSimon Glass1-2/+19
2015-11-19input: Convert i8042 to driver modelSimon Glass3-41/+76
2015-11-19Drop CONFIG_ISA_KEYBOARDSimon Glass4-19/+0
2015-11-19x86: Add an i8042 device for boards that have itSimon Glass10-8/+29
2015-11-19input: Add a Kconfig option for the i8042 keyboardSimon Glass1-0/+10
2015-11-19input: i8042: Convert to use the input librarySimon Glass1-424/+69
2015-11-19input: Allow updating of keyboard LEDsSimon Glass2-1/+22
2015-11-19input: Handle caps lockSimon Glass1-5/+8
2015-11-19input: Adjust structure of code in process_modifier()Simon Glass1-13/+14
2015-11-19input: Support the German keymapSimon Glass5-16/+102
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou10-0/+106
2015-11-19common/board_f.c: move mark_bootstage after arch_cpu_init_dmThomas Chou1-1/+1
2015-11-19input: Allow repeat filtering to be disabledSimon Glass2-2/+26
2015-11-19input: Add a function to add a keycode to the existing setSimon Glass2-4/+62
2015-11-19input: Add a few more keyboard keycodesSimon Glass1-3/+3
2015-11-19input: Correct keycode for Ctrl-YSimon Glass1-1/+1
2015-11-19i8042: Adjust keyboard init to assume successSimon Glass1-10/+9
2015-11-19i8042: Adjust kbd_reset() to collect all failuresSimon Glass1-5/+8
2015-11-19i8042: Use functions to handle register accessSimon Glass1-31/+44
2015-11-19video: Drop unused console functionsSimon Glass7-87/+9
2015-11-19dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass4-95/+62
2015-11-19dm: tegra: Convert keyboard driver to driver modelSimon Glass4-134/+112
2015-11-19dm: stdio: Plumb in the new keyboard uclassSimon Glass1-1/+30
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass3-9/+13
2015-11-19input: Add the keycode translation tables separatelySimon Glass5-9/+30
2015-11-19input: Return -ENOSPC when there is not spaceSimon Glass1-1/+2
2015-11-19input: Add a device pointer to the input configSimon Glass1-0/+1
2015-11-19dm: input: Create a keyboard uclassSimon Glass5-6/+181
2015-11-19dm: usb: Add support for USB keyboards with driver modelSimon Glass3-8/+57
2015-11-19rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigsAriel D'Alessandro2-0/+2
2015-11-19Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini8-121/+25
2015-11-19Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini17-39/+638
2015-11-19Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini5-43/+73
2015-11-19common: mii: Do not allow to exceed max phy limitMichal Simek1-0/+5
2015-11-19zynq: sdhci: Define max clock by macroMichal Simek4-1/+6
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