summaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)Author
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
2017-07-19usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRLYoshihiro Shimoda
2017-07-17usb: renesas_usbhs: make array type_array static constColin Ian King
2017-01-24usb: renesas_usbhs: Replace the deprecated extcon APIChanwoo Choi
2017-01-24usb: renesas_usbhs: mod_host: fix typo: "connecte" -> "connected"Colin Ian King
2016-11-03usb: renesas_usbhs: cleanup with list_first_entry_or_null()Masahiro Yamada
2016-10-24usb: renesas_usbhs: add wait after initialization for R-Car Gen3Yoshihiro Shimoda
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-09-12Merge 4.8-rc6 into usb-nextGreg Kroah-Hartman
2016-09-05usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman
2016-08-31usb: renesas_usbhs: set quirk_avoids_skb_reserve if USB-DMAC is usedYoshihiro Shimoda
2016-08-31usb: renesas_usbhs: add a compatible string for r8a7796Yoshihiro Shimoda
2016-08-30usb: renesas_usbhs: pipe: don't print on ENOMEMWolfram Sang
2016-08-30usb: renesas_usbhs: mod_host: don't print on ENOMEMWolfram Sang
2016-08-30usb: renesas_usbhs: mod_gadget: don't print on ENOMEMWolfram Sang
2016-08-29usb: renesas_usbhs: pipe: don't print on ENOMEMWolfram Sang
2016-08-29usb: renesas_usbhs: mod_host: don't print on ENOMEMWolfram Sang
2016-08-29usb: renesas_usbhs: mod_gadget: don't print on ENOMEMWolfram Sang
2016-08-22usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()Wei Yongjun
2016-08-11usb: renesas_usbhs: Use dmac only if the pipe type is bulkYoshihiro Shimoda
2016-08-11usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()Yoshihiro Shimoda
2016-08-11usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmacYoshihiro Shimoda
2016-06-29usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()Yoshihiro Shimoda
2016-06-29usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()Yoshihiro Shimoda
2016-06-29usb: renesas_usbhs: show error code when probe failedYoshihiro Shimoda
2016-06-22usb: renesas_usbhs: make usbhs_write32() staticBen Dooks
2016-05-03usb: renesas_usbhs: fix signed-unsigned returnSudip Mukherjee
2016-04-19usb: renesas_usbhs: use usb_gadget_{un}map_request_by_dev() for IPMMUYoshihiro Shimoda
2016-04-19usb: renesas_usbhs: change arguments of dma_map_ctrl()Yoshihiro Shimoda
2016-04-19usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push()Yoshihiro Shimoda
2016-04-04usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()Yoshihiro Shimoda
2016-03-30usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transferYoshihiro Shimoda
2016-03-30usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()Yoshihiro Shimoda
2016-03-04usb: renesas_usbhs: gadget: fix giveback status code in usbhsg_pipe_disable()Yoshihiro Shimoda
2016-03-04usb: renesas_usbhs: Don't check CSSTS bit if peripheral modeYoshihiro Shimoda
2016-03-04usb: renesas_usbhs: add R-Car Gen3 power controlYoshihiro Shimoda
2016-02-20usb: renesas_usbhs: Use ARCH_RENESASSimon Horman
2016-01-24usb: renesas_usbhs: constify usbhs_pkt_handle structuresJulia Lawall
2015-12-16usb: renesas_usbhs: add fallback compatibility stringsSimon Horman
2015-12-15usb: renesas_usbhs: Modify ep.caps.type_xxx and usb_ep_maxpacket_limit()Yoshihiro Shimoda
2015-12-15usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda