Re: [U-Boot] [PATCH] Fix typo inside atmel_mci driver

2010-08-13 Thread Reinhard Meyer
Claudio Mignanti wrote: > 2010/8/7 Reinhard Meyer : >> Wolfgang Denk wrote: >>> Dear Claudio Mignanti, >>> >>> In message >>> you wrote: >>> The function get_mci_clk_rate is used inside atmel_mci driver but never defined. Fix this typo. >> Thats NOT a typo. The current atmel_mci.c

Re: [U-Boot] [PATCH] Fix typo inside atmel_mci driver

2010-08-13 Thread Claudio Mignanti
2010/8/7 Reinhard Meyer : > Wolfgang Denk wrote: >> >> Dear Claudio Mignanti, >> >> In message >> you wrote: >> >>> >>> The function get_mci_clk_rate is used inside atmel_mci driver >>>  but never defined. Fix this typo. >>> > > Thats NOT a typo. The current atmel_mci.c is for AVR32 ONLY. >> Wit

Re: [U-Boot] [PATCH] Fix typo inside atmel_mci driver

2010-08-06 Thread Reinhard Meyer
Wolfgang Denk wrote: > Dear Claudio Mignanti, > > In message you > wrote: > >> The function get_mci_clk_rate is used inside atmel_mci driver >> but never defined. Fix this typo. >> Thats NOT a typo. The current atmel_mci.c is for AVR32 ONLY. > > Well, it is certainly defined in > arch/av

Re: [U-Boot] [PATCH] Fix typo inside atmel_mci driver

2010-08-06 Thread Wolfgang Denk
Dear Claudio Mignanti, In message you wrote: > The function get_mci_clk_rate is used inside atmel_mci driver > but never defined. Fix this typo. Well, it is certainly defined in arch/avr32/include/asm/arch-at32ap700x/clk.h: 74 #ifdef AT32AP700x_CHIP_HAS_MMCI 75 static inline unsigned long g

Re: [U-Boot] [PATCH] Fix typo inside atmel_mci driver

2010-06-30 Thread Claudio Mignanti
2010/6/22 Claudio Mignanti : > The function get_mci_clk_rate is used inside atmel_mci driver >  but never defined. Fix this typo. > No comment on this topic. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] Fix typo inside atmel_mci driver

2010-06-22 Thread Claudio Mignanti
The function get_mci_clk_rate is used inside atmel_mci driver but never defined. Fix this typo. Signed-off-by: Claudio Mignanti --- drivers/mmc/atmel_mci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/atmel_mci.c b/drivers/mmc/atmel_mci.c index 3946ffe..