From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbaCKOo4 (ORCPT ); Tue, 11 Mar 2014 10:44:56 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:60800 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753034AbaCKOox (ORCPT ); Tue, 11 Mar 2014 10:44:53 -0400 Message-ID: <531F213E.50807@ti.com> Date: Tue, 11 Mar 2014 22:44:14 +0800 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Rob Herring CC: Kumar Gala , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , Sandeep Nair , Greg Kroah-Hartman , Olof Johansson , Arnd Bergmann , Grant Likely , Rob Herring , Mark Rutland Subject: Re: [PATCH 2/3] soc: keystone: add QMSS driver References: <1393629520-12713-1-git-send-email-santosh.shilimkar@ti.com> <1393629520-12713-3-git-send-email-santosh.shilimkar@ti.com> <531E2C55.70702@ti.com> <5EE98053-31B8-4679-AAE2-4F026C61D1D4@codeaurora.org> In-Reply-To: <5EE98053-31B8-4679-AAE2-4F026C61D1D4@codeaurora.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 11 March 2014 10:04 PM, Kumar Gala wrote: > > On Mar 10, 2014, at 4:19 PM, Santosh Shilimkar wrote: > >>>> + -- reg-names : Names for the above register regions. The name to be >>>> + used is as follows: >>>> + - "config" : Queue configuration region. >>>> + - "status" : Queue status RAM. >>>> + - "region" : Descriptor memory setup region. >>>> + - "push" : Queue Management/Queue Proxy region. >>>> + - "pop" : Queue Management/Queue Proxy region. >>>> + - "peek" : Queue Peek region. >>> >>> reg-names should be optional. Also you have the order different from >>> reg. Be consistent as to what is the correct order. >>> >> We thought of using reg-names to remove the ordering to index >> the regs. So if we make the reg-names optional, then indexing >> by order will be used. We can do that. > > We keep having this conversation, why does reg-names need to be optional for new bindings? > I guess the question is for Rob. Regards, Santosh