Message ID | 20240609222428.134977-1-seb-dev@mail.de (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 97138C27C55 for <linux-rockchip@archiver.kernel.org>; Sun, 9 Jun 2024 22:27:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=86BNob1AX+GFy3wPJkKoj/RGh9WrvebeFNUQ2zzfsus=; b=C7Eg26Tt6+QjIe yIJABs6oBXpnXApcgis4bwmZKmY+Lbg8gZTfE2lHNVDDjqyUca22q4vRvbC87kTZ3Yu39Rk3zGvg7 i51KLTSXszoBKmTGvkrVU6kXWnJaKM28X+PF50KWztb/z33HmLRSUsXv1MKwU94h02qO6WGcWWAjB zbwN1ulwbbokz9J0+oje45f/MaazvPWMGT1MJXBA2QBp49iq2Gvqc0YASAa0BYclT9RDCM5m+VLV/ WNqii1Uy2a83sxjYswbQIXt7GqWnbYG5e+7SvxKJPxpSSuTDc0h0Q+ohnPvmqGTDGM5v69He7745Y 2BIqRjYS+7Xcj6kDiJew==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGR0M-00000003Luj-3urI; Sun, 09 Jun 2024 22:27:14 +0000 Received: from shout11.mail.de ([2001:868:100:600::f153]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sGR0E-00000003LrK-1BoP; Sun, 09 Jun 2024 22:27:08 +0000 Received: from shout01.mail.de (unknown [10.0.120.221]) by shout11.mail.de (Postfix) with ESMTPS id 58201241909; Mon, 10 Jun 2024 00:26:59 +0200 (CEST) Received: from postfix02.mail.de (postfix02.bt.mail.de [10.0.121.126]) by shout01.mail.de (Postfix) with ESMTP id E7A32240CA5; Mon, 10 Jun 2024 00:26:58 +0200 (CEST) Received: from smtp01.mail.de (smtp02.bt.mail.de [10.0.121.212]) by postfix02.mail.de (Postfix) with ESMTP id BC489A00E2; Mon, 10 Jun 2024 00:26:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1717972018; bh=ZtpP7xUC8YMjEeXjZcAOLEg8ab3YVKQ27bfu4A7cBCw=; h=From:To:Cc:Subject:Date:Message-ID:From:To:CC:Subject:Reply-To; b=39zNmJkV+bWkj90p0YJDG2lWE8SFy1O8Wu7p36sKtjy7SYtS8DdULuTH+KeKBmS/j 9UKh1yj26KNo8RjQ2gTqsVZ715LyCXKIf9hYBw8SVC6oApiXBKC9TVQXnC9bcZlytP gECh86fb1el2d81HBfLodFhYEf5uBIrtMclucLn0F9uK3utdOF1LcByVhEx+MPNF1F sv0eG9XLRlHgQJQUzq6bleoIv0hzseL8Vxtu11EzoqfgEoYgZX+2KUYuvwjCSPWKjz 96hCT8guoNkffurqeA5uKMlgdZ59Auoj0dbpHBye5EEB/GYqUGTetDrQV5Ul9gk6pR dAWIOMIh5Fc2A== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id C327F240A27; Mon, 10 Jun 2024 00:26:56 +0200 (CEST) From: Sebastian Kropatsch <seb-dev@mail.de> To: Heiko Stuebner <heiko@sntech.de>, linux-rockchip@lists.infradead.org Cc: Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org>, Sebastian Reichel <sebastian.reichel@collabora.com>, Jonas Karlman <jonas@kwiboo.se>, Space Meyer <me@the-space.agency>, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/2] RK3588: FriendlyElec CM3588 NAS board support Date: Mon, 10 Jun 2024 00:20:15 +0200 Message-ID: <20240609222428.134977-1-seb-dev@mail.de> MIME-Version: 1.0 X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 3493 X-purgate-ID: 154282::1717972018-FED2B878-86B4AC69/0/0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240609_152706_507306_3D798120 X-CRM114-Status: GOOD ( 19.16 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms <linux-rockchip.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-rockchip>, <mailto:linux-rockchip-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-rockchip/> List-Post: <mailto:linux-rockchip@lists.infradead.org> List-Help: <mailto:linux-rockchip-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-rockchip>, <mailto:linux-rockchip-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" <linux-rockchip-bounces@lists.infradead.org> Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org |
Series |
RK3588: FriendlyElec CM3588 NAS board support
|
expand
|