Re: [PATCH v4] mfd: syscon: Add non-DT support

From: Dong Aisheng
Date: Fri Feb 22 2013 - 01:56:14 EST


On Thu, Feb 21, 2013 at 07:29:02PM +0400, Alexander Shiyan wrote:
> This patch allow using syscon driver from the platform data, i.e.
> possibility using driver on systems without oftree support.
> For search syscon device from the client drivers,
> "syscon_regmap_lookup_by_pdevname" function was added.
>
> Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx>

[...]

> + syscon->base = devm_ioremap_resource(dev, res);
> + if (!syscon->base)

Is this correct?

> + return -EBUSY;
>

Otherwise, i'm also ok with this patch.
Acked-by: Dong Aisheng <dong.aisheng@xxxxxxxxxx>

BTW, i did not see Samuel's tree having this new API.
So, who will pick this patch?

Regards
Dong Aisheng

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/