Re: [RFC PATCH] ASoC: Samsung: Register the audio platform device

2012-11-26 Thread Padma Venkat
Hi, On Wed, Nov 14, 2012 at 5:39 PM, Padmavathi Venna padm...@samsung.com wrote: Audio platform device is not a hardware peripherial. So this device can't be added in the dt devices list. So expanded the module_platform_driver and registered this device using platform_device_register_simple.

Re: [RFC PATCH] ASoC: Samsung: Register the audio platform device

2012-11-26 Thread Mark Brown
On Mon, Nov 26, 2012 at 08:15:12PM +0530, Padma Venkat wrote: On Wed, Nov 14, 2012 at 5:39 PM, Padmavathi Venna padm...@samsung.com wrote: +module_init(smdk_audio_init); +module_exit(smdk_audio_exit); Ping. Any comments on this patch? Don't send contentless pings and delete irrelevant

Re: [RFC PATCH] ASoC: Samsung: Register the audio platform device

2012-11-23 Thread Padma Venkat
cc'ing Mark Brown On Wed, Nov 14, 2012 at 5:39 PM, Padmavathi Venna padm...@samsung.com wrote: Audio platform device is not a hardware peripherial. So this device can't be added in the dt devices list. So expanded the module_platform_driver and registered this device using

[RFC PATCH] ASoC: Samsung: Register the audio platform device

2012-11-14 Thread Padmavathi Venna
Audio platform device is not a hardware peripherial. So this device can't be added in the dt devices list. So expanded the module_platform_driver and registered this device using platform_device_register_simple. Also added the soc-core pm ops structure in the audio platform driver.