Re: [PATCH 02/10] ASoC: samsung/smartq: use dynamic registration

2015-12-01 Thread Arnd Bergmann
On Tuesday 01 December 2015 09:24:24 Krzysztof Kozlowski wrote: > > +static struct platform_driver smartq_driver = { > > + .driver = { > > + .name = "smartq-audio", > > + .owner = THIS_MODULE, > > The owner should not be needed (coccicheck should also complain). Rest >

Re: [PATCH 02/10] ASoC: samsung/smartq: use dynamic registration

2015-11-30 Thread Krzysztof Kozlowski
On 26.11.2015 01:06, Arnd Bergmann wrote: > As a prerequisite for moving s3c64xx into multiplatform configurations, > we need to change the smartq audio driver to stop using hardcoded > gpio numbers from the header file, and instead pass the gpio data > through platform_data. > > In order to do th

[PATCH 02/10] ASoC: samsung/smartq: use dynamic registration

2015-11-25 Thread Arnd Bergmann
As a prerequisite for moving s3c64xx into multiplatform configurations, we need to change the smartq audio driver to stop using hardcoded gpio numbers from the header file, and instead pass the gpio data through platform_data. In order to do that, we also move the code to use module_platform_drive

Re: [PATCH 02/10] ASoC: samsung/smartq: use dynamic registration

2015-03-03 Thread Mark Brown
On Mon, Mar 02, 2015 at 01:35:55PM +0100, Arnd Bergmann wrote: > As a prerequisite for moving s3c64xx into multiplatform configurations, > we need to change the smartq audio driver to stop using hardcoded > gpio numbers from the header file, and instead pass the gpio data > through platform_data.

[PATCH 02/10] ASoC: samsung/smartq: use dynamic registration

2015-03-02 Thread Arnd Bergmann
As a prerequisite for moving s3c64xx into multiplatform configurations, we need to change the smartq audio driver to stop using hardcoded gpio numbers from the header file, and instead pass the gpio data through platform_data. In order to do that, we also move the code to use module_platform_drive