mbox series

[GIT,PULL] DaVinci fixes for v5.0

Message ID 0aa5fc18-67cf-be6f-d0ba-a8a4514e70f4@ti.com
State New
Headers show
Series [GIT,PULL] DaVinci fixes for v5.0 | expand

Pull-request

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

Message

Sekhar Nori Jan. 10, 2019, 1:55 p.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

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.0

for you to fetch changes up to c25748acc5c20786ecb7518bfeae8fcef93472d6:

  ARM: dts: da850-lcdk: Correct the sound card name (2019-01-10 13:32:51 +0530)

----------------------------------------------------------------
This pull request fixes some more regressions on legacy
DaVinci board support due to GPIO driver clean-up introduced
in v4.20 kernel. These are marked for stable.

Also has fixes for some long standing Audio issues on DA850
boards.

----------------------------------------------------------------
Bartosz Golaszewski (5):
      ARM: davinci: da830-evm: fix label names in GPIO lookup entries
      ARM: davinci: da850-evm: fix label names in GPIO lookup entries
      ARM: davinci: dm355-evm: fix label names in GPIO lookup entries
      ARM: davinci: dm644x-evm: fix label names in GPIO lookup entries
      ARM: davinci: omapl138-hawk: fix label names in GPIO lookup entries

Peter Ujfalusi (4):
      ARM: dts: da850-evm: Correct the audio codec regulators
      ARM: dts: da850-evm: Correct the sound card name
      ARM: dts: da850-lcdk: Correct the audio codec regulators
      ARM: dts: da850-lcdk: Correct the sound card name

 arch/arm/boot/dts/da850-evm.dts             | 31 +++++++++++++++++++----
 arch/arm/boot/dts/da850-lcdk.dts            | 38 ++++++++++++++++++++++++++++-
 arch/arm/mach-davinci/board-da830-evm.c     |  4 +--
 arch/arm/mach-davinci/board-da850-evm.c     |  4 +--
 arch/arm/mach-davinci/board-dm355-evm.c     |  4 +--
 arch/arm/mach-davinci/board-dm644x-evm.c    |  4 +--
 arch/arm/mach-davinci/board-omapl138-hawk.c |  4 +--
 7 files changed, 73 insertions(+), 16 deletions(-)

Comments

Olof Johansson Jan. 13, 2019, 6:01 a.m. UTC | #1
On Thu, Jan 10, 2019 at 07:25:57PM +0530, Sekhar Nori wrote:
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
> 
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
> 
> 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.0
> 
> for you to fetch changes up to c25748acc5c20786ecb7518bfeae8fcef93472d6:
> 
>   ARM: dts: da850-lcdk: Correct the sound card name (2019-01-10 13:32:51 +0530)
> 
> ----------------------------------------------------------------
> This pull request fixes some more regressions on legacy
> DaVinci board support due to GPIO driver clean-up introduced
> in v4.20 kernel. These are marked for stable.
> 
> Also has fixes for some long standing Audio issues on DA850
> boards.

Thanks, merged to fixes.


-Olof