Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757519AbcC2QFa (ORCPT ); Tue, 29 Mar 2016 12:05:30 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:40948 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757342AbcC2QF1 (ORCPT ); Tue, 29 Mar 2016 12:05:27 -0400 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , CC: Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Boris BREZILLON , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches Subject: [GIT PULL] at91: soc for 4.7 #1 Date: Tue, 29 Mar 2016 18:05:58 +0200 Message-ID: <1459267558-16328-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 Organization: atmel MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1320 Lines: 37 Arnd, Olof, Kevin, A little SoC update with this new chipid code. Pretty simple feature indeed. If you feel like waiting more material before taking this PR, not problem. I can also rebase it on another "-rc" if needed. Thanks, best regards, The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-soc for you to fetch changes up to c07f98a73978964065b57079cae9ab9d060769fe: ARM: at91/soc: reference the whole sama5d2 family (2016-03-29 16:34:31 +0200) ---------------------------------------------------------------- First SoC batch for 4.7: - chipid registers reading for SoC detection ---------------------------------------------------------------- Ludovic Desroches (2): ARM: at91: use chipid device for soc detection ARM: at91/soc: reference the whole sama5d2 family .../devicetree/bindings/arm/atmel-at91.txt | 4 ++ arch/arm/mach-at91/sama5.c | 20 +++++- arch/arm/mach-at91/soc.c | 81 +++++++++++++++++----- arch/arm/mach-at91/soc.h | 12 +++- 4 files changed, 97 insertions(+), 20 deletions(-) -- Nicolas Ferre