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

2013-07-05 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. Debugging : taking register dumps etc. > >

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

2013-07-05 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. Debugging : taking register dumps etc. Use regmap,

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

2013-07-03 Thread Mark Brown
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. Debugging : taking register dumps etc. Use regmap, it should have the infrastructure you

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

2013-07-03 Thread Mark Brown
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. Debugging : taking register dumps etc. Use regmap, it should have the infrastructure you need

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

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

2013-06-24 Thread Getz, Robin
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/LTE-TDD and WCDMA

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

2013-06-24 Thread Getz, Robin
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 akhil.go...@freescale.com AD9361 is a radio phy(RFIC) for radio networks. This phy can support LTE-FDD/LTE-TDD

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 akhil.go...@freescale.com AD9361 is a radio phy(RFIC) for radio networks.

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 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 akhil.go...@freescale.com AD9361 is a radio phy(RFIC) for radio networks. This phy can support LTE-FDD/LTE-TDD and WCDMA

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

2013-06-20 Thread pankaj chauhan
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 the analog radio signals from air to digital

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

2013-06-20 Thread pankaj chauhan
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 akhil.go...@freescale.com AD9361 is a radio phy(RFIC) for radio networks. This phy can support LTE-FDD/LTE-TDD and WCDMA networks. The RFIC can convert the analog radio

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

2013-06-19 Thread Arnd Bergmann
On Wednesday 19 June 2013, Greg KH wrote: > On Wed, Jun 19, 2013 at 02:57:40PM +0200, Lars-Peter Clausen wrote: > > On 06/17/2013 10:09 AM, akhil.go...@freescale.com wrote: > > > > This is interesting. We at Analog Devices are currently also working on a > > driver for this part. We are using the

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

2013-06-19 Thread Greg KH
On Wed, Jun 19, 2013 at 02:57:40PM +0200, 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 the

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

2013-06-19 Thread Lars-Peter Clausen
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 the analog radio signals from air to digital > IQ samples. > > AD9361 is controlled

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

2013-06-19 Thread Lars-Peter Clausen
On 06/17/2013 10:09 AM, akhil.go...@freescale.com wrote: From: Akhil Goyal akhil.go...@freescale.com AD9361 is a radio phy(RFIC) for radio networks. This phy can support LTE-FDD/LTE-TDD and WCDMA networks. The RFIC can convert the analog radio signals from air to digital IQ samples.

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

2013-06-19 Thread Greg KH
On Wed, Jun 19, 2013 at 02:57:40PM +0200, Lars-Peter Clausen wrote: On 06/17/2013 10:09 AM, akhil.go...@freescale.com wrote: From: Akhil Goyal akhil.go...@freescale.com AD9361 is a radio phy(RFIC) for radio networks. This phy can support LTE-FDD/LTE-TDD and WCDMA networks. The RFIC can

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

2013-06-19 Thread Arnd Bergmann
On Wednesday 19 June 2013, Greg KH wrote: On Wed, Jun 19, 2013 at 02:57:40PM +0200, Lars-Peter Clausen wrote: On 06/17/2013 10:09 AM, akhil.go...@freescale.com wrote: This is interesting. We at Analog Devices are currently also working on a driver for this part. We are using the Linux