aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-21ns16550: zap CONFIG_NS16550_SERIALThomas Chou2-16/+0
2015-11-21ns16550: unify serial_omapThomas Chou2-55/+0
2015-11-21ns16550: unify serial_tegraThomas Chou2-55/+0
2015-11-21ns16550: unify serial_dwThomas Chou2-40/+0
2015-11-21ns16550: unify serial_keystoneThomas Chou2-49/+0
2015-11-21ns16550: unify serial_rockchipThomas Chou3-54/+1
2015-11-21ns16550: unify serial_ppcThomas Chou3-42/+1
2015-11-20ns16550: unify serial_x86Thomas Chou3-55/+1
2015-11-20ns16550: add generic binding to unify the driversThomas Chou2-0/+55
2015-11-20ns16550: change map_sysmem to map_physmemThomas Chou1-3/+2
2015-11-20debug_uart: restore ns16550 as defaultThomas Chou1-0/+1
2015-11-19usb: sandbox: Add a USB emulation driverSimon Glass2-0/+242
2015-11-19usb: sandbox: Add support for interrupt operationsSimon Glass2-0/+31
2015-11-19dm: usb: Remove inactive children after a bus scanSimon Glass1-0/+23
2015-11-19dm: usb: Deprecate usb_get_dev_index()Simon Glass1-0/+9
2015-11-19Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass1-4/+18
2015-11-19Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass1-3/+0
2015-11-19Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass1-9/+10
2015-11-19sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass1-2/+15
2015-11-19sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass1-1/+1
2015-11-19sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass1-20/+28
2015-11-19Move console definitions into a new console.h fileSimon Glass24-1/+26
2015-11-19sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck1-0/+1
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