summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/mod.c
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-211-13/+1
* usb: renesas_usbhs: enable DVSE interruptEugeniu Rosca2019-10-041-4/+3
* usb: renesas_usbhs: simplify usbhs_status_get_device_state()Eugeniu Rosca2019-10-041-11/+1
* usb: renesas_usbhs: Use struct platform_callback pointerYoshihiro Shimoda2019-06-261-1/+1
* usb: renesas_usbhs: Avoid to write platform_data's valueYoshihiro Shimoda2019-06-261-2/+9
* usb: renesas_usbhs: move macros from mod.c to the mod.hYoshihiro Shimoda2019-06-261-9/+0
* usb: renesas_usbhs: remove notify_hotplug callbackYoshihiro Shimoda2019-06-261-1/+2
* USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman2017-11-071-10/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda2016-09-051-2/+9
* usb: renesas_usbhs: avoid uninitialized variable useArnd Bergmann2015-05-221-0/+2
* usb: renesas_usbhs: Add access control for INTSTS1 and INTENB1 registerNobuhiro Iwamatsu2015-05-141-27/+34
* usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lockYoshihiro Shimoda2014-09-031-0/+5
* Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-11-111-2/+1
|\
| * usb: renesas_usbhs: use devm_request_irq()Kuninori Morimoto2012-10-311-2/+1
* | usb: renesas_usbhs: fixup interrupt status clear methodKuninori Morimoto2012-10-161-3/+3
|/
* usb: renesas_usbhs: modify the irq handler for sharing irqShimoda, Yoshihiro2012-09-051-3/+22
* renesas_usbhs: cleanup quoted includesPaul Bolle2012-06-051-2/+2
* usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro2012-01-241-1/+1
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-1/+3
|\
| * usb: gadget: renesas_usbhs: unified callback functionKuninori Morimoto2011-12-121-1/+3
* | usb: renesas_usbhs: typofix: irq_dtch control DTCHEKuninori Morimoto2011-12-121-1/+1
|/
* usb: gadget: renesas_usbhs: bugfix: don't modify platform dataKuninori Morimoto2011-10-131-1/+1
* usb: gadget: renesas_usbhs: add mod_host supportKuninori Morimoto2011-10-131-1/+8
* usb: gadget: renesas_usbhs: add INTSTS1 interrupt supportKuninori Morimoto2011-10-131-0/+38
* usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()Kuninori Morimoto2011-10-131-1/+2
* usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto2011-10-131-16/+0
* usb: gadget: renesas_usbhs: tidyup INTENB0 methodKuninori Morimoto2011-10-131-1/+10
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* usb: renesas_usbhs: add autonomy modeKuninori Morimoto2011-04-291-0/+48
* usb: renesas_usbhs: prevent NULL pointer crashKuninori Morimoto2011-04-291-15/+19
* usb: renesas_usbhs: Add Renesas USBHS GadgetKuninori Morimoto2011-04-131-1/+16
* usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto2011-04-131-0/+261