[LINUX PATCH] iio: xadc: fix for extended name remains same issue

2015-11-23 Thread Ranjit Waghmode
If we read channel details based on the device tree entry; channel’s scan_index and channel’s address were overwritten by scan_index and address of channel based on device tree. But extended name were remaining same because of which sysfs entry names were continuous. So this patch takes care of

Re: [LINUX PATCH] iio: xadc: fix for extended name remains same issue

2015-11-23 Thread Lars-Peter Clausen
On 11/24/2015 07:17 AM, Ranjit Waghmode wrote: > If we read channel details based on the device tree entry; channel’s > scan_index > and channel’s address were overwritten by scan_index and address of channel > based on device tree. But extended name were remaining same because of which > sysfs

[LINUX PATCH] iio: xadc: fix for extended name remains same issue

2015-11-23 Thread Ranjit Waghmode
If we read channel details based on the device tree entry; channel’s scan_index and channel’s address were overwritten by scan_index and address of channel based on device tree. But extended name were remaining same because of which sysfs entry names were continuous. So this patch takes care of

Re: [LINUX PATCH] iio: xadc: fix for extended name remains same issue

2015-11-23 Thread Lars-Peter Clausen
On 11/24/2015 07:17 AM, Ranjit Waghmode wrote: > If we read channel details based on the device tree entry; channel’s > scan_index > and channel’s address were overwritten by scan_index and address of channel > based on device tree. But extended name were remaining same because of which > sysfs