linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: pxa: move pxa-i2c.h to platform_data
@ 2017-11-13 17:27 Wolfram Sang
  2017-11-13 17:27 ` [PATCH v2 1/2] ARM: pxa: move declarations to proper place Wolfram Sang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wolfram Sang @ 2017-11-13 17:27 UTC (permalink / raw)
  To: linux-i2c; +Cc: linux-arm-kernel, Robert Jarzmik, Wolfram Sang

As discussed previously, we move the declarations now to devices.h and the
platform_data to the platform_data directory. Only build tested, but buildbot
is happy (this time really!)

Change since V1:
	* 3 more boards needed additional include

Wolfram Sang (2):
  ARM: pxa: move declarations to proper place
  ARM: pxa: move header file out of I2C realm

 arch/arm/mach-mmp/mmp2.h                                 |  2 +-
 arch/arm/mach-mmp/pxa168.h                               |  2 +-
 arch/arm/mach-mmp/pxa910.h                               |  2 +-
 arch/arm/mach-pxa/balloon3.c                             |  2 +-
 arch/arm/mach-pxa/cm-x300.c                              |  2 +-
 arch/arm/mach-pxa/colibri-evalboard.c                    |  2 +-
 arch/arm/mach-pxa/colibri-pxa270-income.c                |  2 +-
 arch/arm/mach-pxa/corgi.c                                |  2 +-
 arch/arm/mach-pxa/csb726.c                               |  2 +-
 arch/arm/mach-pxa/devices.c                              |  2 +-
 arch/arm/mach-pxa/devices.h                              |  9 +++++++++
 arch/arm/mach-pxa/em-x270.c                              |  2 +-
 arch/arm/mach-pxa/ezx.c                                  |  2 +-
 arch/arm/mach-pxa/hx4700.c                               |  2 +-
 arch/arm/mach-pxa/littleton.c                            |  3 ++-
 arch/arm/mach-pxa/magician.c                             |  2 +-
 arch/arm/mach-pxa/mainstone.c                            |  2 +-
 arch/arm/mach-pxa/mioa701.c                              |  2 +-
 arch/arm/mach-pxa/mxm8x10.c                              |  2 +-
 arch/arm/mach-pxa/palm27x.c                              |  2 +-
 arch/arm/mach-pxa/pcm990-baseboard.c                     |  2 +-
 arch/arm/mach-pxa/poodle.c                               |  2 +-
 arch/arm/mach-pxa/pxa27x.c                               |  2 +-
 arch/arm/mach-pxa/pxa3xx.c                               |  2 +-
 arch/arm/mach-pxa/raumfeld.c                             |  2 +-
 arch/arm/mach-pxa/saar.c                                 |  2 +-
 arch/arm/mach-pxa/spitz.c                                |  2 +-
 arch/arm/mach-pxa/stargate2.c                            |  2 +-
 arch/arm/mach-pxa/tosa.c                                 |  2 +-
 arch/arm/mach-pxa/trizeps4.c                             |  2 +-
 arch/arm/mach-pxa/viper.c                                |  2 +-
 arch/arm/mach-pxa/vpac270.c                              |  2 +-
 arch/arm/mach-pxa/xcep.c                                 |  3 ++-
 arch/arm/mach-pxa/z2.c                                   |  2 +-
 arch/arm/mach-pxa/zeus.c                                 |  3 ++-
 arch/arm/mach-pxa/zylonite_pxa300.c                      |  3 ++-
 drivers/i2c/busses/i2c-pxa-pci.c                         |  2 +-
 drivers/i2c/busses/i2c-pxa.c                             |  2 +-
 include/linux/{i2c/pxa-i2c.h => platform_data/i2c-pxa.h} | 11 -----------
 39 files changed, 50 insertions(+), 48 deletions(-)
 rename include/linux/{i2c/pxa-i2c.h => platform_data/i2c-pxa.h} (90%)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-28 21:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-13 17:27 [PATCH v2 0/2] ARM: pxa: move pxa-i2c.h to platform_data Wolfram Sang
2017-11-13 17:27 ` [PATCH v2 1/2] ARM: pxa: move declarations to proper place Wolfram Sang
2017-11-13 17:27 ` [PATCH v2 2/2] ARM: pxa: move header file out of I2C realm Wolfram Sang
2017-11-28 21:50 ` [PATCH v2 0/2] ARM: pxa: move pxa-i2c.h to platform_data Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).