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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 ABBD3C433DB for ; Thu, 21 Jan 2021 09:36:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 51A5E2395A for ; Thu, 21 Jan 2021 09:36:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728463AbhAUJgi (ORCPT ); Thu, 21 Jan 2021 04:36:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728852AbhAUJgS (ORCPT ); Thu, 21 Jan 2021 04:36:18 -0500 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9F36C061575; Thu, 21 Jan 2021 01:35:29 -0800 (PST) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id CEAD822F99; Thu, 21 Jan 2021 10:35:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1611221728; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+gbRSGE0nWUH9bFF7dDE4htsRr0J7rGI/rc6n7Svmns=; b=EtcfjVUJ/wecaAdfo5GWmzWJ/1iDt9eeRVDeuJIB9jb/dFWT0aaye6XcrKNyeAhs/5OgQF eY/5crAqpcbBLXDVQzBN31uB/o89bl8O5WQA6Nrm45mZGdKGUjhgxxreCMucxkqiT9rb+K B3zVORwDZnBhII5cLn0YRZKKqEyiWdg= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 21 Jan 2021 10:35:27 +0100 From: Michael Walle To: Michal Simek List-Id: Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Arnd Bergmann , Olof Johansson , soc@kernel.org Subject: Re: [PATCH 0/3] add Ebang EBAZ4205 support In-Reply-To: References: <20210120194033.26970-1-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.10 Message-ID: X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michal, Am 2021-01-21 10:25, schrieb Michal Simek: > On 1/20/21 8:40 PM, Michael Walle wrote: >> Add support for the Ebang EBAZ4205 board. This board was once used as >> a >> control board for a bitcoin mining device. Nowawdays it is sold as a >> cheap >> Zynq-7000 eval board. >> >> Michael Walle (3): >> dt-bindings: add ebang vendor prefix >> dt-bindings: arm: add Ebang EBAZ4205 board >> ARM: dts: add Ebang EBAZ4205 device tree >> >> .../devicetree/bindings/arm/xilinx.yaml | 1 + >> .../devicetree/bindings/vendor-prefixes.yaml | 2 + >> arch/arm/boot/dts/Makefile | 1 + >> arch/arm/boot/dts/zynq-ebaz4205.dts | 109 >> ++++++++++++++++++ >> 4 files changed, 113 insertions(+) >> create mode 100644 arch/arm/boot/dts/zynq-ebaz4205.dts >> > > any link with schematics? https://github.com/xjtuecho/EBAZ4205, looks like these are reverse engineered (from a layout file?) though. > I will let dt guys to comment 1/3 but series look good to me. > The board doesn't look interesting from description point of view > that's > why all the time thinking if makes sense to add it to kernel. What do you want to tell me? That for the time being, it didn't appear to you to add the board yourself - or do you thing it doesn't make sense at all. If its the latter, what would be actual reason to have a board in mainline? -michael 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=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 6DCEEC433E0 for ; Thu, 21 Jan 2021 09:37:19 +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 0C2D02395A for ; Thu, 21 Jan 2021 09:37:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0C2D02395A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=walle.cc 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-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=HYdqXNk1yraMuLrHsNzwhOhLkSIoXvnBm8lZcDVve1s=; b=emEUzJG9iUhWG2DWtvmvQua0I CP0I9dhkiEeqGon92kdXlW4R4Ac2BWhrSMPHtaCz9ruBkRjv5KiFO3cTrWKgO/s3cODqL0z93ZPgo Re8XGOhLtNmB3BG6xeQ2BEINgNMlhLDoZf7hDCg2LgMpoQJiKBNitGLBad+qG/RxyYXnsgsDK6k9X XEBd+Sn75bNuzZX5xglYPhbUTr+rDpp5Y/rK5C9g86S2DCACbrvL6OnuLDVBySr67lUVWk2qJ+7CH Mo25DWRiiqqz+13gH0A+cQSJUje9Twaa1110d04rKpK3pYVjPpkKK7my+axZy6CB7qGzaq1hRRsmt ZVmDjGQyw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2WNQ-0006y0-Iv; Thu, 21 Jan 2021 09:35:40 +0000 Received: from ssl.serverraum.org ([176.9.125.105]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2WNM-0006xA-Ci for linux-arm-kernel@lists.infradead.org; Thu, 21 Jan 2021 09:35:38 +0000 Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id CEAD822F99; Thu, 21 Jan 2021 10:35:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1611221728; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+gbRSGE0nWUH9bFF7dDE4htsRr0J7rGI/rc6n7Svmns=; b=EtcfjVUJ/wecaAdfo5GWmzWJ/1iDt9eeRVDeuJIB9jb/dFWT0aaye6XcrKNyeAhs/5OgQF eY/5crAqpcbBLXDVQzBN31uB/o89bl8O5WQA6Nrm45mZGdKGUjhgxxreCMucxkqiT9rb+K B3zVORwDZnBhII5cLn0YRZKKqEyiWdg= MIME-Version: 1.0 Date: Thu, 21 Jan 2021 10:35:27 +0100 From: Michael Walle To: Michal Simek Subject: Re: [PATCH 0/3] add Ebang EBAZ4205 support In-Reply-To: References: <20210120194033.26970-1-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.10 Message-ID: X-Sender: michael@walle.cc X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210121_043536_547142_9E05AB9D X-CRM114-Status: GOOD ( 16.65 ) 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: , List-Id: Cc: devicetree@vger.kernel.org, Arnd Bergmann , linux-kernel@vger.kernel.org, soc@kernel.org, Rob Herring , Olof Johansson , linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Message-ID: <20210121093527.dRY0EZxAqvG8gEoVUZGiPcZ5wsmQppabX6I66PvsH9A@z> Hi Michal, Am 2021-01-21 10:25, schrieb Michal Simek: > On 1/20/21 8:40 PM, Michael Walle wrote: >> Add support for the Ebang EBAZ4205 board. This board was once used as >> a >> control board for a bitcoin mining device. Nowawdays it is sold as a >> cheap >> Zynq-7000 eval board. >> >> Michael Walle (3): >> dt-bindings: add ebang vendor prefix >> dt-bindings: arm: add Ebang EBAZ4205 board >> ARM: dts: add Ebang EBAZ4205 device tree >> >> .../devicetree/bindings/arm/xilinx.yaml | 1 + >> .../devicetree/bindings/vendor-prefixes.yaml | 2 + >> arch/arm/boot/dts/Makefile | 1 + >> arch/arm/boot/dts/zynq-ebaz4205.dts | 109 >> ++++++++++++++++++ >> 4 files changed, 113 insertions(+) >> create mode 100644 arch/arm/boot/dts/zynq-ebaz4205.dts >> > > any link with schematics? https://github.com/xjtuecho/EBAZ4205, looks like these are reverse engineered (from a layout file?) though. > I will let dt guys to comment 1/3 but series look good to me. > The board doesn't look interesting from description point of view > that's > why all the time thinking if makes sense to add it to kernel. What do you want to tell me? That for the time being, it didn't appear to you to add the board yourself - or do you thing it doesn't make sense at all. If its the latter, what would be actual reason to have a board in mainline? -michael _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel