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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,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 47237C11F66 for ; Tue, 29 Jun 2021 05:47:17 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4A2CC61D0C for ; Tue, 29 Jun 2021 05:47:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4A2CC61D0C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 40DC282E6D; Tue, 29 Jun 2021 07:47:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1624945634; bh=g8kMCc/RGwY/rMmlqU18dwZwstaHQ1zQtSjPfcLoJzU=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=us/tWRjZYIQwsEqbFTbyQJieBt17R0MTSpMmWWlqAKqmHJoBtJK7pxb9ZF09zwc09 899eNZNfETiN/tkzijX3yQNi4iiXH1Bu+d5yUCXNjUMc3zcHWRQ6n7XNeuDsppXXPp jgjJYaXNJ1JtCJ23YQ41pWEMiwaYHqD+sO9OlaAMw67lD/l8rfR8yJkscMHjFcOKAa VHNZie6hXBLk1XxwExqBzJfIfuOdx608Fi3qpmN4yJ7jW53R1Iq5X0Io4EP6k1KHSp BygpKjQEpqedUMiVX02FFYbqTyN6Q2ajY8xVuaQ30GHuqUIJe8SDvkqeyQyCvzEIsG YrfL8/a5vOllg== Received: by phobos.denx.de (Postfix, from userid 109) id 6CD7082E87; Tue, 29 Jun 2021 07:47:07 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [91.198.250.253]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 09DC782E6C for ; Tue, 29 Jun 2021 07:47:05 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4GDYQJ6Jl6zQk8g; Tue, 29 Jun 2021 07:47:04 +0200 (CEST) Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id xBjvtOuJqNKd; Tue, 29 Jun 2021 07:47:01 +0200 (CEST) Subject: Re: [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model To: "Tony (bodhi)" , U-Boot Mailing List Cc: Tom Rini , Chris Packham References: From: Stefan Roese Message-ID: Date: Tue, 29 Jun 2021 07:47:01 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-MBO-SPAM-Probability: X-Rspamd-Score: -2.77 / 15.00 / 15.00 X-Rspamd-Queue-Id: D836511FA X-Rspamd-UID: 03174d X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi Tony, On 29.06.21 05:43, Tony (bodhi) wrote: > > - Add device tree kirkwood-nsa310s.dts > > - Add DM_USB, DM_ETH, DM_SATA and associated configs to nsa310s_defconfig > > - Move some miscellaneous configs from board file to nsa310s_defconfig > > - Replace old device name "egiga0" with Ethernet PHY name > > from device tree kirkwood.dtsi > > - Removed IDE, and add SATA configs in board file nsa310s.c I don't see the other mails (1...4) from this series. Not in my INBOX and not on the U-Boot list. Also the formatting of this mails seems wrong. Please note that most mail clients corrupt patches while sending. It's much easier to use "git send-email" to send patches to the lists. Thanks, Stefan > > > Tony Dinh (4): > >   NSA310S : Add device tree DTS for Zyxel NSA310S board > >   NSA310S : Add DM USB, DM Ethernet, and DM SATA configs > >   NSA310S : Use Ethernet PHY name from device tree > >   NSA310S : Add DM SATA configs > > >  arch/arm/dts/Makefile             |   1 + > >  arch/arm/dts/kirkwood-nsa310s.dts | 318 ++++++++++++++++++++++++++++++ > >  board/zyxel/nsa310s/nsa310s.c     |  15 +- > >  configs/nsa310s_defconfig         |  12 +- > >  include/configs/nsa310s.h         |  10 +- > >  5 files changed, 343 insertions(+), 13 deletions(-) > >  create mode 100644 arch/arm/dts/kirkwood-nsa310s.dts > > > -- > > 2.20.1 > > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de