From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 08 Jan 2013 21:21:08 +0900 Subject: [U-Boot] [PATCH v4] SMDK5250: Enable VBus for USB 2.0 controller In-Reply-To: <1357637838-10500-1-git-send-email-gautam.vivek@samsung.com> References: <1357637838-10500-1-git-send-email-gautam.vivek@samsung.com> Message-ID: <50EC0F34.4040304@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/01/13 18:37, Vivek Gautam wrote: > This patch enables Vbus required for USB 2.0 controller. > > Signed-off-by: Vivek Gautam > Signed-off-by: Rajeshwari Shinde > --- > > Changes from v3: > - Rebased on top of u-boot-samsung/master. > > Changes from v2: > - Rebased on top of u-boot-usb/next > - Enclosed the function definition for board_usb_vbus_init() > inside "CONFIG_USB_EHCI_EXYNOS" > > Changes from v1: > - Using the old school method of setting up gpio instead > of using the pinmux method, since the required gpio line > here is board specific. > > board/samsung/smdk5250/smdk5250.c | 19 +++++++++++++++++++ > 1 files changed, 19 insertions(+), 0 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.