linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: pxa: move pxa-i2c.h to platform_data
@ 2017-11-05 14:12 Wolfram Sang
  2017-11-05 14:12 ` [PATCH 1/2] ARM: pxa: move declarations to proper place Wolfram Sang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wolfram Sang @ 2017-11-05 14:12 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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                            |  2 +-
 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                                 |  2 +-
 arch/arm/mach-pxa/z2.c                                   |  2 +-
 arch/arm/mach-pxa/zeus.c                                 |  3 ++-
 arch/arm/mach-pxa/zylonite_pxa300.c                      |  2 +-
 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, 47 insertions(+), 48 deletions(-)
 rename include/linux/{i2c/pxa-i2c.h => platform_data/i2c-pxa.h} (90%)

-- 
2.11.0

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-05 14:12 [PATCH 0/2] ARM: pxa: move pxa-i2c.h to platform_data Wolfram Sang
2017-11-05 14:12 ` [PATCH 1/2] ARM: pxa: move declarations to proper place Wolfram Sang
2017-11-05 14:12 ` [PATCH 2/2] ARM: pxa: move header file out of I2C realm Wolfram Sang
2017-11-05 22:08 ` [PATCH 0/2] ARM: pxa: move pxa-i2c.h to platform_data Wolfram Sang
2017-11-07  7:21 ` 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).