summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | dm: usb: Deprecate usb_get_dev_index()Simon Glass2015-11-191-0/+9
* | Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-191-4/+18
* | Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass2015-11-191-3/+0
* | Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass2015-11-191-9/+10
* | sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass2015-11-191-2/+15
* | sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass2015-11-191-1/+1
* | sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass2015-11-191-20/+28
* | Move console definitions into a new console.h fileSimon Glass2015-11-1924-1/+26
* | sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck2015-11-191-0/+1
* | input: Ban digit numbers if 'Num Lock' is not onBin Meng2015-11-191-0/+6
* | input: Change LED state bits to conform i8042 compatible keyboardBin Meng2015-11-191-3/+3
* | input: Call keyboard's update_leds() method when the LEDs changeBin Meng2015-11-191-0/+15
* | input: Save keyboard's LED state to correct placeBin Meng2015-11-191-1/+1
* | input: Convert 'keyboard' driver to use input librarySimon Glass2015-11-191-252/+38
* | video: input: Clean up after i8042 conversionSimon Glass2015-11-191-16/+4
* | i8042: Handle a duplicate power-on-reset responseSimon Glass2015-11-191-2/+19
* | input: Convert i8042 to driver modelSimon Glass2015-11-192-35/+76
* | 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-191-0/+9
* | 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-193-14/+99
* | sandbox: add a sandbox timer and basic testThomas Chou2015-11-193-0/+61
* | input: Allow repeat filtering to be disabledSimon Glass2015-11-191-2/+7
* | input: Add a function to add a keycode to the existing setSimon Glass2015-11-191-4/+42
* | 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-192-76/+9
* | dm: cros_ec: Convert cros_ec keyboard driver to driver modelSimon Glass2015-11-191-90/+58
* | dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-191-132/+111
* | cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass2015-11-192-7/+11
* | input: Add the keycode translation tables separatelySimon Glass2015-11-193-9/+19
* | input: Return -ENOSPC when there is not spaceSimon Glass2015-11-191-1/+2
* | dm: input: Create a keyboard uclassSimon Glass2015-11-193-0/+102
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-11-196-121/+20
|\ \
| * | 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
| * | 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-195-34/+315
|\ \ \
| * | | zynq: sdhci: Define max clock by macroMichal Simek2015-11-191-1/+1
| * | | 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