Commit Graph

34012 Commits (1d149eddcc0661b683002f76a8240491eba00dbb)
 

Author SHA1 Message Date
Simon Glass 1d149eddcc dm: Add timeline and guide for porting serial drivers 9 years ago
Simon Glass bff1a71ede dm: test: usb: sandbox: Add keyboard tests for sandbox 9 years ago
Simon Glass 460a717285 sandbox: Enable USB keyboard 9 years ago
Simon Glass d8a26f0300 usb: sandbox: Add a USB emulation driver 9 years ago
Simon Glass b70a3fea94 usb: sandbox: Add support for interrupt operations 9 years ago
Simon Glass 2cdb58ebdc usb: Avoid open-coded USB constants in usb_kbd.c 9 years ago
Simon Glass 17627609e0 usb: Drop unused code in usb_kbd.c 9 years ago
Simon Glass cd716372b3 dm: test: usb: Add a test for device reordering 9 years ago
Simon Glass 431cbd6d82 dm: test: usb: Add tests for the 'usb tree' command 9 years ago
Simon Glass eae11bece6 dm: usb: Remove inactive children after a bus scan 9 years ago
Simon Glass e8ea5e8c85 dm: usb: Deprecate usb_get_dev_index() 9 years ago
Simon Glass 79725ca4f6 Revert "dm: Export device_remove_children / device_unbind_children" 9 years ago
Simon Glass ba94e83911 Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop" 9 years ago
Simon Glass 1b6a1dff71 Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" 9 years ago
Simon Glass af9c7c11e9 sandbox: usb: Allow finding a USB emulator for a device 9 years ago
Simon Glass 80438a6c71 sandbox: usb: Allow up to 4 emulated devices on a hub 9 years ago
Simon Glass c4876320db sandbox: usb: Allow dynamic emulated USB device descriptors 9 years ago
Simon Glass 7aeac5bc8c dm: core: Add safe device iteration macros 9 years ago
Simon Glass 45bfa47e12 usb: Refactor USB tree output code for testing 9 years ago
Simon Glass 9ce8b40206 test: Record and silence console in tests 9 years ago
Simon Glass 61b4d3558e sandbox: Enable console recording and silent console 9 years ago
Simon Glass 9854a8748c console: Add a console buffer 9 years ago
Simon Glass b7b65090b2 Add a circular memory buffer implementation 9 years ago
Simon Glass 7d94c49765 Drop config.h header from display_options.c 9 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Simon Glass 3884c98c32 dm: usb: Avoid time delays in sandbox tests 9 years ago
Simon Glass 9723563aa8 sandbox: Add a way to skip time delays 9 years ago
Daniel Schwierzeck 3f51a772d4 sandbox: cros_ec: fix uninitialized use of len 9 years ago
Bin Meng b6ff6ce60c x86: qemu: Convert to use driver model keyboard 9 years ago
Bin Meng 60fe101873 x86: crownbay: Convert to use driver model keyboard 9 years ago
Bin Meng e5f330c482 input: Ban digit numbers if 'Num Lock' is not on 9 years ago
Bin Meng 377a069643 input: Change LED state bits to conform i8042 compatible keyboard 9 years ago
Bin Meng cd810918fd input: Call keyboard's update_leds() method when the LEDs change 9 years ago
Bin Meng 533c81a949 input: Save keyboard's LED state to correct place 9 years ago
Simon Glass 91f815450f input: Convert 'keyboard' driver to use input library 9 years ago
Simon Glass 39f615ed88 video: input: Clean up after i8042 conversion 9 years ago
Simon Glass 011d89d606 i8042: Handle a duplicate power-on-reset response 9 years ago
Simon Glass dcbf825714 input: Convert i8042 to driver model 9 years ago
Simon Glass 51a8a72dc5 Drop CONFIG_ISA_KEYBOARD 9 years ago
Simon Glass 6b44ae6b06 x86: Add an i8042 device for boards that have it 9 years ago
Simon Glass b0abfeff98 input: Add a Kconfig option for the i8042 keyboard 9 years ago
Simon Glass 2ec739db5b input: i8042: Convert to use the input library 9 years ago
Simon Glass 3b5f6f5001 input: Allow updating of keyboard LEDs 9 years ago
Simon Glass ba42034267 input: Handle caps lock 9 years ago
Simon Glass a683d0d347 input: Adjust structure of code in process_modifier() 9 years ago
Simon Glass b1d7a1875e input: Support the German keymap 9 years ago
Thomas Chou 9961a0b6fb sandbox: add a sandbox timer and basic test 9 years ago
Thomas Chou 6752195760 common/board_f.c: move mark_bootstage after arch_cpu_init_dm 9 years ago
Simon Glass 0b186c0825 input: Allow repeat filtering to be disabled 9 years ago
Simon Glass 3a85e4362a input: Add a function to add a keycode to the existing set 9 years ago