mbox

[GIT,PULL] second round of Rockchip soc32 changes for 4.14

Message ID 1512183.GTgy5kOUk8@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-2

Message

Heiko Stuebner Aug. 24, 2017, 10:04 a.m. UTC
Hi Arnd, Kevin, Olof,

forgot that I had another kconfig option for LPAE support sitting
in my tree when sending the devicetree pulls. So please find below
enablement of ARCH_DMA_ADDR_T_64BIT for LPAE builds.


Thanks
Heiko


The following changes since commit bf3c4b517c2e2217e6cd53bc7a44e321bb799d75:

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

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-2

for you to fetch changes up to 58ed5e5733b293f03a302612d395ac747021b946:

  ARM: rockchip: select ARCH_DMA_ADDR_T_64BIT for LPAE (2017-08-06 13:06:05 +0200)

----------------------------------------------------------------
Enable the ARCH_DMA_ADDR_T_64BIT kconfig option for LPAE builds,
as some peripherals like the Mali gpu do support 64bit dma addresses.

----------------------------------------------------------------
Tao Huang (1):
      ARM: rockchip: select ARCH_DMA_ADDR_T_64BIT for LPAE

 arch/arm/mach-rockchip/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann Aug. 24, 2017, 1:55 p.m. UTC | #1
On Thu, Aug 24, 2017 at 12:04 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> Hi Arnd, Kevin, Olof,
>
> forgot that I had another kconfig option for LPAE support sitting
> in my tree when sending the devicetree pulls. So please find below
> enablement of ARCH_DMA_ADDR_T_64BIT for LPAE builds.

Pulled into next/soc, thanks!

     Arnd