Re: [PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals

2017-06-03 Thread Darren Hart
On Wed, May 24, 2017 at 09:30:18AM +0930, Jonathan Woithe wrote: > Hi Michael > > On Mon, May 22, 2017 at 08:53:23AM +0930, Jonathan Woithe wrote: > > On Fri, May 19, 2017 at 09:44:40AM +0200, Micha?? K??pie?? wrote: > > > fujitsu-laptop registers two ACPI drivers that access each other's > > >

Re: [PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals

2017-06-03 Thread Darren Hart
On Wed, May 24, 2017 at 09:30:18AM +0930, Jonathan Woithe wrote: > Hi Michael > > On Mon, May 22, 2017 at 08:53:23AM +0930, Jonathan Woithe wrote: > > On Fri, May 19, 2017 at 09:44:40AM +0200, Micha?? K??pie?? wrote: > > > fujitsu-laptop registers two ACPI drivers that access each other's > > >

Re: [PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals

2017-05-23 Thread Jonathan Woithe
Hi Michael On Mon, May 22, 2017 at 08:53:23AM +0930, Jonathan Woithe wrote: > On Fri, May 19, 2017 at 09:44:40AM +0200, Micha?? K??pie?? wrote: > > fujitsu-laptop registers two ACPI drivers that access each other's > > module-wide structures. To improve data encapsulation and lay the > >

Re: [PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals

2017-05-23 Thread Jonathan Woithe
Hi Michael On Mon, May 22, 2017 at 08:53:23AM +0930, Jonathan Woithe wrote: > On Fri, May 19, 2017 at 09:44:40AM +0200, Micha?? K??pie?? wrote: > > fujitsu-laptop registers two ACPI drivers that access each other's > > module-wide structures. To improve data encapsulation and lay the > >

Re: [PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals

2017-05-21 Thread Jonathan Woithe
Hi Michael On Fri, May 19, 2017 at 09:44:40AM +0200, Micha?? K??pie?? wrote: > fujitsu-laptop registers two ACPI drivers that access each other's > module-wide structures. To improve data encapsulation and lay the > groundwork for separating the two aforementioned ACPI drivers into > separate

Re: [PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals

2017-05-21 Thread Jonathan Woithe
Hi Michael On Fri, May 19, 2017 at 09:44:40AM +0200, Micha?? K??pie?? wrote: > fujitsu-laptop registers two ACPI drivers that access each other's > module-wide structures. To improve data encapsulation and lay the > groundwork for separating the two aforementioned ACPI drivers into > separate

[PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals

2017-05-19 Thread Michał Kępień
fujitsu-laptop registers two ACPI drivers that access each other's module-wide structures. To improve data encapsulation and lay the groundwork for separating the two aforementioned ACPI drivers into separate modules, move away from module-wide global data structures by using device-specific data

[PATCH v2 0/8] fujitsu-laptop: use device-specific data instead of module-wide globals

2017-05-19 Thread Michał Kępień
fujitsu-laptop registers two ACPI drivers that access each other's module-wide structures. To improve data encapsulation and lay the groundwork for separating the two aforementioned ACPI drivers into separate modules, move away from module-wide global data structures by using device-specific data