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=-4.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY,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 8757BC388F2 for ; Thu, 22 Oct 2020 11:16:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 05B01223FB for ; Thu, 22 Oct 2020 11:16:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603365398; bh=wbhYslBEhjnGAlkyU4KKbwjSMmICNK+7aRt4wRgEgsM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zkw5l/8CHPLTEpcm34NK6W20JkOD25KcvWlK2HgeQ57NfUTh8XAJrhn8RGBs1rhKU OpOj+LuKTvKZ8MaG+5zo7WFMdr1AXOf1Tk+74GPZk7O+pL94Og8zv0yOsF6SGcAtVW vLkyq10EOq8yxyUgsweC5hRtIqPRQfQV7TfIGxTc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502460AbgJVLQh (ORCPT ); Thu, 22 Oct 2020 07:16:37 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:37679 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2436687AbgJVLQg (ORCPT ); Thu, 22 Oct 2020 07:16:36 -0400 Received: by mail-ed1-f67.google.com with SMTP id o18so1364137edq.4; Thu, 22 Oct 2020 04:16:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=M6LjlAqnltcowuKPFP7AlL+hzUKZELzInqRy8HOQGng=; b=PmGQZKY+aRxdgnH+la8Wwr0pnRYjPaTe4xMow9rru+ej14uKOazdLGip0VC723YyZK a4bttBWQxFz4h2TOmrGSXV1xspx5ncvZaqvZh2f1kX0H6WgODMrmDyBsJvzcGGqc8WZd biapV5wLZjak3QEmJYcZcKYQ0tdzAiORgsKBJQrd1CA76yHJtRyJHnMf+QlHdf86ihNC DpK2dw6qwxs7Fm3Rmslr0KsIo/K1biRSb/wuxeMsl3Ye395oLhFUz2qi3IVR/Pp6VtK0 GrBI1l92AqPJtmOBELw3nK7YDx54HTjxMSEiw39r3rD1u74OG6msFnZOjv4HwIpUGKae oRlQ== X-Gm-Message-State: AOAM531r141JMtUPpwVk3JfoqEJo217GqPfaJxVjwOXND9sMlzwWkRUb Km93A3n5477BthhrMPx5SHU= X-Google-Smtp-Source: ABdhPJxsyCEWvreTBWM+MyO41TZtpnZlLYxdisLH4mkQW2lEvOqS0aNZBg1ii6oGaUdR7I5pbVZDuQ== X-Received: by 2002:aa7:d384:: with SMTP id x4mr1748243edq.105.1603365395007; Thu, 22 Oct 2020 04:16:35 -0700 (PDT) Received: from kozik-lap ([194.230.155.171]) by smtp.googlemail.com with ESMTPSA id z2sm586109edr.64.2020.10.22.04.16.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Oct 2020 04:16:33 -0700 (PDT) Date: Thu, 22 Oct 2020 13:16:31 +0200 From: Krzysztof Kozlowski To: Oleksij Rempel Cc: Mark Rutland , Rob Herring , Sascha Hauer , Shawn Guo , Robin van der Gracht , devicetree@vger.kernel.org, Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, NXP Linux Team , Pengutronix Kernel Team , David Jander Subject: Re: [PATCH v4 3/3] ARM: dts: add Van der Laan LANMCU board Message-ID: <20201022111631.GA120389@kozik-lap> References: <20201022102733.3277-1-o.rempel@pengutronix.de> <20201022102733.3277-4-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201022102733.3277-4-o.rempel@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Oct 22, 2020 at 12:27:33PM +0200, Oleksij Rempel wrote: > Van der Laan LANMCU is a module for the food storage rooms to control > proper gas composition. > > Co-Developed-by: Robin van der Gracht > Signed-off-by: Robin van der Gracht > Signed-off-by: Oleksij Rempel > Reviewed-by: Krzysztof Kozlowski Looks good, thanks. Best regards, Krzysztof