linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] i2c: designware: Add support for AMD I2C controller
@ 2014-09-30 10:04 Mika Westerberg
  2014-09-30 10:04 ` [PATCH v2 3/3] " Mika Westerberg
       [not found] ` <1412071495-15323-1-git-send-email-mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Mika Westerberg @ 2014-09-30 10:04 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Carl Peng, Huang Rui, Christian Ruppert, Romain Baeriswyl,
	linux-i2c, linux-kernel, Mika Westerberg

This is second iteration of the patch series. First version is here:

 http://patchwork.ozlabs.org/patch/390694/
 http://patchwork.ozlabs.org/patch/390695/

In order to get source clock to the core driver we need some way of
creating it in the first place. For Intel LPSS it is done in
drivers/acpi/acpi_lpss.c but that is not applicable for AMD I2C host
controller which is too different from private parts to the LPSS one.

We solve this by creating the clock in ACPI parts of the platform driver
when we detect the AMD I2C host controller. Doing this requires small
refactoring to be done to the probe() which is what patches [1-2/3] are
doing.

Changes to the previous version:
 * Rebased on top of i2c/for-next branch
 * New patch defaulting ACPI probe to fast mode
 * Instead of direct dependency to COMMON_CLK we depend on (ACPI &&
   COMMON_CLK) || ACPI. (suggested by Wolfram)

Carl, can you test that this still works on your machine?

Carl Peng (1):
  i2c: designware: Add support for AMD I2C controller

Mika Westerberg (2):
  i2c: designware: Default to fast mode in case of ACPI
  i2c: designware: Rework probe() to get clock a bit later

 drivers/i2c/busses/Kconfig                  |  1 +
 drivers/i2c/busses/i2c-designware-platdrv.c | 71 +++++++++++++++++++----------
 2 files changed, 48 insertions(+), 24 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2014-10-06 17:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 10:04 [PATCH v2 0/3] i2c: designware: Add support for AMD I2C controller Mika Westerberg
2014-09-30 10:04 ` [PATCH v2 3/3] " Mika Westerberg
     [not found] ` <1412071495-15323-1-git-send-email-mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2014-09-30 10:04   ` [PATCH v2 1/3] i2c: designware: Default to fast mode in case of ACPI Mika Westerberg
2014-09-30 10:04   ` [PATCH v2 2/3] i2c: designware: Rework probe() to get clock a bit later Mika Westerberg
2014-10-03  0:46   ` [PATCH v2 0/3] i2c: designware: Add support for AMD I2C controller Wolfram Sang
2014-10-06 17:51   ` Wolfram Sang

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