From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 18 May 2015 19:09:58 +0200 Subject: [U-Boot] [PATCH 10/11] usb: ehci-vf: Add weak function for board specific initialisation In-Reply-To: <1431954389-6433-11-git-send-email-bhuvanchandra.dv@toradex.com> References: <1431954389-6433-1-git-send-email-bhuvanchandra.dv@toradex.com> <1431954389-6433-11-git-send-email-bhuvanchandra.dv@toradex.com> Message-ID: <201505181909.58366.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. I guess the best way out of this is to push all this stuff via u-boot-imx now? Best regards, Marek Vasut