* [GIT PULL 1/3] ZTE SoC updates for 4.14
@ 2017-08-18 8:05 Shawn Guo
2017-08-18 8:05 ` [GIT PULL 2/3] ZTE device tree " Shawn Guo
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Shawn Guo @ 2017-08-18 8:05 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-soc-4.14
for you to fetch changes up to 03d95c264a0277418e21cbb9043c12bf0604be05:
arm64: select PINCTRL for ZTE platform (2017-08-14 09:50:24 +0800)
----------------------------------------------------------------
ZTE SoC updates for 4.14:
- Select PINCTRL for ZTE platform, so that pinctrl driver for ZX296718
can be enabled.
----------------------------------------------------------------
Shawn Guo (1):
arm64: select PINCTRL for ZTE platform
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2/3] ZTE device tree updates for 4.14
2017-08-18 8:05 [GIT PULL 1/3] ZTE SoC updates for 4.14 Shawn Guo
@ 2017-08-18 8:05 ` Shawn Guo
2017-08-18 21:02 ` Arnd Bergmann
2017-08-18 8:05 ` [GIT PULL 3/3] ZTE arm64 device tree changes " Shawn Guo
2017-08-18 22:01 ` [GIT PULL 1/3] ZTE SoC updates " Arnd Bergmann
2 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2017-08-18 8:05 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-dt-4.14
for you to fetch changes up to 8cb46bd224a0ecfc759b685d4bb0538d8e7d51a7:
ARM: dts: zte: remove num-slots from zx296702-ad1 (2017-07-16 09:18:18 +0800)
----------------------------------------------------------------
ZTE device tree updates for 4.14:
- A clean up patch from Shawn Lin to remove the deprecated dwmmc
property 'num-slots'.
----------------------------------------------------------------
Shawn Lin (1):
ARM: dts: zte: remove num-slots from zx296702-ad1
arch/arm/boot/dts/zx296702-ad1.dts | 2 --
1 file changed, 2 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/3] ZTE arm64 device tree changes for 4.14
2017-08-18 8:05 [GIT PULL 1/3] ZTE SoC updates for 4.14 Shawn Guo
2017-08-18 8:05 ` [GIT PULL 2/3] ZTE device tree " Shawn Guo
@ 2017-08-18 8:05 ` Shawn Guo
2017-08-18 20:48 ` Arnd Bergmann
2017-08-18 22:01 ` [GIT PULL 1/3] ZTE SoC updates " Arnd Bergmann
2 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2017-08-18 8:05 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-dt64-4.14
for you to fetch changes up to 5470964f8c7b9f0b1e1d5eed49a283be0121ac0e:
arm64: dts: zte: add initial zx296718-pcbox board support (2017-08-14 09:51:16 +0800)
----------------------------------------------------------------
ZTE arm64 device tree updates for 4.14:
- A clean up patch from Shawn Lin to remove the deprecated dwmmc
property 'num-slots' from ZX296718 device tree.
- Enable various devices for ZX296718 SoC support, VGA display, I2S
audio, pinctrl, GPIO, PWM and IRDEC.
- Update zx296718-evb support to use audio-graph-card for HDMI audio
and add I2S sound card.
- Add initial zx296718-pcbox board support with storage, audio,
display devices enabled.
----------------------------------------------------------------
Shawn Guo (10):
arm64: dts: zx296718: add VGA device support
arm64: dts: zx296718: add I2S and I2C audio codec
arm64: dts: zx296718: add pinctrl and gpio devices
arm64: dts: zx296718: set a better parent clock for I2S0
arm64: dts: zx296718: add voltage data into OPP table
arm64: dts: zx296718: add PWM device support
arm64: dts: zx296718: add irdec device for remote control
arm64: dts: zx296718-evb: use audio-graph-card for HDMI audio
arm64: dts: zx296718-evb: add I2S sound card support
arm64: dts: zte: add initial zx296718-pcbox board support
Shawn Lin (1):
arm64: dts: zte: remove num-slots from zx296718
arch/arm64/boot/dts/zte/Makefile | 1 +
arch/arm64/boot/dts/zte/zx296718-evb.dts | 68 ++++++++++--
arch/arm64/boot/dts/zte/zx296718-pcbox.dts | 143 ++++++++++++++++++++++++
arch/arm64/boot/dts/zte/zx296718.dtsi | 171 ++++++++++++++++++++++++++++-
4 files changed, 373 insertions(+), 10 deletions(-)
create mode 100644 arch/arm64/boot/dts/zte/zx296718-pcbox.dts
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/3] ZTE arm64 device tree changes for 4.14
2017-08-18 8:05 ` [GIT PULL 3/3] ZTE arm64 device tree changes " Shawn Guo
@ 2017-08-18 20:48 ` Arnd Bergmann
0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-08-18 20:48 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Aug 18, 2017 at 10:05 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> ZTE arm64 device tree updates for 4.14:
> - A clean up patch from Shawn Lin to remove the deprecated dwmmc
> property 'num-slots' from ZX296718 device tree.
> - Enable various devices for ZX296718 SoC support, VGA display, I2S
> audio, pinctrl, GPIO, PWM and IRDEC.
> - Update zx296718-evb support to use audio-graph-card for HDMI audio
> and add I2S sound card.
> - Add initial zx296718-pcbox board support with storage, audio,
> display devices enabled.
Pulled into next/dt64, thanks!
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2/3] ZTE device tree updates for 4.14
2017-08-18 8:05 ` [GIT PULL 2/3] ZTE device tree " Shawn Guo
@ 2017-08-18 21:02 ` Arnd Bergmann
0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-08-18 21:02 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Aug 18, 2017 at 10:05 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
> ----------------------------------------------------------------
> ZTE device tree updates for 4.14:
> - A clean up patch from Shawn Lin to remove the deprecated dwmmc
> property 'num-slots'.
>
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 1/3] ZTE SoC updates for 4.14
2017-08-18 8:05 [GIT PULL 1/3] ZTE SoC updates for 4.14 Shawn Guo
2017-08-18 8:05 ` [GIT PULL 2/3] ZTE device tree " Shawn Guo
2017-08-18 8:05 ` [GIT PULL 3/3] ZTE arm64 device tree changes " Shawn Guo
@ 2017-08-18 22:01 ` Arnd Bergmann
2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-08-18 22:01 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Aug 18, 2017 at 10:05 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> ----------------------------------------------------------------
> ZTE SoC updates for 4.14:
> - Select PINCTRL for ZTE platform, so that pinctrl driver for ZX296718
> can be enabled.
Pulled into next/arm64, thanks!
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-08-18 22:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 8:05 [GIT PULL 1/3] ZTE SoC updates for 4.14 Shawn Guo
2017-08-18 8:05 ` [GIT PULL 2/3] ZTE device tree " Shawn Guo
2017-08-18 21:02 ` Arnd Bergmann
2017-08-18 8:05 ` [GIT PULL 3/3] ZTE arm64 device tree changes " Shawn Guo
2017-08-18 20:48 ` Arnd Bergmann
2017-08-18 22:01 ` [GIT PULL 1/3] ZTE SoC updates " Arnd Bergmann
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).