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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 C6646C43381 for ; Fri, 5 Mar 2021 10:31:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 960FB64F52 for ; Fri, 5 Mar 2021 10:31:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229578AbhCEKa4 (ORCPT ); Fri, 5 Mar 2021 05:30:56 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:50041 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229768AbhCEKac (ORCPT ); Fri, 5 Mar 2021 05:30:32 -0500 Received: from mail-wm1-f72.google.com ([209.85.128.72]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lI7j5-0007C0-1u for devicetree@vger.kernel.org; Fri, 05 Mar 2021 10:30:31 +0000 Received: by mail-wm1-f72.google.com with SMTP id z26so593510wml.4 for ; Fri, 05 Mar 2021 02:30:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=kJu6iNTkK4wSmf0pqRfj82yyDdC0OqRkZT1hSBnQXr8=; b=YvIfHOYKWVgDFjnIef8mCPEnxAnfFkPv1a/uScnEYfeW6yYIhcbFKaXOvY41CyYtHH GyORLyE4FIqq6lgeG3dcyu98YX9yQtNC3FL2yiyz8re9vnjL7r+41EVHBjqyYKF7aRhy wIUG+Wn+tjOS2E6I2Jts3mHpFk0hwGPqmSkTtf7kbZ29Wm9D0A5U/foh+6dqjEt3jEiN 61o/YskSFB+fc4ouBtQ2udfyUNo1pwtIZZG01k0VXK3csgVS0pBH7Wfdpjy+9b+2YQr+ knCLbPKM0jwe3mJfuF/QorhK5yBY93BLeB/XBlkk5o7GavquOrpvNkF8prgWva/SZvrE ZQCw== X-Gm-Message-State: AOAM531BFrIv3eOkO7I+sT5vNzwc0Yc8wcDROeF3+W2tCjFVL4ZJEhgI 6sZkui5sX+D/ZIfrbUNEfG1RQXLA8x/i36oP6NvW+ZAnXSyTTbB6l4HkIuul3N0QWmkKjVJreF+ /ZJYrlvYahugZFViqjyLOB0agnnJXwPtOCWXDKAY= X-Received: by 2002:a1c:7714:: with SMTP id t20mr7981738wmi.107.1614940230674; Fri, 05 Mar 2021 02:30:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJy800OFDrvV/rynegL9gdp5sOoCnfFTAFviFAiUlwZkphbdPaIzFS7W/py4nWV80SKpjFhzmQ== X-Received: by 2002:a1c:7714:: with SMTP id t20mr7981727wmi.107.1614940230567; Fri, 05 Mar 2021 02:30:30 -0800 (PST) Received: from [192.168.1.116] (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.gmail.com with ESMTPSA id 1sm3878530wmj.2.2021.03.05.02.30.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 05 Mar 2021 02:30:30 -0800 (PST) Subject: Re: [RFT PATCH v3 18/27] tty: serial: samsung_tty: Separate S3C64XX ops structure To: Hector Martin , linux-arm-kernel@lists.infradead.org Cc: Marc Zyngier , Rob Herring , Arnd Bergmann , Olof Johansson , Mark Kettenis , Tony Lindgren , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Linus Walleij , Mark Rutland , Andy Shevchenko , Greg Kroah-Hartman , Jonathan Corbet , Catalin Marinas , Christoph Hellwig , "David S. Miller" , devicetree@vger.kernel.org, linux-serial@vger.kernel.org, linux-doc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210304213902.83903-1-marcan@marcan.st> <20210304213902.83903-19-marcan@marcan.st> From: Krzysztof Kozlowski Message-ID: Date: Fri, 5 Mar 2021 11:30:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <20210304213902.83903-19-marcan@marcan.st> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 04/03/2021 22:38, Hector Martin wrote: > Instead of patching a single global ops structure depending on the port > type, use a separate s3c64xx_serial_ops for the S3C64XX type. This > allows us to mark the structures as const. > > Also split out s3c64xx_serial_shutdown into a separate function now that > we have a separate ops structure; this avoids excessive branching > control flow and mirrors s3c64xx_serial_startup. tx_claimed and > rx_claimed are only used in the S3C24XX functions. > > Signed-off-by: Hector Martin > --- > drivers/tty/serial/samsung_tty.c | 71 ++++++++++++++++++++++++-------- > 1 file changed, 54 insertions(+), 17 deletions(-) Reviewed-by: Krzysztof Kozlowski Tested-by: Krzysztof Kozlowski Best regards, Krzysztof