public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
@ 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 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
  0 siblings, 2 replies; 6+ 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] 6+ messages in thread

* [GIT PULL 2/2] Rockchip dts64 fixes for 4.16
  2018-02-18 15:40 [GIT PULL 1/2] Rockchip dts32 fixes for 4.16 Heiko Stuebner
@ 2018-02-18 15:41 ` Heiko Stuebner
  2018-02-22 16:47   ` Arnd Bergmann
  2018-02-22 16:47 ` [GIT PULL 1/2] Rockchip dts32 " Arnd Bergmann
  1 sibling, 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

* [GIT PULL 1/2] Rockchip dts32 fixes for 4.16
  2018-02-18 15:40 [GIT PULL 1/2] Rockchip dts32 fixes for 4.16 Heiko Stuebner
  2018-02-18 15:41 ` [GIT PULL 2/2] Rockchip dts64 " Heiko Stuebner
@ 2018-02-22 16:47 ` Arnd Bergmann
  1 sibling, 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: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] 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 1/2] Rockchip dts32 fixes for 4.16
@ 2018-03-12  8:37 Heiko Stuebner
  2018-03-12 14:34 ` Arnd Bergmann
  0 siblings, 1 reply; 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 1/2] Rockchip dts32 fixes for 4.16
  2018-03-12  8:37 Heiko Stuebner
@ 2018-03-12 14:34 ` Arnd Bergmann
  0 siblings, 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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox