linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
@ 2018-03-12  8:37 Heiko Stuebner
  2018-03-12  8:38 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
  2018-03-12 14:34 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
  0 siblings, 2 replies; 6+ messages in thread
From: Heiko Stuebner @ 2018-03-12  8:37 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof

please find below some more fixes for 4.16 .

I wasn't sure if dtc warning count as fixes, so feel free to ignore the
arm32 part, but the arm64 changes are somewhat important as they
fix usb and suspend regressions, so please pull


Thanks
Heiko


The following changes since commit e78c637127ee7683d606737f2e62b5da6fd7b1c3:

  ARM: dts: rockchip: Fix DWMMC clocks (2018-02-16 10:45:16 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.16-rockchip-dts32fixes-2

for you to fetch changes up to 4e943a890cef42e90f43ce6be64728a290b97c55:

  ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288 (2018-03-05 15:18:58 +0100)

----------------------------------------------------------------
Fix for a new dtc warning.

----------------------------------------------------------------
Rob Herring (1):
      ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288

 arch/arm/boot/dts/rk3288.dtsi | 2 ++
 1 file changed, 2 insertions(+)

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

* [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
  2018-03-12  8:37 [GIT PULL 1/2] Rockchip dts32 fixes for 4.16 Heiko Stuebner
@ 2018-03-12  8:38 ` Heiko Stuebner
  2018-03-12 14:35   ` Arnd Bergmann
  2018-03-12 14:34 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
  1 sibling, 1 reply; 6+ messages in thread
From: Heiko Stuebner @ 2018-03-12  8:38 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ca9eee95a2decc6f60bed65b5b836a26bff825c1:

  arm64: dts: rockchip: Fix DWMMC clocks (2018-02-16 10:30:25 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.16-rockchip-dts64fixes-2

for you to fetch changes up to 835a1d5cdefffe08bec46efff11daea9b389baa9:

  Revert "arm64: dts: rockchip: add usb3-phy otg-port support for rk3399" (2018-03-02 08:36:31 +0100)

----------------------------------------------------------------
Pinctrl got a fix in 4.16-rc1, that exposed an issue with wifi-related
pinctrl hogs on rk3399-gru-kevin that broke suspend. This gets fixed
by moving the wifi pinctrl to the correct node.
Also revert the usb3 phy-port enablement, as a missing feature in the
type-c phy breaks usb on all non-gru rk3399 boards.

----------------------------------------------------------------
Douglas Anderson (1):
      arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)

Heiko Stuebner (1):
      Revert "arm64: dts: rockchip: add usb3-phy otg-port support for rk3399"

 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 16 +++-------------
 arch/arm64/boot/dts/rockchip/rk3399.dtsi     |  8 ++++----
 2 files changed, 7 insertions(+), 17 deletions(-)

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

* [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
  2018-03-12  8:37 [GIT PULL 1/2] Rockchip dts32 fixes for 4.16 Heiko Stuebner
  2018-03-12  8:38 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
@ 2018-03-12 14:34 ` Arnd Bergmann
  1 sibling, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2018-03-12 14:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 12, 2018 at 9:37 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> Hi Arnd, Kevin, Olof
>
> please find below some more fixes for 4.16 .
>
> I wasn't sure if dtc warning count as fixes, so feel free to ignore the
> arm32 part, but the arm64 changes are somewhat important as they
> fix usb and suspend regressions, so please pull

Pulled into fixes. This one is a bit of a grey area. It's something
that I'd just leave up to you as the downstream maintainer, and
I picked it up since you sent the pull request.

       Arnd

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

* [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
  2018-03-12  8:38 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
@ 2018-03-12 14:35   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2018-03-12 14:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 12, 2018 at 9:38 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> ----------------------------------------------------------------
> Pinctrl got a fix in 4.16-rc1, that exposed an issue with wifi-related
> pinctrl hogs on rk3399-gru-kevin that broke suspend. This gets fixed
> by moving the wifi pinctrl to the correct node.
> Also revert the usb3 phy-port enablement, as a missing feature in the
> type-c phy breaks usb on all non-gru rk3399 boards.

Pulled into fixes, thanks!

     Arnd

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

* [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
  2018-02-18 15:41 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
@ 2018-02-22 16:47   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2018-02-22 16:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Feb 18, 2018 at 4:41 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.16-rockchip-dts64fixes-1
>
> for you to fetch changes up to ca9eee95a2decc6f60bed65b5b836a26bff825c1:
>
>   arm64: dts: rockchip: Fix DWMMC clocks (2018-02-16 10:30:25 +0100)
>
> ----------------------------------------------------------------
> Fixes of dwmmc tuning clocks that may make probing HS cards fail,
> adding the grf-vio clock to the edp so that it can also be build
> as module, correct pcie ep-gpio on the sapphire board and finally
> a fix that makes the gmac work at gigabit speeds on the rk3328-rock64.

Pulled into fixes, thanks!

     Arnd

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

* [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
  2018-02-18 15:40 Heiko Stuebner
@ 2018-02-18 15:41 ` Heiko Stuebner
  2018-02-22 16:47   ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Heiko Stuebner @ 2018-02-18 15:41 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.16-rockchip-dts64fixes-1

for you to fetch changes up to ca9eee95a2decc6f60bed65b5b836a26bff825c1:

  arm64: dts: rockchip: Fix DWMMC clocks (2018-02-16 10:30:25 +0100)

----------------------------------------------------------------
Fixes of dwmmc tuning clocks that may make probing HS cards fail,
adding the grf-vio clock to the edp so that it can also be build
as module, correct pcie ep-gpio on the sapphire board and finally
a fix that makes the gmac work at gigabit speeds on the rk3328-rock64.

----------------------------------------------------------------
Kamil Trzci?ski (1):
      arm64: dts: rockchip: fix rock64 gmac2io stability issues

Robin Murphy (1):
      arm64: dts: rockchip: Fix DWMMC clocks

Shawn Lin (1):
      arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire

Yakir Yang (1):
      arm64: dts: rockchip: introduce pclk_vio_grf in rk3399-eDP device node

 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts    | 7 +++----
 arch/arm64/boot/dts/rockchip/rk3328.dtsi          | 6 +++---
 arch/arm64/boot/dts/rockchip/rk3368.dtsi          | 2 +-
 arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi | 2 +-
 arch/arm64/boot/dts/rockchip/rk3399.dtsi          | 4 ++--
 5 files changed, 10 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2018-03-12 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12  8:37 [GIT PULL 1/2] Rockchip dts32 fixes for 4.16 Heiko Stuebner
2018-03-12  8:38 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
2018-03-12 14:35   ` Arnd Bergmann
2018-03-12 14:34 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2018-02-18 15:40 Heiko Stuebner
2018-02-18 15:41 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
2018-02-22 16:47   ` 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).