[PATCH RESEND v2 05/11] usb: xhci: convert to TRB_TYPE()

Chunfeng Yun chunfeng.yun at mediatek.com
Mon Sep 7 09:18:38 CEST 2020


Hi Bin,

On Fri, 2020-09-04 at 15:19 +0800, Bin Meng wrote:
> Hi Marek,
> 
> On Fri, Sep 4, 2020 at 3:05 PM Marek Vasut <marex at denx.de> wrote:
> >
> > On 9/4/20 8:54 AM, Bin Meng wrote:
> > > On Wed, Aug 26, 2020 at 5:31 PM Chunfeng Yun <chunfeng.yun at mediatek.com> wrote:
> > >>
> > >> Use TRB_TYPE(p) instead of ((p) << TRB_TYPE_SHIFT)
> > >>
> > >> Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>
> > >> ---
> > >> v2: no changes
> > >> ---
> > >>  drivers/usb/host/xhci-mem.c  |  3 +--
> > >>  drivers/usb/host/xhci-ring.c | 11 +++++------
> > >>  include/usb/xhci.h           |  1 -
> > >>  3 files changed, 6 insertions(+), 9 deletions(-)
> > >>
> > >
> > > Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> >
> > Can we please collect the RBs in one posting of the series, not two
> > postings ?
> >
> 
> Oops, it looks I replied the old version. Sorry. I will use the latest version.
Due to Frank and I both resend v2, this may cause some confusion, so I
send out v3, and just merge some patch that you don't review, please
look at it. Thanks a lot

> 
> Regards,
> Bin



More information about the U-Boot mailing list