summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx pathYoshihiro Shimoda2018-02-151-0/+5
* usb: renesas_usbhs: Add support for RZ/A1Chris Brandt2018-01-095-1/+76
* usb: renesas_usbhs: add extcon notifier to set mode for non-otg channelYoshihiro Shimoda2017-12-143-0/+21
* usb: renesas_usbhs: set the mode by using extcon state for non-otg channelYoshihiro Shimoda2017-12-131-1/+14
* usb: renesas_usbhs: Add a function to write the UGCTRL2 registerYoshihiro Shimoda2017-12-131-4/+7
* usb: renesas_usbhs: use PIPEnCLR.ACLRM instead of {C,Dn}FIFOCTR.BCLR in usbhs...Yoshihiro Shimoda2017-12-121-3/+2
* usb: renesas_usbhs: add usbhs_pipe_clear_without_sequence() functionYoshihiro Shimoda2017-12-122-5/+16
* usb: renesas_usbhs: remove redundant polling in usbhsf_fifo_barrier()Yoshihiro Shimoda2017-12-121-11/+5
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1314-124/+78
|\
| * USB: renesas_usbhs: rcar?.h: add SPDX tagsGreg Kroah-Hartman2017-11-072-0/+2
| * USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman2017-11-0712-111/+0
| * renesas_usbhs: use renesas_usbhs_get_info()Kuninori Morimoto2017-11-071-2/+2
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0412-0/+12
| * Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-10-243-11/+62
| |\
| | * usb: renesas_usbhs: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-191-2/+1
| | * usb: renesas_usbhs: add support for R-Car D3Yoshihiro Shimoda2017-10-193-1/+58
| | * usb: renesas_usbhs: unify Gen2/3 pipe_config settingYoshihiro Shimoda2017-10-191-9/+4
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
* / usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packetKazuya Mizuguchi2017-10-111-1/+1
|/
* usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX directionYoshihiro Shimoda2017-09-281-2/+11
* usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipeYoshihiro Shimoda2017-09-281-2/+8
* Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-08-221-2/+2
|\
| * usb: renesas_usbhs: gadget: fix spin_lock_init() for &uep->lockYoshihiro Shimoda2017-08-151-1/+1
| * usb: renesas_usbhs: gadget: make usb_ep_ops constBhumika Goyal2017-08-151-1/+1
* | Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-142-6/+8
|\ \
| * | usb: renesas_usbhs: gadget: fix unused-but-set-variable warningYoshihiro Shimoda2017-08-031-4/+1
| * | usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3Yoshihiro Shimoda2017-08-031-2/+7
| |/
* | usb: renesas_usbhs: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* | Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman2017-07-232-8/+27
|\|
| * usb: renesas_usbhs: gadget: disable all eps when the driver stopsYoshihiro Shimoda2017-07-191-7/+24
| * usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRLYoshihiro Shimoda2017-07-191-1/+3
* | usb: renesas_usbhs: make array type_array static constColin Ian King2017-07-171-1/+1
|/
* usb: renesas_usbhs: Replace the deprecated extcon APIChanwoo Choi2017-01-241-1/+1
* usb: renesas_usbhs: mod_host: fix typo: "connecte" -> "connected"Colin Ian King2017-01-241-1/+1
* usb: renesas_usbhs: cleanup with list_first_entry_or_null()Masahiro Yamada2016-11-031-4/+1
* usb: renesas_usbhs: add wait after initialization for R-Car Gen3Yoshihiro Shimoda2016-10-241-2/+6
* Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-142-0/+6
|\
| * usb: renesas_usbhs: set quirk_avoids_skb_reserve if USB-DMAC is usedYoshihiro Shimoda2016-08-311-0/+2
| * usb: renesas_usbhs: add a compatible string for r8a7796Yoshihiro Shimoda2016-08-311-0/+4
| * usb: renesas_usbhs: pipe: don't print on ENOMEMWolfram Sang2016-08-291-3/+1
| * usb: renesas_usbhs: mod_host: don't print on ENOMEMWolfram Sang2016-08-291-8/+2
| * usb: renesas_usbhs: mod_gadget: don't print on ENOMEMWolfram Sang2016-08-291-5/+1
* | Merge 4.8-rc6 into usb-nextGreg Kroah-Hartman2016-09-121-2/+9
|\ \
| * | usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda2016-09-051-2/+9
* | | Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman2016-09-051-1/+1
|\| |
| * | usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()Wei Yongjun2016-08-221-1/+1
| |/
* | usb: renesas_usbhs: pipe: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* | usb: renesas_usbhs: mod_host: don't print on ENOMEMWolfram Sang2016-08-301-8/+2
* | usb: renesas_usbhs: mod_gadget: don't print on ENOMEMWolfram Sang2016-08-301-5/+1
|/
* usb: renesas_usbhs: Use dmac only if the pipe type is bulkYoshihiro Shimoda2016-08-111-2/+2