Re: [PATCH v2 5/5] soc/fsl_qbman: export coalesce change API

2018-10-02 Thread Li Yang
> ; Catalin Marinas ; Scott > > Wood ; moderated list:ARM/FREESCALE IMX / MXC ARM > > ARCHITECTURE ; linuxppc-dev > > ; lkml > > Subject: Re: [PATCH v2 5/5] soc/fsl_qbman: export coalesce change API > > > > On Fri, Sep 28, 2018 at 3:45 AM Madalin Bucur > >

RE: [PATCH v2 5/5] soc/fsl_qbman: export coalesce change API

2018-10-01 Thread Madalin-cristian Bucur
; linuxppc-dev > ; lkml > Subject: Re: [PATCH v2 5/5] soc/fsl_qbman: export coalesce change API > > On Fri, Sep 28, 2018 at 3:45 AM Madalin Bucur > wrote: > > > > Export the API required to control the QMan portal interrupt coalescing > > settings. > > Th

Re: [PATCH v2 5/5] soc/fsl_qbman: export coalesce change API

2018-10-01 Thread Li Yang
On Fri, Sep 28, 2018 at 3:45 AM Madalin Bucur wrote: > > Export the API required to control the QMan portal interrupt coalescing > settings. These are new APIs not just old APIs being exported. What is the user of these APIs? Is the user being submitted? We cannot have APIs in kernel that has

[PATCH v2 5/5] soc/fsl_qbman: export coalesce change API

2018-09-28 Thread Madalin Bucur
Export the API required to control the QMan portal interrupt coalescing settings. Signed-off-by: Madalin Bucur --- drivers/soc/fsl/qbman/qman.c | 31 +++ include/soc/fsl/qman.h | 27 +++ 2 files changed, 58 insertions(+) diff --git a/dri