Commit Graph

64 Commits (a8981d4f80b010666ad754d20a4f389f94d6726d)

Author SHA1 Message Date
Hans de Goede 36b73109c4 usb: ehci: Make periodic_schedules a per controller variable 10 years ago
Hans de Goede 415548d884 usb: ehci: poll_int_queue check real qtd, not the overlay 10 years ago
Hans de Goede ea7b30c589 usb: ehci: Add missing cache flush to destroy_int_queue 10 years ago
Hans de Goede 4e2c4ad360 usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain 10 years ago
Adrian Cox ea42777567 usb: Add endian support macros to interrupt transfers in the EHCI driver. 11 years ago
Stephen Warren 8165e34bf4 usb: ehci: fully align interrupt QHs/QTDs 11 years ago
Stephen Warren 2456b97f0c ush: ehci: initialize altnext pointers in QH 11 years ago
Marek Vasut eb63218b9b usb: ehci: Fix register access 11 years ago
Marek Vasut 1e1be6d478 usb: ehci: Do not de-init uninited controllers 11 years ago
Troy Kisky 127efc4fe8 usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init. 11 years ago
Troy Kisky 06d513ecb6 usb: add enum usb_init_type parameter to usb_lowlevel_init 11 years ago
Julius Werner 5077f96f10 usb: ehci: Fix test mode for connected ports 11 years ago
Nikita Kiryanov 8bc3603675 ehci-hcd: fix memory leak in lowlevel init 12 years ago
Marek Vasut b959655f18 usb: ehci: Split out struct ehci_ctrl definition 12 years ago
Stephen Warren d3e0747846 usb: ehci: add missing cache managment 12 years ago
Kuo-Jung Su e82a316d7f usb: ehci: add Faraday USB 2.0 EHCI support 12 years ago
Kuo-Jung Su 1dde1423ad usb: ehci: add weak-aliased function for PORTSC 12 years ago
Kuo-Jung Su 9c6a9d7c8b usb: ehci: prevent bad PORTSC register access 12 years ago
Simon Glass ed10e66aba usb: Correct CLEAR_FEATURE code in ehci-hcd 12 years ago
Vivek Gautam 4f4eab4d14 usb: common: Use a global definition for 'min3' 12 years ago
Julius Werner 7d9aa8fd87 usb: Add new command to set USB 2.0 port test modes 12 years ago
Jim Lin b068deb363 USB: EHCI: Add weak functions to support new chip 12 years ago
Patrick Georgi 8f62ca646f usb: ehci: Support interrupt transfers via periodic list 12 years ago
Vincent Palatin 2982837e36 usb: ehci: Add 64-bit controller support 12 years ago
Ilya Yanok c60795f41d usb: use linux/usb/ch9.h instead of usbdescriptors.h 12 years ago
Lucas Stach 7a46b2c7f2 usb: ehci: don't print debug output 12 years ago
Lucas Stach 676ae068d9 usb: ehci: rework to take advantage of new lowlevel interface 12 years ago
Lucas Stach c7e3b2b586 usb: lowlevel interface change to support multiple controllers 12 years ago
Lucas Stach 93ad908c43 usb: do explicit unaligned accesses 12 years ago
Benoît Thébaudeau db19134615 ehci: Optimize qTD allocations 12 years ago
Benoît Thébaudeau 5cec214ecd ehci-hcd: Boost transfer speed 12 years ago
Benoît Thébaudeau 14eb79b7a0 ehci: cosmetic: Define used constants 12 years ago
Benoît Thébaudeau 44ae0be746 ehci: Fail for multi-transaction interrupt transfers 12 years ago
Benoît Thébaudeau cdeb916120 ehci: cosmetic: Define the number of qt_buffers 12 years ago
Ilya Yanok 2af16f85f1 ehci-hcd: change debug() to printf() in case of errors 13 years ago
Ilya Yanok 189a6956eb ehci-hcd: fix external buffer cache handling 13 years ago
Tom Rini 71c5de4f4a ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment 13 years ago
Ilya Yanok c7701af59f ehci-hcd: program asynclistaddr before every transfer 13 years ago
Marek Vasut 41b1f0ac2e USB: Document the QH and qTD antics in EHCI-HCD 13 years ago
Marek Vasut b8adb12095 USB: Drop cache flush bloat in EHCI-HCD 13 years ago
Marek Vasut de98e8b22a USB: Drop ehci_alloc/ehci_free in ehci-hcd 13 years ago
Wolfgang Denk f5cdc11775 Prepare v2012.04-rc2; minor Coding Style cleanup 13 years ago
Simon Glass 9ab4ce223c usb: Add support for txfifo threshold 13 years ago
Mike Frysinger 5b84dd67cf usb: replace wait_ms() with mdelay() 13 years ago
amartin@nvidia.com f9636e8d38 USB: move keyboard polling into kbd driver 13 years ago
Marek Vasut 3874b6d674 USB: EHCI: Allow EHCI post-powerup configuration in board files 13 years ago
Vincent Palatin 5f4b4f2fed ehci: speed up initialization 13 years ago
Marek Vasut 7555d5ec29 USB: Add usb_event_poll() to get keyboards working with EHCI 13 years ago
Joel Fernandes 3ecfa9525c ehci-hcd: Allow cleanups to happen gracefully on a timeout. 13 years ago
Simon Glass 96820a3587 Fix EHCI usb submit timeout and unify with OHCI 14 years ago