mbox series

[GIT,PULL] Initial support Visconti SoC for the v5.10 kernel

Message ID 20200918231541.azafr4jspq5lqlyu@toshiba.co.jp
State Not Applicable, archived
Headers show
Series [GIT,PULL] Initial support Visconti SoC for the v5.10 kernel | expand

Pull-request

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

Checks

Context Check Description
robh/checkpatch warning total: 2 errors, 1 warnings, 0 lines checked

Message

Nobuhiro Iwamatsu Sept. 18, 2020, 11:15 p.m. UTC
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

Comments

Nobuhiro Iwamatsu Sept. 23, 2020, 8:47 a.m. UTC | #1
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
>