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

Nobuhiro Iwamatsu nobuhiro1.iwamatsu at toshiba.co.jp
Wed Sep 23 04:47:33 EDT 2020


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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 



More information about the linux-arm-kernel mailing list