aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/common.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26usb: renesas_usbhs: Use struct platform_callback pointerYoshihiro Shimoda1-1/+1
2019-06-26usb: renesas_usbhs: Use renesas_usbhs_platform_info on of_device_id.dataYoshihiro Shimoda1-5/+0
2019-06-26usb: renesas_usbhs: Add a common function for the .get_idYoshihiro Shimoda1-0/+2
2019-06-26usb: renesas_usbhs: remove notify_hotplug callbackYoshihiro Shimoda1-0/+2
2019-05-21usb: renesas_usbhs: add support for CNEN bitChris Brandt1-0/+1
2019-05-21usb: renesas_usbhs: move flags to paramChris Brandt1-2/+0
2019-05-21usb: renesas_usbhs: Use specific struct instead of USBHS_TYPE_* enumsYoshihiro Shimoda1-0/+5
2018-09-28Revert "usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel"Yoshihiro Shimoda1-1/+0
2018-09-20usb: renesas_usbhs: Add multiple clocks managementYoshihiro Shimoda1-0/+2
2018-09-20usb: renesas_usbhs: Add reset_controlYoshihiro Shimoda1-0/+2
2018-04-22USB: renesas_usbhs: drop unused legacy-phy supportJohan Hovold1-1/+0
2018-01-09usb: renesas_usbhs: Add support for RZ/A1Chris Brandt1-0/+6
2017-12-14usb: renesas_usbhs: add extcon notifier to set mode for non-otg channelYoshihiro Shimoda1-0/+1
2017-11-07USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda1-0/+7
2015-01-12usb: renesas_usbhs: add OTG ID signal sensingSergei Shtylyov1-0/+3
2014-11-12usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2Yoshihiro Shimoda1-0/+4
2014-11-03usb: renesas_usbhs: add support for generic PHYYoshihiro Shimoda1-0/+1
2014-11-03usb: renesas_usbhs: rename phy to usb_phy in usbhs_privYoshihiro Shimoda1-1/+1
2014-07-16usb: renesas_usbhs: add R-Car Gen. 2 init and power controlUlrich Hecht1-0/+2
2012-10-16usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com1-0/+1
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle1-2/+2
2012-01-24usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro1-0/+1
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto1-0/+2
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-2/+0
2011-12-12usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local functionKuninori Morimoto1-1/+0
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto1-1/+0
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto1-1/+0
2011-10-13usb: gadget: renesas_usbhs: bugfix: don't modify platform dataKuninori Morimoto1-3/+3
2011-10-13usb: gadget: renesas_usbhs: add INTSTS1 interrupt supportKuninori Morimoto1-0/+9
2011-10-13usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for hostKuninori Morimoto1-0/+25
2011-10-13usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto1-1/+2
2011-10-13usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto1-0/+7
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto1-0/+1
2011-10-13usb: gadget: renesas_usbhs: add bus control functionsKuninori Morimoto1-0/+9
2011-06-07usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto1-0/+35
2011-06-07usb: renesas_usbhs: add usbhsf_fifoKuninori Morimoto1-0/+5
2011-06-07usb: renesas_usbhs: shrink spin lock areaKuninori Morimoto1-0/+4
2011-06-07usb: renesas_usbhs: divide data transfer functionsKuninori Morimoto1-1/+0
2011-06-07usb: renesas_usbhs: fifo became independent from pipe.Kuninori Morimoto1-0/+1
2011-04-29usb: renesas_usbhs: add autonomy modeKuninori Morimoto1-0/+3
2011-04-29usb: renesas_usbhs: use delayed_work instead of work_structKuninori Morimoto1-1/+2
2011-04-29usb: renesas_usbhs: move pdev_to_priv to globalKuninori Morimoto1-0/+1
2011-04-13usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto1-0/+225