mbox series

[GIT,PULL] Versatile platform updates for v5.3

Message ID CACRpkdbFS_Kp1KrV5iO1Qt4idBjmKUWOxBDxvS6cCwSf2Aso1w@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Versatile platform updates for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git

Message

Linus Walleij May 29, 2019, 9 a.m. UTC
Hi ARM SoC folks,

here are some nice Versatile platform updates for the v5.3
kernel cycle.

Please pull it into ARM SoC!

Yours,
Linus Walleij

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/linusw/linux-integrator.git
tags/versatile-v5.3-armsoc

for you to fetch changes up to 153969fd952d81ab8f57574f9be1a90b0a0fa791:

  ARM: versatile: Drop CLCD platform data (2019-05-28 13:23:46 +0200)

----------------------------------------------------------------
Versatile platform updates for the v5.3 kernel cycle:
- Drop a slew of unused CLCD platform data
- Fix OF reference counts

----------------------------------------------------------------
Linus Walleij (1):
      ARM: versatile: Drop CLCD platform data

Wen Yang (1):
      ARM: versatile: fix a leaked reference by addingmissing of_node_put

 arch/arm/mach-versatile/versatile_dt.c             | 164 +--------------------
 include/linux/platform_data/video-clcd-versatile.h |  28 ----
 2 files changed, 5 insertions(+), 187 deletions(-)
 delete mode 100644 include/linux/platform_data/video-clcd-versatile.h

Comments

Olof Johansson June 17, 2019, 12:12 p.m. UTC | #1
On Wed, May 29, 2019 at 11:00:59AM +0200, Linus Walleij wrote:
> Hi ARM SoC folks,
> 
> here are some nice Versatile platform updates for the v5.3
> kernel cycle.
> 
> Please pull it into ARM SoC!
> 
> Yours,
> Linus Walleij
> 
> 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/linusw/linux-integrator.git
> tags/versatile-v5.3-armsoc
> 
> for you to fetch changes up to 153969fd952d81ab8f57574f9be1a90b0a0fa791:
> 
>   ARM: versatile: Drop CLCD platform data (2019-05-28 13:23:46 +0200)
> 
> ----------------------------------------------------------------
> Versatile platform updates for the v5.3 kernel cycle:
> - Drop a slew of unused CLCD platform data
> - Fix OF reference counts

Merged, thanks!


-Olof