public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] i2c-s3c2410: Updates for exynos4210 and DT-based systems
@ 2012-04-23 16:23 Karol Lewandowski
  2012-04-23 16:24 ` [PATCH 1/2] i2c-s3c2410: Rework device type handling Karol Lewandowski
  2012-04-23 16:24 ` [PATCH 2/2] i2c-s3c2410: Add HDMIPHY quirk for S3C2440 Karol Lewandowski
  0 siblings, 2 replies; 11+ messages in thread
From: Karol Lewandowski @ 2012-04-23 16:23 UTC (permalink / raw)
  To: w.sang
  Cc: m.szyprowski, ben-linux, thomas.abraham, linux-kernel, linux-i2c,
	devicetree-discuss, linux-samsung-soc, t.stanislaws,
	kyungmin.park, broonie, Karol Lewandowski

Changes since v3:
 - Replace DT-visible quirks with new controller type
   [Suggested by Wolfram Sang]
 - Dropped already merged of_match_ptr()-patch

Changes since v2:
 - Merge device type and flags into flat bitmask named quirks -
   Consequently, treat s3c24xx as baseline hardware platform and
   support all hw variations via quirks [Suggested by Mark Brown]

Changes since v1:
 - Move unrelated code fragment to separate patch (of_match_ptr())
   [Suggested by Thomas Abracham]
 - Move device-type handling to separate function and rework its
   internals a bit [likewise]

This patchset reworks i2c-s3c2410 driver a bit to better handle
device tree-enabled platforms and adds two quirks required by
exynos4210-specific I2C controller used by s5p-hdmi driver.

This patchset is based on "i2c-bjdooks/for-34/i2c/i2c-samsung" branch
taken from:

  git://git.fluff.org/bjdooks/linux.git


Karol Lewandowski (2):
  i2c-s3c2410: Rework device type handling
  i2c-s3c2410: Add HDMIPHY quirk for S3C2440

 .../devicetree/bindings/i2c/samsung-i2c.txt        |    8 +-
 drivers/i2c/busses/i2c-s3c2410.c                   |  105 ++++++++++++--------
 2 files changed, 70 insertions(+), 43 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/2] i2c-s3c2410: Updates for exynos4210 and DT-based systems
@ 2012-03-09 17:04 Karol Lewandowski
  2012-03-09 17:04 ` [PATCH 1/2] i2c-s3c2410: Rework device type handling Karol Lewandowski
  0 siblings, 1 reply; 11+ messages in thread
From: Karol Lewandowski @ 2012-03-09 17:04 UTC (permalink / raw)
  To: ben-linux
  Cc: thomas.abraham, m.szyprowski, linux-kernel, linux-i2c,
	devicetree-discuss, linux-samsung-soc, t.stanislaws,
	Karol Lewandowski

Hi,

This patchset reworks i2c-s3c2410 driver a bit to better handle
device tree-enabled platforms and adds two quirks required by
exynos4210-specific I2C controller used by s5p-hdmi driver.

This patchset is based on "i2c-bjdooks/for-34/i2c/i2c-samsung" branch
taken from:

  git://git.fluff.org/bjdooks/linux.git

Karol Lewandowski (1):
  i2c-s3c2410: Rework device type handling

Tomasz Stanislawski (1):
  i2c-s3c2410: Add HDMIPHY quirk for S3C2440

 .../devicetree/bindings/i2c/samsung-i2c.txt        |   10 ++-
 drivers/i2c/busses/i2c-s3c2410.c                   |   90 ++++++++++++--------
 2 files changed, 62 insertions(+), 38 deletions(-)

-- 
1.7.9


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

end of thread, other threads:[~2012-04-25 12:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 16:23 [PATCH v4 0/2] i2c-s3c2410: Updates for exynos4210 and DT-based systems Karol Lewandowski
2012-04-23 16:24 ` [PATCH 1/2] i2c-s3c2410: Rework device type handling Karol Lewandowski
2012-04-23 18:20   ` Wolfram Sang
2012-04-24  8:40     ` Karol Lewandowski
2012-04-24 14:44       ` Wolfram Sang
2012-04-25 11:38         ` Karol Lewandowski
2012-04-23 16:24 ` [PATCH 2/2] i2c-s3c2410: Add HDMIPHY quirk for S3C2440 Karol Lewandowski
  -- strict thread matches above, loose matches on Subject: below --
2012-03-09 17:04 [PATCH 0/2] i2c-s3c2410: Updates for exynos4210 and DT-based systems Karol Lewandowski
2012-03-09 17:04 ` [PATCH 1/2] i2c-s3c2410: Rework device type handling Karol Lewandowski
2012-03-12  5:58   ` Thomas Abraham
2012-03-12 13:16     ` Karol Lewandowski
2012-03-12 14:21       ` Thomas Abraham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox