public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] ARM: at91: add PLLB handle functions
@ 2016-02-02  3:35 Wenyou Yang
  2016-02-02  3:35 ` [U-Boot] [PATCH v3 1/3] ARM: at91: clock: add PLLB enable/disable functions Wenyou Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Wenyou Yang @ 2016-02-02  3:35 UTC (permalink / raw)
  To: u-boot

To reduce the duplicated code, add PLLB enable/disable functions,
replace the UTMI PLL handle code with these functions.

It is based on the following patch set.
	http://lists.denx.de/pipermail/u-boot/2016-February/244370.html
	http://lists.denx.de/pipermail/u-boot/2016-February/244399.html

Changes in v3:
 - collect Reviewed-by from Andreas.

Changes in v2:
 - add return value for timeout checking at91_pllb_clk_enable/disable().
 - collect Reviewed-by from Andreas.

Wenyou Yang (3):
  ARM: at91: clock: add PLLB enable/disable functions
  drivers: usb: ohci-at91: clean up the PLLB code
  board: atmel: siemens: clean up PLLB code

 arch/arm/mach-at91/arm926ejs/clock.c  |   38 +++++++++++++++++++++++++++++++++
 arch/arm/mach-at91/include/mach/clk.h |    2 ++
 board/siemens/smartweb/smartweb.c     |    6 +-----
 board/siemens/taurus/taurus.c         |    6 +-----
 drivers/usb/host/ohci-at91.c          |   22 ++++++-------------
 5 files changed, 49 insertions(+), 25 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2016-02-02  6:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02  3:35 [U-Boot] [PATCH v3 0/3] ARM: at91: add PLLB handle functions Wenyou Yang
2016-02-02  3:35 ` [U-Boot] [PATCH v3 1/3] ARM: at91: clock: add PLLB enable/disable functions Wenyou Yang
2016-02-02  5:32   ` Heiko Schocher
2016-02-02  6:15     ` Yang, Wenyou
2016-02-02  3:35 ` [U-Boot] [PATCH v3 2/3] drivers: usb: ohci-at91: clean up the PLLB code Wenyou Yang
2016-02-02  5:33   ` Heiko Schocher
2016-02-02  3:35 ` [U-Boot] [PATCH v3 3/3] board: atmel: siemens: clean up " Wenyou Yang
2016-02-02  5:33   ` Heiko Schocher

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