linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Initial support Visconti SoC for the v5.10 kernel
@ 2020-09-18 23:15 Nobuhiro Iwamatsu
  2020-09-23  8:47 ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-09-18 23:15 UTC (permalink / raw)
  To: soc
  Cc: devicetree, punit1.agrawal, arnd, catalin.marinas, linus.walleij,
	yuji2.ishikawa, linux-gpio, robh+dt, maz, sudeep.holla, olof,
	will, linux-arm-kernel

Hi,

This is the first pull request for Toshiba ARM SoC, Visconti5.
Please pull this new SoC patches for the v5.10 kernel cycle.

Best regards,
  Nobuhiro

The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git tags/visconti-initial-for-5.10

for you to fetch changes up to 974fc359cbd4a16a7c4fdfeddc78f777d4f43828:

  arm64: defconfig: Enable configs for Toshiba Visconti (2020-09-16 16:37:22 +0900)

----------------------------------------------------------------
Visconti5 SoC changes for v5.10

- Add dt-bindings for Toshiba Visconti ARM SoCs
- Add dt-bindings for the TMPV7708 RM main board
- Add initial support for Toshiba Visconti platform
- Add device tree for TMPV7708 RM main board
- Add information for Toshiba Visconti ARM SoCs to MAINTAINERS
- Enable configs for Toshiba Visconti to arm64's defconfig

----------------------------------------------------------------
Nobuhiro Iwamatsu (6):
      dt-bindings: arm: toshiba: add Toshiba Visconti ARM SoCs
      dt-bindings: arm: toshiba: Add the TMPV7708 RM main board
      arm64: visconti: Add initial support for Toshiba Visconti platform
      arm64: dts: visconti: Add device tree for TMPV7708 RM main board
      MAINTAINERS: Add information for Toshiba Visconti ARM SoCs
      arm64: defconfig: Enable configs for Toshiba Visconti

 Documentation/devicetree/bindings/arm/toshiba.yaml |  22 ++
 MAINTAINERS                                        |  11 +
 arch/arm64/Kconfig.platforms                       |   7 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/toshiba/Makefile               |   2 +
 arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts   |  43 +++
 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi          | 390 +++++++++++++++++++++
 arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi     |  93 +++++
 arch/arm64/configs/defconfig                       |   1 +
 9 files changed, 570 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/toshiba.yaml
 create mode 100644 arch/arm64/boot/dts/toshiba/Makefile
 create mode 100644 arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
 create mode 100644 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
 create mode 100644 arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Initial support Visconti SoC for the v5.10 kernel
  2020-09-18 23:15 [GIT PULL] Initial support Visconti SoC for the v5.10 kernel Nobuhiro Iwamatsu
@ 2020-09-23  8:47 ` Nobuhiro Iwamatsu
  0 siblings, 0 replies; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-09-23  8:47 UTC (permalink / raw)
  To: soc
  Cc: devicetree, punit1.agrawal, arnd, catalin.marinas, linus.walleij,
	olof, linux-gpio, will, robh+dt, sudeep.holla, maz,
	yuji2.ishikawa, linux-arm-kernel

Hi,

On Sat, Sep 19, 2020 at 08:15:41AM +0900, Nobuhiro Iwamatsu wrote:
> Hi,
> 
> This is the first pull request for Toshiba ARM SoC, Visconti5.
> Please pull this new SoC patches for the v5.10 kernel cycle.
> 

Sorry, I received a Reviewed-by tag from Rob to DT after sending this PR.
I will create a new tree and tag with this added. 
So, ignore this PR.

Best regards,
  Nobuhiro

> Best regards,
>   Nobuhiro
> 
> The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
> 
>   Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git tags/visconti-initial-for-5.10
> 
> for you to fetch changes up to 974fc359cbd4a16a7c4fdfeddc78f777d4f43828:
> 
>   arm64: defconfig: Enable configs for Toshiba Visconti (2020-09-16 16:37:22 +0900)
> 
> ----------------------------------------------------------------
> Visconti5 SoC changes for v5.10
> 
> - Add dt-bindings for Toshiba Visconti ARM SoCs
> - Add dt-bindings for the TMPV7708 RM main board
> - Add initial support for Toshiba Visconti platform
> - Add device tree for TMPV7708 RM main board
> - Add information for Toshiba Visconti ARM SoCs to MAINTAINERS
> - Enable configs for Toshiba Visconti to arm64's defconfig
> 
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (6):
>       dt-bindings: arm: toshiba: add Toshiba Visconti ARM SoCs
>       dt-bindings: arm: toshiba: Add the TMPV7708 RM main board
>       arm64: visconti: Add initial support for Toshiba Visconti platform
>       arm64: dts: visconti: Add device tree for TMPV7708 RM main board
>       MAINTAINERS: Add information for Toshiba Visconti ARM SoCs
>       arm64: defconfig: Enable configs for Toshiba Visconti
> 
>  Documentation/devicetree/bindings/arm/toshiba.yaml |  22 ++
>  MAINTAINERS                                        |  11 +
>  arch/arm64/Kconfig.platforms                       |   7 +
>  arch/arm64/boot/dts/Makefile                       |   1 +
>  arch/arm64/boot/dts/toshiba/Makefile               |   2 +
>  arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts   |  43 +++
>  arch/arm64/boot/dts/toshiba/tmpv7708.dtsi          | 390 +++++++++++++++++++++
>  arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi     |  93 +++++
>  arch/arm64/configs/defconfig                       |   1 +
>  9 files changed, 570 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/arm/toshiba.yaml
>  create mode 100644 arch/arm64/boot/dts/toshiba/Makefile
>  create mode 100644 arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
>  create mode 100644 arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
>  create mode 100644 arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-23  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 23:15 [GIT PULL] Initial support Visconti SoC for the v5.10 kernel Nobuhiro Iwamatsu
2020-09-23  8:47 ` Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).