mbox series

[GIT,PULL] DaVinci fixes for v5.2

Message ID 4db84007-8271-05f1-ba29-4d7cb2440eac@ti.com
State New
Headers show
Series [GIT,PULL] DaVinci fixes for v5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v5.2

Message

Sekhar Nori June 14, 2019, 2:28 p.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v5.2

for you to fetch changes up to 68f2515bb31a664ba3e2bc1eb78dd9f529b10067:

  ARM: davinci: da8xx: specify dma_coherent_mask for lcdc (2019-06-14 16:20:34 +0530)

----------------------------------------------------------------
DaVinci fixes for v5.2 kernel.

This addresses an issue with probe of IO expander on DA850 EVM. There is
also a WARN_ON() fix on DA850 and DA830 devices.

----------------------------------------------------------------
Bartosz Golaszewski (2):
      ARM: davinci: da850-evm: call regulator_has_full_constraints()
      ARM: davinci: da8xx: specify dma_coherent_mask for lcdc

 arch/arm/mach-davinci/board-da850-evm.c | 2 ++
 arch/arm/mach-davinci/devices-da8xx.c   | 3 +++
 2 files changed, 5 insertions(+)

Comments

Olof Johansson June 16, 2019, 8:33 p.m. UTC | #1
On Fri, Jun 14, 2019 at 7:28 AM Sekhar Nori <nsekhar@ti.com> wrote:
>
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
>
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v5.2
>
> for you to fetch changes up to 68f2515bb31a664ba3e2bc1eb78dd9f529b10067:
>
>   ARM: davinci: da8xx: specify dma_coherent_mask for lcdc (2019-06-14 16:20:34 +0530)

Merged, thanks!


-Olof