Re: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-02-04 Thread Rajeshwari Birje
Hi Minkyu Kang, On Mon, Feb 3, 2014 at 12:53 PM, Minkyu Kang mk7.k...@samsung.com wrote: On 29/01/14 18:01, Rajeshwari Birje wrote: Hi Minkyu Knag, On Wed, Jan 29, 2014 at 1:34 PM, Minkyu Kang mk7.k...@samsung.com wrote: Because of the list of peripherals is not sequential, such a routine

Re: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-02-04 Thread Minkyu Kang
On 29/01/14 17:04, Minkyu Kang wrote: Because of the list of peripherals is not sequential, such a routine does not check for valid correctly. Error check will be done when call the exynos_pinmux_config function. Signed-off-by: Minkyu Kang mk7.k...@samsung.com ---

Re: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-02-03 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 01/29/2014 05:04 PM, Minkyu Kang wrote: Because of the list of peripherals is not sequential, such a routine does not check for valid correctly. Error check will be done when call the exynos_pinmux_config function. Signed-off-by: Minkyu Kang

Re: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-02-02 Thread Minkyu Kang
On 29/01/14 18:01, Rajeshwari Birje wrote: Hi Minkyu Knag, On Wed, Jan 29, 2014 at 1:34 PM, Minkyu Kang mk7.k...@samsung.com wrote: Because of the list of peripherals is not sequential, such a routine does not check for valid correctly. Error check will be done when call the

[U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-01-29 Thread Minkyu Kang
Because of the list of peripherals is not sequential, such a routine does not check for valid correctly. Error check will be done when call the exynos_pinmux_config function. Signed-off-by: Minkyu Kang mk7.k...@samsung.com --- arch/arm/cpu/armv7/exynos/pinmux.c |7 +-- 1 file changed, 1

Re: [U-Boot] [PATCH 3/3] exynos: pinmux: remove unnecessary routine

2014-01-29 Thread Rajeshwari Birje
Hi Minkyu Knag, On Wed, Jan 29, 2014 at 1:34 PM, Minkyu Kang mk7.k...@samsung.com wrote: Because of the list of peripherals is not sequential, such a routine does not check for valid correctly. Error check will be done when call the exynos_pinmux_config function. Signed-off-by: Minkyu Kang