Re: [PATCH v2] altera_ps2: Add devicetree support
From: Dmitry Torokhov <hidden>
Date: 2011-02-02 04:45:12
Also in:
linux-devicetree, lkml
From: Dmitry Torokhov <hidden>
Date: 2011-02-02 04:45:12
Also in:
linux-devicetree, lkml
On Tue, Feb 01, 2011 at 09:31:21PM -0700, Grant Likely wrote:
On Mon, Jan 24, 2011 at 01:58:13PM +0800, Thomas Chou wrote:quoted
@@ -182,6 +189,7 @@ static struct platform_driver altera_ps2_driver = { .driver = { .name = DRV_NAME, .owner = THIS_MODULE, + .of_match_table = altera_ps2_match,At the moment, this patch can only be applied against my devicetree/next branch since there is a #ifdef CONFIG_OF around of_match_table in mainline, and the patch to remove it is in my next branch. I'm okay with taking it through my tree if Dmitry agrees.
Actually I was going to ask you if you could do just that. Thanks. -- Dmitry