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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 40AC2C43381 for ; Sun, 3 Mar 2019 13:51:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1699F20836 for ; Sun, 3 Mar 2019 13:51:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726337AbfCCNvT convert rfc822-to-8bit (ORCPT ); Sun, 3 Mar 2019 08:51:19 -0500 Received: from gloria.sntech.de ([185.11.138.130]:41416 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726195AbfCCNvT (ORCPT ); Sun, 3 Mar 2019 08:51:19 -0500 Received: from p54b26aa0.dip0.t-ipconnect.de ([84.178.106.160] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1h0RWM-0004zg-3N; Sun, 03 Mar 2019 14:51:14 +0100 From: Heiko Stuebner To: Jonas Karlman Cc: "linux-rockchip@lists.infradead.org" , Rob Herring , Mark Rutland , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 0/3] Add leds, ir and fix regulator name on rk3328-rock64 Date: Sun, 03 Mar 2019 14:51:13 +0100 Message-ID: <21871055.QfYpCFHxls@phil> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Samstag, 2. März 2019, 17:56:56 CET schrieb Jonas Karlman: > This patchset fixes two regulator names and adds nodes to > enable use of leds and ir on Rock64. > > Jonas Karlman (3): > arm64: dts: rockchip: fix regulator name on rk3328-rock64 > arm64: dts: rockchip: add leds node on rk3328-rock64 > arm64: dts: rockchip: add ir-receiver node on rk3328-rock64 I've moved the ir-receiver node to its alphabetical position in the file and applied all 3 patches for 5.2 . You might want to check your mail setup though, the mail threading was broken. While all mails did contain In-Reply-To headers these didn't match the message IDs outlook.com set at all. Heiko