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=-11.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 B5BEEC433F5 for ; Fri, 17 Sep 2021 08:08:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9DF5E6113A for ; Fri, 17 Sep 2021 08:08:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245241AbhIQIJq (ORCPT ); Fri, 17 Sep 2021 04:09:46 -0400 Received: from mx.msync.work ([95.217.65.204]:33496 "EHLO mx.msync.work" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245125AbhIQIJZ (ORCPT ); Fri, 17 Sep 2021 04:09:25 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id ED37A1073BD; Fri, 17 Sep 2021 08:06:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lexina.in; s=dkim; t=1631866006; h=from:subject:date:message-id:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references: disposition-notification-to; bh=K8pUvKYmihVFtXVo7mlfRJfCXmaPt+xZW7fToK+rFyQ=; b=NkzIUlrcyoaOa6SpQVwrx5j7MONIVEgATiUUOSEdUp5y/Lxuusc5dVnxUPuYeDIDcBBgxs YebI7LFHBOQ5b94cH3Y91DWjHpG+39kmu3mY2fBCFhwl5si+2z643RZnm+nKWaL16TfaN1 D4Gxt8hc8CTLxVDVPvZiw9UZpuoeK8wd9V5fGbS8R45J1W4oZoCmhP8xdxcQoCMj9qMlnO 6KmBZc2UIt4Qlic7CHfXunJmnqrFl5mNltxOkC0d0cg48j3kAPywgd3a+DhOpMf3mgKTh7 OFuzfNz2npYHp8O3kHD6/DMUlmnMUaViORjxp3UrsTikQ7/1XyCoPGKTP1MIEQ== Subject: Re: [PATCH v5 0/4] arm64: meson: add support for JetHub D1/H1 Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org References: <20210915085715.1134940-1-adeep@lexina.in> <163186366690.1044811.10268335087144036716.b4-ty@baylibre.com> From: Vyacheslav Message-ID: <24c06118-5eee-055e-e9c6-bbacd6e2eea5@lexina.in> Date: Fri, 17 Sep 2021 11:06:44 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <163186366690.1044811.10268335087144036716.b4-ty@baylibre.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 17.09.2021 10:27, Neil Armstrong wrote: > Hi, > > Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.16/dt64) Thanks