Commit Graph

70 Commits (lime2-spi)

Author SHA1 Message Date
Michal Simek 4fb67f47f1 usb_kdb: Get stdio_dev directly from sdev pointer 6 years ago
Michal Simek f8f3e0e539 usb_kbd: Add support for watchdog 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 7 years ago
Simon Glass 869588decd Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig 8 years ago
Masahiro Yamada 8319aeb1da usb: squash lines for immediate return 8 years ago
Hans de Goede 9a80e71435 usb: kbd: Do not deregister usbkbd twice when using dm 8 years ago
Marek Vasut bdbcbe752e usb: kbd: Prevent out of bound access 8 years ago
Simon Glass 8a83487030 dm: usb: Add a remove() method for USB keyboards 8 years ago
Stephen Warren e4b70d8035 usb: kbd: don't use int xfers when polling via ctrl xfers 8 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 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Simon Glass e84421d8f3 dm: input: Create a keyboard uclass 9 years ago
Simon Glass 34ab37eef5 dm: usb: Add support for USB keyboards with driver model 9 years ago
Bin Meng 1caf934a05 video: Drop DEV_FLAGS_SYSTEM flag 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Simon Glass abb59cffcf dm: usb: Adjust the USB_DEVICE() macro naming 9 years ago
Hans de Goede de451493f1 usb: kbd: Disable idle input reports when we do not need them 9 years ago
Hans de Goede 8454c84af5 usb: kbd: Fix key repeat not always working 9 years ago
Simon Glass 697033cbf0 dm: usb: Support driver model with USB keyboards 9 years ago
Simon Glass 603afaf0e5 dm: usb: Split out the keyboard probe into its own function 9 years ago
Hans de Goede 3cbcb28928 usb: Fix usb_kbd_deregister when console-muxing is used 9 years ago
Hans de Goede 8bb6c1d1e0 usb: Add an interval parameter to create_int_queue 9 years ago
Hans de Goede 8e55311983 usb: kbd: Add (optional) support for using an interrupt queue for polling 10 years ago
Hans de Goede 8f8d7d2451 usb: kbd: Cache pipe, interval and packetsize 10 years ago
Hans de Goede dfe5b1c86f usb: kbd: Fix memleak on usb_kbd_deregister() 10 years ago
Hans de Goede be17e752f3 usb: kbd: Remove unused usb_kbd_generic_poll function 10 years ago
Hans de Goede 8a8a2257ec usb: kbd: Allow "usb reset" to continue when an usb kbd is used 10 years ago
Hans de Goede 32d019265d stdio: Add force parameter to stdio_deregister 10 years ago
Hans de Goede 3f78a28037 usb: kbd: Remove check for already being registered 10 years ago
Hans de Goede 0ea09dfe87 usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister 10 years ago
Hans de Goede 9b2393812e usb: kbd: Fix unaligned buffer usage in usb_kbd_setled() 10 years ago
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 10 years ago
Simon Glass 91d0be1dd8 stdio: Remove redundant code around stdio_register() calls 10 years ago
Adrian Cox 08a98b89df usb: Fix USB keyboard polling via control endpoint 10 years ago
Jim Lin c95e2b9eae console: usb: kbd: To fix slow TFTP booting 11 years ago
Jim Lin 07551f2343 console: usb: kbd: To improve TFTP booting performance 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Vincent Palatin 5da2dc9789 usb: workaround non-working keyboards. 11 years ago
Vincent Palatin 09defbc75b usb: properly re-initialize the USB keyboard. 11 years ago
Vivek Gautam ceb4972a8f usb: common: Weed out USB_**_PRINTFs from usb framework 11 years ago
Allen Martin 4151a400cf USB: add arrow key support to usb_kbd 12 years ago
Allen Martin d7475386bb USB: make usb_kbd obey USB DMA alignment requirements 12 years ago
amartin@nvidia.com f9636e8d38 USB: move keyboard polling into kbd driver 12 years ago
amartin@nvidia.com fb3ef649ed USB: reevaluate iomux stdin on USB kbd detect 12 years ago
Vincent Palatin d53da847cf usb: add numeric keypad support to HID driver 12 years ago
Vincent Palatin 3d17308e40 USB: fix USB keyboard polling parameter 12 years ago
Marek Vasut 5a1219efe9 USB: Drop dead code from usb_kbd.c 13 years ago