summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler2015-11-231-1/+1
* i2c, avr32: fix compiler warning "input is not relaxable"Heiko Schocher2015-11-231-1/+1
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-11-222-2/+15
|\
| * sunxi: Add basic H3 supportJens Kuske2015-11-221-2/+3
| * sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka2015-11-221-0/+12
* | ns16550: move CONFIG_SYS_NS16550 to KconfigThomas Chou2015-11-211-0/+10
* | ns16550: zap CONFIG_NS16550_SERIALThomas Chou2015-11-212-16/+0
* | ns16550: unify serial_omapThomas Chou2015-11-212-55/+0
* | ns16550: unify serial_tegraThomas Chou2015-11-212-55/+0
* | ns16550: unify serial_dwThomas Chou2015-11-212-40/+0
* | ns16550: unify serial_keystoneThomas Chou2015-11-212-49/+0
* | ns16550: unify serial_rockchipThomas Chou2015-11-213-54/+1
* | ns16550: unify serial_ppcThomas Chou2015-11-213-42/+1
* | ns16550: unify serial_x86Thomas Chou2015-11-203-55/+1
* | ns16550: add generic binding to unify the driversThomas Chou2015-11-202-0/+55
* | ns16550: change map_sysmem to map_physmemThomas Chou2015-11-201-3/+2
* | debug_uart: restore ns16550 as defaultThomas Chou2015-11-201-0/+1
|/
* usb: sandbox: Add a USB emulation driverSimon Glass2015-11-192-0/+242
* usb: sandbox: Add support for interrupt operationsSimon Glass2015-11-192-0/+31
* 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-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
OpenPOWER on IntegriCloud