From patchwork Thu Nov 7 22:16:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11233827 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6226B16B1 for ; Thu, 7 Nov 2019 22:17:05 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 05275206DF for ; Thu, 7 Nov 2019 22:17:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="roly21+T" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 05275206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+849+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id MNdMYY1556264xhxChSn1ZJr; Thu, 07 Nov 2019 14:17:04 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.1431.1573165024035998109 for ; Thu, 07 Nov 2019 14:17:04 -0800 X-Received: by mail.kernel.org (Postfix) id 90CEA21882; Thu, 7 Nov 2019 22:17:03 +0000 (UTC) X-Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 879F5206C3; Thu, 7 Nov 2019 22:17:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 879F5206C3 X-Originating-IP: 92.184.100.203 X-Received: from localhost (unknown [92.184.100.203]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id D0629240005; Thu, 7 Nov 2019 22:16:59 +0000 (UTC) Date: Thu, 7 Nov 2019 23:16:44 +0100 From: Alexandre Belloni To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: at91: Drivers for 5.5 Message-ID: <20191107221644.GA201884@piout.net> MIME-Version: 1.0 User-Agent: Mutt/1.12.1 (2019-06-15) Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: jn3XKfuLM3L4p8qNJhK0X71xx1554929AA= Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1573165024; bh=87UpmZhotDmVtW0R0X8Zyz+WcYZTKWoXCWwQId8CKWg=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=roly21+TGL3YilmZraoEgXqd3i5VutE5gUBO0+v7DxupUQN138gDWIONnBpnK1X20Ae xRIH0O40X3+n326iZ8QZt/VSyLkOkLeGP6KRyE6dNHFeukv9VoEXRY8GNcLKbxFDQpQ9n FFGdqx6YJXwdYJYADitmqsmWvvvQYRmDcFo= Arnd, Olof, A single new driver and a bit of churn this cycle. The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.5-drivers for you to fetch changes up to c3277f8ee8cdadf011b8390dfdb4c44ecfaa1a7a: soc: at91: Add Atmel SFR SN (Serial Number) support (2019-11-07 22:33:10 +0100) ---------------------------------------------------------------- AT91 drivers for 5.5 - a new driver exposing the serial number registers through nvmem - a few documentation and definition changes ---------------------------------------------------------------- Kamel Bouhara (1): soc: at91: Add Atmel SFR SN (Serial Number) support Nicolas Ferre (1): ARM: at91: Documentation: update the sama5d3 and armv7m datasheets Tudor Ambarus (2): memory: atmel-ebi: move NUM_CS definition inside EBI driver memory: atmel-ebi: switch to SPDX license identifiers Documentation/arm/microchip.rst | 4 +- drivers/memory/atmel-ebi.c | 11 ++-- drivers/soc/atmel/Kconfig | 11 ++++ drivers/soc/atmel/Makefile | 1 + drivers/soc/atmel/sfr.c | 99 +++++++++++++++++++++++++++++++++ include/linux/mfd/syscon/atmel-matrix.h | 1 - 6 files changed, 118 insertions(+), 9 deletions(-) create mode 100644 drivers/soc/atmel/sfr.c