Re: [PATCH 2/3] i2c-s3c2410: Rework device type handling
From: Mark Brown <hidden>
Date: 2012-03-14 17:29:28
Also in:
linux-i2c, linux-samsung-soc, lkml
From: Mark Brown <hidden>
Date: 2012-03-14 17:29:28
Also in:
linux-i2c, linux-samsung-soc, lkml
On Tue, Mar 13, 2012 at 05:54:38PM +0100, Karol Lewandowski wrote:
- replace s3c24xx_i2c_type enum with plain unsigned int that can hold not only device type but also hw revision-specific quirks
Would it not be clearer to just have explicit flags for the quirks (eg, as a set of bitfield flags)?