Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1377122
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/4] drivers/bus: make brcmstb_gisb.c driver explicitly non-modular |
| Date | 2016-04-12 21:00 +0200 |
| Message-ID | <rnbHA-3FG-13@gated-at.bofh.it> (permalink) |
| References | <rhqgh-5D2-3@gated-at.bofh.it> <rhqgh-5D2-9@gated-at.bofh.it> <rl6VI-4qg-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 06/04/16 18:26, Brian Norris wrote: > On Sun, Mar 27, 2016 at 05:10:55PM -0400, Paul Gortmaker wrote: >> The Kconfig for this driver is currently: >> >> config BRCMSTB_GISB_ARB >> bool "Broadcom STB GISB bus arbiter" >> >> ...meaning that it currently is not being built as a module by anyone. >> Lets remove all modular references, so that when reading the driver >> there is no doubt it is builtin-only. >> >> Since module_init translates to device_initcall in the non-modular >> case, the init ordering remains unchanged with this commit. >> >> Cc: Brian Norris <computersforpeace@gmail.com> >> Cc: Gregory Fong <gregory.0xf0@gmail.com> >> Cc: Florian Fainelli <f.fainelli@gmail.com> >> Cc: linux-arm-kernel@lists.infradead.org >> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> > > I think this driver probably doesn't make too much sense as a module > anyway (among other things, we can't hook the ARM fault handler beyond > init time, as it's marked __init). So: > > Acked-by: Brian Norris <computersforpeace@gmail.com> > > Might be good to get Florian's ack though, as I'm not using this > platform any more. I concur with Brian here, your changes look good: Acked-by: Florian Fainelli <f.fainelli@gmail.com> Thanks Paul -- Florian
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH 1/4] drivers/bus: make brcmstb_gisb.c driver explicitly non-modular Brian Norris <computersforpeace@gmail.com> - 2016-04-07 03:30 +0200 Re: [PATCH 1/4] drivers/bus: make brcmstb_gisb.c driver explicitly non-modular Florian Fainelli <f.fainelli@gmail.com> - 2016-04-12 21:00 +0200
csiph-web