aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/mod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26usb: renesas_usbhs: Use struct platform_callback pointerYoshihiro Shimoda1-1/+1
2019-06-26usb: renesas_usbhs: Avoid to write platform_data's valueYoshihiro Shimoda1-2/+9
2019-06-26usb: renesas_usbhs: move macros from mod.c to the mod.hYoshihiro Shimoda1-9/+0
2019-06-26usb: renesas_usbhs: remove notify_hotplug callbackYoshihiro Shimoda1-1/+2
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
2016-09-05usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda1-2/+9
2015-05-22usb: renesas_usbhs: avoid uninitialized variable useArnd Bergmann1-0/+2
2015-05-14usb: renesas_usbhs: Add access control for INTSTS1 and INTENB1 registerNobuhiro Iwamatsu1-27/+34
2014-09-03usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lockYoshihiro Shimoda1-0/+5
2012-11-11Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-2/+1
2012-10-31usb: renesas_usbhs: use devm_request_irq()Kuninori Morimoto1-2/+1
2012-10-16usb: renesas_usbhs: fixup interrupt status clear methodKuninori Morimoto1-3/+3
2012-09-05usb: renesas_usbhs: modify the irq handler for sharing irqShimoda, Yoshihiro1-3/+22
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle1-2/+2
2012-01-24usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+3
2011-12-12usb: renesas_usbhs: typofix: irq_dtch control DTCHEKuninori Morimoto1-1/+1
2011-12-12usb: gadget: renesas_usbhs: unified callback functionKuninori Morimoto1-1/+3
2011-10-13usb: gadget: renesas_usbhs: bugfix: don't modify platform dataKuninori Morimoto1-1/+1
2011-10-13usb: gadget: renesas_usbhs: add mod_host supportKuninori Morimoto1-1/+8
2011-10-13usb: gadget: renesas_usbhs: add INTSTS1 interrupt supportKuninori Morimoto1-0/+38
2011-10-13usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()Kuninori Morimoto1-1/+2
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto1-16/+0
2011-10-13usb: gadget: renesas_usbhs: tidyup INTENB0 methodKuninori Morimoto1-1/+10
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-04-29usb: renesas_usbhs: add autonomy modeKuninori Morimoto1-0/+48
2011-04-29usb: renesas_usbhs: prevent NULL pointer crashKuninori Morimoto1-15/+19
2011-04-13usb: renesas_usbhs: Add Renesas USBHS GadgetKuninori Morimoto1-1/+16
2011-04-13usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto1-0/+261