Re: [U-Boot] [PATCH v2 0/5] ARM: at91: improve peripheral and system clock handle functions

2015-12-09 Thread Heiko Schocher
Hello Wenyou, Am 09.12.2015 um 08:48 schrieb Wenyou Yang: To reduce the duplicated code, rework the peripheral's and system's clock handle functions, use these functions to replace the clock handle code. Changes in v2: - fix checkpatch warning. Wenyou Yang (5): ARM: at91: asm/at91_pmc.h:

Re: [U-Boot] [PATCH v2 0/5] ARM: at91: improve peripheral and system clock handle functions

2015-12-09 Thread Yang, Wenyou
Hi Heiko, > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月9日 18:01 > To: Yang, Wenyou > Cc: U-Boot Mailing List ; andreas.de...@googlemail.com > Subject: Re: [PATCH v2 0/5] ARM: at91: improve peripheral and

Re: [U-Boot] [PATCH v2 0/5] ARM: at91: improve peripheral and system clock handle functions

2015-12-09 Thread Yang, Wenyou
Hi Heiko, > -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: 2015年12月10日 14:02 > To: Yang, Wenyou > Cc: U-Boot Mailing List ; andreas.de...@googlemail.com; > Meier, Roger > Subject: Re: [PATCH v2

Re: [U-Boot] [PATCH v2 0/5] ARM: at91: improve peripheral and system clock handle functions

2015-12-09 Thread Heiko Schocher
Hello Wenyou, Am 10.12.2015 um 03:15 schrieb Yang, Wenyou: Hi Heiko, -Original Message- From: Heiko Schocher [mailto:h...@denx.de] Sent: 2015年12月9日 18:01 To: Yang, Wenyou Cc: U-Boot Mailing List ; andreas.de...@googlemail.com Subject: Re:

[U-Boot] [PATCH v2 0/5] ARM: at91: improve peripheral and system clock handle functions

2015-12-08 Thread Wenyou Yang
To reduce the duplicated code, rework the peripheral's and system's clock handle functions, use these functions to replace the clock handle code. Changes in v2: - fix checkpatch warning. Wenyou Yang (5): ARM: at91: asm/at91_pmc.h: fix trival register offset ARM: at91: clock: add a new file