From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8547FC7618B for ; Thu, 25 Jul 2019 11:37:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5493A22BF5 for ; Thu, 25 Jul 2019 11:37:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=st.com header.i=@st.com header.b="SkdL9PBs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391985AbfGYLh3 (ORCPT ); Thu, 25 Jul 2019 07:37:29 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:44179 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390908AbfGYLh2 (ORCPT ); Thu, 25 Jul 2019 07:37:28 -0400 Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x6PBauCD016931; Thu, 25 Jul 2019 13:37:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=STMicroelectronics; bh=mUqJHmLzQrt2mbDOnM5cVdOaFubBSHL/hq22+APxamY=; b=SkdL9PBs9NNzqnt2E98n6EXCju4Rl2ZMHruo1yPogzuhxGrKP+wCyTbz5GXj8QRGI+WL /Wfod0uAW6Wc98jPeSHysY+GEzfVjKcMfKrdi4ebwpYCZG3tt+NaVEWyqQWtNkr0j7fa az1daSsDeyYTuzdeXAH5wXVW1h7eOe+Qp7TFQz3AOzho/8k/6O4vrAHarz3nEDhOHFqa SL2QSvKtiIKhK/MnD1WpIaCNcNFwDwpnNW/8hgDcAJM1m/Xi6F/rcWx+Mccv3HF3g+QV qJCzi+a2d2JzCAhbkoLVGZ/xl3WNka8SOkoC1PaecjEQaYkCZ7BQ22012xrjVT6r4lXb KQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2tx6043f6e-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 25 Jul 2019 13:37:16 +0200 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 87B4831; Thu, 25 Jul 2019 11:37:15 +0000 (GMT) Received: from Webmail-eu.st.com (Safex1hubcas21.st.com [10.75.90.44]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 604402B4D; Thu, 25 Jul 2019 11:37:15 +0000 (GMT) Received: from SAFEX1HUBCAS22.st.com (10.75.90.93) by SAFEX1HUBCAS21.st.com (10.75.90.44) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 25 Jul 2019 13:37:15 +0200 Received: from localhost (10.201.20.5) by Webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 25 Jul 2019 13:37:14 +0200 From: Amelie Delaunay To: Maxime Coquelin , Alexandre Torgue , Rob Herring , Mark Rutland CC: , , , , Amelie Delaunay Subject: [PATCH 0/2] STMFX GPIO consumers update Date: Thu, 25 Jul 2019 13:36:45 +0200 Message-ID: <1564054607-2028-1-git-send-email-amelie.delaunay@st.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.201.20.5] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-07-25_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series depends on a STMFX pinctrl driver update (https://lkml.org/lkml/2019/7/25/536). Now, STMFX GPIO consumers can use standard GPIO bindings. Alexandre Torgue (2): ARM: dts: stm32: remove OV5640 pinctrl definition on stm32mp157c-ev1 ARM: dts: stm32: change pinctrl definition for joystick pins on stm32mp157c-ev1 arch/arm/boot/dts/stm32mp157c-ev1.dts | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amelie Delaunay Subject: [PATCH 0/2] STMFX GPIO consumers update Date: Thu, 25 Jul 2019 13:36:45 +0200 Message-ID: <1564054607-2028-1-git-send-email-amelie.delaunay@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Maxime Coquelin , Alexandre Torgue , Rob Herring , Mark Rutland Cc: devicetree@vger.kernel.org, Amelie Delaunay , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org This series depends on a STMFX pinctrl driver update (https://lkml.org/lkml/2019/7/25/536). Now, STMFX GPIO consumers can use standard GPIO bindings. Alexandre Torgue (2): ARM: dts: stm32: remove OV5640 pinctrl definition on stm32mp157c-ev1 ARM: dts: stm32: change pinctrl definition for joystick pins on stm32mp157c-ev1 arch/arm/boot/dts/stm32mp157c-ev1.dts | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5FD5C41514 for ; Thu, 25 Jul 2019 11:37:27 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 BE24022C7C for ; Thu, 25 Jul 2019 11:37:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fyrXqIdd"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=st.com header.i=@st.com header.b="SkdL9PBs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BE24022C7C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=st.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=j/YCmyxoa+lZAz8iA5Wow8xXHoP+wPQ0QaKg9HyMhmE=; b=fyrXqIddfEE0Yo hAHnVqAFclYmrsarKyA2V39/33DQEt4AyLOjgcRugysGbfLLRpJc2xeaHtrbBEgf4NjEjv/JiDAvJ fLMxgBE4BW0Ucacfg9+McwAIu+KGhDweB3n5NgSnY/9ryRY5jANjxxD8vXkfKBmXOl95HXWNUPUXA n1KI6hlmrwoGORFNLWgedZXSfMaHlf3FoWWKqd2TmNKYSPsS86HIkBPwLXbUrAmoLadMuMtFcqk1W v2blyb1s471ihljZfhYpyKeOEjwQFQpd4bdehl4wbHPHZuq8Baxi2KXx1+uTjdYdygskLczwyJBuv zO5OpI5FRZHMt2oUKK6w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hqc3r-0005tj-GH; Thu, 25 Jul 2019 11:37:27 +0000 Received: from mx07-00178001.pphosted.com ([62.209.51.94]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqc3n-0005sV-UF for linux-arm-kernel@lists.infradead.org; Thu, 25 Jul 2019 11:37:25 +0000 Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x6PBauCD016931; Thu, 25 Jul 2019 13:37:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=STMicroelectronics; bh=mUqJHmLzQrt2mbDOnM5cVdOaFubBSHL/hq22+APxamY=; b=SkdL9PBs9NNzqnt2E98n6EXCju4Rl2ZMHruo1yPogzuhxGrKP+wCyTbz5GXj8QRGI+WL /Wfod0uAW6Wc98jPeSHysY+GEzfVjKcMfKrdi4ebwpYCZG3tt+NaVEWyqQWtNkr0j7fa az1daSsDeyYTuzdeXAH5wXVW1h7eOe+Qp7TFQz3AOzho/8k/6O4vrAHarz3nEDhOHFqa SL2QSvKtiIKhK/MnD1WpIaCNcNFwDwpnNW/8hgDcAJM1m/Xi6F/rcWx+Mccv3HF3g+QV qJCzi+a2d2JzCAhbkoLVGZ/xl3WNka8SOkoC1PaecjEQaYkCZ7BQ22012xrjVT6r4lXb KQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2tx6043f6e-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 25 Jul 2019 13:37:16 +0200 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 87B4831; Thu, 25 Jul 2019 11:37:15 +0000 (GMT) Received: from Webmail-eu.st.com (Safex1hubcas21.st.com [10.75.90.44]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 604402B4D; Thu, 25 Jul 2019 11:37:15 +0000 (GMT) Received: from SAFEX1HUBCAS22.st.com (10.75.90.93) by SAFEX1HUBCAS21.st.com (10.75.90.44) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 25 Jul 2019 13:37:15 +0200 Received: from localhost (10.201.20.5) by Webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 25 Jul 2019 13:37:14 +0200 From: Amelie Delaunay To: Maxime Coquelin , Alexandre Torgue , Rob Herring , Mark Rutland Subject: [PATCH 0/2] STMFX GPIO consumers update Date: Thu, 25 Jul 2019 13:36:45 +0200 Message-ID: <1564054607-2028-1-git-send-email-amelie.delaunay@st.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.201.20.5] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-07-25_04:, , signatures=0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190725_043724_333265_77976B69 X-CRM114-Status: GOOD ( 10.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Amelie Delaunay , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series depends on a STMFX pinctrl driver update (https://lkml.org/lkml/2019/7/25/536). Now, STMFX GPIO consumers can use standard GPIO bindings. Alexandre Torgue (2): ARM: dts: stm32: remove OV5640 pinctrl definition on stm32mp157c-ev1 ARM: dts: stm32: change pinctrl definition for joystick pins on stm32mp157c-ev1 arch/arm/boot/dts/stm32mp157c-ev1.dts | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel