linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD Driver
@ 2014-12-11  9:38 Raymond Tan
  2014-12-11  9:38 ` [PATCH v3 1/1] " Raymond Tan
  0 siblings, 1 reply; 14+ messages in thread
From: Raymond Tan @ 2014-12-11  9:38 UTC (permalink / raw)
  To: Lee Jones, Mike Turquette, Samuel Ortiz
  Cc: linux-kernel, Alvin Chen, Andriy Shevchenko, Raymond Tan

From: "Tan, Raymond" <raymond.tan@intel.com>

Hi,
This patch is for enabling support of Intel Quark X1000 I2C controller and
GPIO controller. In Quark X1000, the platform exports a single PCI device
with both I2C and GPIO functions.

This MFD driver will split the 2 devices for their respective drivers.

---
Changes in v3:
* Simplify the call path for both gpio and i2c controllers initialization
* Move the global variables clk and clk_lookup into a struct

Changes in v2:
* Fix possible memory leak

Raymond Tan (1):
  mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD Driver

 drivers/mfd/Kconfig                |   12 ++
 drivers/mfd/Makefile               |    1 +
 drivers/mfd/intel_quark_i2c_gpio.c |  279 ++++++++++++++++++++++++++++++++++++
 3 files changed, 292 insertions(+)
 create mode 100644 drivers/mfd/intel_quark_i2c_gpio.c

-- 
1.7.9.5


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

end of thread, other threads:[~2015-01-26 14:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11  9:38 [PATCH v3 0/1] mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD Driver Raymond Tan
2014-12-11  9:38 ` [PATCH v3 1/1] " Raymond Tan
2014-12-11 10:27   ` Shevchenko, Andriy
2015-01-06  3:13     ` Tan, Raymond
2015-01-20 12:26       ` Lee Jones
2014-12-11 22:26   ` Mike Turquette
2014-12-22  2:33     ` Tan, Raymond
2015-01-20 17:30       ` Mike Turquette
2015-01-26 14:28         ` Tan, Raymond
2015-01-20 12:47   ` Lee Jones
2015-01-20 13:41     ` Shevchenko, Andriy
2015-01-20 15:54       ` Lee Jones
2015-01-20 16:10         ` Shevchenko, Andriy
2015-01-20 17:31     ` Mike Turquette

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