From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbdHNQVQ (ORCPT ); Mon, 14 Aug 2017 12:21:16 -0400 Received: from muru.com ([72.249.23.125]:35906 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753121AbdHNQVN (ORCPT ); Mon, 14 Aug 2017 12:21:13 -0400 Date: Mon, 14 Aug 2017 09:21:08 -0700 From: Tony Lindgren To: Lee Jones Cc: Wolfram Sang , linux-i2c@vger.kernel.org, Aaro Koskinen , Russell King , Kukjin Kim , Krzysztof Kozlowski , Javier Martinez Canillas , Alan Stern , Greg Kroah-Hartman , Felipe Balbi , Tomi Valkeinen , Bartlomiej Zolnierkiewicz , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH 2/3] mfd: tps65010: move header file out of I2C realm Message-ID: <20170814162108.GW8569@atomide.com> References: <20170521220212.1404-1-wsa@the-dreams.de> <20170521220212.1404-3-wsa@the-dreams.de> <20170523071819.4zpdef7ofzz3moil@dell> <20170813133445.vqbfelwshvrififp@ninjato> <20170814064355.foiilzr5cmwk65hr@dell> <20170814084412.dfbsqfwrgmy5bsu3@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170814084412.dfbsqfwrgmy5bsu3@dell> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Lee Jones [170814 01:44]: > On Mon, 14 Aug 2017, Lee Jones wrote: > > > On Sun, 13 Aug 2017, Wolfram Sang wrote: > > > > > On Tue, May 23, 2017 at 08:18:19AM +0100, Lee Jones wrote: > > > > On Mon, 22 May 2017, Wolfram Sang wrote: > > > > > > > > > include/linux/i2c is not for client devices. Move the header file to a > > > > > more appropriate location. > > > > > > > > > > Signed-off-by: Wolfram Sang > > > > > --- > > > > > arch/arm/mach-omap1/board-h2-mmc.c | 2 +- > > > > > arch/arm/mach-omap1/board-h2.c | 2 +- > > > > > arch/arm/mach-omap1/board-h3-mmc.c | 2 +- > > > > > arch/arm/mach-omap1/board-h3.c | 2 +- > > > > > arch/arm/mach-omap1/board-osk.c | 2 +- > > > > > arch/arm/mach-s3c24xx/mach-osiris-dvs.c | 2 +- > > > > > arch/arm/mach-s3c24xx/mach-osiris.c | 2 +- > > > > > > > > > drivers/mfd/tps65010.c | 2 +- > > > > > > > > For my own reference: > > > > Acked-for-MFD-by: Lee Jones > > > > > > Same here: ok for 4.14 or something needed? > > > > Can this patch be applied on its own, or does it have dependencies? > > Even if it doesn't, it still requires Acks. As long as this has been compile tested with omap1_defconfig: Acked-by: Tony Lindgren Regards, Tony