From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Zhao Subject: Re: [PATCH v7 05/14] USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data Date: Wed, 27 Jun 2012 14:30:22 +0800 Message-ID: <20120627063021.GD21750@b20223-02.ap.freescale.net> References: <1340607391-16380-1-git-send-email-richard.zhao@freescale.com> <1340607391-16380-6-git-send-email-richard.zhao@freescale.com> <201206262354.03543.marex@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <201206262354.03543.marex-ynQEQJNshbs@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Marek Vasut Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, B29397-KZfg59tc24xl57MIdRCFDg@public.gmane.org, B20596-KZfg59tc24xl57MIdRCFDg@public.gmane.org, shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, alexander.shishkin-VuQAYsv1563Yd54FQh9/CA@public.gmane.org, gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org, dong.aisheng-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org, linuxzsc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, balbi-l0cyMroinI0@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Jun 26, 2012 at 11:54:03PM +0200, Marek Vasut wrote: > Dear Richard Zhao, > > > This patch rename struct ci13xxx_udc_driver and var with the type. > > > > ci13xxx_platform_data reflect it's passed from platfrom driver. > > Maybe rather driver data? As platform_data has certain different conotation to > it. I prefer the current way. driver data is something that is allocated and managed internally by the driver. Thanks Richard -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: richard.zhao@freescale.com (Richard Zhao) Date: Wed, 27 Jun 2012 14:30:22 +0800 Subject: [PATCH v7 05/14] USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data In-Reply-To: <201206262354.03543.marex@denx.de> References: <1340607391-16380-1-git-send-email-richard.zhao@freescale.com> <1340607391-16380-6-git-send-email-richard.zhao@freescale.com> <201206262354.03543.marex@denx.de> Message-ID: <20120627063021.GD21750@b20223-02.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jun 26, 2012 at 11:54:03PM +0200, Marek Vasut wrote: > Dear Richard Zhao, > > > This patch rename struct ci13xxx_udc_driver and var with the type. > > > > ci13xxx_platform_data reflect it's passed from platfrom driver. > > Maybe rather driver data? As platform_data has certain different conotation to > it. I prefer the current way. driver data is something that is allocated and managed internally by the driver. Thanks Richard