RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2019-08-07 Thread Steve Twiss
, Paul Gortmaker > > On 03 December 2018 04:23, Paul Gortmaker wrote: > > > Subject: [PATCH v2 00/22] mfd: demodularization of non-modular drivers > > > > > > [v1 --> v2: add some more commits as requested by Lee (MFD maintainer), > > > update the 00/NN te

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Paul Gortmaker
[RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers] On 05/12/2018 (Wed 12:01) Steve Twiss wrote: > Hi Paul, > > On 03 December 2018 04:23, Paul Gortmaker wrote: > > > Subject: [PATCH v2 00/22] mfd: demodularization of non-modular drivers > > >

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Paul Gortmaker
[RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers] On 05/12/2018 (Wed 12:01) Steve Twiss wrote: > Hi Paul, > > On 03 December 2018 04:23, Paul Gortmaker wrote: > > > Subject: [PATCH v2 00/22] mfd: demodularization of non-modular drivers > > >

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Charles Keepax
On Wed, Dec 05, 2018 at 12:48:47PM +0100, Linus Walleij wrote: > On Wed, Dec 5, 2018 at 12:36 PM Charles Keepax > wrote: > > On Sun, Dec 02, 2018 at 11:23:07PM -0500, Paul Gortmaker wrote: > > > The solution to #4 is similar - we delete the ".remove" function and > > > the binding into the

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Charles Keepax
On Wed, Dec 05, 2018 at 12:48:47PM +0100, Linus Walleij wrote: > On Wed, Dec 5, 2018 at 12:36 PM Charles Keepax > wrote: > > On Sun, Dec 02, 2018 at 11:23:07PM -0500, Paul Gortmaker wrote: > > > The solution to #4 is similar - we delete the ".remove" function and > > > the binding into the

RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Steve Twiss
Sorry typo. I meant modular. On 05 December 2018 12:02, Steve Twiss wrote: > Subject: RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers > > Hi Paul, > > On 03 December 2018 04:23, Paul Gortmaker wrote: > > > Subject: [PATCH v2 00/22] mfd: demodul

RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Steve Twiss
Sorry typo. I meant modular. On 05 December 2018 12:02, Steve Twiss wrote: > Subject: RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers > > Hi Paul, > > On 03 December 2018 04:23, Paul Gortmaker wrote: > > > Subject: [PATCH v2 00/22] mfd: demodul

RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Steve Twiss
Hi Paul, On 03 December 2018 04:23, Paul Gortmaker wrote: > Subject: [PATCH v2 00/22] mfd: demodularization of non-modular drivers > > [v1 --> v2: add some more commits as requested by Lee (MFD maintainer), > update the 00/NN text; re-do build and link testing on

RE: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Steve Twiss
Hi Paul, On 03 December 2018 04:23, Paul Gortmaker wrote: > Subject: [PATCH v2 00/22] mfd: demodularization of non-modular drivers > > [v1 --> v2: add some more commits as requested by Lee (MFD maintainer), > update the 00/NN text; re-do build and link testing on

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Linus Walleij
On Mon, Dec 3, 2018 at 5:24 AM Paul Gortmaker wrote: > [v1 --> v2: add some more commits as requested by Lee (MFD maintainer), > update the 00/NN text; re-do build and link testing on new linux-next. ] > > This group of MFD drivers are all controlled by "bool" Kconfig settings, > but contain

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Linus Walleij
On Mon, Dec 3, 2018 at 5:24 AM Paul Gortmaker wrote: > [v1 --> v2: add some more commits as requested by Lee (MFD maintainer), > update the 00/NN text; re-do build and link testing on new linux-next. ] > > This group of MFD drivers are all controlled by "bool" Kconfig settings, > but contain

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Linus Walleij
On Wed, Dec 5, 2018 at 12:36 PM Charles Keepax wrote: > On Sun, Dec 02, 2018 at 11:23:07PM -0500, Paul Gortmaker wrote: > > The solution to #4 is similar - we delete the ".remove" function and > > the binding into the platform_driver struct. However, since the same > > ".remove" function could

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Linus Walleij
On Wed, Dec 5, 2018 at 12:36 PM Charles Keepax wrote: > On Sun, Dec 02, 2018 at 11:23:07PM -0500, Paul Gortmaker wrote: > > The solution to #4 is similar - we delete the ".remove" function and > > the binding into the platform_driver struct. However, since the same > > ".remove" function could

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Charles Keepax
On Sun, Dec 02, 2018 at 11:23:07PM -0500, Paul Gortmaker wrote: > The solution to #4 is similar - we delete the ".remove" function and > the binding into the platform_driver struct. However, since the same > ".remove" function could also be triggered by an "unbind" (such as for > pass-through of

Re: [PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-05 Thread Charles Keepax
On Sun, Dec 02, 2018 at 11:23:07PM -0500, Paul Gortmaker wrote: > The solution to #4 is similar - we delete the ".remove" function and > the binding into the platform_driver struct. However, since the same > ".remove" function could also be triggered by an "unbind" (such as for > pass-through of

[PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-02 Thread Paul Gortmaker
[v1 --> v2: add some more commits as requested by Lee (MFD maintainer), update the 00/NN text; re-do build and link testing on new linux-next. ] This group of MFD drivers are all controlled by "bool" Kconfig settings, but contain various amounts of largely pointless uses of infrastructure

[PATCH v2 00/22] mfd: demodularization of non-modular drivers

2018-12-02 Thread Paul Gortmaker
[v1 --> v2: add some more commits as requested by Lee (MFD maintainer), update the 00/NN text; re-do build and link testing on new linux-next. ] This group of MFD drivers are all controlled by "bool" Kconfig settings, but contain various amounts of largely pointless uses of infrastructure