Message ID | 1324285004-32354-2-git-send-email-chander.kashyap@linaro.org |
---|---|
State | Accepted |
Headers | show |
Dear Chander Kashyap, In message <1324285004-32354-2-git-send-email-chander.kashyap@linaro.org> you wrote: > Add TCMPB3 field in pwm structure, earliar this was res1. > > Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> > --- > arch/arm/include/asm/arch-exynos/pwm.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/include/asm/arch-exynos/pwm.h b/arch/arm/include/asm/arch-exynos/pwm.h > index d0cf3cb..3e95160 100644 You submit a V2 patch, but without any indication what was changed ??? Where is the _mandatory_ change log? Best regards, Wolfgang Denk
Hi Wolfgsng Denk, On 19 December 2011 14:33, Wolfgang Denk <wd@denx.de> wrote: > Dear Chander Kashyap, > > In message <1324285004-32354-2-git-send-email-chander.kashyap@linaro.org> > you wrote: > > Add TCMPB3 field in pwm structure, earliar this was res1. > > > > Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> > > --- > > arch/arm/include/asm/arch-exynos/pwm.h | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/arch/arm/include/asm/arch-exynos/pwm.h > b/arch/arm/include/asm/arch-exynos/pwm.h > > index d0cf3cb..3e95160 100644 > > You submit a V2 patch, but without any indication what was changed ??? > Changes are in Patch2/2. I have mentioned them in Patch2/2. > > Where is the _mandatory_ change log? > > Best regards, > > Wolfgang Denk > > -- > DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de > Always try to do things in chronological order; it's less confusing > that way. >
Dear Chander Kashyap, On 19 December 2011 17:56, Chander Kashyap <chander.kashyap@linaro.org> wrote: > Add TCMPB3 field in pwm structure, earliar this was res1. > > Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> > --- > arch/arm/include/asm/arch-exynos/pwm.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > applied to u-boot-samsung. Thanks,Minkyu Kang.-- from. prom. www.promsoft.net
diff --git a/arch/arm/include/asm/arch-exynos/pwm.h b/arch/arm/include/asm/arch-exynos/pwm.h index d0cf3cb..3e95160 100644 --- a/arch/arm/include/asm/arch-exynos/pwm.h +++ b/arch/arm/include/asm/arch-exynos/pwm.h @@ -57,7 +57,7 @@ struct s5p_timer { unsigned int tcmpb2; unsigned int tcnto2; unsigned int tcntb3; - unsigned int res1; + unsigned int tcmpb3; unsigned int tcnto3; unsigned int tcntb4; unsigned int tcnto4;
Add TCMPB3 field in pwm structure, earliar this was res1. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> --- arch/arm/include/asm/arch-exynos/pwm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)