summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | ns16550: unify serial_rockchipThomas Chou2015-11-21-57/+6
* | ns16550: unify serial_ppcThomas Chou2015-11-21-42/+9
* | ns16550: unify serial_x86Thomas Chou2015-11-20-57/+3
* | ns16550: add generic binding to unify the driversThomas Chou2015-11-20-0/+55
* | ns16550: change map_sysmem to map_physmemThomas Chou2015-11-20-3/+2
* | debug_uart: restore ns16550 as defaultThomas Chou2015-11-20-0/+1
|/
* dm: Add timeline and guide for porting serial driversSimon Glass2015-11-20-0/+58
* dm: test: usb: sandbox: Add keyboard tests for sandboxSimon Glass2015-11-19-0/+36
* sandbox: Enable USB keyboardSimon Glass2015-11-19-1/+3
* usb: sandbox: Add a USB emulation driverSimon Glass2015-11-19-0/+264
* usb: sandbox: Add support for interrupt operationsSimon Glass2015-11-19-0/+42
* usb: Avoid open-coded USB constants in usb_kbd.cSimon Glass2015-11-19-5/+5
* usb: Drop unused code in usb_kbd.cSimon Glass2015-11-19-30/+0
* dm: test: usb: Add a test for device reorderingSimon Glass2015-11-19-0/+50
* dm: test: usb: Add tests for the 'usb tree' commandSimon Glass2015-11-19-1/+169
* dm: usb: Remove inactive children after a bus scanSimon Glass2015-11-19-0/+23
* dm: usb: Deprecate usb_get_dev_index()Simon Glass2015-11-19-0/+9
* Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-19-30/+18
* Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass2015-11-19-3/+0
* Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass2015-11-19-9/+10
* sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass2015-11-19-2/+25
* sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass2015-11-19-1/+1
* sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass2015-11-19-20/+28
* dm: core: Add safe device iteration macrosSimon Glass2015-11-19-0/+27
* usb: Refactor USB tree output code for testingSimon Glass2015-11-19-25/+41
* test: Record and silence console in testsSimon Glass2015-11-19-0/+22
* sandbox: Enable console recording and silent consoleSimon Glass2015-11-19-0/+4
* console: Add a console bufferSimon Glass2015-11-19-1/+125
* Add a circular memory buffer implementationSimon Glass2015-11-19-0/+637
* Drop config.h header from display_options.cSimon Glass2015-11-19-1/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-19-18/+131
* dm: usb: Avoid time delays in sandbox testsSimon Glass2015-11-19-1/+14
* sandbox: Add a way to skip time delaysSimon Glass2015-11-19-1/+37
* sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck2015-11-19-0/+1
* x86: qemu: Convert to use driver model keyboardBin Meng2015-11-19-1/+3
* x86: crownbay: Convert to use driver model keyboardBin Meng2015-11-19-1/+2
* input: Ban digit numbers if 'Num Lock' is not onBin Meng2015-11-19-0/+6
* input: Change LED state bits to conform i8042 compatible keyboardBin Meng2015-11-19-5/+5
* input: Call keyboard's update_leds() method when the LEDs changeBin Meng2015-11-19-0/+15
* input: Save keyboard's LED state to correct placeBin Meng2015-11-19-1/+1
* input: Convert 'keyboard' driver to use input librarySimon Glass2015-11-19-252/+43
* video: input: Clean up after i8042 conversionSimon Glass2015-11-19-33/+16
* i8042: Handle a duplicate power-on-reset responseSimon Glass2015-11-19-2/+19
* input: Convert i8042 to driver modelSimon Glass2015-11-19-41/+76
* Drop CONFIG_ISA_KEYBOARDSimon Glass2015-11-19-19/+0
* x86: Add an i8042 device for boards that have itSimon Glass2015-11-19-8/+29
* input: Add a Kconfig option for the i8042 keyboardSimon Glass2015-11-19-0/+10
* input: i8042: Convert to use the input librarySimon Glass2015-11-19-424/+69
* input: Allow updating of keyboard LEDsSimon Glass2015-11-19-1/+22
* input: Handle caps lockSimon Glass2015-11-19-5/+8