aboutsummaryrefslogtreecommitdiff
path: root/drivers
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 Meng1-3/+3
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 Glass1-252/+38
2015-11-19video: input: Clean up after i8042 conversionSimon Glass1-16/+4
2015-11-19i8042: Handle a duplicate power-on-reset responseSimon Glass1-2/+19
2015-11-19input: Convert i8042 to driver modelSimon Glass2-35/+76
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 Glass1-0/+9
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 Glass3-14/+99
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou3-0/+61
2015-11-19input: Allow repeat filtering to be disabledSimon Glass1-2/+7
2015-11-19input: Add a function to add a keycode to the existing setSimon Glass1-4/+42
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 Glass2-76/+9
2015-11-19dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass1-90/+58
2015-11-19dm: tegra: Convert keyboard driver to driver modelSimon Glass1-132/+111
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass2-7/+11
2015-11-19input: Add the keycode translation tables separatelySimon Glass3-9/+19
2015-11-19input: Return -ENOSPC when there is not spaceSimon Glass1-1/+2
2015-11-19dm: 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