summaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs/common.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto1-0/+5
2011-12-12usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()Kuninori Morimoto1-1/+1
2011-12-12usb: gadget: renesas_usbhs: unified callback functionKuninori Morimoto1-1/+1
2011-12-12usb: gadget: renesas_usbhs: add platform power control functionKuninori Morimoto1-0/+7
2011-12-12usb: gadget: renesas_usbhs: tidyup the unit of detection_delayKuninori Morimoto1-1/+2
2011-12-12usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local functionKuninori Morimoto1-1/+1
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto1-9/+4
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto1-9/+4
2011-11-14usb: gadget: renesas_usbhs: fixup section mismatch warningKuninori Morimoto1-1/+1
2011-10-13usb: gadget: renesas_usbhs: bugfix: don't modify platform dataKuninori Morimoto1-10/+14
2011-10-13usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for hostKuninori Morimoto1-0/+42
2011-10-13usb: gadget: renesas_usbhs: make sure SOF packet sending-out controlKuninori Morimoto1-0/+7
2011-10-13usb: gadget: renesas_usbhs: support otg pin controlKuninori Morimoto1-0/+4
2011-10-13usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto1-0/+26
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto1-0/+16
2011-10-13usb: gadget: renesas_usbhs: add bus control functionsKuninori Morimoto1-1/+34
2011-10-13usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait()Kuninori Morimoto1-10/+5
2011-10-13usb: gadget: renesas_usbhs: add suspend/resume supportKuninori Morimoto1-5/+64
2011-07-09usb: renesas_usbhs: fixup comment-outKuninori Morimoto1-0/+23
2011-06-07usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto1-0/+2
2011-06-07usb: renesas_usbhs: add usbhsf_fifoKuninori Morimoto1-1/+8
2011-05-12usb: renesas_usbhs: fixup error processing on probe/removeKuninori Morimoto1-6/+6
2011-04-30usb: renesas_usbhs: add autonomy modeKuninori Morimoto1-7/+29
2011-04-30usb: renesas_usbhs: use delayed_work instead of work_structKuninori Morimoto1-4/+5
2011-04-30usb: renesas_usbhs: add power control functionKuninori Morimoto1-13/+29
2011-04-30usb: renesas_usbhs: move pdev_to_priv to globalKuninori Morimoto1-7/+7
2011-04-30usb: renesas_usbhs: remove callback when module removed.Kuninori Morimoto1-0/+4
2011-04-14usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto1-0/+394