aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27usb: renesas_usbhs: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-07-31usb: renesas: use dev_get_platdata()Jingoo Han1-2/+2
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-5/+4
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-16usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com1-0/+5
2012-09-11usb: renesas_usbhs: convert to devm_xxx()Kuninori Morimoto1-11/+4
2012-08-10usb: renesas_usbhs: fixup resume method for autonomy modeKuninori Morimoto1-3/+3
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle1-1/+1
2012-01-24usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro1-5/+6
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-18/+21
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-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-12/+1
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-08usb: 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-11usb: renesas_usbhs: fixup error processing on probe/removeKuninori Morimoto1-6/+6
2011-04-29usb: renesas_usbhs: add autonomy modeKuninori Morimoto1-7/+29
2011-04-29usb: renesas_usbhs: use delayed_work instead of work_structKuninori Morimoto1-4/+5
2011-04-29usb: renesas_usbhs: add power control functionKuninori Morimoto1-13/+29
2011-04-29usb: renesas_usbhs: move pdev_to_priv to globalKuninori Morimoto1-7/+7
2011-04-29usb: renesas_usbhs: remove callback when module removed.Kuninori Morimoto1-0/+4
2011-04-13usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto1-0/+394