summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)Author
2015-04-18dm: usb: Add driver model support to EHCISimon Glass
2015-04-18dm: usb: Change ehci_reset() to use a pointerSimon Glass
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass
2015-04-18dm: usb: Refactor EHCI initSimon Glass
2015-04-18dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass
2015-04-18dm: usb: Allow ECHI to hold private data for the controllerSimon Glass
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass
2015-04-18dm: usb: Move all the EHCI weak functions together and declare themSimon Glass
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-19usb: ehci: do not set the LSB of Current qTD pointerMasahiro Yamada
2014-11-04usb: Make pollable int support available outside of ehci-hcd.cHans de Goede
2014-11-04usb: ehci: Move cache invalidation to poll_int_queueHans de Goede
2014-11-04usb: ehci: Move interrupt packet length check to create_int_queueHans de Goede
2014-11-04usb: ehci: Do not disable an already disabled periodic scheduleHans de Goede
2014-10-25ehci-hcd.c: make local functions staticJeroen Hofstee
2014-10-25usb: use __weakJeroen Hofstee
2014-10-06usb: ehci: Make periodic_schedules a per controller variableHans de Goede
2014-10-06usb: ehci: poll_int_queue check real qtd, not the overlayHans de Goede
2014-10-06usb: ehci: Add missing cache flush to destroy_int_queueHans de Goede
2014-10-06usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chainHans de Goede
2014-04-30usb: Add endian support macros to interrupt transfers in the EHCI driver.Adrian Cox
2014-03-10usb: ehci: fully align interrupt QHs/QTDsStephen Warren
2014-03-10ush: ehci: initialize altnext pointers in QHStephen Warren
2013-12-18usb: ehci: Fix register accessMarek Vasut
2013-12-18usb: ehci: Do not de-init uninited controllersMarek Vasut
2013-10-20usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-09-27usb: ehci: Fix test mode for connected portsJulius Werner
2013-07-29ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov
2013-07-29usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut
2013-06-12usb: ehci: add missing cache managmentStephen Warren
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su
2013-06-12usb: ehci: add weak-aliased function for PORTSCKuo-Jung Su
2013-06-12usb: ehci: prevent bad PORTSC register accessKuo-Jung Su
2013-06-12usb: Correct CLEAR_FEATURE code in ehci-hcdSimon Glass
2013-05-06usb: common: Use a global definition for 'min3'Vivek Gautam
2013-05-05usb: Add new command to set USB 2.0 port test modesJulius Werner
2013-05-05USB: EHCI: Add weak functions to support new chipJim Lin
2013-03-18usb: ehci: Support interrupt transfers via periodic listPatrick Georgi
2013-03-16usb: ehci: Add 64-bit controller supportVincent Palatin
2012-11-19usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok
2012-10-15usb: ehci: don't print debug outputLucas Stach
2012-10-15usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach