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=BAYES_00,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 EEEBBC388F9 for ; Sun, 8 Nov 2020 00:33:31 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 6C1A120702 for ; Sun, 8 Nov 2020 00:33:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Oe4zb4P0" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C1A120702 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+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=merlin.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=r0qqKYCL3jVTf/erB1aFNE+twibgFuC6mh5RDm4PU7s=; b=Oe4zb4P0o0LMSwRyN844TKPzo DQAWGE5m4e5zKpvDzLda4HYJXr1QpYDe6ijlCTyC3Go76gRJV45Gdv1yZhUAiT/MRYFYnPmtsnEXb I11pcmaVs5Itd1Lt6kLXFaBGYeXxErnb/hpDWhJDgBYEKqfNHPEI5s3YE85IZKOIX9q4H/wmnxJMs d5ZYKNzoE+PEOdkKym4+aOHHzR+bIS4vwvdM8njeKig8szOA+iSBvcLTT9kdGqhPAoY/nijz9o/Za i1PRo8o9qYTEWXGman/PwjHUuFipAeonkH0kX+AqZmk0dCouGiCgl+CTB6gQTlIZxFsL2gYpIP1QX xD7/7PM3Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kbYd0-0004Mj-2d; Sun, 08 Nov 2020 00:32:18 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kbYcw-0004LA-C7; Sun, 08 Nov 2020 00:32:15 +0000 Received: from p508fc3ee.dip0.t-ipconnect.de ([80.143.195.238] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kbYcv-0008Nd-E0; Sun, 08 Nov 2020 01:32:13 +0100 From: Heiko Stuebner To: linux-rockchip@lists.infradead.org, Heiko Stuebner Subject: Re: [PATCH] arm64: dts: rockchip: add adc joystick to Odroid Go Advance Date: Sun, 08 Nov 2020 01:32:12 +0100 Message-ID: <2927303.vgcXVVlYnW@phil> In-Reply-To: <160479547333.328385.10405736155189441984.b4-ty@sntech.de> References: <20200703221413.269800-1-heiko@sntech.de> <160479547333.328385.10405736155189441984.b4-ty@sntech.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201107_193214_450094_DA806F71 X-CRM114-Status: GOOD ( 12.62 ) 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: linux-kernel@vger.kernel.org, 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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Sonntag, 8. November 2020, 01:31:19 CET schrieb Heiko Stuebner: > On Sat, 4 Jul 2020 00:14:13 +0200, Heiko Stuebner wrote: > > Add the now usable adc-joystick node that describes the analog > > joystick connected to two saradc channels from the rk3326 soc. > > Applied, thanks! > > [1/1] arm64: dts: rockchip: add adc joystick to Odroid Go Advance > commit: c20e6dd9a953d62f14399dabf457dce61dd5611f forgot to add, I fixed the things Johans commented on when applying > > Best regards, > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel