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,URIBL_BLOCKED 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 39B4FC4332D for ; Mon, 8 Mar 2021 21:18:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C47064FD6 for ; Mon, 8 Mar 2021 21:18:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231208AbhCHVSP (ORCPT ); Mon, 8 Mar 2021 16:18:15 -0500 Received: from mail-io1-f45.google.com ([209.85.166.45]:35067 "EHLO mail-io1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230444AbhCHVR6 (ORCPT ); Mon, 8 Mar 2021 16:17:58 -0500 Received: by mail-io1-f45.google.com with SMTP id g27so11589124iox.2; Mon, 08 Mar 2021 13:17:57 -0800 (PST) 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=PdHqpmeEe/E5CzidwdhsZW8PHGiVau086Os6GE/Z0gQ=; b=q8Yh9MfZTfoH0+0Ic6c0XKu8UqUhiGPo2pK5+opwOBjHA1QtLjWJKrvoo+533Xujpc 5CWxj3gRFnttZ/ozEim5F4MGGNr2PjRLr/IKjv6Yo4wkaG+b+tPYh9426k0Aq8+oER5E pLnCF/Ii1kGyz66Axqg0nPCe5YfGqCyKtyI4HUzy/FEkqDO2OsijLC+LGriK5dRc9c3I lCA0SF776by0vY3+BlL7IzlH2i5ePj2dQT06ujxEzTvVX8MoEunFBOPEoHj2XxgeQqMO sc1tavsWYFpFxNl1NtB3O5wNv8Wusngdcjgp5RASjbul//4fPYaDYScTx6dcWQmFCwtC vr8Q== X-Gm-Message-State: AOAM531J7HUIqwawBQPLljJGlSFZS5f/MlyDMllv5mn0on3f6HKTeC2d gwGqubqAeWg/lEHM6Mt3Sg== X-Google-Smtp-Source: ABdhPJxfCOB4IXJ8CBtDs3YFVp1DpbagK8on+CRElzgbLbnssOs6lMgEbZQpjBoOacX7jgm1MFWpqQ== X-Received: by 2002:a02:c002:: with SMTP id y2mr25265336jai.107.1615238277658; Mon, 08 Mar 2021 13:17:57 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id k14sm6465455iob.34.2021.03.08.13.17.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Mar 2021 13:17:57 -0800 (PST) Received: (nullmailer pid 2971998 invoked by uid 1000); Mon, 08 Mar 2021 21:17:53 -0000 Date: Mon, 8 Mar 2021 14:17:53 -0700 From: Rob Herring To: Hector Martin Cc: "David S. Miller" , Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Stan Skowronek , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mark Kettenis , devicetree@vger.kernel.org, Greg Kroah-Hartman , Tony Lindgren , Jonathan Corbet , Catalin Marinas , linux-doc@vger.kernel.org, Marc Zyngier , Olof Johansson , Alexander Graf , Christoph Hellwig , Will Deacon , Arnd Bergmann , Andy Shevchenko , linux-arch@vger.kernel.org, Mark Rutland , Mohamed Mediouni , linux-serial@vger.kernel.org Subject: Re: [RFT PATCH v3 23/27] dt-bindings: serial: samsung: Add apple,s5l-uart compatible Message-ID: <20210308211753.GA2971963@robh.at.kernel.org> References: <20210304213902.83903-1-marcan@marcan.st> <20210304213902.83903-24-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210304213902.83903-24-marcan@marcan.st> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 05 Mar 2021 06:38:58 +0900, Hector Martin wrote: > Apple mobile devices originally used Samsung SoCs (starting with the > S5L8900), and their current in-house SoCs continue to use compatible > UART peripherals. We'll call this UART variant apple,s5l-uart. > > Signed-off-by: Hector Martin > Reviewed-by: Krzysztof Kozlowski > Reviewed-by: Linus Walleij > --- > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-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,URIBL_BLOCKED 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 6E3D6C433DB for ; Mon, 8 Mar 2021 21:20:33 +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 D6EAA64FA8 for ; Mon, 8 Mar 2021 21:20:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D6EAA64FA8 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=1Z1WOb8IxixmWnW+63Iil66kh9OU9chZw1Vqt8jMwCk=; b=mBFFpRAg37LpV+fHTCOIwH6us wMGgbWR5rBjfyhtPg1bV3DSHLWyoshNbhGWGWWS9BxfRpnjo2ZafRCxUW8KNrvxox0G03VexxWnE9 5sxfl+o1T0RgxUTSpATTOdy6wLBXGMCor0nig2j06vVvoG5JhzRGgSwJ2eD0yjHrW7h++PwtmAMHe MQcuhs9HYRb/9/XTJ/ziOSgaNapmFAqH4SzQve4SzAJykg9Yai5GcQ+o7S9dNtReLJoBOd0DuDj5Q CtMpc2nY61ciY9qpC7VV/8XOCSMn/UR88gJO4UoFR774/dcB55oJjjw6nWQFCPBeAa5BhBg01pgPg J+XxN6AVQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lJNGS-002xGi-Cx; Mon, 08 Mar 2021 21:18:14 +0000 Received: from mail-io1-f42.google.com ([209.85.166.42]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lJNGI-002xDe-Kh for linux-arm-kernel@lists.infradead.org; Mon, 08 Mar 2021 21:18:03 +0000 Received: by mail-io1-f42.google.com with SMTP id n14so11594545iog.3 for ; Mon, 08 Mar 2021 13:17:58 -0800 (PST) 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=PdHqpmeEe/E5CzidwdhsZW8PHGiVau086Os6GE/Z0gQ=; b=k6V9IGz169GepTEaPrNUzctJ57eTHVsxxdovw7otQ6TTsmpbwpO+ByMEkzS6treawf N0TcBohlhkGGufyTjGRhVpN+8nidZKcKwx5+dcRAgJFplRgFqD5Mw6dOyfcqfZvKL6// 6BK5fGnhHOvWsTnLBxrPacpWqZ5N9uOqH60xnBNwFaEbk08+GpLk5p7CwBAWEOG1cPQE mX0FkdymCKnbA3rANp/lqNNt+ZFggcKgvGOIaSZKt9qrkwRrxOwSM3byxn82+j+hB2yK xvwbdlTQv4D5wGJqX2FataOCSioNRVCTKRLNgq9XHtagZJdqd2qTZpg3pBjxLTiQxZH4 URnw== X-Gm-Message-State: AOAM532WC5EGXgiqP/o8h2zy4V77NOfStQ80Xgp58iFlDUDPGrn4QAXS n+WutrEmfGKDSyzlH6csJg== X-Google-Smtp-Source: ABdhPJxfCOB4IXJ8CBtDs3YFVp1DpbagK8on+CRElzgbLbnssOs6lMgEbZQpjBoOacX7jgm1MFWpqQ== X-Received: by 2002:a02:c002:: with SMTP id y2mr25265336jai.107.1615238277658; Mon, 08 Mar 2021 13:17:57 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id k14sm6465455iob.34.2021.03.08.13.17.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Mar 2021 13:17:57 -0800 (PST) Received: (nullmailer pid 2971998 invoked by uid 1000); Mon, 08 Mar 2021 21:17:53 -0000 Date: Mon, 8 Mar 2021 14:17:53 -0700 From: Rob Herring To: Hector Martin Cc: "David S. Miller" , Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Stan Skowronek , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mark Kettenis , devicetree@vger.kernel.org, Greg Kroah-Hartman , Tony Lindgren , Jonathan Corbet , Catalin Marinas , linux-doc@vger.kernel.org, Marc Zyngier , Olof Johansson , Alexander Graf , Christoph Hellwig , Will Deacon , Arnd Bergmann , Andy Shevchenko , linux-arch@vger.kernel.org, Mark Rutland , Mohamed Mediouni , linux-serial@vger.kernel.org Subject: Re: [RFT PATCH v3 23/27] dt-bindings: serial: samsung: Add apple,s5l-uart compatible Message-ID: <20210308211753.GA2971963@robh.at.kernel.org> References: <20210304213902.83903-1-marcan@marcan.st> <20210304213902.83903-24-marcan@marcan.st> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210304213902.83903-24-marcan@marcan.st> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210308_211758_745305_9892381B X-CRM114-Status: GOOD ( 14.29 ) 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 05 Mar 2021 06:38:58 +0900, Hector Martin wrote: > Apple mobile devices originally used Samsung SoCs (starting with the > S5L8900), and their current in-house SoCs continue to use compatible > UART peripherals. We'll call this UART variant apple,s5l-uart. > > Signed-off-by: Hector Martin > Reviewed-by: Krzysztof Kozlowski > Reviewed-by: Linus Walleij > --- > Documentation/devicetree/bindings/serial/samsung_uart.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel