mbox

[GIT,PULL] Versatile cleanups

Message ID CACRpkdYcBgOOuQd9rf+DEXnqhG9Yuif_ir_xOozLXQpuToD-Fg@mail.gmail.com
State New
Headers show

Pull-request

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

Message

Linus Walleij April 4, 2016, 9:06 a.m. UTC
Hi ARM SoC folks,

here are some Versatile cleanups that missed the last merge window.
Please merge them on some cleanup branch for the v4.7 series.

I might send more cleanups on top, I just don't want more stuff lying
around and not getting upstream.

Yours,
Linus Walleij

The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9:

  Linux 4.6-rc2 (2016-04-03 09:09:40 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/versatile-cleanup-1

for you to fetch changes up to 7fbbe38aa11816ef15844238e8eb3164b887d265:

  ARM: realview: hide unused 'pmu_device' object (2016-04-04 10:58:47 +0200)

----------------------------------------------------------------
Versatile cleanups for the v4.7 series:
- Dynamically detect and print HBI numbers in SoC sysfs
- Hide the unused "pmu_device"

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: realview: hide unused 'pmu_device' object

Linus Walleij (1):
      soc: versatile: dynamically detect RealView HBI numbers

 arch/arm/mach-realview/realview_pbx.c |  2 ++
 drivers/soc/versatile/soc-realview.c  | 19 ++++---------------
 2 files changed, 6 insertions(+), 15 deletions(-)

Comments

Olof Johansson April 13, 2016, 9:11 p.m. UTC | #1
On Mon, Apr 04, 2016 at 11:06:31AM +0200, Linus Walleij wrote:
> Hi ARM SoC folks,
> 
> here are some Versatile cleanups that missed the last merge window.
> Please merge them on some cleanup branch for the v4.7 series.
> 
> I might send more cleanups on top, I just don't want more stuff lying
> around and not getting upstream.
> 
> Yours,
> Linus Walleij
> 
> The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9:
> 
>   Linux 4.6-rc2 (2016-04-03 09:09:40 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
> tags/versatile-cleanup-1
> 
> for you to fetch changes up to 7fbbe38aa11816ef15844238e8eb3164b887d265:
> 
>   ARM: realview: hide unused 'pmu_device' object (2016-04-04 10:58:47 +0200)
> 
> ----------------------------------------------------------------
> Versatile cleanups for the v4.7 series:
> - Dynamically detect and print HBI numbers in SoC sysfs
> - Hide the unused "pmu_device"

Merged, thanks.


-Olof