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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 99424C433E3 for ; Sat, 27 Mar 2021 16:38:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8543E619B4 for ; Sat, 27 Mar 2021 16:38:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230328AbhC0Qh4 (ORCPT ); Sat, 27 Mar 2021 12:37:56 -0400 Received: from mail-oi1-f182.google.com ([209.85.167.182]:39845 "EHLO mail-oi1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230334AbhC0Qhg (ORCPT ); Sat, 27 Mar 2021 12:37:36 -0400 Received: by mail-oi1-f182.google.com with SMTP id i81so8955319oif.6; Sat, 27 Mar 2021 09:37:36 -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:content-transfer-encoding :in-reply-to; bh=RnOFizufyIzLXsx9L23De4K+FgNMVS+9BTUlSwp8+vY=; b=RAoSfplD7iJgU/pXKGRbLsngEbDX07DPfjrZuE3dwDAEwFXc+Eq3Oo39isxcMgE7tS leKBuIsTRsi94ZuOnD6A9x+2jE2jdfhhi3KRQpElwcm55iZd/K+rROTU1fE1qyRWxG7r g7O56sbg2xS5Fx0DdOxVya1Zx8kfMd8EhpxW/EYX3M/lqFfCAYJ8ZpTFAiPMmTCiX/OC r6loWO8xt7sp0IR5hQiLtOU9HqxpTzUjavgMGcUmAvT9AmsIOPP0asMuT1v91yTAZTve SHvJBOjLfLx5ljjf8pIakI0ZB4ENBlEFnAkBGxBRYDReg2eyLjdHAthbpDNlQWya24Fh nQCg== X-Gm-Message-State: AOAM531b7a9EjobEs/nm5xGhuxFPQd71/bJyd8R91QMWG9D+54XYiFJy hUk9XP3vtQ1d3bTtp/zrTg== X-Google-Smtp-Source: ABdhPJwMW+5msovF4j3LhZVPkAZxnjhyXEJfi28WekI0rNOvvjcMhtfDXWeZQcP+h8f1pRC42DQUZA== X-Received: by 2002:aca:90a:: with SMTP id 10mr13640983oij.35.1616863056268; Sat, 27 Mar 2021 09:37:36 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.140]) by smtp.gmail.com with ESMTPSA id d24sm2826126otf.12.2021.03.27.09.37.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 27 Mar 2021 09:37:35 -0700 (PDT) Received: (nullmailer pid 212999 invoked by uid 1000); Sat, 27 Mar 2021 16:37:33 -0000 Date: Sat, 27 Mar 2021 10:37:33 -0600 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Cc: devicetree@vger.kernel.org, Rob Herring , linux-serial@vger.kernel.org, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Lubomir Rintel , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton,wpcm450-uart Message-ID: <20210327163733.GA212953@robh.at.kernel.org> References: <20210320181610.680870-1-j.neuschaefer@gmx.net> <20210320181610.680870-5-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210320181610.680870-5-j.neuschaefer@gmx.net> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Sat, 20 Mar 2021 19:16:00 +0100, Jonathan Neuschäfer wrote: > Add a compatible string for the UART inside the Nuvoton WPCM450 SoC. > > Signed-off-by: Jonathan Neuschäfer > --- > Documentation/devicetree/bindings/serial/8250.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring 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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, 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 02BB0C433C1 for ; Sat, 27 Mar 2021 16:38:00 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 6695161945 for ; Sat, 27 Mar 2021 16:37:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6695161945 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4F74Jk0PKgz3c2l for ; Sun, 28 Mar 2021 03:37:58 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.167.170; helo=mail-oi1-f170.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4F74JL3QfYz3bs3 for ; Sun, 28 Mar 2021 03:37:38 +1100 (AEDT) Received: by mail-oi1-f170.google.com with SMTP id x207so8984030oif.1 for ; Sat, 27 Mar 2021 09:37:38 -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:content-transfer-encoding :in-reply-to; bh=RnOFizufyIzLXsx9L23De4K+FgNMVS+9BTUlSwp8+vY=; b=KqFcIEHeKsfMykNYcQ19DzltL/tGrAodkt94J2LwW3AU7ntv0nf+W29CaoRKhTq9i4 wIkdwDaGoQOCK/bjDtm7SXX1hzjGHeFogJP8lNg1Sh11Ce5CsufBZ5YnmF1bvhXhWNw7 ZwrIx6Udnd665AF0XVZSjTBhBrvEAqVxCFoSaHZiBMFLyEmjIDYEYcRGSd+SOCB45pQB HUUkorCkjmX8okeKrOKkdstVCGuwgoikdnVeRk11squsG6QwBaUwjFJoLu31hVnzy4iG 3PKijIcHeYt/E4lku/kskN9UCQwkEmExFCtN2hYpTRgiQ7+7AqjIAbcDnZb8txtbkhWi OzCQ== X-Gm-Message-State: AOAM530Kd+5YRcnElp+YsVM82eXuRxQG14Q2N5WmoyxgpbCa9JLVSNFq NOJdXhj8dSepFhicp0HeW8iLKIgGCg== X-Google-Smtp-Source: ABdhPJwMW+5msovF4j3LhZVPkAZxnjhyXEJfi28WekI0rNOvvjcMhtfDXWeZQcP+h8f1pRC42DQUZA== X-Received: by 2002:aca:90a:: with SMTP id 10mr13640983oij.35.1616863056268; Sat, 27 Mar 2021 09:37:36 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.140]) by smtp.gmail.com with ESMTPSA id d24sm2826126otf.12.2021.03.27.09.37.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 27 Mar 2021 09:37:35 -0700 (PDT) Received: (nullmailer pid 212999 invoked by uid 1000); Sat, 27 Mar 2021 16:37:33 -0000 Date: Sat, 27 Mar 2021 10:37:33 -0600 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Subject: Re: [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton, wpcm450-uart Message-ID: <20210327163733.GA212953@robh.at.kernel.org> References: <20210320181610.680870-1-j.neuschaefer@gmx.net> <20210320181610.680870-5-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210320181610.680870-5-j.neuschaefer@gmx.net> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Greg Kroah-Hartman , openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, Lubomir Rintel , Rob Herring , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Sat, 20 Mar 2021 19:16:00 +0100, Jonathan Neuschäfer wrote: > Add a compatible string for the UART inside the Nuvoton WPCM450 SoC. > > Signed-off-by: Jonathan Neuschäfer > --- > Documentation/devicetree/bindings/serial/8250.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring 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=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,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 B62EBC433E0 for ; Sat, 27 Mar 2021 16:39:06 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 5864D61945 for ; Sat, 27 Mar 2021 16:39:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5864D61945 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+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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc: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=9l9YwgL39MSen4dq1x2G0BK7Ma/syD4CJ65XkNujiDc=; b=cIzPAuc6WbkxjduS9Td/farov pc6kQx+81oQMqxxnbt77kX0QHG2kATXuSiXErYrrw/VSMECmG3dE395Z1zZakUr57eYNpejjG9KQ5 AD1B1D7wUWYg4k23KO1y4TqrYC8JwJj7OkehNdxZGiFY2rnnBOaW62SDVgH7iBg/IKMigCR05zy+0 qVLz4ero/LHZqv0i/SpKHrJj3Yvm4n6fNaU7/hgLzw06CznlFDlEIJm/XLpypGOf6gXc/kewOkg+q aPzorYMq2+/usGdNEMDIGqXsppVA9gTxRxT4vUR0H3QUYdR98ni0EY1IVVLVdvTDVInorxsfJc+jk ydm7at7ag==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lQBwT-005HFz-Au; Sat, 27 Mar 2021 16:37:42 +0000 Received: from mail-oi1-f175.google.com ([209.85.167.175]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lQBwP-005HEV-BJ for linux-arm-kernel@lists.infradead.org; Sat, 27 Mar 2021 16:37:38 +0000 Received: by mail-oi1-f175.google.com with SMTP id w70so9012219oie.0 for ; Sat, 27 Mar 2021 09:37:37 -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:content-transfer-encoding :in-reply-to; bh=RnOFizufyIzLXsx9L23De4K+FgNMVS+9BTUlSwp8+vY=; b=dVwTF5PLg++EaJuFLTIZx9JN7KfheeMp/6y/tYKtZDGO/tI2vAxcX9zBuMd3pv63Qu gROExeEZGT15KRLiw6seCUkPDuPIBeI6Jx4d2I34m04i5tinh7KvbePp21IEElLG2R9G pVEWOfqOL8h28E9ziOujtLqgoBQ+OIoFEwDihRFEp3RylWOi0YJsAeqZsZzPgzQJ4WrM Qn5Jnp+6YySAY1wosN0+BUdfLabwkltedHx9q6+rtViNdOujPiTDVkrBgvXAPHmEBh+p KV40yM1TxpXyx10E3RY/8Fn0ijp+NgqxWDhEQI42mqL/7rIRVktxu+kh+063tyWJOQzg ClRw== X-Gm-Message-State: AOAM533ft5JjgNNOwVwZmsm79H5O76qvwp+PSiTA7u+/qTQRosGDel/2 q3PF5OpzRwHEdWUvCOR1DA== X-Google-Smtp-Source: ABdhPJwMW+5msovF4j3LhZVPkAZxnjhyXEJfi28WekI0rNOvvjcMhtfDXWeZQcP+h8f1pRC42DQUZA== X-Received: by 2002:aca:90a:: with SMTP id 10mr13640983oij.35.1616863056268; Sat, 27 Mar 2021 09:37:36 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.140]) by smtp.gmail.com with ESMTPSA id d24sm2826126otf.12.2021.03.27.09.37.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 27 Mar 2021 09:37:35 -0700 (PDT) Received: (nullmailer pid 212999 invoked by uid 1000); Sat, 27 Mar 2021 16:37:33 -0000 Date: Sat, 27 Mar 2021 10:37:33 -0600 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Cc: devicetree@vger.kernel.org, Rob Herring , linux-serial@vger.kernel.org, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Lubomir Rintel , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 04/14] dt-bindings: serial: 8250: Add nuvoton, wpcm450-uart Message-ID: <20210327163733.GA212953@robh.at.kernel.org> References: <20210320181610.680870-1-j.neuschaefer@gmx.net> <20210320181610.680870-5-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210320181610.680870-5-j.neuschaefer@gmx.net> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210327_163737_450589_18D3D80D X-CRM114-Status: UNSURE ( 9.89 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 20 Mar 2021 19:16:00 +0100, Jonathan Neusch=E4fer wrote: > Add a compatible string for the UART inside the Nuvoton WPCM450 SoC. > = > Signed-off-by: Jonathan Neusch=E4fer > --- > Documentation/devicetree/bindings/serial/8250.yaml | 1 + > 1 file changed, 1 insertion(+) > = Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel