summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: test: usb: Add tests for the 'usb tree' commandSimon Glass2015-11-192-1/+169
* dm: usb: Remove inactive children after a bus scanSimon Glass2015-11-191-0/+23
* 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-192-30/+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-192-2/+25
* 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
* dm: core: Add safe device iteration macrosSimon Glass2015-11-192-0/+27
* usb: Refactor USB tree output code for testingSimon Glass2015-11-192-25/+41
* test: Record and silence console in testsSimon Glass2015-11-194-0/+22
* sandbox: Enable console recording and silent consoleSimon Glass2015-11-192-0/+4
* console: Add a console bufferSimon Glass2015-11-196-1/+125
* Add a circular memory buffer implementationSimon Glass2015-11-193-0/+637
* Drop config.h header from display_options.cSimon Glass2015-11-191-1/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-19100-18/+131
* dm: usb: Avoid time delays in sandbox testsSimon Glass2015-11-193-1/+14
* sandbox: Add a way to skip time delaysSimon Glass2015-11-193-1/+37
* sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck2015-11-191-0/+1
* x86: qemu: Convert to use driver model keyboardBin Meng2015-11-193-1/+3
* x86: crownbay: Convert to use driver model keyboardBin Meng2015-11-192-1/+2
* 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-192-5/+5
* 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-192-252/+43
* video: input: Clean up after i8042 conversionSimon Glass2015-11-192-33/+16
* i8042: Handle a duplicate power-on-reset responseSimon Glass2015-11-191-2/+19
* input: Convert i8042 to driver modelSimon Glass2015-11-193-41/+76
* 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
OpenPOWER on IntegriCloud