linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Felipe Balbi <balbi@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	"Al Cooper" <alcooperx@gmail.com>,
	Sasi Kumar <sasi.kumar@broadcom.com>,
	"Nathan Chancellor" <natechancellor@gmail.com>,
	Colin Ian King <colin.king@canonical.com>,
	<linux-usb@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>
Subject: Re: [PATCH RESEND v3 02/11] usb: gadget: bdc: remove bdc_ep_set_halt() declaration
Date: Fri, 25 Sep 2020 14:12:30 +0800	[thread overview]
Message-ID: <1601014350.29336.3.camel@mhfsdcap03> (raw)
In-Reply-To: <1601013702-29079-1-git-send-email-chunfeng.yun@mediatek.com>

Hi, Felipe,

   Sorry again, please ignore these ones, 01/11 is lost, will resend
  
On Fri, 2020-09-25 at 14:01 +0800, Chunfeng Yun wrote:
> No definition for bdc_ep_set_halt(), so remove it.
> 
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> v3: add acked-by Florian
> 
> v2: add Cc Florian
> ---
>  drivers/usb/gadget/udc/bdc/bdc_cmd.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/usb/gadget/udc/bdc/bdc_cmd.h b/drivers/usb/gadget/udc/bdc/bdc_cmd.h
> index 373e674..a3a6dbd 100644
> --- a/drivers/usb/gadget/udc/bdc/bdc_cmd.h
> +++ b/drivers/usb/gadget/udc/bdc/bdc_cmd.h
> @@ -16,7 +16,6 @@
>  int bdc_stop_ep(struct bdc *, int);
>  int bdc_ep_set_stall(struct bdc *, int);
>  int bdc_ep_clear_stall(struct bdc *, int);
> -int bdc_ep_set_halt(struct bdc_ep *, u32 , int);
>  int bdc_ep_bla(struct bdc *, struct bdc_ep *, dma_addr_t);
>  int bdc_function_wake(struct bdc*, u8);
>  int bdc_function_wake_fh(struct bdc*, u8);


      parent reply	other threads:[~2020-09-25  6:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25  6:01 [PATCH RESEND v3 02/11] usb: gadget: bdc: remove bdc_ep_set_halt() declaration Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 03/11] usb: gadget: bdc: prefer pointer dereference to pointer type Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 04/11] usb: gadget: bdc: fix warning of embedded function name Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 05/11] usb: gadget: bdc: fix check warning of block comments alignment Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 06/11] usb: gadget: bdc: add identifier name for function declaraion Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 07/11] usb: gadget: bdc: avoid precedence issues Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 08/11] usb: gadget: bdc: use the BIT macro to define bit filed Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 09/11] usb: gadget: bdc: fix checkpatch.pl tab warning Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 10/11] usb: gadget: bdc: fix checkpatch.pl spacing error Chunfeng Yun
2020-09-25  6:01 ` [PATCH RESEND v3 11/11] usb: gadget: bdc: fix checkpatch.pl repeated word warning Chunfeng Yun
2020-09-25  6:12 ` Chunfeng Yun [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601014350.29336.3.camel@mhfsdcap03 \
    --to=chunfeng.yun@mediatek.com \
    --cc=alcooperx@gmail.com \
    --cc=balbi@kernel.org \
    --cc=colin.king@canonical.com \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=natechancellor@gmail.com \
    --cc=sasi.kumar@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).