Re: [PATCH] Staging: android: Add possibility to compile android drivers as modules

2013-11-09 Thread Levente Kurusa
2013-11-09 14:15 keltezéssel, Baptiste Covolato írta: > Thanks for the review. > > Should I repost this patch with correct git commit message here or in > another mail ? Post it a new mail with a subject like [PATCH v2] or something among the lines. Also, have you tested that they compile as mod

Re: [PATCH] Staging: android: Add possibility to compile android drivers as modules

2013-11-09 Thread Baptiste Covolato
Thanks for the review. Should I repost this patch with correct git commit message here or in another mail ? Regards, -- Baptiste Covolato 2013/11/9 Levente Kurusa : > 2013-11-09 14:23 keltezéssel, Baptiste Covolato írta: >> Compilation of Android staging drivers as drivers is now possible. > >

Re: [PATCH] Staging: android: Add possibility to compile android drivers as modules

2013-11-09 Thread Levente Kurusa
2013-11-09 14:23 keltezéssel, Baptiste Covolato írta: > Compilation of Android staging drivers as drivers is now possible. 'drivers as drivers'? :-) Also, this commit message says nothing about what the patch does. Something like this would be more appropriate: Edit Android Kconfig files to allow

[PATCH] Staging: android: Add possibility to compile android drivers as modules

2013-11-09 Thread Baptiste Covolato
Compilation of Android staging drivers as drivers is now possible. Signed-off-by: Baptiste Covolato --- drivers/staging/android/Kconfig | 18 +- drivers/staging/android/TODO| 1 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/drivers/staging/android/Kconfig