9 Dec
2009
9 Dec
'09
11:48 a.m.
On Wed, Dec 9, 2009 at 7:41 PM, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
On Wed, Dec 09, 2009 at 01:30:01PM +0900, jassisinghbrar@gmail.com wrote:
From: Jassi Brar jassi.brar@samsung.com
Since, now the I2Sv3 driver itself figures out and provides the start address of the base register, the s3c64xx specific patch can be discarded in the I2Sv2 core code.
- if (!base) {
- struct resource *res = platform_get_resource(pdev,
This is used by the S3C24xx IIS as well so they need converting over before this can be removed. To be honest I hadn't realised that S3C64xx was using this at all.
Well, only s3c64xx was using this piece of code. s3c2412-i2s.c always passed physical address of I2S base. And there is no other user of this function. So, i think we can safely remove it.