Re: Problem registering the Platform ADC driver

2011-05-24 Thread conn intel
> > On Tue, May 24, 2011 at 1:42 PM, Joachim Holst > > wrote: > > > >> > >> Thanks Jocke, for your reply. As you said in your example of > > board-msm7x30.c file which uses platform_add_devices, my board file > > board-icnova_adb4000.c uses platform_device_register for the registration > > of > >

Re: Problem registering the Platform ADC driver

2011-05-24 Thread Joachim Holst
> On Tue, May 24, 2011 at 1:42 PM, Joachim Holst > wrote: > >> >> Thanks Jocke, for your reply. As you said in your example of > board-msm7x30.c file which uses platform_add_devices, my board file > board-icnova_adb4000.c uses platform_device_register for the registration > of > all peripherals i

Re: Problem registering the Platform ADC driver

2011-05-24 Thread conn intel
On Tue, May 24, 2011 at 1:42 PM, Joachim Holst wrote: > Hi again! > > Sorry if I answered questions You were already aware of. Was too quick to > answer. > > :-( > > /Jocke! > > Thanks Jocke, for your reply. As you said in your example of board-msm7x30.c file which uses platform_add_devices, my b

Re: Problem registering the Platform ADC driver

2011-05-24 Thread Joachim Holst
Hi again! Sorry if I answered questions You were already aware of. Was too quick to answer. :-( /Jocke! >> Dear Friends, >> >> I am having issue with registering the platform device driver for ADC. >> >> http://pastebin.com/Ym1NTkfL - Link contains the snip code of kernel >> platform device an

Re: Problem registering the Platform ADC driver

2011-05-24 Thread jocke
> Dear Friends, > > I am having issue with registering the platform device driver for ADC. > > http://pastebin.com/Ym1NTkfL - Link contains the snip code of kernel > platform device and driver registration code . > > I have build the driver as module. When I load the driver as module, the > probe

Problem registering the Platform ADC driver

2011-05-23 Thread conn intel
Dear Friends, I am having issue with registering the platform device driver for ADC. http://pastebin.com/Ym1NTkfL - Link contains the snip code of kernel platform device and driver registration code . I have build the driver as module. When I load the driver as module, the probe function is not