All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] enable I2C devices behind I2C bus on Gen2
@ 2015-10-23  9:16 Andy Shevchenko
  2015-10-23  9:16 ` [PATCH v4 1/5] mfd: core: redo ACPI matching of the children devices Andy Shevchenko
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Andy Shevchenko @ 2015-10-23  9:16 UTC (permalink / raw)
  To: linux-acpi, linux-i2c, Lee Jones, Wolfram Sang,
	Rafael J . Wysocki, Mika Westerberg, Puustinen, Ismo,
	linux-kernel
  Cc: Andy Shevchenko, Thierry Reding

There is a board in the wild, i.e. Intel Galileo Gen2, that has ACPI enumerated
devices behind I2C bus. This patch series dedicated to enable those devices.

The MFD framework is also updated to cope with interesting implementation of
the cell descriptions under ACPI MFD (patch 1).

The patches 5 and 6 are pretty independent and could be applied ahead, though
they don't make much sense without previous ones.

Wolfram, since Lee acknowledged patches 1-3, can you pull them to your tree?

Tested on the actual Intel Galileo Gen2 by Ismo (gpio expanders) and me (at24).

Cc: Thierry Reding <thierry.reding@gmail.com>

Changelog v4:
- amend at24 patch to satisfy sparse (Wolfram)
- drop applied patches

Changelog v3:
- append ACKs from Rafael (from ACPI angle)
- drop upstreamed patches (GPIO pca953x)

Changelog v2:
- append tags
- re-make patch 3 (suggested by Lee)
- improve patch 8 (suggested by Thierry)


Andy Shevchenko (5):
  mfd: core: redo ACPI matching of the children devices
  mfd: intel_quark_i2c_gpio: load gpio driver first
  mfd: intel_quark_i2c_gpio: support devices behind i2c bus
  at24: enable ACPI device found on Galileo Gen2
  pwm-pca9685: enable ACPI device found on Galileo Gen2

 Documentation/acpi/enumeration.txt | 11 +++++---
 drivers/mfd/intel_quark_i2c_gpio.c | 33 ++++++++++++++++--------
 drivers/mfd/mfd-core.c             | 52 ++++++++++++++++++++++++++------------
 drivers/misc/eeprom/at24.c         | 22 +++++++++++++---
 drivers/pwm/Kconfig                |  2 +-
 drivers/pwm/pwm-pca9685.c          | 20 ++++++++++++---
 include/linux/mfd/core.h           | 10 ++++++--
 7 files changed, 111 insertions(+), 39 deletions(-)

-- 
2.6.1

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

end of thread, other threads:[~2015-11-09 17:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23  9:16 [PATCH v4 0/5] enable I2C devices behind I2C bus on Gen2 Andy Shevchenko
2015-10-23  9:16 ` [PATCH v4 1/5] mfd: core: redo ACPI matching of the children devices Andy Shevchenko
2015-10-23  9:16 ` [PATCH v4 2/5] mfd: intel_quark_i2c_gpio: load gpio driver first Andy Shevchenko
2015-10-23  9:16 ` [PATCH v4 3/5] mfd: intel_quark_i2c_gpio: support devices behind i2c bus Andy Shevchenko
2015-10-23  9:16 ` [PATCH v4 4/5] at24: enable ACPI device found on Galileo Gen2 Andy Shevchenko
2015-10-23 17:20   ` Ben Gardner
2015-10-23  9:16 ` [PATCH v4 5/5] pwm-pca9685: " Andy Shevchenko
2015-11-09 13:53   ` Andy Shevchenko
2015-11-09 13:53     ` Andy Shevchenko
2015-11-09 17:10     ` Thierry Reding
2015-10-23 12:38 ` [PATCH v4 0/5] enable I2C devices behind I2C bus on Gen2 Wolfram Sang
2015-10-23 13:50   ` Andy Shevchenko
2015-10-26  8:16   ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.