Re: [U-Boot] [PATCH v6 2/4] S5P: Rename GPIO definitions

2014-04-14 Thread Przemyslaw Marczak
Hi, On 04/12/2014 11:43 AM, Akshay Saraswat wrote: From: Rajeshwari Shinde This patch rename GPIO definitions from GPIO_... to S5P_GPIO_... This changes was done to enable cmd_gpio for EXYNOS and cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence getting a error during compilation. Bui

Re: [U-Boot] [PATCH v6 2/4] S5P: Rename GPIO definitions

2014-04-12 Thread Simon Glass
On 12 April 2014 02:43, Akshay Saraswat wrote: > From: Rajeshwari Shinde > > This patch rename GPIO definitions from GPIO_... to S5P_GPIO_... > This changes was done to enable cmd_gpio for EXYNOS and > cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence > getting a error during compilation

[U-Boot] [PATCH v6 2/4] S5P: Rename GPIO definitions

2014-04-12 Thread Akshay Saraswat
From: Rajeshwari Shinde This patch rename GPIO definitions from GPIO_... to S5P_GPIO_... This changes was done to enable cmd_gpio for EXYNOS and cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence getting a error during compilation. Build tested for s5p_goni, origen, smdk5250, s5pc210_univ