Re: [PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions

2017-05-29 Thread Linus Walleij
On Mon, May 22, 2017 at 10:56 PM, Paul Gortmaker 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

Re: [PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions

2017-05-23 Thread Paul Gortmaker
[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 > wrote: > > Fixups here tend to be more all over the map vs. some of the other > > repeat

Re: [PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions

2017-05-23 Thread Krzysztof Kozlowski
On Mon, May 22, 2017 at 10:56 PM, Paul Gortmaker 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

[PATCH 1/3] pinctrl: samsung: clean up modular vs. non-modular distinctions

2017-05-22 Thread Paul Gortmaker
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 esse