All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
@ 2018-03-12  8:37 ` Heiko Stuebner
  0 siblings, 0 replies; 11+ messages in thread
From: Heiko Stuebner @ 2018-03-12  8:37 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, 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] 11+ messages in thread

* [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
@ 2018-03-12  8:37 ` Heiko Stuebner
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
  2018-03-12  8:37 ` Heiko Stuebner
@ 2018-03-12  8:38   ` Heiko Stuebner
  -1 siblings, 0 replies; 11+ messages in thread
From: Heiko Stuebner @ 2018-03-12  8:38 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, 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] 11+ messages in thread

* [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
@ 2018-03-12  8:38   ` Heiko Stuebner
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Re: [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
  2018-03-12  8:37 ` Heiko Stuebner
@ 2018-03-12 14:34   ` Arnd Bergmann
  -1 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2018-03-12 14:34 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

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] 11+ messages in thread

* [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
@ 2018-03-12 14:34   ` Arnd Bergmann
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Re: [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
  2018-03-12  8:38   ` Heiko Stuebner
@ 2018-03-12 14:35     ` Arnd Bergmann
  -1 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2018-03-12 14:35 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

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] 11+ messages in thread

* [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
@ 2018-03-12 14:35     ` Arnd Bergmann
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Re: [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
  2018-02-18 15:40 Heiko Stuebner
@ 2018-02-22 16:47   ` Arnd Bergmann
  0 siblings, 0 replies; 11+ messages in thread
From: Arnd Bergmann @ 2018-02-22 16:47 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: open list:ARM/Rockchip SoC support, arm-soc, Linux ARM

On Sun, Feb 18, 2018 at 4:40 PM, Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> wrote:
>
>   ARM: dts: rockchip: Fix DWMMC clocks (2018-02-16 10:45:16 +0100)
>
> ----------------------------------------------------------------
> Fix wrong dwmmc tuning clocks that may make probing HS cards fail to
> probe and removal of special opps from the phycore boards that may
> run the cpu outside the soc-vendor specs.

Pulled into fixes, thanks!

      Arnd

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

* [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
@ 2018-02-22 16:47   ` Arnd Bergmann
  0 siblings, 0 replies; 11+ 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:40 PM, Heiko Stuebner <heiko@sntech.de> wrote:
>
>   ARM: dts: rockchip: Fix DWMMC clocks (2018-02-16 10:45:16 +0100)
>
> ----------------------------------------------------------------
> Fix wrong dwmmc tuning clocks that may make probing HS cards fail to
> probe and removal of special opps from the phycore boards that may
> run the cpu outside the soc-vendor specs.

Pulled into fixes, thanks!

      Arnd

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

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

Hi Arnd, Kevin, Olof,

please find below and in the next mail accumulated fixes for Rockchip
platforms on 4.16.

Please pull. Thanks
Heiko


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-dts32fixes-1

for you to fetch changes up to e78c637127ee7683d606737f2e62b5da6fd7b1c3:

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

----------------------------------------------------------------
Fix wrong dwmmc tuning clocks that may make probing HS cards fail to
probe and removal of special opps from the phycore boards that may
run the cpu outside the soc-vendor specs.

----------------------------------------------------------------
Daniel Schultz (1):
      ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som

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

 arch/arm/boot/dts/rk3036.dtsi             |  4 ++--
 arch/arm/boot/dts/rk322x.dtsi             |  6 +++---
 arch/arm/boot/dts/rk3288-phycore-som.dtsi | 20 --------------------
 3 files changed, 5 insertions(+), 25 deletions(-)

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

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

Thread overview: 11+ 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:37 ` Heiko Stuebner
2018-03-12  8:38 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
2018-03-12  8:38   ` Heiko Stuebner
2018-03-12 14:35   ` Arnd Bergmann
2018-03-12 14:35     ` Arnd Bergmann
2018-03-12 14:34 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
2018-03-12 14:34   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2018-02-18 15:40 Heiko Stuebner
2018-02-22 16:47 ` Arnd Bergmann
2018-02-22 16:47   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.