Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1648225
| From | Paul Gortmaker <paul.gortmaker@windriver.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions |
| Date | 2017-05-23 18:00 +0200 |
| Message-ID | <tKko1-5cc-17@gated-at.bofh.it> (permalink) |
| References | <tK2AN-1ZI-3@gated-at.bofh.it> <tK2AN-1ZI-1@gated-at.bofh.it> <tKjrX-4z9-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Re: [PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions] On 23/05/2017 (Tue 16:51) Krzysztof Kozlowski wrote: > On Mon, May 22, 2017 at 10:56 PM, Paul Gortmaker > <paul.gortmaker@windriver.com> wrote: > > Fixups here tend to be more all over the map vs. some of the other > > repeated/systematic ones we've seen elsewhere. > > > > We remove module.h from code that isn't doing anything modular at > > all; if they have __init sections, then replace it with init.h > > > > A couple drivers have module_exit() code that is essentially orphaned, > > and so we remove that. > > > > There are no module_init replacements, so we have no concerns wrt. > > initcall ordering changes as per some of the other cleanups. > > > > Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. > > > > We also delete the MODULE_LICENSE tag etc. since all that information > > was (or is now) contained at the top of the file in the comments. > > > > Cc: Tomasz Figa <tomasz.figa@gmail.com> > > Cc: Thomas Abraham <thomas.ab@samsung.com> > > Cc: Linus Walleij <linus.walleij@linaro.org> > > Cc: linux-samsung-soc@vger.kernel.org > > Cc: linux-gpio@vger.kernel.org > > Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com> > > Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> > > These are quite old entries of maintainers. I guess you add Cc-entries > once per git commit but no problem - I have it from the lists. Actually what happend is it got sent quite some time ago, but Linus didn't merge it because he wanted some Acks[1] and a resend. Shortly after Sylwester provided an ack. So with that in mind, I decided to restart with the most simple pinctrl patches 1st, and hence it took a while to finally get back to this one in the final series. But I didn't want to change an ack'd patch. Not that it matters, but just in case you were curious. Thanks, Paul. [1] https://marc.info/?l=linux-kernel&m=145803185919692&w=2 > > Thanks, applied. > > Best regards, Krzysztof
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions Paul Gortmaker <paul.gortmaker@windriver.com> - 2017-05-22 23:00 +0200
Re: [PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions Krzysztof Kozlowski <krzk@kernel.org> - 2017-05-23 17:00 +0200
Re: [PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions Paul Gortmaker <paul.gortmaker@windriver.com> - 2017-05-23 18:00 +0200
csiph-web