summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | usb: gadget: renesas_usbhs: usbhsh_ureq_alloc/free() care urb->hcprivKuninori Morimoto2011-12-121-9/+3Star
| | * | | usb: gadget: renesas_usbhs: cleanup complicated ureq alloc/freeKuninori Morimoto2011-12-121-51/+56
| | * | | usb: gadget: renesas_usbhs: unified callback functionKuninori Morimoto2011-12-123-4/+4
| | * | | usb: gadget: renesas_usbhs: add platform power control functionKuninori Morimoto2011-12-121-0/+7
| | * | | usb: gadget: renesas_usbhs: tidyup the unit of detection_delayKuninori Morimoto2011-12-121-1/+2
| | * | | usb: gadget: renesas_usbhs: tidyup mod_host request variable nameKuninori Morimoto2011-12-121-18/+18
| | * | | usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local functionKuninori Morimoto2011-12-122-2/+1Star
| | * | | usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto2011-12-124-14/+4Star
| | * | | usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto2011-12-124-14/+4Star
| * | | | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-131-27/+20Star
| |\| | |
| * | | | usb: gadget: renesas_usbhs: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-101-1/+1
| * | | | usb: convert drivers/usb/* to use module_platform_driver()Axel Lin2011-11-271-12/+1Star
* | | | | usb: renesas_usbhs: add hcd->has_tt for low/full speedKuninori Morimoto2011-12-121-0/+1
* | | | | usb: renesas_usbhs: typofix: irq_dtch control DTCHEKuninori Morimoto2011-12-121-1/+1
| |/ / / |/| | |
* | | | usb: renesas_usbhs: fixup driver speedKuninori Morimoto2011-11-291-1/+1
* | | | usb: renesas_usbhs: fixup gadget.dev.driver when udc_stop.Kuninori Morimoto2011-11-291-0/+1
* | | | usb: renesas_usbhs: fixup signal the driver that cable was disconnectedKuninori Morimoto2011-11-291-0/+7
* | | | usb: renesas_usbhs: fixup device_register timingKuninori Morimoto2011-11-291-26/+11Star
|/ / /
* | | usb: gadget: renesas_usbhs: bugfix: set DATA0 when usbhsh_endpoint_alloc()Kuninori Morimoto2011-11-141-0/+1
* | | usb: gadget: renesas_usbhs: bugfix: disable irq when device stopKuninori Morimoto2011-11-141-0/+10
* | | usb: gadget: renesas_usbhs: bugfix: care pipe directionKuninori Morimoto2011-11-141-8/+21
* | | usb: gadget: renesas_usbhs: fixup section mismatch warningKuninori Morimoto2011-11-144-9/+9
* | | usb: gadget: renesas_usbhs: fixup bogus conversionKuninori Morimoto2011-11-141-2/+2
* | | usb: gadget: renesas_usbhs: fixup struct completion usageKuninori Morimoto2011-11-141-14/+5Star
|/ /
* | usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()Kuninori Morimoto2011-10-191-3/+3
* | usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto2011-10-181-2/+1Star
* | usb: gadget: renesas_usbhs: fix compile warningFelipe Balbi2011-10-131-2/+2
* | usb: gadget: renesas_usbhs: drop dependencyFelipe Balbi2011-10-131-1/+0Star
* | usb: gadget: renesas_usbhs: fixup driver compile styleKuninori Morimoto2011-10-133-4/+12
* | usb: gadget: renesas_usbhs: bugfix: don't modify platform dataKuninori Morimoto2011-10-133-14/+18
* | usb: gadget: renesas_usbhs: add mod_host supportKuninori Morimoto2011-10-134-2/+1336
* | usb: gadget: renesas_usbhs: usbhs_dcp_control_transfer_done() cares mod_hostKuninori Morimoto2011-10-131-1/+5
* | usb: gadget: renesas_usbhs: add data/status stage handlerKuninori Morimoto2011-10-132-0/+150
* | usb: gadget: renesas_usbhs: add INTSTS1 interrupt supportKuninori Morimoto2011-10-133-6/+75
* | usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for hostKuninori Morimoto2011-10-132-0/+67
* | usb: gadget: renesas_usbhs: make sure SOF packet sending-out controlKuninori Morimoto2011-10-131-0/+7
* | usb: gadget: renesas_usbhs: support otg pin controlKuninori Morimoto2011-10-131-0/+4
* | usb: gadget: renesas_usbhs: disable pipe on top of interruptKuninori Morimoto2011-10-131-9/+14
* | usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto2011-10-134-7/+14
* | usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()Kuninori Morimoto2011-10-132-2/+1Star
* | usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto2011-10-135-33/+32Star
* | usb: gadget: renesas_usbhs: add usbhs_pipe_name()Kuninori Morimoto2011-10-132-1/+7
* | usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...Kuninori Morimoto2011-10-133-5/+18
* | usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto2011-10-134-5/+7
* | usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto2011-10-133-1/+12
* | usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()Kuninori Morimoto2011-10-133-4/+4
* | usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto2011-10-134-30/+33
* | usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()Kuninori Morimoto2011-10-132-18/+20
* | usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto2011-10-135-19/+18Star
* | usb: gadget: renesas_usbhs: add bus control functionsKuninori Morimoto2011-10-132-1/+43