aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)Author
2020-02-24usb: renesas_usbhs: add suspend event support in gadget modeVeeraiyan Chidambaram
2019-11-09usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behaviorYoshihiro Shimoda
2019-11-09usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}()Yoshihiro Shimoda
2019-07-14usb: renesas_usbhs: add a workaround for a race condition of workqueueYoshihiro Shimoda
2019-02-19USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"Colin Ian King
2019-01-18usb: renesas_usbhs: replace udelay() with usleep_range()Yoshihiro Shimoda
2018-12-17usb: renesas_usbhs: add support for RZ/G2EFabrizio Castro
2018-12-12usb: renesas_usbhs: mark PM functions as __maybe_unusedArnd Bergmann
2018-12-05usb: renesas_usbhs: Use SIMPLE_DEV_PM_OPS macroYoshihiro Shimoda
2018-12-05usb: renesas_usbhs: Remove dummy runtime PM callbacksJarkko Nikula
2018-09-28usb: renesas_usbhs: add support for R-Car E3Yoshihiro Shimoda
2018-09-28usb: renesas_usbhs: rcar3: Use OTG mode for R-Car D3Yoshihiro Shimoda
2018-09-28Revert "usb: renesas_usbhs: set the mode by using extcon state for non-otg ch...Yoshihiro Shimoda
2018-09-28Revert "usb: renesas_usbhs: add extcon notifier to set mode for non-otg channel"Yoshihiro Shimoda
2018-09-20usb: renesas_usbhs: Add multiple clocks managementYoshihiro Shimoda
2018-09-20usb: renesas_usbhs: Add reset_controlYoshihiro Shimoda
2018-07-30usb: renesas_usbhs: Kconfig: convert to SPDX identifiersKuninori Morimoto
2018-07-02USB: mark expected switch fall-throughsGustavo A. R. Silva
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-22USB: renesas_usbhs: drop unused legacy-phy supportJohan Hovold
2018-02-15usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx pathYoshihiro Shimoda
2018-01-09usb: renesas_usbhs: Add support for RZ/A1Chris Brandt
2017-12-14usb: renesas_usbhs: add extcon notifier to set mode for non-otg channelYoshihiro Shimoda
2017-12-13usb: renesas_usbhs: set the mode by using extcon state for non-otg channelYoshihiro Shimoda
2017-12-13usb: renesas_usbhs: Add a function to write the UGCTRL2 registerYoshihiro Shimoda
2017-12-12usb: renesas_usbhs: use PIPEnCLR.ACLRM instead of {C,Dn}FIFOCTR.BCLR in usbhs...Yoshihiro Shimoda
2017-12-12usb: renesas_usbhs: add usbhs_pipe_clear_without_sequence() functionYoshihiro Shimoda
2017-12-12usb: renesas_usbhs: remove redundant polling in usbhsf_fifo_barrier()Yoshihiro Shimoda
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: renesas_usbhs: rcar?.h: add SPDX tagsGreg Kroah-Hartman
2017-11-07USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman
2017-11-07renesas_usbhs: use renesas_usbhs_get_info()Kuninori Morimoto
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-10-19usb: renesas_usbhs: Use of_device_get_match_data() helperGeert Uytterhoeven
2017-10-19usb: renesas_usbhs: add support for R-Car D3Yoshihiro Shimoda
2017-10-19usb: renesas_usbhs: unify Gen2/3 pipe_config settingYoshihiro Shimoda
2017-10-11usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packetKazuya Mizuguchi
2017-09-28usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX directionYoshihiro Shimoda
2017-09-28usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipeYoshihiro Shimoda
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-08-15usb: renesas_usbhs: gadget: fix spin_lock_init() for &uep->lockYoshihiro Shimoda
2017-08-15usb: renesas_usbhs: gadget: make usb_ep_ops constBhumika Goyal
2017-08-14Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman
2017-08-03usb: renesas_usbhs: gadget: fix unused-but-set-variable warningYoshihiro Shimoda
2017-08-03usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3Yoshihiro Shimoda
2017-07-30usb: renesas_usbhs: constify hc_driver structuresJulia Lawall
2017-07-23Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman
2017-07-19usb: renesas_usbhs: gadget: disable all eps when the driver stopsYoshihiro Shimoda