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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 C20DDC3F2CD for ; Sat, 29 Feb 2020 23:43:07 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 77B4C20828 for ; Sat, 29 Feb 2020 23:43:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="RZ8cjSsl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 77B4C20828 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id D8C6B1686; Sun, 1 Mar 2020 00:42:15 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz D8C6B1686 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1583019785; bh=SE2jdqkxJ3Bp0cqn4tIuZ1+kwEXQYU5luWnRE4Pk5+A=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=RZ8cjSsldwpFxlIrNqXGZFxVda+lMhP0AwJihB17/+1DwnBtufUlkyY+UGJPjPVBp i0Xq85ariqEFFe7AAI0JSgyg+MNueLbq/SSmRw5ViX5XpXXehtUgI51667cizDl5S6 bF7XI0z6J3UDAJvYf+PthEeSE3R8x1rtY/vbpqB8= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 38613F8013E; Sun, 1 Mar 2020 00:42:15 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id AD61BF8013E; Sun, 1 Mar 2020 00:42:12 +0100 (CET) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id E6392F80089 for ; Sun, 1 Mar 2020 00:42:08 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz E6392F80089 Received: from p508fcd9d.dip0.t-ipconnect.de ([80.143.205.157] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j8BkC-0004p9-60; Sun, 01 Mar 2020 00:42:04 +0100 From: Heiko Stuebner To: Robin Murphy Subject: Re: [PATCH v2 3/3] arm64: dts: rockchip: Describe RK3328 GPIO_MUTE users Date: Sun, 01 Mar 2020 00:42:03 +0100 Message-ID: <2986513.xosFKxlJ7S@phil> In-Reply-To: <59fe8a7d-22ab-6098-5266-4fdf4bf41adb@arm.com> References: <53637c0359ad9473dc1391a8428ba21017ec467e.1581376744.git.robin.murphy@arm.com> <59fe8a7d-22ab-6098-5266-4fdf4bf41adb@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, lgirdwood@gmail.com, linux-rockchip@lists.infradead.org, broonie@kernel.org, pgwipeout@gmail.com, linux-arm-kernel@lists.infradead.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Am Freitag, 28. Februar 2020, 13:48:50 CET schrieb Robin Murphy: > Hi Heiko, > > On 18/02/2020 9:32 pm, Robin Murphy wrote: > > Add explicit properties to describe existing boards' GPIO_MUTE usage > > for the analog codec. > > Are you happy to pick this up now that the driver patches are queued? very happy :-) And applied for 5.7 Thanks Heiko From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH v2 3/3] arm64: dts: rockchip: Describe RK3328 GPIO_MUTE users Date: Sun, 01 Mar 2020 00:42:03 +0100 Message-ID: <2986513.xosFKxlJ7S@phil> References: <53637c0359ad9473dc1391a8428ba21017ec467e.1581376744.git.robin.murphy@arm.com> <59fe8a7d-22ab-6098-5266-4fdf4bf41adb@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <59fe8a7d-22ab-6098-5266-4fdf4bf41adb-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Robin Murphy Cc: lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, pgwipeout-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-rockchip.vger.kernel.org Am Freitag, 28. Februar 2020, 13:48:50 CET schrieb Robin Murphy: > Hi Heiko, > > On 18/02/2020 9:32 pm, Robin Murphy wrote: > > Add explicit properties to describe existing boards' GPIO_MUTE usage > > for the analog codec. > > Are you happy to pick this up now that the driver patches are queued? very happy :-) And applied for 5.7 Thanks Heiko 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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 6AADEC3F2CD for ; Sat, 29 Feb 2020 23:42: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 1796720828 for ; Sat, 29 Feb 2020 23:42: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="iWfvkTN7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1796720828 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de 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:References:In-Reply-To: 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: List-Owner; bh=GpNqEb/qR5DeGAbT1aRrOeYARuJb+sUDwP2Lxb5YmvU=; b=iWfvkTN7EC7Aji rxhi/niTI469UlsyURi/uWiM6vRloMnL5Zx1t4GWsm2l9zGPMBcFarLv9W/uTGOSvwi0xZkNEd4q3 8OX58gA397PpTCAmiOdapnv9/MJZfgIdxnyGLd9lJiLuoGkMNUmoXc93OpeOEgpoMKNqvtwfDixMi AkHzSOOChkytde1N9ttuaWOO3MzWrZzmz+PKkfu6DmE7/AtgoLe04xpuDYc513CRJHbwo5n1kP5rU /PzdoNKfGuLiARTpgzlGPoohNb6yl2etBsqm08m9/uJJ89GW+iMaapRKS++4wjRmIGUL+BIzVdY/W nQyfAcgnCR4CW0olRPgA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j8BkO-0005DX-Kz; Sat, 29 Feb 2020 23:42:16 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j8BkL-0005Cc-Bj; Sat, 29 Feb 2020 23:42:14 +0000 Received: from p508fcd9d.dip0.t-ipconnect.de ([80.143.205.157] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j8BkC-0004p9-60; Sun, 01 Mar 2020 00:42:04 +0100 From: Heiko Stuebner To: Robin Murphy Subject: Re: [PATCH v2 3/3] arm64: dts: rockchip: Describe RK3328 GPIO_MUTE users Date: Sun, 01 Mar 2020 00:42:03 +0100 Message-ID: <2986513.xosFKxlJ7S@phil> In-Reply-To: <59fe8a7d-22ab-6098-5266-4fdf4bf41adb@arm.com> References: <53637c0359ad9473dc1391a8428ba21017ec467e.1581376744.git.robin.murphy@arm.com> <59fe8a7d-22ab-6098-5266-4fdf4bf41adb@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200229_154213_551827_2F4D0ED4 X-CRM114-Status: GOOD ( 11.38 ) 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, alsa-devel@alsa-project.org, lgirdwood@gmail.com, linux-rockchip@lists.infradead.org, broonie@kernel.org, pgwipeout@gmail.com, linux-arm-kernel@lists.infradead.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 Am Freitag, 28. Februar 2020, 13:48:50 CET schrieb Robin Murphy: > Hi Heiko, > > On 18/02/2020 9:32 pm, Robin Murphy wrote: > > Add explicit properties to describe existing boards' GPIO_MUTE usage > > for the analog codec. > > Are you happy to pick this up now that the driver patches are queued? very happy :-) And applied for 5.7 Thanks Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 838B4C3F2CD for ; Sat, 29 Feb 2020 23:42:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5A9C520828 for ; Sat, 29 Feb 2020 23:42:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727205AbgB2XmI (ORCPT ); Sat, 29 Feb 2020 18:42:08 -0500 Received: from gloria.sntech.de ([185.11.138.130]:55058 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727185AbgB2XmI (ORCPT ); Sat, 29 Feb 2020 18:42:08 -0500 Received: from p508fcd9d.dip0.t-ipconnect.de ([80.143.205.157] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j8BkC-0004p9-60; Sun, 01 Mar 2020 00:42:04 +0100 From: Heiko Stuebner To: Robin Murphy Cc: lgirdwood@gmail.com, broonie@kernel.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, pgwipeout@gmail.com, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2 3/3] arm64: dts: rockchip: Describe RK3328 GPIO_MUTE users Date: Sun, 01 Mar 2020 00:42:03 +0100 Message-ID: <2986513.xosFKxlJ7S@phil> In-Reply-To: <59fe8a7d-22ab-6098-5266-4fdf4bf41adb@arm.com> References: <53637c0359ad9473dc1391a8428ba21017ec467e.1581376744.git.robin.murphy@arm.com> <59fe8a7d-22ab-6098-5266-4fdf4bf41adb@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Freitag, 28. Februar 2020, 13:48:50 CET schrieb Robin Murphy: > Hi Heiko, > > On 18/02/2020 9:32 pm, Robin Murphy wrote: > > Add explicit properties to describe existing boards' GPIO_MUTE usage > > for the analog codec. > > Are you happy to pick this up now that the driver patches are queued? very happy :-) And applied for 5.7 Thanks Heiko