Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-11 Thread Greg Kroah-Hartman
On Tue, Aug 11, 2015 at 04:09:28PM +0300, Mike Rapoport wrote: > On Tue, Aug 11, 2015 at 12:03 AM, Greg Kroah-Hartman wrote: > > On Mon, Aug 10, 2015 at 11:10:37PM +0300, Mike Rapoport wrote: > >> On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman wrote: > >> > On Mon, Aug 10, 2015 at

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-11 Thread Mike Rapoport
On Tue, Aug 11, 2015 at 12:03 AM, Greg Kroah-Hartman wrote: > On Mon, Aug 10, 2015 at 11:10:37PM +0300, Mike Rapoport wrote: >> On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman wrote: >> > On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: >> >> Hi, >> >> >> >> These patches

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-11 Thread Mike Rapoport
On Tue, Aug 11, 2015 at 12:03 AM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10, 2015 at 11:10:37PM +0300, Mike Rapoport wrote: On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: Hi, These

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-11 Thread Greg Kroah-Hartman
On Tue, Aug 11, 2015 at 04:09:28PM +0300, Mike Rapoport wrote: On Tue, Aug 11, 2015 at 12:03 AM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10, 2015 at 11:10:37PM +0300, Mike Rapoport wrote: On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10,

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Greg Kroah-Hartman
On Mon, Aug 10, 2015 at 11:10:37PM +0300, Mike Rapoport wrote: > On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman wrote: > > On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: > >> Hi, > >> > >> These patches enable building of timed_gpio, sync* and ashmem as a module > > > > Why

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Mike Rapoport
On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman wrote: > On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: >> Hi, >> >> These patches enable building of timed_gpio, sync* and ashmem as a module > > Why do you want to do this? Apparently I've misread "- make sure things build as

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Greg Kroah-Hartman
On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: > Hi, > > These patches enable building of timed_gpio, sync* and ashmem as a module Why do you want to do this? Does it ever make sense to do this type of thing for your kernel? What does changing these to modules enable you to do

[PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Mike Rapoport
Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Mike Rapoport (6): staging: android: allow building timed_gpio as a module staging: android: sync_debug.c: add include for linux/module.h staging: android: combine sync.o and sync_debug.o into sync-core.o

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Greg Kroah-Hartman
On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Why do you want to do this? Does it ever make sense to do this type of thing for your kernel? What does changing these to modules enable you to do

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Greg Kroah-Hartman
On Mon, Aug 10, 2015 at 11:10:37PM +0300, Mike Rapoport wrote: On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Why do

Re: [PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Mike Rapoport
On Mon, Aug 10, 2015 at 6:38 PM, Greg Kroah-Hartman g...@kroah.com wrote: On Mon, Aug 10, 2015 at 09:24:15AM +0300, Mike Rapoport wrote: Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Why do you want to do this? Apparently I've misread - make sure things build

[PATCH 0/6] staging: android: allow building some drivers as a module

2015-08-10 Thread Mike Rapoport
Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Mike Rapoport (6): staging: android: allow building timed_gpio as a module staging: android: sync_debug.c: add include for linux/module.h staging: android: combine sync.o and sync_debug.o into sync-core.o