mbox series

[GIT,PULL] DaVinci fixes for v5.4

Message ID 7f3393f9-59be-a2d4-c1e1-ba6e407681d1@ti.com
State New
Headers show
Series [GIT,PULL] DaVinci fixes for v5.4 | expand

Pull-request

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

Message

Sekhar Nori Oct. 21, 2019, 2:46 p.m. UTC
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -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.4

for you to fetch changes up to 7b21483ccbef1b274a238c0653a03d778b21fbd7:

  ARM: davinci_all_defconfig: enable GPIO backlight (2019-10-17 19:20:22 +0530)

----------------------------------------------------------------
DaVinci fixes for v5.4
======================
* fix GPIO backlight support on DA850 by enabling the needed config
  in davinci_all_defconfig. This is a fix because the driver and board
  support got converted to use BACKLIGHT_GPIO driver, but defconfig update
  is still missing in v5.4.
* fix for McBSP DMA on DM365

----------------------------------------------------------------
Bartosz Golaszewski (1):
      ARM: davinci_all_defconfig: enable GPIO backlight

Peter Ujfalusi (1):
      ARM: davinci: dm365: Fix McBSP dma_slave_map entry

 arch/arm/configs/davinci_all_defconfig | 1 +
 arch/arm/mach-davinci/dm365.c          | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)