summaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs/pipe.c
AgeCommit message (Expand)Author
2021-03-10usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUMYoshihiro Shimoda
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-10-04usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behaviorYoshihiro Shimoda
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-12-12usb: renesas_usbhs: add usbhs_pipe_clear_without_sequence() functionYoshihiro Shimoda
2017-11-07USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-07-17usb: renesas_usbhs: make array type_array static constColin Ian King
2016-08-30usb: renesas_usbhs: pipe: don't print on ENOMEMWolfram Sang
2016-05-03usb: renesas_usbhs: fix signed-unsigned returnSudip Mukherjee
2016-04-19usb: renesas_usbhs: change arguments of dma_map_ctrl()Yoshihiro Shimoda
2016-03-04usb: renesas_usbhs: Don't check CSSTS bit if peripheral modeYoshihiro Shimoda
2015-12-15usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda
2014-11-05usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPEYoshihiro Shimoda
2014-09-03usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda
2014-07-10usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connectingYoshihiro Shimoda
2014-07-10usb: renesas_usbhs: fix usbhs_pipe_malloc() to re-enable a pipe.Yoshihiro Shimoda
2012-11-08usb: renesas_usbhs: use transfer counter if IN direction bulk pipeKuninori Morimoto
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle
2011-12-21usb: renesas: pipe: convert a long if into a XOR operationFelipe Balbi
2011-12-13usb: renesas_usbhs: care pipe sequenceKuninori Morimoto
2011-12-12usb: renesas_usbhs: add usbhs_pipe_is_stall()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: usbhs_dcp_control_transfer_done() cares mod_hostKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_pipe_name()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: each pipe hold maxpacket sizeKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto
2011-08-22usb: renesas_usbhs: use usb_endpoint_maxp()kuninori.morimoto.gx@renesas.com
2011-06-14usb: renesas_usbhs: fixup connection failKuninori Morimoto
2011-06-07usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto
2011-06-07usb: renesas_usbhs: add pipe/fifo linkKuninori Morimoto
2011-06-07usb: renesas_usbhs: modify data transfer interruptKuninori Morimoto
2011-06-07usb: renesas_usbhs: modify packet queue control methodKuninori Morimoto
2011-06-07usb: renesas_usbhs: divide data transfer functionsKuninori Morimoto
2011-06-07usb: renesas_usbhs: fifo became independent from pipe.Kuninori Morimoto
2011-06-07usb: renesas_usbhs: modify pipe direction flagsKuninori Morimoto
2011-05-11usb: renesas_usbhs: fixup fifo disableKuninori Morimoto
2011-04-29usb: renesas_usbhs: add error reason for usbhs_pipe_mallocKuninori Morimoto
2011-04-29usb: renesas_usbhs: modify fifo clear timingKuninori Morimoto
2011-04-13usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto