Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933816AbdC3Nmh (ORCPT ); Thu, 30 Mar 2017 09:42:37 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:7370 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933002AbdC3Nme (ORCPT ); Thu, 30 Mar 2017 09:42:34 -0400 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 30 Mar 2017 06:42:32 -0700 Subject: Re: [PATCH] serial: tegra: Map the iir register to default defines To: Olliver Schinagl , Laxman Dewangan , Greg Kroah-Hartman , "Jiri Slaby" , Stephen Warren , "Thierry Reding" , Alexandre Courbot References: <20170329184806.6577-1-oliver@schinagl.nl> CC: , , From: Jon Hunter Message-ID: <9eed3c8e-a7af-1e1f-659a-a092a89d1679@nvidia.com> Date: Thu, 30 Mar 2017 14:42:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170329184806.6577-1-oliver@schinagl.nl> X-Originating-IP: [10.21.132.162] X-ClientProxiedBy: DRUKMAIL102.nvidia.com (10.25.59.20) To UKMAIL101.nvidia.com (10.26.138.13) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 839 Lines: 25 On 29/03/17 19:48, Olliver Schinagl wrote: > The tegra serial IP seems to be following the common layout and the > interrupt ID's match up nicely. Replace the magic values to match the > common serial_reg defines, with the addition of the Tegra unique End of > Data interrupt. > > Signed-off-by: Olliver Schinagl > --- > Note I do not own any tegra hardware and just noticed it while working on my > somewhat related previous patch, > "serial: Do not treat the IIR register as a bitfield" > > As such, this patch can only be applied after the aforementioned patch or the > iir variable will not have its mask applied yet. Nit-pick. If this is the case, then this should really be part of a patch series so it is obvious to everyone that this should only be applied after the other patch. Cheers Jon -- nvpublic