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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 34BCAC43381 for ; Wed, 20 Mar 2019 09:12:30 +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 EF1C52184D for ; Wed, 20 Mar 2019 09:12:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LLisqjMF"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="IGzlWfue" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EF1C52184D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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=E19Bj5kuzFeO8A0WDghO8dQle0EnzU9auW5Q5ShEVjo=; b=LLisqjMFjJSzxD ZepoU0+RJoxvAl9NGXIwPQpGsN/eB5GuMzt+PulukE4q0P4Rh2KlgN/DhdfaWey3dSlSSz/ixLZC3 w3S1BmKZRh+fFPhNLh4Epns53fkRKzxGvuO01HYcqQTVegArjZar2th069SB9WbLynWgH3o4fMM4c eHlfm+ikXGSInNZbK5hb60+jdp8y+ufIKagEwCm9n+REsHDFBeeh8pIXmMyVBcFCfCfYWEounte8j zG4FNQ9CSIfvdNnclXKC8REX7fM5SOPLZrNlh+cMuIW/wi/eUmLUjpkyqVEHhtrbfPbYlbz6AnNtg ond0j5kii6d3CMN1zcyA==; 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 1h6XGr-0006Xh-EB; Wed, 20 Mar 2019 09:12:25 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6XGo-0006XH-JV for linux-arm-kernel@lists.infradead.org; Wed, 20 Mar 2019 09:12:23 +0000 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8C1202184D; Wed, 20 Mar 2019 09:12:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553073141; bh=bUyJP4kBbe7+FlSBQylKIZFlBLlxbfQwPta59O0Lalw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IGzlWfuee8kWiWyfrW1hPl868DIdM9hpJ7jZ8Nm0sUYL05wK0u6ymM3BuSGP4zAG5 ozQiR8Yr8gCTvKmQMpK+C8krsh+feAxVEtQIYnPY/cOCdK4dKkDS+3HG5d0GCw/YZw Zxn4WzXvnvHd93eh3+HWL4nKiFHQJiCotF0H0G6Q= Date: Wed, 20 Mar 2019 17:12:00 +0800 From: Shawn Guo To: Bruno Thomsen Subject: Re: [PATCH 0/6] ARM: dts: tq imx7 evaluation board Message-ID: <20190320091159.GI4980@dragon> References: <20190304165630.18225-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190304165630.18225-1-bruno.thomsen@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190320_021222_662796_A719AE61 X-CRM114-Status: GOOD ( 13.86 ) 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: markus.niebel@tq-group.com, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org 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 On Mon, Mar 04, 2019 at 05:56:24PM +0100, Bruno Thomsen wrote: > This patch series is an effort to get mainline kernel support for TQ > boards with i.MX7 SoCs and is based on the vendor BSP. Products based > on these TQMa7 modules such as smart grid infrastructure will be sold > for many years with an expected field lifetime of up to two decades. > During this long lifetime they need to receive security patches and > new in-kernel security features. The typical device of this type does > not use audio and video, so it has not been a focus area. This however > could be worked on in the future if someone desire that functionality. > > The following device trees has been tested on a 4.19 mainline kernel > together with U-Boot 2019.01. > > Working/tested: > USB > Ethernet > SD > Console > Buttons > > Not working/tested: > Sound > Video > > No changes to MAINTAINERS are needed IMHO. > > Bruno Thomsen (6): > dt-bindings: add vendor prefix for TQ Systems GmbH > dt-bindings: fsl: add compatible for i.MX7S generic board > dt-bindings: tq: add compatible for i.MX7 boards > ARM: dts: tq imx7 common board support > ARM: dts: tq imx7s board support > ARM: dts: tq imx7d board support Please copy the following reviewers for new posting. R: Pengutronix Kernel Team R: Fabio Estevam Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel