Re: drivers: iio: dummy: Unable to add channels to simple_dummy_channel

2019-01-24 Thread Himanshu Jha
On Wed, Jan 23, 2019 at 11:25:59PM +0530, Bharath Vedartham wrote: > I am trying to add the 3-axis compass data channels to the > simple_dummy_channel. I have mounted configfs and am able to load the > modules correctly. Is this the right approach? printk is not printing > anything to syslogs. >

Re: drivers: iio: dummy: Unable to add channels to simple_dummy_channel

2019-01-23 Thread valdis . kletnieks
On Wed, 23 Jan 2019 23:25:59 +0530, Bharath Vedartham said: > I am trying to add the 3-axis compass data channels to the > simple_dummy_channel. I have mounted configfs and am able to load the > modules correctly. Is this the right approach? printk is not printing > anything to syslogs. Do you

drivers: iio: dummy: Unable to add channels to simple_dummy_channel

2019-01-23 Thread Bharath Vedartham
I am trying to add the 3-axis compass data channels to the simple_dummy_channel. I have mounted configfs and am able to load the modules correctly. Is this the right approach? printk is not printing anything to syslogs. This is part of the iio_tasks in (I have finished the first 2 tasks):