Re: [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet

2012-07-17 Thread Stefano Babic
On 11/07/2012 08:39, Dirk Behme wrote: > On 07.07.2012 18:54, Stefano Babic wrote: >> On 15/06/2012 15:48, Ashok wrote: >>> >>> Hi Dirk, >>> Use the same name as defined in the datasheet. >>> DSP_CLK -> DISP_CLK >>> >>> Signed-off-by: Ashok Kumar Reddy Kourla >>> --- >> >> Applied to u-boot-im

Re: [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet

2012-07-10 Thread Dirk Behme
On 07.07.2012 18:54, Stefano Babic wrote: On 15/06/2012 15:48, Ashok wrote: Use the same name as defined in the datasheet. DSP_CLK -> DISP_CLK Signed-off-by: Ashok Kumar Reddy Kourla --- Applied to u-boot-imx, thanks. Hmm, this isn't part of v2012.07-rc1? Sorry if I missed something. B

Re: [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet

2012-07-07 Thread Stefano Babic
On 15/06/2012 15:48, Ashok wrote: > > > Use the same name as defined in the datasheet. > DSP_CLK -> DISP_CLK > > Signed-off-by: Ashok Kumar Reddy Kourla > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet

2012-06-15 Thread Marek Vasut
Dear Ashok, > Use the same name as defined in the datasheet. > DSP_CLK -> DISP_CLK > > Signed-off-by: Ashok Kumar Reddy Kourla Acked-by: Marek Vasut > --- > arch/arm/include/asm/arch-mx6/mx6x_pins.h |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/in

[U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet

2012-06-15 Thread Ashok
Use the same name as defined in the datasheet. DSP_CLK -> DISP_CLK Signed-off-by: Ashok Kumar Reddy Kourla --- arch/arm/include/asm/arch-mx6/mx6x_pins.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/mx6x_pins.h b/arch/arm/include/as