From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasuhisa Umano Date: Fri, 18 Apr 2014 11:25:22 +0900 Subject: [U-Boot] [PATCH 1/2] usb: r8a66597: Fix initialization hub that using, R8A66597_MAX_ROOT_HUB In-Reply-To: <201404171247.45173.marex@denx.de> References: <534F8750.70201@renesas.com> <201404171247.45173.marex@denx.de> Message-ID: <53508D12.7010405@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sorry. I failed to send patchs to ML by setting of MUA. Best regards, Yasuhisa (2014/04/17 19:47), Marek Vasut wrote: > On Thursday, April 17, 2014 at 09:48:32 AM, yasuhisa umano wrote: >> This driver is processed as two USB hub despite one. >> The number of root hub is defined in R8A66597_MAX_ROOT_HUB. >> This fixes that register is accessed by using the definition >> of R8A66597_MAX_ROOT_HUB. >> >> Signed-off-by: Yasuhisa Umano > > Is there any reason why those two patches were sent twice please ? They seem the > same in both cases. > > Otherwise, I'm fine with those patches. > > Best regards, > Marek Vasut >