linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] i2c: mux: move include files out of include/linux/i2c
@ 2017-08-14  8:23 Wolfram Sang
  2017-08-14  8:23 ` [PATCH v3 1/3] i2c: mux: pca9541: sort include files Wolfram Sang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wolfram Sang @ 2017-08-14  8:23 UTC (permalink / raw)
  To: linux-i2c; +Cc: Peter Rosin, Wolfram Sang

include/linux/i2c is to be deprecated, so move these header files only
including platform_data to the better suited platform_data directory.

v3 makes sure includes keep sorted correctly. For PCA9541, a patch which does
the initial sorting has been added.

Thanks,

   Wolfram


Wolfram Sang (3):
  i2c: mux: pca9541: sort include files
  i2c: mux: pca954x: move header file out of I2C realm
  i2c: mux: mlxcpld: move header file out of I2C realm

 drivers/i2c/muxes/i2c-mux-mlxcpld.c                | 2 +-
 drivers/i2c/muxes/i2c-mux-pca9541.c                | 9 ++++-----
 drivers/i2c/muxes/i2c-mux-pca954x.c                | 2 +-
 include/linux/{i2c => platform_data}/pca954x.h     | 0
 include/linux/{i2c => platform_data/x86}/mlxcpld.h | 0
 5 files changed, 6 insertions(+), 7 deletions(-)
 rename include/linux/{i2c => platform_data}/pca954x.h (100%)
 rename include/linux/{i2c => platform_data/x86}/mlxcpld.h (100%)

-- 
2.11.0

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

end of thread, other threads:[~2017-08-15  6:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14  8:23 [PATCH v3 0/3] i2c: mux: move include files out of include/linux/i2c Wolfram Sang
2017-08-14  8:23 ` [PATCH v3 1/3] i2c: mux: pca9541: sort include files Wolfram Sang
2017-08-14  8:23 ` [PATCH v3 2/3] i2c: mux: pca954x: move header file out of I2C realm Wolfram Sang
2017-08-14  8:23 ` [PATCH v3 3/3] i2c: mux: mlxcpld: " Wolfram Sang
2017-08-15  6:55 ` [PATCH v3 0/3] i2c: mux: move include files out of include/linux/i2c Peter Rosin

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).