From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Wed, 29 Jul 2009 13:05:32 +0000 Subject: Re: [PATCH] usb: r8a66597-hcd platform data on_chip support Message-Id: <20090729130532.GB27054@suse.de> List-Id: References: <20090717145955.17840.24106.sendpatchset@rx1.opensource.se> In-Reply-To: <20090717145955.17840.24106.sendpatchset@rx1.opensource.se> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Jul 29, 2009 at 07:14:14PM +0900, Yoshihiro Shimoda wrote: > Magnus Damm wrote: > > From: Magnus Damm > > > > Convert the r8a66597-hcd driver to use the on_chip flag > > from platform data to enable on chip behaviour instead > > of relying on CONFIG_SUPERH_ON_CHIP_R8A66597 ugliness. > > > > This makes the code cleaner and also allows us to support > > both external and internal r8a66597 with the same kernel. > > > > It also makes the Kconfig part more future proof since > > we with this patch can add support for new processors > > with on-chip r8a66597 without modifying the Kconfig. > > > > Signed-off-by: Magnus Damm > > --- > > Thank you very much for your patch. > I tested this patch and it was working. > > Acked-by: Yoshihiro Shimoda Thanks, I've added this to the patch. greg k-h