lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <DU0PR04MB941763C3EBF8AE9A9CD69445884C9@DU0PR04MB9417.eurprd04.prod.outlook.com>
Date:   Tue, 20 Sep 2022 06:35:22 +0000
From:   Peng Fan <peng.fan@....com>
To:     "Peng Fan (OSS)" <peng.fan@....nxp.com>,
        "andersson@...nel.org" <andersson@...nel.org>,
        "mathieu.poirier@...aro.org" <mathieu.poirier@...aro.org>,
        "robh+dt@...nel.org" <robh+dt@...nel.org>,
        "krzysztof.kozlowski+dt@...aro.org" 
        <krzysztof.kozlowski+dt@...aro.org>,
        "shawnguo@...nel.org" <shawnguo@...nel.org>,
        "s.hauer@...gutronix.de" <s.hauer@...gutronix.de>
CC:     "kernel@...gutronix.de" <kernel@...gutronix.de>,
        "festevam@...il.com" <festevam@...il.com>,
        dl-linux-imx <linux-imx@....com>,
        "linux-remoteproc@...r.kernel.org" <linux-remoteproc@...r.kernel.org>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH V5 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP

Correct Bjorn's mail address.

> -----Original Message-----
> From: Peng Fan <peng.fan@....com>
> Sent: 2022年9月20日 11:09
> To: Peng Fan (OSS) <peng.fan@....nxp.com>; bjorn.andersson@...nel.org;
> mathieu.poirier@...aro.org; robh+dt@...nel.org;
> krzysztof.kozlowski+dt@...aro.org; shawnguo@...nel.org;
> s.hauer@...gutronix.de
> Cc: kernel@...gutronix.de; festevam@...il.com; dl-linux-imx <linux-
> imx@....com>; linux-remoteproc@...r.kernel.org;
> devicetree@...r.kernel.org; linux-arm-kernel@...ts.infradead.org; linux-
> kernel@...r.kernel.org
> Subject: RE: [PATCH V5 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
> 
> Hi Bjorn, Mathieu
> 
> Is this patchset fine for you?
> V4 was sent out 2 months ago and no comments,
> V5 was sent out near 1 month with only a minor rebase conflict.
> 
> Thanks,
> Peng.

Thanks,
Peng.

> 
> > Subject: [PATCH V5 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
> >
> > From: Peng Fan <peng.fan@....com>
> >
> > V5:
> >  The patchset could not apply on latest remoteproc for-next branch,
> > so rebased. Only patch 6 has a minor conflict, other patches are not
> changed.
> >
> > V4:
> >  https://lore.kernel.org/all/20220701104725.557314-1-
> > peng.fan@....nxp.com/
> >  Add R-b from DT maintainer
> >  Fix probe failure and driver remove path in patch 3, 4  Add comments
> > about i.MX8QM entries filter in patch 5
> >
> > V3:
> >  Drop the dependency in V2.
> >  Tested on i.MX8QM/8MM
> >  Use 'fsl,resource-id' and 'fsl,entry-address' Per dt maintainer  Drop 'reg'
> > property Per remoteproc maintainer  Drop mcore self recovery, until we
> > land in common framework support.
> >  https://patchwork.kernel.org/project/linux-
> > remoteproc/cover/20220517064937.4033441-1-peng.fan@....nxp.com/
> >
> > V2:
> >  https://patchwork.kernel.org/project/linux-
> > remoteproc/cover/20220309102118.8131-1-peng.fan@....nxp.com/
> >  Depends on https://patchwork.kernel.org/project/linux-
> > remoteproc/list/?series=621311
> >  Tested on i.MX8QXP/QM/8MP
> >  Addressed Mathieu's comments
> >  Drop V1 patch 5/9, patch 3/9 is replaced with upper dependency
> > patchset Move V1 patch 4/9 out to
> > https://patchwork.kernel.org/project/linux-
> > remoteproc/patch/20220308065754.3355-1-peng.fan@....nxp.com/
> >  Update commit log
> >  Drop magic number to get entry address from device tree in patch 4/6
> >
> > The V1 patchset:
> > https://patchwork.kernel.org/project/linux-
> > remoteproc/patch/20220111033333.403448-4-peng.fan@....nxp.com/
> >
> > Peng Fan (6):
> >   dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
> >   dt-bindings: remoteproc: imx_rproc: support i.MX8QM
> >   remoteproc: imx_rproc: support attaching to i.MX8QXP M4
> >   remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
> >   remoteproc: imx_rproc: support i.MX8QM
> >   remoteproc: imx_rproc: request mbox channel later
> >
> >  .../bindings/remoteproc/fsl,imx-rproc.yaml    |  16 ++
> >  drivers/remoteproc/imx_rproc.c                | 261 +++++++++++++++++-
> >  2 files changed, 270 insertions(+), 7 deletions(-)
> >
> > --
> > 2.37.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ