mbox

[GIT,PULL,1/4] Rockchip soc32 changes for 4.14

Message ID 12145142.47nS8LyXIe@phil
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.14-rockchip-soc32-1

Message

Heiko Stuebner Aug. 6, 2017, 9:49 a.m. UTC
Hi Arnd, Kevin, Olof,

please find below and in the replies the first set of pull requests
of Rockchip stuff for 4.14. I think the tag messages should
describe the individual change broadly enough, so if nothing
looks odd, please pull.


Thanks
Heiko


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/mmind/linux-rockchip.git tags/v4.14-rockchip-soc32-1

for you to fetch changes up to bf3c4b517c2e2217e6cd53bc7a44e321bb799d75:

  ARM: rockchip: enable ZONE_DMA for non 64-bit capable peripherals (2017-08-01 00:57:59 +0200)

----------------------------------------------------------------
32bit arch changes for Rockchip socs containing enablement for ZONE_DMA
for LPAE builds due to the peripherals only being 32bit capable
and conversion to the exclusive reset controls in smp code.

----------------------------------------------------------------
Philipp Zabel (1):
      ARM: rockchip: explicitly request exclusive reset control in smp code

Tao Huang (1):
      ARM: rockchip: enable ZONE_DMA for non 64-bit capable peripherals

 arch/arm/mach-rockchip/Kconfig   | 1 +
 arch/arm/mach-rockchip/platsmp.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Aug. 16, 2017, 9:34 p.m. UTC | #1
On Sun, Aug 6, 2017 at 11:49 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> Hi Arnd, Kevin, Olof,
>
> please find below and in the replies the first set of pull requests
> of Rockchip stuff for 4.14. I think the tag messages should
> describe the individual change broadly enough, so if nothing
> looks odd, please pull.

Pulled into next/soc, thanks!

      Arnd