Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1668768ybb; Thu, 2 Apr 2020 05:23:50 -0700 (PDT) X-Google-Smtp-Source: APiQypJWimJYPlDa+anx4ylGH9gkTPEVuPr34epx5KZmofuec+ky6jmPSThbIYkrJgza/9HD5h4y X-Received: by 2002:aca:fd0d:: with SMTP id b13mr1953225oii.179.1585830230111; Thu, 02 Apr 2020 05:23:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585830230; cv=none; d=google.com; s=arc-20160816; b=qZeYP+K4RSxtDVA7Q1W9Rm1D851SjfQbk96nrocCqQLrLFaoC1kit4GNI2VDiCzybb lF6hE59V/RW4DrCDi3dGlsHDKguAIW0C2V50Q42P/XJJHxLLMOEWq7XsNYAJDp3FQJMI ULbwnxj5BNvrDTl6KTHeZwMgete/LVr/yx/7pMuF5nGNLXeHhaE8MuciE/ferZhmzr4e kHmpQTsY/ibi6abf9HwVFr4fVBiLnWmQ21ZX4ouvjvjuhcxxuxbVTBaHQMLBvI5f2KMK D7eGhmucy3hJX7v7+KXzNf3KJ4MnvqX/vUFRXpE0AksM0eE4pgLUDhq4Edy/6ueHQ6ol SJMA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=Tew61jPvBL5X4t9QOROxcRv4bPXSU3LSO6Ve3Zw0duU=; b=AUpVZBQqUH06F5ERCrdVrFBm4G3bCecKCIjthY4J4GVwFIrNergw3lhfrgMv78956d yQNCp3rJlvpRfFfNa2QDnnw3aaNN2ZUuK/KLfoycaPVpxVYKLfpunNZ856b+RqgMXxyu Sv2m6yjG06tY6crN4f8+VuLSswEBNRw85ijQ8YFLyviFkoBHgLon54PsCc7OfjJn44+G wO8EPpon01psgufH8MaL6mUhJHFzoJy3sa54XyIpXQXwZUBg1Fb4Sla18kCE9RqTTQsp hgpwp1nKOzOs7NH0BQtYvOhendt4cLZkgDIo3WunzT0O58UutZ3DVqXG9kssaTdTopvV asWA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=e1F5KeO+; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z23si2335828oih.275.2020.04.02.05.23.35; Thu, 02 Apr 2020 05:23:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=e1F5KeO+; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388029AbgDBMSR (ORCPT + 99 others); Thu, 2 Apr 2020 08:18:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:46028 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387730AbgDBMSR (ORCPT ); Thu, 2 Apr 2020 08:18:17 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 17AF2206F8; Thu, 2 Apr 2020 12:18:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585829896; bh=71Iog+U1Pf2i1tJM4b6pe3IqJ3VZB7yjNL9XljQ9Nps=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e1F5KeO+jy4p7cBCOJqFbIgpbLxMud2IDkNuX1BGWM3NDmjRVu3ZyASftbQdYMqdw gYAC+C2X6iuPq8qY5+RKjOnd9MYnz1dgdrN2ZFRjCoNqOpzHbtWIASnYtN/h2yS3CY jVjA+k+4dOmuHMUT7Zj+kGGvaqn/gEY98CUUcw5A= Date: Thu, 2 Apr 2020 14:18:14 +0200 From: Greg KH To: Hyunki Koo Cc: krzk@kernel.org, Kukjin Kim , Jiri Slaby , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] tty: samsung_tty: 32-bit access for TX/RX hold registers Message-ID: <20200402121814.GA2773800@kroah.com> References: <20200401082721.19431-1-hyunki00.koo@samsung.com> <20200402110430.31156-1-hyunki00.koo@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200402110430.31156-1-hyunki00.koo@samsung.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 02, 2020 at 08:04:29PM +0900, Hyunki Koo wrote: > Support 32-bit access for the TX/RX hold registers UTXH and URXH. > > This is required for some newer SoCs. > > Signed-off-by: Hyunki Koo > --- > drivers/tty/serial/samsung_tty.c | 78 +++++++++++++++++++++++++++++++++------- > 1 file changed, 66 insertions(+), 12 deletions(-) What changed from v1? Always put that under the --- line, as documented to do so. Please make a v3 with that information. thanks, greg k-h