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


Groups > linux.kernel > #1720877 > unrolled thread

Re: [PATCH v2 3/3] mfd: twl: move header file out of I2C realm

Started byGuenter Roeck <linux@roeck-us.net>
First post2017-08-27 18:50 +0200
Last post2017-09-04 15:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 3/3] mfd: twl: move header file out of I2C realm Guenter Roeck <linux@roeck-us.net> - 2017-08-27 18:50 +0200
    [GIT PULL] Immutable branch between MFD and many other subsystems  due for the v4.14 merge window Lee Jones <lee.jones@linaro.org> - 2017-09-04 15:50 +0200

#1720877 — Re: [PATCH v2 3/3] mfd: twl: move header file out of I2C realm

FromGuenter Roeck <linux@roeck-us.net>
Date2017-08-27 18:50 +0200
SubjectRe: [PATCH v2 3/3] mfd: twl: move header file out of I2C realm
Message-ID<uj8V4-1O7-19@gated-at.bofh.it>
On Tue, Aug 22, 2017 at 03:06:31PM +0200, Linus Walleij wrote:
> On Mon, Aug 14, 2017 at 6:34 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
> 
> > include/linux/i2c is not for client devices. Move the header file to a
> > more appropriate location.
> >
> > Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > Acked-by: Mark Brown <broonie@kernel.org>
> > Acked-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
> > Acked-by: Jonathan Cameron <jic23@kernel.org>
> > Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> > Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
> > Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > Acked-by: Thierry Reding <thierry.reding@gmail.com>
> > Acked-by: Tony Lindgren <tony@atomide.com>
> > Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
> > Cc: Linus Walleij <linus.walleij@linaro.org>
> > Cc: Guenter Roeck <linux@roeck-us.net>
> > ---
> >
> > Change since V1:
> >
> > * rebased to v4.13-rc5, one change needed (twl4030-adc.h gone, too)
> > * acks added. I think gpio and hwmon acks are missing.
> >   Linus, Guenter, pretty please? :)
> 
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> For anything hitting GPIO.
> 
For hwmon:

Acked-by: Guenter Roeck <linux@roeck-us.net>

Sorry, I am a bit behind ...

Guenter

[toc] | [next] | [standalone]


#1726074 — [GIT PULL] Immutable branch between MFD and many other subsystems due for the v4.14 merge window

FromLee Jones <lee.jones@linaro.org>
Date2017-09-04 15:50 +0200
Subject[GIT PULL] Immutable branch between MFD and many other subsystems due for the v4.14 merge window
Message-ID<ulZVg-67U-15@gated-at.bofh.it>
In reply to#1720877
Enjoy!

The following changes since commit 569dbb88e80deb68974ef6fdd6a13edb9d686261:

  Linux 4.13 (2017-09-03 13:56:17 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-many-v4.14

for you to fetch changes up to a205425658dead19bb1b8ac00584aed98e60dde2:

  mfd: twl: Move header file out of I2C realm (2017-09-04 14:41:02 +0100)

----------------------------------------------------------------
Immutable branch between MFD and many other subsystems due for the v4.14 merge window

----------------------------------------------------------------
Wolfram Sang (1):
      mfd: twl: Move header file out of I2C realm

 arch/arm/mach-omap2/common.h            | 2 +-
 arch/arm/mach-omap2/omap_twl.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/twl4030-pwrbutton.c  | 2 +-
 drivers/input/misc/twl4030-vibra.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-twl.c                   | 2 +-
 drivers/usb/phy/phy-twl6030-usb.c       | 2 +-
 drivers/video/backlight/pandora_bl.c    | 2 +-
 drivers/watchdog/twl4030_wdt.c          | 2 +-
 include/linux/{i2c => mfd}/twl.h        | 0
 sound/soc/codecs/twl4030.c              | 2 +-
 25 files changed, 26 insertions(+), 26 deletions(-)
 rename include/linux/{i2c => mfd}/twl.h (100%)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web