Received: by 10.192.165.148 with SMTP id m20csp61470imm; Thu, 19 Apr 2018 13:02:06 -0700 (PDT) X-Google-Smtp-Source: AIpwx48OF/2Tibx9ffHPWemvjAZvm4KX6TTCKLJV3w7Pn8uJp2O1V0a+q6fu0j8Fc3YrZfgT581J X-Received: by 10.99.103.67 with SMTP id b64mr6288150pgc.14.1524168125966; Thu, 19 Apr 2018 13:02:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524168125; cv=none; d=google.com; s=arc-20160816; b=f3HZdP9eJKEtasnJsJxO0G+MOugxhfrlLvl3oWcMgekXKa0WJSQBiQfmRzOcj5gX5C 69MCz4lIkVpUsj6AtubCgsC4ombM9BBR2WA2cTsKEE7Om63mYbNKVDkjuCC0qcMJPKtc Js+mmSv6pOTzZOaOoCxiUOSXB0u20YCVWnsemYkFM5Msa2aVYuIYi+k/uF8auG3MRQJJ dVgJxwUM8YnPgBJ177/xb4pB+eod96iFzhS20HRE2qxNyxNgHkQ2hp2oHdlgbYttquA+ O/oTb0qBO6WMBQT4K47ElwrqzRIjJeeVMKC1YrhKL5jGIe/EQynC4/KWMu40piOMTAYa imsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=EqRWxv5xfm0jwtlu4/Wk3uJzg4ER3KsIrQ9+qLBSmsQ=; b=gHchfQ1syILKquXzNguBdp6vis3KpmwPzvFkakQcornyLr15sMlLb7Ncd0NBjuQHPt vGRkOhp7wNIEOwcR19RjINEx2/d+faPIVJ2WMJhe0RSkWE4xd6MJFCxsDF73lpXspDqz t1ClBuAkOk9jJBuYYX4Euq1ucUmEtk2lWoMN+IIFdRDb1iBZ/VZ2UYoNLLhPav4w4se7 guXM/KO9Y/Mk9k5Px9dEmTZ9UQ1lzlNfl/oBND6B/WrlgVPezrPKfI9/dNRdTTXOSSoN 3k2e9NiHnBuMzHTQxApQcfELivbczeN3W8cB6EA70e5sdd5dEF3ojDRRMtxJlRJlU3w0 gGRA== ARC-Authentication-Results: i=1; mx.google.com; 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 v15si433308pfn.366.2018.04.19.13.01.43; Thu, 19 Apr 2018 13:02:05 -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; 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 S1753366AbeDSUA2 (ORCPT + 99 others); Thu, 19 Apr 2018 16:00:28 -0400 Received: from sauhun.de ([88.99.104.3]:48004 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752153AbeDSUA0 (ORCPT ); Thu, 19 Apr 2018 16:00:26 -0400 Received: from localhost (unknown [46.183.103.8]) by pokefinder.org (Postfix) with ESMTPSA id D0B41314F5C; Thu, 19 Apr 2018 22:00:23 +0200 (CEST) From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Wolfram Sang , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mips@linux-mips.org, linux-omap@vger.kernel.org, linux-sh@vger.kernel.org Subject: [PATCH 0/7] i2c: clean up include/linux/i2c-* Date: Thu, 19 Apr 2018 22:00:06 +0200 Message-Id: <20180419200015.15095-1-wsa@the-dreams.de> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Move all plain platform_data includes to the platform_data-dir (except for i2c-pnx which can be moved into the driver itself). My preference is to take these patches via the i2c tree. I can provide an immutable branch if needed. But we can also discuss those going in via arch-trees if dependencies are against us. The current branch can be found here: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/platform_data and buildbot had no complaints. Looking forward to comments or Acks, Revs... Kind regards, Wolfram Wolfram Sang (7): i2c: i2c-gpio: move header to platform_data i2c: i2c-mux-gpio: move header to platform_data i2c: i2c-ocores: move header to platform_data i2c: i2c-omap: move header to platform_data i2c: i2c-pca-platform: move header to platform_data i2c: i2c-xiic: move header to platform_data i2c: pnx: move header into the driver Documentation/i2c/busses/i2c-ocores | 2 +- Documentation/i2c/muxes/i2c-mux-gpio | 4 +-- MAINTAINERS | 8 ++--- arch/arm/mach-ks8695/board-acs5k.c | 2 +- arch/arm/mach-omap1/board-htcherald.c | 2 +- arch/arm/mach-omap1/common.h | 2 +- arch/arm/mach-omap1/i2c.c | 2 +- arch/arm/mach-omap2/common.h | 2 +- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 2 +- arch/arm/mach-pxa/palmz72.c | 2 +- arch/arm/mach-pxa/viper.c | 2 +- arch/arm/mach-sa1100/simpad.c | 2 +- arch/mips/alchemy/board-gpr.c | 2 +- arch/sh/boards/board-sh7785lcr.c | 2 +- drivers/i2c/busses/i2c-gpio.c | 2 +- drivers/i2c/busses/i2c-i801.c | 2 +- drivers/i2c/busses/i2c-ocores.c | 2 +- drivers/i2c/busses/i2c-omap.c | 2 +- drivers/i2c/busses/i2c-pca-platform.c | 2 +- drivers/i2c/busses/i2c-pnx.c | 21 +++++++++++- drivers/i2c/busses/i2c-xiic.c | 2 +- drivers/i2c/muxes/i2c-mux-gpio.c | 2 +- drivers/media/platform/marvell-ccic/mmp-driver.c | 2 +- drivers/mfd/sm501.c | 2 +- drivers/mfd/timberdale.c | 4 +-- include/linux/i2c-pnx.h | 38 ---------------------- include/linux/{ => platform_data}/i2c-gpio.h | 0 include/linux/{ => platform_data}/i2c-mux-gpio.h | 0 include/linux/{ => platform_data}/i2c-ocores.h | 0 include/linux/{ => platform_data}/i2c-omap.h | 0 .../linux/{ => platform_data}/i2c-pca-platform.h | 0 include/linux/{ => platform_data}/i2c-xiic.h | 0 38 files changed, 55 insertions(+), 74 deletions(-) delete mode 100644 include/linux/i2c-pnx.h rename include/linux/{ => platform_data}/i2c-gpio.h (100%) rename include/linux/{ => platform_data}/i2c-mux-gpio.h (100%) rename include/linux/{ => platform_data}/i2c-ocores.h (100%) rename include/linux/{ => platform_data}/i2c-omap.h (100%) rename include/linux/{ => platform_data}/i2c-pca-platform.h (100%) rename include/linux/{ => platform_data}/i2c-xiic.h (100%) -- 2.11.0