Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1711191

[PATCH v2 0/3] mfd: move include files out of include/linux/i2c

From Wolfram Sang <wsa@the-dreams.de>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] mfd: move include files out of include/linux/i2c
Date 2017-08-14 18:40 +0200
Message-ID <ueqzf-6tX-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


It doesn't make sense to use include/linux/i2c for client drivers which may in
fact rather be hwmon or input or whatever devices. As a result, I want to
deprecate include/linux/i2c for good. This series moves the include files to a
better location, for the mfd subsystem to include/linux/mfd.

V2 is mainly a rebase and acks added. Some acks are still missing, if a patch
contains a Cc: line including you, please ack the patch if you are fine with
it. Lee needs it to apply the change.

No runtime testing because of no HW, but buildbot is happy with this series at
least and I did build testing, too. A branch can be found here:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/platform_data

Thanks and kind regards,

   Wolfram


Wolfram Sang (3):
  mfd: dm355evm_msp: move header file out of I2C realm
  mfd: tps65010: move header file out of I2C realm
  mfd: twl: move header file out of I2C realm

 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-omap2/common.h              | 2 +-
 arch/arm/mach-omap2/omap_twl.c            | 2 +-
 arch/arm/mach-s3c24xx/mach-osiris-dvs.c   | 2 +-
 arch/arm/mach-s3c24xx/mach-osiris.c       | 2 +-
 drivers/gpio/gpio-twl4030.c               | 2 +-
 drivers/iio/adc/twl4030-madc.c            | 2 +-
 drivers/iio/adc/twl6030-gpadc.c           | 2 +-
 drivers/input/keyboard/twl4030_keypad.c   | 2 +-
 drivers/input/misc/dm355evm_keys.c        | 2 +-
 drivers/input/misc/twl4030-pwrbutton.c    | 2 +-
 drivers/input/misc/twl4030-vibra.c        | 2 +-
 drivers/mfd/dm355evm_msp.c                | 2 +-
 drivers/mfd/tps65010.c                    | 2 +-
 drivers/mfd/twl-core.c                    | 6 +++---
 drivers/mfd/twl4030-audio.c               | 2 +-
 drivers/mfd/twl4030-irq.c                 | 2 +-
 drivers/mfd/twl4030-power.c               | 2 +-
 drivers/mfd/twl6030-irq.c                 | 2 +-
 drivers/phy/ti/phy-twl4030-usb.c          | 2 +-
 drivers/power/supply/twl4030_charger.c    | 2 +-
 drivers/pwm/pwm-twl-led.c                 | 2 +-
 drivers/pwm/pwm-twl.c                     | 2 +-
 drivers/regulator/twl-regulator.c         | 2 +-
 drivers/regulator/twl6030-regulator.c     | 2 +-
 drivers/rtc/rtc-dm355evm.c                | 2 +-
 drivers/rtc/rtc-twl.c                     | 2 +-
 drivers/usb/host/ohci-omap.c              | 2 +-
 drivers/usb/phy/phy-isp1301-omap.c        | 2 +-
 drivers/usb/phy/phy-twl6030-usb.c         | 2 +-
 drivers/video/backlight/pandora_bl.c      | 2 +-
 drivers/video/fbdev/omap/lcd_h3.c         | 2 +-
 drivers/watchdog/twl4030_wdt.c            | 2 +-
 include/linux/{i2c => mfd}/dm355evm_msp.h | 0
 include/linux/{i2c => mfd}/tps65010.h     | 2 +-
 include/linux/{i2c => mfd}/twl.h          | 0
 sound/soc/codecs/twl4030.c                | 2 +-
 41 files changed, 41 insertions(+), 41 deletions(-)
 rename include/linux/{i2c => mfd}/dm355evm_msp.h (100%)
 rename include/linux/{i2c => mfd}/tps65010.h (99%)
 rename include/linux/{i2c => mfd}/twl.h (100%)

-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] mfd: move include files out of include/linux/i2c Wolfram Sang <wsa@the-dreams.de> - 2017-08-14 18:40 +0200
  [PATCH v2 2/3] mfd: tps65010: move header file out of I2C realm Wolfram Sang <wsa@the-dreams.de> - 2017-08-14 18:40 +0200
    Re: [PATCH v2 2/3] mfd: tps65010: move header file out of I2C realm Lee Jones <lee.jones@linaro.org> - 2017-08-15 10:20 +0200
    [GIT PULL] Immutable branch between MFD, ARM, USB and Video due for  the v4.14 merge window Lee Jones <lee.jones@linaro.org> - 2017-08-15 10:30 +0200
  [PATCH v2 1/3] mfd: dm355evm_msp: move header file out of I2C realm Wolfram Sang <wsa@the-dreams.de> - 2017-08-14 18:40 +0200
    Re: [PATCH v2 1/3] mfd: dm355evm_msp: move header file out of I2C  realm Lee Jones <lee.jones@linaro.org> - 2017-08-15 09:10 +0200
    [GIT PULL] Immutable branch between MFD, Input and RTC due for the  v3.14 merge window Lee Jones <lee.jones@linaro.org> - 2017-08-15 09:20 +0200
  [PATCH v2 3/3] mfd: twl: move header file out of I2C realm Wolfram Sang <wsa@the-dreams.de> - 2017-08-14 18:40 +0200
    Re: [PATCH v2 3/3] mfd: twl: move header file out of I2C realm Linus Walleij <linus.walleij@linaro.org> - 2017-08-22 15:10 +0200

csiph-web