[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d5a0aab9-f023-4464-b4a1-f7055e6c82d5@CO9EHSMHS010.ehs.local>
Date: Thu, 3 Oct 2013 11:13:05 +0200
From: Michal Simek <michal.simek@...inx.com>
To: Russell King - ARM Linux <linux@....linux.org.uk>
CC: Michal Simek <michal.simek@...inx.com>,
<linux-kernel@...r.kernel.org>, <monstr@...str.eu>,
Dan Williams <dan.j.williams@...el.com>,
Vinod Koul <vinod.koul@...el.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Chris Ball <cjb@...top.org>,
Alessandro Zummo <a.zummo@...ertech.it>,
Linus Walleij <linus.walleij@...aro.org>,
Mark Brown <broonie@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.cz>,
Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>,
Tomi Valkeinen <tomi.valkeinen@...com>,
Wim Van Sebroeck <wim@...ana.be>,
Andrew Morton <akpm@...ux-foundation.org>,
"zhangwei(Jovi)" <jovi.zhangwei@...wei.com>,
Randy Dunlap <rdunlap@...radead.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-input@...r.kernel.org>, <linux-mmc@...r.kernel.org>,
<rtc-linux@...glegroups.com>, <linux-spi@...r.kernel.org>,
<linux-serial@...r.kernel.org>, <linux-fbdev@...r.kernel.org>,
<linux-watchdog@...r.kernel.org>
Subject: Re: [PATCH] amba: Ensure drvdata is NULL
On 10/02/2013 10:25 PM, Russell King - ARM Linux wrote:
> On Mon, Sep 30, 2013 at 08:59:06AM +0200, Michal Simek wrote:
>> This patch is inpired by the patch for drvdata
>> "device-core: Ensure drvdata = NULL when no driver is bound"
>> (sha1: 0998d0631001288a5974afc0b2a5f568bcdecb4d)
>>
>> Also it fixes all occurences in drivers.
>>
>> Signed-off-by: Michal Simek <michal.simek@...inx.com>
>> ---
>> This patch has been sent as RFC in this thread.
>> http://lkml.org/lkml/2013/9/4/393
>
> Why not have the driver core do this? Then it gets applied to all bus
> types uniformly.
ok - I have checked that path and it should be already done
in really_probe function which calls amba_probe() and then driver probe function.
It means that the patch should contain just "amba_set_drvdata(dev, NULL);"
removal and not touching bus.c file.
Thanks,
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists