summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)Author
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
2015-11-19usb: renesas_usbhs: gadget: Fix NULL pointer dereference in usbhsg_ep_dequeue()Yoshihiro Shimoda
2015-11-02Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2015-10-20usb: renesas_usbhs: Remove unneeded #include <linux/platform_data/gpio-rcar.h>Geert Uytterhoeven
2015-09-30usb: renesas_usbhs: Add support for R-Car H3Yoshihiro Shimoda
2015-09-30usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda
2015-08-04usb: renesas: gadget: add ep capabilities supportRobert Baldyga
2015-07-29usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUSPhil Edworthy
2015-07-29usb: renesas_usbhs: Replace deprecated API of extconChanwoo Choi
2015-06-02Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2015-05-31usb: renesas_usbhs: Don't disable the pipe if Control write status stageYoshihiro Shimoda
2015-05-31usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_popKazuya Mizuguchi
2015-05-26usb: renesas_usbhs: Add support for R-Car E2Yoshihiro Shimoda
2015-05-26usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda
2015-05-22usb: renesas_usbhs: avoid uninitialized variable useArnd Bergmann
2015-05-14usb: renesas_usbhs: Add access control for INTSTS1 and INTENB1 registerNobuhiro Iwamatsu
2015-04-28usb: renesas_usbhs: Revise the binding document about the dma-namesYoshihiro Shimoda
2015-04-27usb: renesas_usbhs: tidyup usbhs_for_each_dfifo macroKuninori Morimoto
2015-04-03renesas_usbhs: mod_host: use USB_DT_HUBSergei Shtylyov
2015-03-19usb: renesas_usbhs: fix spinlock suspected in a gadget complete functionYoshihiro Shimoda
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda
2015-03-13usb: renesas_usbhs: fix the sequence in xfer_work()Yoshihiro Shimoda
2015-03-13usb: renesas_usbhs: add the channel number in dma-namesYoshihiro Shimoda
2015-02-23usb: renesas: fix extcon dependencyArnd Bergmann
2015-01-30usb: renesas_usbhs: fix NULL pointer dereference in dma_release_channel()Yoshihiro Shimoda
2015-01-29usb: renesas_usbhs: gadget: set value for common is_selfpoweredPeter Chen
2015-01-27usb: renesas_usbhs: add support for requesting DT DMAYoshihiro Shimoda
2015-01-27usb: renesas_usbhs: add usbhsf_dma_init_pdev() functionYoshihiro Shimoda
2015-01-27usb: renesas_usbhs: mod_host: use HUB_CHAR_*Sergei Shtylyov
2015-01-12usb: renesas_usbhs: add OTG ID signal sensingSergei Shtylyov
2015-01-12usb: renesas_usbhs: fix platform init error messageSergei Shtylyov
2015-01-12usb: renesas_usbhs: kill dead code in usbhs_probe()Sergei Shtylyov
2014-11-12usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2Yoshihiro Shimoda
2014-11-12usb: renesas_usbhs: add a new macro for extending DnFIFOsYoshihiro Shimoda
2014-11-12usb: renesas_usbhs: standardize d{0,1}fifo controlYoshihiro Shimoda
2014-11-12usb: renesas_usbhs: change d{0,1}fifo to dfifo arrayYoshihiro Shimoda
2014-11-05usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPEYoshihiro Shimoda
2014-11-05usb: renesas_usbhs: fix the timing of dcp_control_transfer_doneYoshihiro Shimoda
2014-11-05usb: renesas_usbhs: gadget: fix the behavior of pullupTakeshi Kihara
2014-11-05usb: renesas_usbhs: gadget: fix NULL pointer dereference in ep_disable()Kazuya Mizuguchi