All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Yang <leoyang.li@nxp.com>
To: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Qiang Zhao <qiang.zhao@nxp.com>,
	Mark Rutland <mark.rutland@arm.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Scott Wood <oss@buserror.net>,
	Rasmus Villemoes <Rasmus.Villemoes@prevas.se>,
	Rob Herring <robh+dt@kernel.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 0/6] soc/fsl/qe: cleanups and new DT binding
Date: Tue, 4 Jun 2019 15:29:22 -0500	[thread overview]
Message-ID: <CADRPPNRfAk2ZWJQt=Wx5SEqvw4iSpzkj8_XvHa_CZYHDAxFgxg@mail.gmail.com> (raw)
In-Reply-To: <20190513111442.25724-1-rasmus.villemoes@prevas.dk>

On Mon, May 13, 2019 at 6:17 AM Rasmus Villemoes
<rasmus.villemoes@prevas.dk> wrote:
>
> This small series consists of some small cleanups and simplifications
> of the QUICC engine driver, and introduces a new DT binding that makes
> it much easier to support other variants of the QUICC engine IP block
> that appears in the wild: There's no reason to expect in general that
> the number of valid SNUMs uniquely determines the set of such, so it's
> better to simply let the device tree specify the values (and,
> implicitly via the array length, also the count).
>
> Which tree should this go through?
>
> v3:
> - Move example from commit log into binding document (adapting to
>   MPC8360 which the existing example pertains to).
> - Add more review tags.
> - Fix minor style issue.
>
> v2:
> - Address comments from Christophe Leroy
> - Add his Reviewed-by to 1/6 and 3/6
> - Split DT binding update to separate patch as per
>   Documentation/devicetree/bindings/submitting-patches.txt
>
> Rasmus Villemoes (6):
>   soc/fsl/qe: qe.c: drop useless static qualifier
>   soc/fsl/qe: qe.c: reduce static memory footprint by 1.7K
>   soc/fsl/qe: qe.c: introduce qe_get_device_node helper
>   dt-bindings: soc/fsl: qe: document new fsl,qe-snums binding
>   soc/fsl/qe: qe.c: support fsl,qe-snums property
>   soc/fsl/qe: qe.c: fold qe_get_num_of_snums into qe_snums_init

Series applied to soc/fsl for-next.  Thanks!

Regards,
Leo

>
>  .../devicetree/bindings/soc/fsl/cpm_qe/qe.txt |  13 +-
>  drivers/soc/fsl/qe/qe.c                       | 163 +++++++-----------
>  2 files changed, 77 insertions(+), 99 deletions(-)
>
> --
> 2.20.1
>

WARNING: multiple messages have this Message-ID (diff)
From: Li Yang <leoyang.li@nxp.com>
To: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Cc: Mark Rutland <mark.rutland@arm.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Scott Wood <oss@buserror.net>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Rasmus Villemoes <Rasmus.Villemoes@prevas.se>,
	Rob Herring <robh+dt@kernel.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Qiang Zhao <qiang.zhao@nxp.com>
Subject: Re: [PATCH v3 0/6] soc/fsl/qe: cleanups and new DT binding
Date: Tue, 4 Jun 2019 15:29:22 -0500	[thread overview]
Message-ID: <CADRPPNRfAk2ZWJQt=Wx5SEqvw4iSpzkj8_XvHa_CZYHDAxFgxg@mail.gmail.com> (raw)
In-Reply-To: <20190513111442.25724-1-rasmus.villemoes@prevas.dk>

On Mon, May 13, 2019 at 6:17 AM Rasmus Villemoes
<rasmus.villemoes@prevas.dk> wrote:
>
> This small series consists of some small cleanups and simplifications
> of the QUICC engine driver, and introduces a new DT binding that makes
> it much easier to support other variants of the QUICC engine IP block
> that appears in the wild: There's no reason to expect in general that
> the number of valid SNUMs uniquely determines the set of such, so it's
> better to simply let the device tree specify the values (and,
> implicitly via the array length, also the count).
>
> Which tree should this go through?
>
> v3:
> - Move example from commit log into binding document (adapting to
>   MPC8360 which the existing example pertains to).
> - Add more review tags.
> - Fix minor style issue.
>
> v2:
> - Address comments from Christophe Leroy
> - Add his Reviewed-by to 1/6 and 3/6
> - Split DT binding update to separate patch as per
>   Documentation/devicetree/bindings/submitting-patches.txt
>
> Rasmus Villemoes (6):
>   soc/fsl/qe: qe.c: drop useless static qualifier
>   soc/fsl/qe: qe.c: reduce static memory footprint by 1.7K
>   soc/fsl/qe: qe.c: introduce qe_get_device_node helper
>   dt-bindings: soc/fsl: qe: document new fsl,qe-snums binding
>   soc/fsl/qe: qe.c: support fsl,qe-snums property
>   soc/fsl/qe: qe.c: fold qe_get_num_of_snums into qe_snums_init

Series applied to soc/fsl for-next.  Thanks!

Regards,
Leo

>
>  .../devicetree/bindings/soc/fsl/cpm_qe/qe.txt |  13 +-
>  drivers/soc/fsl/qe/qe.c                       | 163 +++++++-----------
>  2 files changed, 77 insertions(+), 99 deletions(-)
>
> --
> 2.20.1
>

WARNING: multiple messages have this Message-ID (diff)
From: Li Yang <leoyang.li@nxp.com>
To: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Cc: Mark Rutland <mark.rutland@arm.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Scott Wood <oss@buserror.net>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Rasmus Villemoes <Rasmus.Villemoes@prevas.se>,
	Rob Herring <robh+dt@kernel.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Qiang Zhao <qiang.zhao@nxp.com>
Subject: Re: [PATCH v3 0/6] soc/fsl/qe: cleanups and new DT binding
Date: Tue, 4 Jun 2019 15:29:22 -0500	[thread overview]
Message-ID: <CADRPPNRfAk2ZWJQt=Wx5SEqvw4iSpzkj8_XvHa_CZYHDAxFgxg@mail.gmail.com> (raw)
In-Reply-To: <20190513111442.25724-1-rasmus.villemoes@prevas.dk>

On Mon, May 13, 2019 at 6:17 AM Rasmus Villemoes
<rasmus.villemoes@prevas.dk> wrote:
>
> This small series consists of some small cleanups and simplifications
> of the QUICC engine driver, and introduces a new DT binding that makes
> it much easier to support other variants of the QUICC engine IP block
> that appears in the wild: There's no reason to expect in general that
> the number of valid SNUMs uniquely determines the set of such, so it's
> better to simply let the device tree specify the values (and,
> implicitly via the array length, also the count).
>
> Which tree should this go through?
>
> v3:
> - Move example from commit log into binding document (adapting to
>   MPC8360 which the existing example pertains to).
> - Add more review tags.
> - Fix minor style issue.
>
> v2:
> - Address comments from Christophe Leroy
> - Add his Reviewed-by to 1/6 and 3/6
> - Split DT binding update to separate patch as per
>   Documentation/devicetree/bindings/submitting-patches.txt
>
> Rasmus Villemoes (6):
>   soc/fsl/qe: qe.c: drop useless static qualifier
>   soc/fsl/qe: qe.c: reduce static memory footprint by 1.7K
>   soc/fsl/qe: qe.c: introduce qe_get_device_node helper
>   dt-bindings: soc/fsl: qe: document new fsl,qe-snums binding
>   soc/fsl/qe: qe.c: support fsl,qe-snums property
>   soc/fsl/qe: qe.c: fold qe_get_num_of_snums into qe_snums_init

Series applied to soc/fsl for-next.  Thanks!

Regards,
Leo

>
>  .../devicetree/bindings/soc/fsl/cpm_qe/qe.txt |  13 +-
>  drivers/soc/fsl/qe/qe.c                       | 163 +++++++-----------
>  2 files changed, 77 insertions(+), 99 deletions(-)
>
> --
> 2.20.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-06-04 20:29 UTC|newest]

Thread overview: 141+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-30 13:36 [PATCH RESEND 0/5] soc/fsl/qe: cleanups and new DT binding Rasmus Villemoes
2019-04-30 13:36 ` Rasmus Villemoes
2019-04-30 13:36 ` Rasmus Villemoes
2019-04-30 13:36 ` [PATCH 1/5] soc/fsl/qe: qe.c: drop useless static qualifier Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 17:03   ` Christophe Leroy
2019-04-30 17:03     ` Christophe Leroy
2019-04-30 17:03     ` Christophe Leroy
2019-04-30 13:36 ` [PATCH 2/5] soc/fsl/qe: qe.c: reduce static memory footprint by 1.7K Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 17:12   ` Christophe Leroy
2019-04-30 17:12     ` Christophe Leroy
2019-04-30 17:12     ` Christophe Leroy
2019-05-01  5:51     ` Rasmus Villemoes
2019-05-01  5:51       ` Rasmus Villemoes
2019-05-01  5:51       ` Rasmus Villemoes
2019-04-30 13:36 ` [PATCH 3/5] soc/fsl/qe: qe.c: introduce qe_get_device_node helper Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 17:14   ` Christophe Leroy
2019-04-30 17:14     ` Christophe Leroy
2019-04-30 17:14     ` Christophe Leroy
2019-04-30 13:36 ` [PATCH 4/5] soc/fsl/qe: qe.c: support fsl,qe-snums property Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 17:19   ` Christophe Leroy
2019-04-30 17:19     ` Christophe Leroy
2019-04-30 17:19     ` Christophe Leroy
2019-05-01  6:00     ` Rasmus Villemoes
2019-05-01  6:00       ` Rasmus Villemoes
2019-05-01  6:00       ` Rasmus Villemoes
2019-04-30 13:36 ` [PATCH 5/5] soc/fsl/qe: qe.c: fold qe_get_num_of_snums into qe_snums_init Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 13:36   ` Rasmus Villemoes
2019-04-30 17:27   ` Christophe Leroy
2019-04-30 17:27     ` Christophe Leroy
2019-04-30 17:27     ` Christophe Leroy
2019-05-01  9:29 ` [PATCH v2 0/6] soc/fsl/qe: cleanups and new DT binding Rasmus Villemoes
2019-05-01  9:29   ` Rasmus Villemoes
2019-05-01  9:29   ` Rasmus Villemoes
2019-05-01  9:29   ` Rasmus Villemoes
2019-05-01  9:29   ` [PATCH v2 1/6] soc/fsl/qe: qe.c: drop useless static qualifier Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29   ` [PATCH v2 2/6] soc/fsl/qe: qe.c: reduce static memory footprint by 1.7K Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-02  4:51     ` Christophe Leroy
2019-05-02  4:51       ` Christophe Leroy
2019-05-02  4:51       ` Christophe Leroy
2019-05-01  9:29   ` [PATCH v2 3/6] soc/fsl/qe: qe.c: introduce qe_get_device_node helper Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29   ` [PATCH v2 4/6] dt-bindings: soc/fsl: qe: document new fsl,qe-snums binding Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01 15:12     ` Joakim Tjernlund
2019-05-01 15:12       ` Joakim Tjernlund
2019-05-01 15:12       ` Joakim Tjernlund
2019-05-01 15:12       ` Joakim Tjernlund
2019-05-01 18:47       ` Rasmus Villemoes
2019-05-01 18:47         ` Rasmus Villemoes
2019-05-01 18:47         ` Rasmus Villemoes
2019-05-01 18:47         ` Rasmus Villemoes
2019-05-01 21:00     ` Rob Herring
2019-05-01 21:00       ` Rob Herring
2019-05-01 21:00       ` Rob Herring
2019-05-01 21:00       ` Rob Herring
2019-05-01  9:29   ` [PATCH v2 5/6] soc/fsl/qe: qe.c: support fsl,qe-snums property Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-02  4:52     ` Christophe Leroy
2019-05-02  4:52       ` Christophe Leroy
2019-05-02  4:52       ` Christophe Leroy
2019-05-02  4:52       ` Christophe Leroy
2019-05-01  9:29   ` [PATCH v2 6/6] soc/fsl/qe: qe.c: fold qe_get_num_of_snums into qe_snums_init Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-01  9:29     ` Rasmus Villemoes
2019-05-02  4:54     ` Christophe Leroy
2019-05-02  4:54       ` Christophe Leroy
2019-05-02  4:54       ` Christophe Leroy
2019-05-02  4:54       ` Christophe Leroy
2019-05-09  2:35     ` [EXT] " Qiang Zhao
2019-05-09  2:35       ` Qiang Zhao
2019-05-09  2:35       ` Qiang Zhao
2019-05-09  2:35       ` Qiang Zhao
2019-05-13 11:14   ` [PATCH v3 0/6] soc/fsl/qe: cleanups and new DT binding Rasmus Villemoes
2019-05-13 11:14     ` Rasmus Villemoes
2019-05-13 11:14     ` Rasmus Villemoes
2019-05-13 11:14     ` Rasmus Villemoes
2019-05-13 11:14     ` [PATCH v3 1/6] soc/fsl/qe: qe.c: drop useless static qualifier Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14     ` [PATCH v3 2/6] soc/fsl/qe: qe.c: reduce static memory footprint by 1.7K Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14     ` [PATCH v3 3/6] soc/fsl/qe: qe.c: introduce qe_get_device_node helper Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14     ` [PATCH v3 4/6] dt-bindings: soc/fsl: qe: document new fsl,qe-snums binding Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:14       ` Rasmus Villemoes
2019-05-13 11:39       ` Joakim Tjernlund
2019-05-13 11:39         ` Joakim Tjernlund
2019-05-13 11:39         ` Joakim Tjernlund
2019-05-13 11:39         ` Joakim Tjernlund
2019-05-13 17:51       ` Rob Herring
2019-05-13 17:51         ` Rob Herring
2019-05-13 17:51         ` Rob Herring
2019-05-13 17:51         ` Rob Herring
2019-05-13 11:15     ` [PATCH v3 5/6] soc/fsl/qe: qe.c: support fsl,qe-snums property Rasmus Villemoes
2019-05-13 11:15       ` Rasmus Villemoes
2019-05-13 11:15       ` Rasmus Villemoes
2019-05-13 11:15       ` Rasmus Villemoes
2019-05-13 11:15     ` [PATCH v3 6/6] soc/fsl/qe: qe.c: fold qe_get_num_of_snums into qe_snums_init Rasmus Villemoes
2019-05-13 11:15       ` Rasmus Villemoes
2019-05-13 11:15       ` Rasmus Villemoes
2019-05-13 11:15       ` Rasmus Villemoes
2019-06-03 19:53     ` [PATCH v3 0/6] soc/fsl/qe: cleanups and new DT binding Rasmus Villemoes
2019-06-03 19:53       ` Rasmus Villemoes
2019-06-03 19:53       ` Rasmus Villemoes
2019-06-03 19:53       ` Rasmus Villemoes
2019-06-03 19:55       ` Leo Li
2019-06-03 19:55         ` Leo Li
2019-06-03 19:55         ` Leo Li
2019-06-03 19:55         ` Leo Li
2019-06-04 20:29     ` Li Yang [this message]
2019-06-04 20:29       ` Li Yang
2019-06-04 20:29       ` Li Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADRPPNRfAk2ZWJQt=Wx5SEqvw4iSpzkj8_XvHa_CZYHDAxFgxg@mail.gmail.com' \
    --to=leoyang.li@nxp.com \
    --cc=Rasmus.Villemoes@prevas.se \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mark.rutland@arm.com \
    --cc=oss@buserror.net \
    --cc=qiang.zhao@nxp.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.