From patchwork Thu May 31 16:04:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: 'Manivannan Sadhasivam' X-Patchwork-Id: 923430 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="f4yIot44"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40xXMg0hl0z9s08 for ; Fri, 1 Jun 2018 02:04:15 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755556AbeEaQEN (ORCPT ); Thu, 31 May 2018 12:04:13 -0400 Received: from mail-pl0-f68.google.com ([209.85.160.68]:42913 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755507AbeEaQEM (ORCPT ); Thu, 31 May 2018 12:04:12 -0400 Received: by mail-pl0-f68.google.com with SMTP id u6-v6so13503991pls.9 for ; Thu, 31 May 2018 09:04:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=o3GA7Dz1Ay7sWNiSGUarWXwOIPIZ5/5D/vdUrzVJVbM=; b=f4yIot44XwxzdK3xmYm0rlgu+ExtEOAM/anc2h9ISo7LBcAw3oi3PrhsHxXTAotzqX qSdCecsbRhdwt020fOSN43ejAVIwLVuqDd/0mY7c9FgxTQCZo7mApUyGih6DJKxPKv9X qTg5FJB6/U8tDsUG1/D05cLQpNqbePOxH2ysU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=o3GA7Dz1Ay7sWNiSGUarWXwOIPIZ5/5D/vdUrzVJVbM=; b=Ks7MnXrTW9whO0kHzlTats7pQ06KqrSgy4aqQiSneSlX+en7G5Nhbe8O1oGAVC8+WF BwpMGYv6/ZnDE0sXwOFNbrHbw5mf4F3QX+uNbLq6RpzvcHgWqymXuBTbxQHnXBY44sf6 xiT9fqNvilbgMI6rDOL6y4/v7leBeD80x9sFeCptePrULbTZCDtFXc9evb/XKrdd6Lhz 8/6FBR/HRmh/w/HdLiPPmU7JZ3svMDH2Jc8S2NfNW8yh7N+XIyAncsciNsDgyrd7D1X2 hl9MNhG4OcKtBlgeWW0nTmtZY8fQCMS89V6zBqfUQcqAt0vDTHh5idNI5SOZWt9NF7Uc pETQ== X-Gm-Message-State: ALKqPwdmEPR/1eMpbXMveYyFgc3Couv0MdPqblAyaYHLSpw71mvK+PMG RjvRQavSWSOpC02eP6BFl/PR X-Google-Smtp-Source: ADUXVKI9BodLaaUXZLpF1uCbmehrRP9lOXdqhGEim7hF53fPuGZigj6dyna1aT9GULf8V5+sfs1rBQ== X-Received: by 2002:a17:902:903:: with SMTP id 3-v6mr7578433plm.377.1527782652072; Thu, 31 May 2018 09:04:12 -0700 (PDT) Received: from linaro.org ([103.59.133.81]) by smtp.gmail.com with ESMTPSA id 14-v6sm30046933pgc.63.2018.05.31.09.04.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 May 2018 09:04:11 -0700 (PDT) Date: Thu, 31 May 2018 21:34:03 +0530 From: Manivannan Sadhasivam To: afaerber@suse.de Cc: linus.walleij@linaro.org, sboyd@kernel.org, liuwei@actions-semi.com, mp-cs@actions-semi.com, 96boards@ucrobotics.com, daniel.thompson@linaro.org, amit.kucheria@linaro.org, hzhang@ucrobotics.com, bdong@ucrobotics.com, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org Subject: [PULL REQUEST] arm: Actions DT for v4.18 Message-ID: <20180531160403.GA16640@linaro.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Andreas, Here is the pull request for Devicetree and Maintainer changes for the Actions platform as suggested by Linus Walleij. Relevant drivers are already applied by the respective subsystem maintainers. Please pull it in! PS: I haven't added the SPS patches since it is not yet reviewed by you. Thanks, Mani The following changes since commit ee7ffc878fdedd82831df81af6ec334daff9decb: Add linux-next specific files for 20180530 (2018-05-30 21:42:04 +1000) are available in the git repository at: git://git.linaro.org/people/manivannan.sadhasivam/linux.git s900-for-next for you to fetch changes up to b2a2e190e41c92e10aec8440c4207efc8abd0643: MAINTAINERS: Add Actions Semi S900 clk entries (2018-05-31 15:17:34 +0530) ---------------------------------------------------------------- Manivannan Sadhasivam (8): arm64: dts: actions: Add S900 clock management unit nodes arm64: dts: actions: Source CMU clock for UART5 arm64: dts: actions: Add pinctrl node for S900 arm64: actions: Enable PINCTRL in platforms Kconfig MAINTAINERS: Add reviewer for ACTIONS platforms arm64: dts: actions: Add gpio properties to pinctrl node for S900 arm64: dts: actions: Add gpio line names to Bubblegum-96 board MAINTAINERS: Add Actions Semi S900 clk entries MAINTAINERS | 3 + arch/arm64/Kconfig.platforms | 1 + arch/arm64/boot/dts/actions/s900-bubblegum-96.dts | 183 +++++++++++++++++++++- arch/arm64/boot/dts/actions/s900.dtsi | 29 ++++ 4 files changed, 209 insertions(+), 7 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html