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.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED 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 7865FC282DA for ; Fri, 12 Apr 2019 12:10:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 44A7320652 for ; Fri, 12 Apr 2019 12:10:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=megous.com header.i=@megous.com header.b="MQqHQRwt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727541AbfDLMKI (ORCPT ); Fri, 12 Apr 2019 08:10:08 -0400 Received: from vps.xff.cz ([195.181.215.36]:36482 "EHLO vps.xff.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726244AbfDLMKH (ORCPT ); Fri, 12 Apr 2019 08:10:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1555071003; bh=7wuELmmnMv/8ohB7Lnfan2M8a1f0hxi92UIulc+/3CU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MQqHQRwt/0Y/EHKPthB2rmZ79cFw4h8FUdcFLh1kqFfJx3IeTpVmsZHXf3lTj7VVU qDIn/JCTIw/jDLOYo8L134Ja1NVbCe2vmW/1a2kzoSQB+8aGQH0h/CY717G290aYPg DtG+6xur45NSo9BSGpsa+l9dxFDjuSDkzvqkRGlM= Date: Fri, 12 Apr 2019 14:10:03 +0200 From: =?utf-8?Q?Ond=C5=99ej?= Jirman To: Chen-Yu Tsai Cc: Mark Rutland , Maxime Ripard , Chi-Hsien Lin , dri-devel , linux-sunxi , linux-stm32@st-md-mailman.stormreply.com, brcm80211-dev-list@cypress.com, David Airlie , Jose Abreu , Naveen Gupta , Linus Walleij , devicetree , Arend van Spriel , Alexandre Torgue , Hante Meuleman , "open list:GPIO SUBSYSTEM" , Rob Herring , Wright Feng , Giuseppe Cavallaro , linux-arm-kernel , Franky Lin , Maxime Coquelin , brcm80211-dev-list.pdl@broadcom.com, netdev , linux-wireless , linux-kernel , Kalle Valo , Daniel Vetter , "David S. Miller" Subject: Re: [linux-sunxi] [PATCH v3 00/11] Add support for Orange Pi 3 Message-ID: <20190412121003.yhw7w5qspps5r5nf@core.my.home> Mail-Followup-To: Chen-Yu Tsai , Mark Rutland , Maxime Ripard , Chi-Hsien Lin , dri-devel , linux-sunxi , linux-stm32@st-md-mailman.stormreply.com, brcm80211-dev-list@cypress.com, David Airlie , Jose Abreu , Naveen Gupta , Linus Walleij , devicetree , Arend van Spriel , Alexandre Torgue , Hante Meuleman , "open list:GPIO SUBSYSTEM" , Rob Herring , Wright Feng , Giuseppe Cavallaro , linux-arm-kernel , Franky Lin , Maxime Coquelin , brcm80211-dev-list.pdl@broadcom.com, netdev , linux-wireless , linux-kernel , Kalle Valo , Daniel Vetter , "David S. Miller" References: <20190411101951.30223-1-megous@megous.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Hello ChenYu, On Fri, Apr 12, 2019 at 07:05:05PM +0800, Chen-Yu Tsai wrote: > On Thu, Apr 11, 2019 at 6:19 PM megous via linux-sunxi > wrote: > > > > From: Ondrej Jirman > > > > This series implements support for Xunlong Orange Pi 3 board. > > > > Unfortunately, this board needs some small driver patches, so I have > > split the boards DT patch into chunks that require patches for drivers > > in various subsystems. > > > > Suggested merging plan/dependencies: > > > > - Pinctrl and stmmac patches are needed for ethernet support. > > (patches 1-5) > > - HDMI support was changed, please review. (patches 6-8) > > - brcmfmac patch 9, fixing firmware file selection, can be merged > > now, after review, as it doesn't depend on anything (please > > review :)) > > - mmc1 pinconf (patch 10) can probably be merged now, too (it will > > certainly be used soon by all the other WiFi featuring boards > > based on H6) > > - WiFi dts patch will have to wait for H6 RTC patches, which in turn > > depend on ChenYu's RTC series, to be merged. That will take a > > while yet. I'm just keeping it in the series for completness. > > (patch 11) > > Unfortunately I will not have time to tackle this for the next release. > Furthermore, I'd like to do this after the new clk parenting stuff lands. > Otherwise it's going to be a mess, as the clock tree is a bit convoluted > compared to previous SoCs. I've sent out a patch series that addresses part of that for now. So perhaps we can start with that and incrementally get to a full support, of H6's complexities around clocks managed by RTC. thanks, o. > ChenYu > > _______________________________________________ > 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 From: =?UTF-8?Q?=27Ond=C5=99ej_Jirman=27_via_linux=2Dsunxi?= Subject: Re: [PATCH v3 00/11] Add support for Orange Pi 3 Date: Fri, 12 Apr 2019 14:10:03 +0200 Message-ID: <20190412121003.yhw7w5qspps5r5nf@core.my.home> References: <20190411101951.30223-1-megous@megous.com> Reply-To: megous-5qf/QAjKc83QT0dZR+AlfA@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Content-Disposition: inline In-Reply-To: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Chen-Yu Tsai Cc: Mark Rutland , Maxime Ripard , Chi-Hsien Lin , dri-devel , linux-sunxi , linux-stm32-XDFAJ8BFU24N7RejjzZ/Li2xQDfSxrLKVpNB7YpNyf8@public.gmane.org, brcm80211-dev-list-+wT8y+m8/X5BDgjK7y7TUQ@public.gmane.org, David Airlie , Jose Abreu , Naveen Gupta , Linus Walleij , devicetree , Arend van Spriel , Alexandre Torgue , Hante Meuleman , "open list:GPIO SUBSYSTEM" , Rob Herring , Wright Feng , Giuseppe Cavallaro , linux-arm-kernel , Franky Lin List-Id: linux-gpio@vger.kernel.org Hello ChenYu, On Fri, Apr 12, 2019 at 07:05:05PM +0800, Chen-Yu Tsai wrote: > On Thu, Apr 11, 2019 at 6:19 PM megous via linux-sunxi > wrote: > > > > From: Ondrej Jirman > > > > This series implements support for Xunlong Orange Pi 3 board. > > > > Unfortunately, this board needs some small driver patches, so I have > > split the boards DT patch into chunks that require patches for drivers > > in various subsystems. > > > > Suggested merging plan/dependencies: > > > > - Pinctrl and stmmac patches are needed for ethernet support. > > (patches 1-5) > > - HDMI support was changed, please review. (patches 6-8) > > - brcmfmac patch 9, fixing firmware file selection, can be merged > > now, after review, as it doesn't depend on anything (please > > review :)) > > - mmc1 pinconf (patch 10) can probably be merged now, too (it will > > certainly be used soon by all the other WiFi featuring boards > > based on H6) > > - WiFi dts patch will have to wait for H6 RTC patches, which in turn > > depend on ChenYu's RTC series, to be merged. That will take a > > while yet. I'm just keeping it in the series for completness. > > (patch 11) > > Unfortunately I will not have time to tackle this for the next release. > Furthermore, I'd like to do this after the new clk parenting stuff lands. > Otherwise it's going to be a mess, as the clock tree is a bit convoluted > compared to previous SoCs. I've sent out a patch series that addresses part of that for now. So perhaps we can start with that and incrementally get to a full support, of H6's complexities around clocks managed by RTC. thanks, o. > ChenYu > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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=DKIMWL_WL_HIGH, DKIM_ADSP_DISCARD,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED 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 A5800C10F0E for ; Fri, 12 Apr 2019 12:10:13 +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 676312082E for ; Fri, 12 Apr 2019 12:10:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="kcGrks/c"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=megous.com header.i=@megous.com header.b="MQqHQRwt" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 676312082E Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=megous.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:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=s6SkRYUQEJGnhI1Ji59iRqqdMFX8tRGECm98PTlxzcY=; b=kcGrks/clWR/PN WNVUKtZ8PkIXfXGvhLX5NaMQd7Wi4uOwWQlQIqIBh7CBdkbjEjkoGuZr6klEidjMDaniSAHtehTv3 /60sp6io8Cc0taUalKqxwh4E4ITiq/UOeHjMM2dvzqZbErgCmIvkxV0QLQU4JVuuPhejUhV6sbNQN Fi31lUVElmWVYrSEU0z9vW79xEpKy7xGWyeQZLt6eToK0GR71CCHNd1ZypIkVQoW1R7Z6NBr+4GUv +yDT64pViI1wnKuKK35GGsXXY6joDjk9Kbe6ORayimZabybQbZ35VbpYdWxZD4d/DMp/jetWHzNYB t37hH+f8GcqBgOMOuVJg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hEv0T-0001bU-K8; Fri, 12 Apr 2019 12:10:09 +0000 Received: from vps.xff.cz ([195.181.215.36]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hEv0P-0000nr-J9 for linux-arm-kernel@lists.infradead.org; Fri, 12 Apr 2019 12:10:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1555071003; bh=7wuELmmnMv/8ohB7Lnfan2M8a1f0hxi92UIulc+/3CU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MQqHQRwt/0Y/EHKPthB2rmZ79cFw4h8FUdcFLh1kqFfJx3IeTpVmsZHXf3lTj7VVU qDIn/JCTIw/jDLOYo8L134Ja1NVbCe2vmW/1a2kzoSQB+8aGQH0h/CY717G290aYPg DtG+6xur45NSo9BSGpsa+l9dxFDjuSDkzvqkRGlM= Date: Fri, 12 Apr 2019 14:10:03 +0200 From: =?utf-8?Q?Ond=C5=99ej?= Jirman To: Chen-Yu Tsai Subject: Re: [linux-sunxi] [PATCH v3 00/11] Add support for Orange Pi 3 Message-ID: <20190412121003.yhw7w5qspps5r5nf@core.my.home> Mail-Followup-To: Chen-Yu Tsai , Mark Rutland , Maxime Ripard , Chi-Hsien Lin , dri-devel , linux-sunxi , linux-stm32@st-md-mailman.stormreply.com, brcm80211-dev-list@cypress.com, David Airlie , Jose Abreu , Naveen Gupta , Linus Walleij , devicetree , Arend van Spriel , Alexandre Torgue , Hante Meuleman , "open list:GPIO SUBSYSTEM" , Rob Herring , Wright Feng , Giuseppe Cavallaro , linux-arm-kernel , Franky Lin , Maxime Coquelin , brcm80211-dev-list.pdl@broadcom.com, netdev , linux-wireless , linux-kernel , Kalle Valo , Daniel Vetter , "David S. Miller" References: <20190411101951.30223-1-megous@megous.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190412_051005_974573_ADDDD8AB X-CRM114-Status: GOOD ( 17.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Daniel Vetter , Maxime Ripard , Linus Walleij , dri-devel , linux-sunxi , brcm80211-dev-list@cypress.com, linux-stm32@st-md-mailman.stormreply.com, David Airlie , Jose Abreu , Naveen Gupta , Chi-Hsien Lin , devicetree , Arend van Spriel , Alexandre Torgue , Hante Meuleman , "open list:GPIO SUBSYSTEM" , Rob Herring , Wright Feng , Giuseppe Cavallaro , linux-arm-kernel , Franky Lin , brcm80211-dev-list.pdl@broadcom.com, netdev , linux-wireless , linux-kernel , Kalle Valo , Maxime Coquelin , "David S. Miller" 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 Hello ChenYu, On Fri, Apr 12, 2019 at 07:05:05PM +0800, Chen-Yu Tsai wrote: > On Thu, Apr 11, 2019 at 6:19 PM megous via linux-sunxi > wrote: > > > > From: Ondrej Jirman > > > > This series implements support for Xunlong Orange Pi 3 board. > > > > Unfortunately, this board needs some small driver patches, so I have > > split the boards DT patch into chunks that require patches for drivers > > in various subsystems. > > > > Suggested merging plan/dependencies: > > > > - Pinctrl and stmmac patches are needed for ethernet support. > > (patches 1-5) > > - HDMI support was changed, please review. (patches 6-8) > > - brcmfmac patch 9, fixing firmware file selection, can be merged > > now, after review, as it doesn't depend on anything (please > > review :)) > > - mmc1 pinconf (patch 10) can probably be merged now, too (it will > > certainly be used soon by all the other WiFi featuring boards > > based on H6) > > - WiFi dts patch will have to wait for H6 RTC patches, which in turn > > depend on ChenYu's RTC series, to be merged. That will take a > > while yet. I'm just keeping it in the series for completness. > > (patch 11) > > Unfortunately I will not have time to tackle this for the next release. > Furthermore, I'd like to do this after the new clk parenting stuff lands. > Otherwise it's going to be a mess, as the clock tree is a bit convoluted > compared to previous SoCs. I've sent out a patch series that addresses part of that for now. So perhaps we can start with that and incrementally get to a full support, of H6's complexities around clocks managed by RTC. thanks, o. > ChenYu > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel