From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756067AbcIFJwU (ORCPT ); Tue, 6 Sep 2016 05:52:20 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:6766 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756037AbcIFJwS (ORCPT ); Tue, 6 Sep 2016 05:52:18 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 06 Sep 2016 02:47:25 -0700 Subject: Re: [PATCH V2 0/9] Some Tegra I2C Updates To: Wolfram Sang References: <1472216945-11818-1-git-send-email-jonathanh@nvidia.com> <20160830203844.GD3645@katana> CC: Laxman Dewangan , Stephen Warren , Thierry Reding , "Alexandre Courbot" , , , From: Jon Hunter Message-ID: <7e1a0e3f-c3f7-1cf4-55b8-7355b97dc629@nvidia.com> Date: Tue, 6 Sep 2016 10:52:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160830203844.GD3645@katana> X-Originating-IP: [10.21.132.106] X-ClientProxiedBy: UKMAIL101.nvidia.com (10.26.138.13) 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 On 30/08/16 21:38, Wolfram Sang wrote: > * PGP Signed by an unknown key > > On Fri, Aug 26, 2016 at 02:08:56PM +0100, Jon Hunter wrote: >> Add runtime-pm and pinctrl support for Tegra I2C driver. >> >> The first 6 patches are trivial clean-up/simplification changes. >> >> Changes since V1: >> - Fixed cppcheck warning reported by Wolfram >> - Added 3 more clean-up patches to fix some checkpatch issues >> >> Jon Hunter (9): >> i2c: tegra: Fix lines over 80 characters >> i2c: tegra: Use BIT macro >> i2c: tegra: Fix missing blank lines after declarations >> i2c: tegra: Add missing new line characters >> i2c: tegra: Remove non device-tree support >> i2c: tegra: Use device name for adapter name >> i2c: tegra: Simplify I2C resume >> i2c: tegra: Add runtime power-management support >> i2c: tegra: Add pinctrl support >> > > Applied to for-next, thanks! > > If you are in for some more cleanups ;) > > SPATCH > drivers/i2c/busses/i2c-tegra.c:529:2-23: WARNING: Assignment of bool to 0/1 > drivers/i2c/busses/i2c-tegra.c:555:3-24: WARNING: Assignment of bool to 0/1 Thanks! I have sent a patch to fix these. Cheers Jon -- nvpublic