mbox

[GIT,PULL] Ux500 ASIC ID patches

Message ID CACRpkdZ1+vjrTQC9-M9icO7p9POg-zcR_gUpkyemF4da3jny2w@mail.gmail.com
State New
Headers show

Pull-request

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

Message

Linus Walleij Aug. 13, 2012, 11:38 a.m. UTC
Hi ARM SoC maintainers,

could you please pull the following patch set into ARM SoC as a first
step for the
next merge window. This cleans up, updates and structure the use of some ASIC ID
detection macros so they are understandable and consistent.

The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
ux500-core

for you to fetch changes up to 1d3266ecca67066e537fe0e0669bed77d355f886:

  ARM: ux500: add detection for DB8500 ASIC v2.2 (2012-08-09 17:48:45 +0200)

----------------------------------------------------------------
Linus Walleij (4):
      ARM: ux500: delete remnant U5500 macros
      ARM: ux500: add a U8520 detection macro
      ARM: ux500: reform Ux500 family names
      ARM: ux500: add detection for DB8500 ASIC v2.2

 arch/arm/mach-ux500/cache-l2x0.c      |  2 +-
 arch/arm/mach-ux500/cpu-db8500.c      |  2 +-
 arch/arm/mach-ux500/cpu.c             |  2 +-
 arch/arm/mach-ux500/include/mach/id.h | 44
+++++++++++++++-----------------------------
 arch/arm/mach-ux500/platsmp.c         |  2 +-
 5 files changed, 19 insertions(+), 33 deletions(-)

Yours,
Linus Walleij

Comments

Arnd Bergmann Aug. 15, 2012, 12:30 p.m. UTC | #1
On Monday 13 August 2012, Linus Walleij wrote:
> could you please pull the following patch set into ARM SoC as a first
> step for the
> next merge window. This cleans up, updates and structure the use of some ASIC ID
> detection macros so they are understandable and consistent.
> 
> The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
> 
>   Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git ux500-core

Pulled, thanks!

I think it would be nice if you could move to using signed tags in
the future, and include the text you want to see in the merge
commit in that tag.

	Arnd
Linus Walleij Aug. 15, 2012, 2:40 p.m. UTC | #2
On Wed, Aug 15, 2012 at 2:30 PM, Arnd Bergmann <arnd@arndb.de> wrote:

> I think it would be nice if you could move to using signed tags in
> the future, and include the text you want to see in the merge
> commit in that tag.

Sure, I was just being lazy...

Yours,
Linus Walleij