Re: [PATCH 2/3] i2c-s3c2410: Rework device type handling
From: Mark Brown <hidden>
Date: 2012-03-15 12:56:36
Also in:
linux-i2c, linux-samsung-soc, lkml
From: Mark Brown <hidden>
Date: 2012-03-15 12:56:36
Also in:
linux-i2c, linux-samsung-soc, lkml
On Thu, Mar 15, 2012 at 11:04:56AM +0100, Karol Lewandowski wrote:
Introducing separate type (TYPE_S3C2440_HDMIPHY) has been our original attempt to solve this issue. However, this required adding explicit checks to driver code all over the place (if (type == S3C2400 || type == S3c2440_HDMIPHY).
Another option is to change the type to be a pointer to a struct with quirk flags in it.