Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754633Ab3HELT1 (ORCPT ); Mon, 5 Aug 2013 07:19:27 -0400 Received: from co1ehsobe004.messaging.microsoft.com ([216.32.180.187]:14537 "EHLO co1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754355Ab3HELT0 (ORCPT ); Mon, 5 Aug 2013 07:19:26 -0400 X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPV:NLI;H:mail.freescale.net;RD:none;EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h8275bh1de097hz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1155h) Message-ID: <51FF8A21.7020508@freescale.com> Date: Mon, 5 Aug 2013 16:48:57 +0530 From: Akhil Goyal User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.26) Gecko/20120129 Thunderbird/3.1.18 MIME-Version: 1.0 To: Greg KH CC: , , , , , , Subject: Re: [PATCH v2 0/4] Radio device framework References: <1373277002-14009-1-git-send-email-akhil.goyal@freescale.com> <51DE2DB5.60608@freescale.com> <20130711042210.GA23660@kroah.com> In-Reply-To: <20130711042210.GA23660@kroah.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3570 Lines: 79 On 7/11/2013 9:52 AM, Greg KH wrote: > On Thu, Jul 11, 2013 at 09:29:49AM +0530, Akhil Goyal wrote: >> On 7/8/2013 3:19 PM, akhil.goyal@freescale.com wrote: >>> From: Akhil Goyal >>> >>> RF signal path is integral part of any system that transmits/receives RF >>> (radio frequency) signals. In these systems Data is processed/converted >>> to IQ samples (digital representation a RF signal) and passed to a RFIC >>> (RF PHY) which converts the digital RF signal (IQ samples) to analog and >>> transmits over antenna. >>> >>> Typically The signal path consists of multiple components: >>> >>> Antenna controller<-> vector signal processors<-> RFIC<-> Antenna >>> >>> Each of these components have specific functionalities: >>> >>> 1. Antenna controller: Framing of digital IQ data into protocol specific frames. >>> 2. vector signal processors: For conditioning of signal. >>> 3. RFIC : converts digital IQ data to analog signal which is transmitted/received on/from Air. >>> >>> Also it is desirable to control the complete signal path, for example: >>> bringing the complete signal path up/down etc. >>> >>> The radio device framework introduces a way to accommodate the RF signal >>> paths. One signal path is represented as a RF device (rf0, rf1 etc), and >>> it can contain multiple components which have their individual vendor >>> specific drivers. The framework provides mechanism by which individual >>> components can register with RF framework, and the framework will handle the binding >>> of individual component devices to a RF device. RF device exports the control >>> interfaces to user space, and this user space interface is independent of >>> component (vendor specific) drivers. >>> >>> This patch set include >>> 1. RF Interface: Independent of phy or antenna controller. >>> 2. AIC driver: Antenna interface Controller(AIC) of Hetrogenous SOC's >>> like BSC9131, BSC9132 >>> 4. Device tree bindings for AIC. >>> 5. Device tree changes for BSC9131-AIC >>> >>> changes in v2: >>> 1. incorporated comments for handling pointers in user space API structures. >>> 2. Removed patches for AD9361 phy driver. It shall be sent once a proper >>> driver is in place for AD9361 chip >>> 3. Removed Device tree nodes/bindings for AD9361 >>> 4. Incorporated comments for proper handling of wait_events >>> 5. Added Documentation for IOCTL APIs and the structures used. >>> 6. Inserted paddings in user space structures. >>> 7. Reorganized code for rfdev.c to remove forward declaration and broke the >>> rf_ioctl() function to handle local structures correctly. >>> 8. Corrected the error handling for mutex used. >>> >> >> Hi Arnd/Greg, >> >> It has been 3-4 days for this patch set and there are no review >> comments on these patches. Please suggest a way forward for the >> patch set. I have incorporated all the review comments for v1. > > We are thick in the middle of the merge window for 3.11-rc1 and have > _no_ time for reviewing anything new, please give us a chance to catch > up with our existing work before asking about new stuff that is not > going to happen until 3.12 at the earliest. > > In sort, patience please. > Hi Greg, I could see some patches for 3.12 on the mailing list. Shall I resend the patches on the list or is it still on your TODO list. -Akhil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/