RE: [PATCH 2/8] usb: cdns3: Split core.c into cdns3-plat and core.c file

2020-09-30 Thread Pawel Laszczak
> > >On 20-09-28 14:27:35, Pawel Laszczak wrote: >> Patch splits file core.c into core.c containing the common reusable code >> and cnd3-plat.c containing device platform specific code. These changes > >cdns3-plat.c > >Pawel, at 5.10-rc1, there are some cdns3 driver updates at Felipe's >next tree,

RE: [PATCH 2/8] usb: cdns3: Split core.c into cdns3-plat and core.c file

2020-09-30 Thread Pawel Laszczak
>> >>On Mon, 2020-09-28 at 14:27 +0200, Pawel Laszczak wrote: >>> Patch splits file core.c into core.c containing the common reusable code >>> and cnd3-plat.c containing device platform specific code. These changes >>> are required to make possible reuse DRD part of CDNS3 driver in CDNSP >>> driver

RE: [PATCH 2/8] usb: cdns3: Split core.c into cdns3-plat and core.c file

2020-09-29 Thread Pawel Laszczak
> >On Mon, 2020-09-28 at 14:27 +0200, Pawel Laszczak wrote: >> Patch splits file core.c into core.c containing the common reusable code >> and cnd3-plat.c containing device platform specific code. These changes >> are required to make possible reuse DRD part of CDNS3 driver in CDNSP >> driver. >> >

Re: [PATCH 2/8] usb: cdns3: Split core.c into cdns3-plat and core.c file

2020-09-28 Thread Peter Chen
On 20-09-28 14:27:35, Pawel Laszczak wrote: > Patch splits file core.c into core.c containing the common reusable code > and cnd3-plat.c containing device platform specific code. These changes cdns3-plat.c Pawel, at 5.10-rc1, there are some cdns3 driver updates at Felipe's next tree, you may crea

Re: [PATCH 2/8] usb: cdns3: Split core.c into cdns3-plat and core.c file

2020-09-28 Thread Chunfeng Yun
On Mon, 2020-09-28 at 14:27 +0200, Pawel Laszczak wrote: > Patch splits file core.c into core.c containing the common reusable code > and cnd3-plat.c containing device platform specific code. These changes > are required to make possible reuse DRD part of CDNS3 driver in CDNSP > driver. > > Signed

[PATCH 2/8] usb: cdns3: Split core.c into cdns3-plat and core.c file

2020-09-28 Thread Pawel Laszczak
Patch splits file core.c into core.c containing the common reusable code and cnd3-plat.c containing device platform specific code. These changes are required to make possible reuse DRD part of CDNS3 driver in CDNSP driver. Signed-off-by: Pawel Laszczak --- drivers/usb/cdns3/Makefile | 2 +-