From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 06 Jan 2014 10:43:25 +0900 Subject: [U-Boot] [PATCH 2/2] smdk5250: Remove 'board_usb_vbus_init()' function In-Reply-To: <201401040814.41963.marex@denx.de> References: <1388745653-7069-1-git-send-email-gautam.vivek@samsung.com> <1388745653-7069-2-git-send-email-gautam.vivek@samsung.com> <201401040814.41963.marex@denx.de> Message-ID: <52CA0A3D.1070007@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 04/01/14 16:14, Marek Vasut wrote: > On Friday, January 03, 2014 at 11:40:53 AM, Vivek Gautam wrote: >> Previously as a part of moving the VBUS gpio support to device tree >> following patch removed this and added relevant support in driver: >> 4a271cb exynos: usb: Switch USB VBUS GPIOs to be device tree configured >> >> Recent changes for common board file migration for exynos platform >> added it again. So removing it now. >> >> Signed-off-by: Vivek Gautam >> Cc: Julius Werner >> Cc: Minkyu Kang >> Cc: Marek Vasut >> --- >> board/samsung/smdk5250/smdk5250.c | 19 ------------------- >> 1 file changed, 19 deletions(-) > > Reiewed-by: Marek Vasut > > Minkyu, can you please pick this? OK. > > Best regards, > Marek Vasut > Thanks, Minkyu Kang.