mbox series

[GIT,PULL] berlin dt64 changes for v4.20

Message ID 20180927162106.7a7e48f7@xhacker.debian
State New
Headers show
Series [GIT,PULL] berlin dt64 changes for v4.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin.git tags/berlin64-dt-for-v4.20

Message

Jisheng Zhang Sept. 27, 2018, 8:24 a.m. UTC
Hi,

Here is the pull request for berlin dt64 changes for v4.20.

Thanks,
Jisheng

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin.git tags/berlin64-dt-for-v4.20

for you to fetch changes up to 087682f5a75bec349cdcb34c29384a051587aa99:

  arm64: dts: synaptics: add dtsi file for Synaptics AS370 SoC (2018-09-27 14:48:43 +0800)

----------------------------------------------------------------
Berlin64 DT changes for v4.20

 - move berlin binding documentation to syna.txt
 - add binding for the AS370 SoC
 - add dtsi file for Synaptics AS370 SoC

----------------------------------------------------------------
Jisheng Zhang (3):
      dt-bindings: arm: move berlin binding documentation to syna.txt
      dt-bindings: arm: syna: add support for the AS370 SoC
      arm64: dts: synaptics: add dtsi file for Synaptics AS370 SoC

 .../arm/{marvell/marvell,berlin.txt => syna.txt}   |  11 +-
 arch/arm64/boot/dts/synaptics/as370.dtsi           | 173 +++++++++++++++++++++
 2 files changed, 183 insertions(+), 1 deletion(-)
 rename Documentation/devicetree/bindings/arm/{marvell/marvell,berlin.txt => syna.txt} (89%)
 create mode 100644 arch/arm64/boot/dts/synaptics/as370.dtsi

Comments

Arnd Bergmann Sept. 28, 2018, 10:40 a.m. UTC | #1
On Thu, Sep 27, 2018 at 10:24 AM Jisheng Zhang
<Jisheng.Zhang@synaptics.com> wrote:
>
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin.git tags/berlin64-dt-for-v4.20
>
> for you to fetch changes up to 087682f5a75bec349cdcb34c29384a051587aa99:
>
>   arm64: dts: synaptics: add dtsi file for Synaptics AS370 SoC (2018-09-27 14:48:43 +0800)
>
> ----------------------------------------------------------------
> Berlin64 DT changes for v4.20
>
>  - move berlin binding documentation to syna.txt
>  - add binding for the AS370 SoC
>  - add dtsi file for Synaptics AS370 SoC

Pulled into next/dt, but I noticed that the tag description was different on
the signed tag compared to the one in the email. I left it with the
one-line version, since the bullet list you have here does not add
any information that is not already part of the one-line patch
descriptions below it.

It would be nice to get a real description of the series as a whole
in the signed tag instead, to explain what overall theme is. In
this case, a good text would explain what the 'AS370 SoC' is,
including its main features and when this is expected to hit the
market.

     Arnd
Jisheng Zhang Sept. 29, 2018, 1:33 a.m. UTC | #2
On Fri, 28 Sep 2018 12:40:43 +0200 Arnd Bergmann wrote:

> On Thu, Sep 27, 2018 at 10:24 AM Jisheng Zhang
> <Jisheng.Zhang@synaptics.com> wrote:
> >
> >
> > The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> >
> >   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/jszhang/linux-berlin.git tags/berlin64-dt-for-v4.20
> >
> > for you to fetch changes up to 087682f5a75bec349cdcb34c29384a051587aa99:
> >
> >   arm64: dts: synaptics: add dtsi file for Synaptics AS370 SoC (2018-09-27 14:48:43 +0800)
> >
> > ----------------------------------------------------------------
> > Berlin64 DT changes for v4.20
> >
> >  - move berlin binding documentation to syna.txt
> >  - add binding for the AS370 SoC
> >  - add dtsi file for Synaptics AS370 SoC  
> 
> Pulled into next/dt, but I noticed that the tag description was different on
> the signed tag compared to the one in the email. I left it with the
> one-line version, since the bullet list you have here does not add
> any information that is not already part of the one-line patch
> descriptions below it.
> 
> It would be nice to get a real description of the series as a whole
> in the signed tag instead, to explain what overall theme is. In
> this case, a good text would explain what the 'AS370 SoC' is,
> including its main features and when this is expected to hit the
> market.

Got it. Thanks for the detailed information.