From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mateusz Zalega Date: Wed, 07 Aug 2013 19:09:47 +0200 Subject: [U-Boot] [RFC 01/10] New board-specific USB initialization interface In-Reply-To: <52027F05.3010309@samsung.com> References: <52027F05.3010309@samsung.com> Message-ID: <52027F5B.5080303@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/07/13 18:23, Stephen Warren wrote: >> This commit unifies board-specific USB initialization implementations >> under one symbol (usb_board_init), declaration of which is available in >> usb.h. > >> diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c > >> -int board_usb_init(const void *blob) >> +int usb_process_devicetree(const void *blob) >> { >> int node_list[USB_PORTS_MAX]; >> int count, err = 0; > > With just this patch applied, nothing calls that function. This breaks > "git bisect". > Yup, I suppose I should squash this RFC PATCH. It's not so large anyway. Thanks, -- Mateusz Zalega Samsung R&D Institute Poland (SRPOL) | Kernel and System Framework group