Re: [PATCH 3/5] drivers/misc: rf/ad9361: AD9361 device driver for Radio phy

2013-07-04 Thread pankaj chauhan
On 7/4/2013 1:06 AM, Mark Brown wrote: > On Thu, Jun 20, 2013 at 04:05:20PM +0530, pankaj chauhan wrote: > >> Yes modifying registers from user space is part of the patch set and >> register read/write interface is aimed only for two purposes: >> >> 1. Debuggi

Re: [PATCH 3/5] drivers/misc: rf/ad9361: AD9361 device driver for Radio phy

2013-06-24 Thread pankaj chauhan
On 6/24/2013 1:49 PM, Getz, Robin wrote: On Thu 20 Jun 2013 06:35, pankaj chauhan pondered: On 6/19/2013 6:27 PM, Lars-Peter Clausen wrote: On 06/17/2013 10:09 AM, akhil.go...@freescale.com wrote: From: Akhil Goyal AD9361 is a radio phy(RFIC) for radio networks. This phy can support LTE-FDD

Re: [PATCH 3/5] drivers/misc: rf/ad9361: AD9361 device driver for Radio phy

2013-06-21 Thread pankaj chauhan
On 6/20/2013 4:05 PM, pankaj chauhan wrote: On 6/19/2013 6:27 PM, Lars-Peter Clausen wrote: On 06/17/2013 10:09 AM, akhil.go...@freescale.com wrote: From: Akhil Goyal AD9361 is a radio phy(RFIC) for radio networks. This phy can support LTE-FDD/LTE-TDD and WCDMA networks. The RFIC can convert

Re: [PATCH 1/5] drivers/misc: Support for RF interface device framework

2013-06-20 Thread pankaj chauhan
On 6/19/2013 5:01 PM, Lars-Peter Clausen wrote: On 06/18/2013 09:44 AM, Akhil Goyal wrote: [...] +/* + * Spin_locks are changed to mutexes if PREEMPT_RT is enabled, + * i.e they can sleep. This fact is problem for us because + * add_wait_queue()/wake_up_all() takes wait queue spi

Re: [PATCH 3/5] drivers/misc: rf/ad9361: AD9361 device driver for Radio phy

2013-06-20 Thread pankaj chauhan
one of AIC lane using RF framework. The combination of AIC lane and PHY connected to it works as one RF device. Signed-off-by: Shaveta Leekha Signed-off-by: Pankaj Chauhan Signed-off-by: Bhaskar Upadhaya Signed-off-by: Akhil Goyal Hi, This is interesting. We at Analog Devices are currently