All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] OMAP4/5: Remove non-essential clocks, dplls, pads configurations.
@ 2012-06-13  5:53 R Sricharan
  2012-06-13  5:53 ` [U-Boot] [PATCH 1/4] ARM: OMAP4/5: Move gpmc clocks to essential group R Sricharan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: R Sricharan @ 2012-06-13  5:53 UTC (permalink / raw)
  To: u-boot

On OMAP4/5 platforms, certain kernel drivers are dependent upon the
bootloaders for clocks, dpll, pad configurations. But this should
not be the case. Removing this from the u-boot is a way to get things
fixed in the kernel.

Have boot tested the kernel on OMAP4 SDP, PANDA, OMAP5 EVM boards.
There are a lot of warnings during boot because some dplls are no
more locked by default. This could also break other drivers which
were dependent upon the bootloaders for their configurations.

R Sricharan (4):
  ARM: OMAP4/5: Move gpmc clocks to essential group.
  ARM: OMAP4/5: Move USB clocks to essential group.
  ARM: OMAP4/5: Move USB pads to essential list.
  ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls.

 arch/arm/cpu/armv7/omap4/clocks.c   |   12 +++++-------
 arch/arm/cpu/armv7/omap5/clocks.c   |    8 ++++----
 board/ti/omap5_evm/mux_data.h       |   18 +++++++++---------
 board/ti/sdp4430/sdp4430_mux_data.h |   25 ++++++++++++-------------
 include/configs/omap4_common.h      |    5 -----
 include/configs/omap5_evm.h         |    2 --
 6 files changed, 30 insertions(+), 40 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-06-21 16:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13  5:53 [U-Boot] [PATCH 0/4] OMAP4/5: Remove non-essential clocks, dplls, pads configurations R Sricharan
2012-06-13  5:53 ` [U-Boot] [PATCH 1/4] ARM: OMAP4/5: Move gpmc clocks to essential group R Sricharan
2012-06-13  5:53 ` [U-Boot] [PATCH 2/4] ARM: OMAP4/5: Move USB " R Sricharan
2012-06-13  5:53 ` [U-Boot] [PATCH 3/4] ARM: OMAP4/5: Move USB pads to essential list R Sricharan
2012-06-13  5:53 ` [U-Boot] [PATCH 4/4] ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls R Sricharan
2012-06-21 16:56 ` [U-Boot] [PATCH 0/4] OMAP4/5: Remove non-essential clocks, dplls, pads configurations Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.