> ; 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
> >
; 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
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
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