From mboxrd@z Thu Jan 1 00:00:00 1970 From: maitysanchayan at gmail.com Date: Tue, 19 May 2015 00:22:59 +0530 Subject: [U-Boot] [PATCH 10/11] usb: ehci-vf: Add weak function for board specific initialisation In-Reply-To: <201505181909.58366.marex@denx.de> References: <1431954389-6433-1-git-send-email-bhuvanchandra.dv@toradex.com> <1431954389-6433-11-git-send-email-bhuvanchandra.dv@toradex.com> <201505181909.58366.marex@denx.de> Message-ID: <20150518185259.GA2494@Sanchayan-Arch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Marek, On 15-05-18 19:09:58, Marek Vasut wrote: > On Monday, May 18, 2015 at 03:06:28 PM, Bhuvanchandra DV wrote: > > From: Sanchayan Maity > > > > Add a weak function board_ehci_hcd_init which can be used by the board > > file for board specific initialisation. > > > > Signed-off-by: Sanchayan Maity > > Acked-by: Marek Vasut > > What I do not like is that you're sending a patch series which affects > multiple subsystems and which contains patches which should go through > multiple trees. Yet, you submit it all in one huge series. If required I can send in the last two patches affecting the USB susbsystem later once the rest of the patchset gets merged, if this is not acceptable?. Since these last two were dependent on the GPIO patches I thought perhaps it is better that they go along with the GPIO patches as a coherent whole. > > I guess the best way out of this is to push all this stuff via u-boot-imx now? > > Best regards, > Marek Vasut Thanks & Regards, Sanchayan Maity.