summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-23pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler1-1/+1
2015-11-23i2c, avr32: fix compiler warning "input is not relaxable"Heiko Schocher1-1/+1
2015-11-22Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2-2/+15
2015-11-22sunxi: Add basic H3 supportJens Kuske1-2/+3
2015-11-22sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka1-0/+12
2015-11-22ns16550: move CONFIG_SYS_NS16550 to KconfigThomas Chou1-0/+10
2015-11-22ns16550: zap CONFIG_NS16550_SERIALThomas Chou2-16/+0
2015-11-22ns16550: unify serial_omapThomas Chou2-55/+0
2015-11-22ns16550: unify serial_tegraThomas Chou2-55/+0
2015-11-22ns16550: unify serial_dwThomas Chou2-40/+0
2015-11-22ns16550: unify serial_keystoneThomas Chou2-49/+0
2015-11-22ns16550: unify serial_rockchipThomas Chou3-54/+1
2015-11-22ns16550: unify serial_ppcThomas Chou3-42/+1
2015-11-21ns16550: unify serial_x86Thomas Chou3-55/+1
2015-11-21ns16550: add generic binding to unify the driversThomas Chou2-0/+55
2015-11-21ns16550: change map_sysmem to map_physmemThomas Chou1-3/+2
2015-11-21debug_uart: restore ns16550 as defaultThomas Chou1-0/+1
2015-11-20usb: sandbox: Add a USB emulation driverSimon Glass2-0/+242
2015-11-20usb: sandbox: Add support for interrupt operationsSimon Glass2-0/+31
2015-11-20dm: usb: Remove inactive children after a bus scanSimon Glass1-0/+23
2015-11-20dm: usb: Deprecate usb_get_dev_index()Simon Glass1-0/+9
2015-11-20Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass1-4/+18
2015-11-20Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass1-3/+0
2015-11-20Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass1-9/+10
2015-11-20sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass1-2/+15
2015-11-20sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass1-1/+1
2015-11-20sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass1-20/+28
2015-11-20Move console definitions into a new console.h fileSimon Glass24-1/+26
2015-11-20sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck1-0/+1
2015-11-20input: Ban digit numbers if 'Num Lock' is not onBin Meng1-0/+6
2015-11-20input: Change LED state bits to conform i8042 compatible keyboardBin Meng1-3/+3
2015-11-20input: Call keyboard's update_leds() method when the LEDs changeBin Meng1-0/+15
2015-11-20input: Save keyboard's LED state to correct placeBin Meng1-1/+1
2015-11-20input: Convert 'keyboard' driver to use input librarySimon Glass1-252/+38
2015-11-20video: input: Clean up after i8042 conversionSimon Glass1-16/+4
2015-11-20i8042: Handle a duplicate power-on-reset responseSimon Glass1-2/+19
2015-11-20input: Convert i8042 to driver modelSimon Glass2-35/+76
2015-11-20input: Add a Kconfig option for the i8042 keyboardSimon Glass1-0/+10
2015-11-20input: i8042: Convert to use the input librarySimon Glass1-424/+69
2015-11-20input: Allow updating of keyboard LEDsSimon Glass1-0/+9
2015-11-20input: Handle caps lockSimon Glass1-5/+8
2015-11-20input: Adjust structure of code in process_modifier()Simon Glass1-13/+14
2015-11-20input: Support the German keymapSimon Glass3-14/+99
2015-11-20sandbox: add a sandbox timer and basic testThomas Chou3-0/+61
2015-11-20input: Allow repeat filtering to be disabledSimon Glass1-2/+7
2015-11-20input: Add a function to add a keycode to the existing setSimon Glass1-4/+42
2015-11-20input: Add a few more keyboard keycodesSimon Glass1-3/+3
2015-11-20input: Correct keycode for Ctrl-YSimon Glass1-1/+1
2015-11-20i8042: Adjust keyboard init to assume successSimon Glass1-10/+9
2015-11-20i8042: Adjust kbd_reset() to collect all failuresSimon Glass1-5/+8