From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 29 Mar 2016 16:30:29 +0200 Subject: [PATCH v2 1/3] ARM: at91: use chipid device for soc detection In-Reply-To: <1459260638-3899-1-git-send-email-nicolas.ferre@atmel.com> References: <55618572.U3p4crGV1Y@wuerfel> <1459260638-3899-1-git-send-email-nicolas.ferre@atmel.com> Message-ID: <3656574.4DhkCSPNfU@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 29 March 2016 16:10:38 Nicolas Ferre wrote: > From: Ludovic Desroches > > So far, the CIDR and EXID registers were in the DBGU interface. This device > has disappeared with the SAMA5D2 family. These registers are exposed > through a new device called chipid. > > Signed-off-by: Ludovic Desroches > [nicolas.ferre at atmel.com: remove useless warnings] > Acked-by: Alexandre Belloni > Acked-by: Rob Herring > Signed-off-by: Nicolas Ferre > [arnd at arndb.de: suggest to use static functions to reduce scope] > (whole series) Acked-by: Arnd Bergmann