public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals
@ 2014-01-29  8:03 Minkyu Kang
  2014-01-29  8:57 ` Rajeshwari Birje
  2014-02-05  7:24 ` Minkyu Kang
  0 siblings, 2 replies; 4+ messages in thread
From: Minkyu Kang @ 2014-01-29  8:03 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
---
 arch/arm/include/asm/arch-exynos/periph.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/arch-exynos/periph.h b/arch/arm/include/asm/arch-exynos/periph.h
index 30c7f18..6d77d80 100644
--- a/arch/arm/include/asm/arch-exynos/periph.h
+++ b/arch/arm/include/asm/arch-exynos/periph.h
@@ -36,7 +36,6 @@ enum periph_id {
 	PERIPH_ID_SDMMC3,
 	PERIPH_ID_I2C8 = 87,
 	PERIPH_ID_I2C9,
-	PERIPH_ID_I2C10 = 203,
 	PERIPH_ID_I2S0 = 98,
 	PERIPH_ID_I2S1 = 99,
 
@@ -54,6 +53,7 @@ enum periph_id {
 	PERIPH_ID_PWM2,
 	PERIPH_ID_PWM3,
 	PERIPH_ID_PWM4,
+	PERIPH_ID_I2C10 = 203,
 
 	PERIPH_ID_COUNT,
 	PERIPH_ID_NONE = -1,
-- 
1.7.9.5
-- 
Thanks,
Minkyu Kang.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals
  2014-01-29  8:03 [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals Minkyu Kang
@ 2014-01-29  8:57 ` Rajeshwari Birje
  2014-01-29  9:03   ` Rajeshwari Birje
  2014-02-05  7:24 ` Minkyu Kang
  1 sibling, 1 reply; 4+ messages in thread
From: Rajeshwari Birje @ 2014-01-29  8:57 UTC (permalink / raw)
  To: u-boot

Hi All,

This looks fine.

Acked-by: Rajehswari Shinde <rajeshwari.s@samsung.com>

On Wed, Jan 29, 2014 at 1:33 PM, Minkyu Kang <mk7.kang@samsung.com> wrote:
>
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  arch/arm/include/asm/arch-exynos/periph.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/include/asm/arch-exynos/periph.h
> b/arch/arm/include/asm/arch-exynos/periph.h
> index 30c7f18..6d77d80 100644
> --- a/arch/arm/include/asm/arch-exynos/periph.h
> +++ b/arch/arm/include/asm/arch-exynos/periph.h
> @@ -36,7 +36,6 @@ enum periph_id {
>         PERIPH_ID_SDMMC3,
>         PERIPH_ID_I2C8 = 87,
>         PERIPH_ID_I2C9,
> -       PERIPH_ID_I2C10 = 203,
>         PERIPH_ID_I2S0 = 98,
>         PERIPH_ID_I2S1 = 99,
>
> @@ -54,6 +53,7 @@ enum periph_id {
>         PERIPH_ID_PWM2,
>         PERIPH_ID_PWM3,
>         PERIPH_ID_PWM4,
> +       PERIPH_ID_I2C10 = 203,
>
>         PERIPH_ID_COUNT,
>         PERIPH_ID_NONE = -1,
> --
> 1.7.9.5
> --
> Thanks,
> Minkyu Kang.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot




--
Regards,
Rajeshwari Shinde

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals
  2014-01-29  8:57 ` Rajeshwari Birje
@ 2014-01-29  9:03   ` Rajeshwari Birje
  0 siblings, 0 replies; 4+ messages in thread
From: Rajeshwari Birje @ 2014-01-29  9:03 UTC (permalink / raw)
  To: u-boot

Acked-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>

On Wed, Jan 29, 2014 at 2:27 PM, Rajeshwari Birje
<rajeshwari.birje@gmail.com> wrote:
> Hi All,
>
> This looks fine.
>
> Acked-by: Rajehswari Shinde <rajeshwari.s@samsung.com>
>
> On Wed, Jan 29, 2014 at 1:33 PM, Minkyu Kang <mk7.kang@samsung.com> wrote:
>>
>> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
>> ---
>>  arch/arm/include/asm/arch-exynos/periph.h |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/include/asm/arch-exynos/periph.h
>> b/arch/arm/include/asm/arch-exynos/periph.h
>> index 30c7f18..6d77d80 100644
>> --- a/arch/arm/include/asm/arch-exynos/periph.h
>> +++ b/arch/arm/include/asm/arch-exynos/periph.h
>> @@ -36,7 +36,6 @@ enum periph_id {
>>         PERIPH_ID_SDMMC3,
>>         PERIPH_ID_I2C8 = 87,
>>         PERIPH_ID_I2C9,
>> -       PERIPH_ID_I2C10 = 203,
>>         PERIPH_ID_I2S0 = 98,
>>         PERIPH_ID_I2S1 = 99,
>>
>> @@ -54,6 +53,7 @@ enum periph_id {
>>         PERIPH_ID_PWM2,
>>         PERIPH_ID_PWM3,
>>         PERIPH_ID_PWM4,
>> +       PERIPH_ID_I2C10 = 203,
>>
>>         PERIPH_ID_COUNT,
>>         PERIPH_ID_NONE = -1,
>> --
>> 1.7.9.5
>> --
>> Thanks,
>> Minkyu Kang.
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>
>
>
>
> --
> Regards,
> Rajeshwari Shinde



-- 
Regards,
Rajeshwari Shinde

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals
  2014-01-29  8:03 [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals Minkyu Kang
  2014-01-29  8:57 ` Rajeshwari Birje
@ 2014-02-05  7:24 ` Minkyu Kang
  1 sibling, 0 replies; 4+ messages in thread
From: Minkyu Kang @ 2014-02-05  7:24 UTC (permalink / raw)
  To: u-boot

On 29/01/14 17:03, Minkyu Kang wrote:
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  arch/arm/include/asm/arch-exynos/periph.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/include/asm/arch-exynos/periph.h b/arch/arm/include/asm/arch-exynos/periph.h
> index 30c7f18..6d77d80 100644
> --- a/arch/arm/include/asm/arch-exynos/periph.h
> +++ b/arch/arm/include/asm/arch-exynos/periph.h
> @@ -36,7 +36,6 @@ enum periph_id {
>  	PERIPH_ID_SDMMC3,
>  	PERIPH_ID_I2C8 = 87,
>  	PERIPH_ID_I2C9,
> -	PERIPH_ID_I2C10 = 203,
>  	PERIPH_ID_I2S0 = 98,
>  	PERIPH_ID_I2S1 = 99,
>  
> @@ -54,6 +53,7 @@ enum periph_id {
>  	PERIPH_ID_PWM2,
>  	PERIPH_ID_PWM3,
>  	PERIPH_ID_PWM4,
> +	PERIPH_ID_I2C10 = 203,
>  
>  	PERIPH_ID_COUNT,
>  	PERIPH_ID_NONE = -1,
> 

applied to u-boot-samsung.

Minkyu Kang.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-05  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29  8:03 [U-Boot] [PATCH 1/3] exynos: pinmux: sort the list of peripherals Minkyu Kang
2014-01-29  8:57 ` Rajeshwari Birje
2014-01-29  9:03   ` Rajeshwari Birje
2014-02-05  7:24 ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox