From patchwork Mon Jan 13 16:16:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 11330503 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 1C371921 for ; Mon, 13 Jan 2020 16:16:32 +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 CD7102080D for ; Mon, 13 Jan 2020 16:16:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="JbuKbZO2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CD7102080D 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+1190+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id CijUYY1556264xX0kF7JFNKp; Mon, 13 Jan 2020 08:16:31 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.40393.1578932175772774314 for ; Mon, 13 Jan 2020 08:16:15 -0800 X-Received: by mail.kernel.org (Postfix) id 5F0512080D; Mon, 13 Jan 2020 16:16:15 +0000 (UTC) X-Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (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 9C370214AF; Mon, 13 Jan 2020 16:16:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9C370214AF X-Originating-IP: 90.65.102.129 X-Received: from localhost (lfbn-lyo-1-1670-129.w90-65.abo.wanadoo.fr [90.65.102.129]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 362C7C0010; Mon, 13 Jan 2020 16:16:12 +0000 (UTC) Date: Mon, 13 Jan 2020 17:16:12 +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: SoC for 5.6 Message-ID: <20200113161612.GA1358903@piout.net> MIME-Version: 1.0 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: 3fNuKiiNG6Ame9XjAJkAzMC5x1554929AA= Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1578932191; bh=6LvevaZmtKxWAf30Y+UDksNV+hpUkcG6P53sHhiqQ7s=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=JbuKbZO2ObqJRD5sTC3l25nMX6ywLRyv5At2+HMQPetEP9mDbcPvVLXBUowIDNn6ODH 1hnLltyAGvxe6YRsrHXI6IBLwhqbTLY0/oGeVKHC9of3kq7JAvYNkmcSyKfsrI7lzxgeY 1NGs1hJtyEC7HCfDCN2yDnfxvTe1FfrvnBU= Arnd, Olof, The Kconfig option for sam9x60 is being separated from the other at91sam9. The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.6-soc for you to fetch changes up to d9b8e21eae5d032a217c382520a72e5a51a08440: ARM: at91: Documentation: add sam9x60 product and datasheet (2020-01-10 23:40:31 +0100) ---------------------------------------------------------------- AT91 SoC for 5.5 - Document new SoC: sam9x60 - rework sam9x60 Kconfig option ---------------------------------------------------------------- Claudiu Beznea (9): ARM: at91: Kconfig: add sam9x60 pll config flag ARM: at91: Kconfig: add config flag for SAM9X60 SoC ARM: at91: pm: move SAM9X60's PM under its own SoC config flag drivers: soc: atmel: move sam9x60 under its own config flag power: reset: Kconfig: select POWER_RESET_AT91_RESET for sam9x60 drivers: soc: atmel: select POWER_RESET_AT91_SAMA5D2_SHDWC for sam9x60 ARM: debug-ll: select DEBUG_AT91_RM9200_DBGU for sam9x60 ARM: at91: pm: use SAM9X60 PMC's compatible ARM: at91: pm: use of_device_id array to find the proper shdwc node Nicolas Ferre (1): ARM: at91: Documentation: add sam9x60 product and datasheet Documentation/arm/microchip.rst | 6 ++++++ arch/arm/Kconfig.debug | 6 +++--- arch/arm/mach-at91/Kconfig | 24 ++++++++++++++++++++++-- arch/arm/mach-at91/Makefile | 1 + arch/arm/mach-at91/at91sam9.c | 18 ------------------ arch/arm/mach-at91/pm.c | 11 +++++++++-- arch/arm/mach-at91/sam9x60.c | 34 ++++++++++++++++++++++++++++++++++ drivers/power/reset/Kconfig | 4 ++-- drivers/soc/atmel/soc.c | 5 +++-- 9 files changed, 80 insertions(+), 29 deletions(-) create mode 100644 arch/arm/mach-at91/sam9x60.c