All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Patches to get dm814x-evm booting to NFSroot
@ 2015-12-01 23:38 ` Tony Lindgren
  0 siblings, 0 replies; 73+ messages in thread
From: Tony Lindgren @ 2015-12-01 23:38 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-omap, linux-arm-kernel, Brian Hutchinson, Delio Brignoli,
	Neil Armstrong, Matthijs van Duin, Philipp Rosenberger

Hi all,

Here are some fixes for v4.5 merge window to get dm814x-evm booting.
While hp t410 boots based on the bootloader clocks, dm814x-evm needs
more things configured. Especially the clock dts entries were all
wrong and just happened to be harmless on hp t410.

To boot, you probably want to use v4.4-rc3 because of commit 29f5b34ca1a1
("arm: omap2+: add missing HWMOD_NO_IDLEST in 81xx hwmod data") and also
manually apply commit 0db19b850468 ("net: cpsw: Fix ethernet regression
for dm814x") from Linux next.

I have more changes coming up after this series after I clean them
up a bit. Here's a brief status update for people:

What's working after this series on dm814x-evm and hp t410:

- Timers

- Serial

- Ethernet

- DMA

- I2C (only tested so far with i2cdetect -r 0)

- GPIO (only tested with additional MMC patches for card detect)

I have the following additional patches coming soonish:

- Basic ADPLL clock driver

- MMC support

- USB support

- Minimal j5eco-evm support

Should work with just configuration:

- [PATCH 0/3] pwm: omap: Add PWM support using dual-mode timers

I'm not working on any of the accelerators or graphics FYI. If somebody
has patches coming for those please notify on the linux-omap and
linux-arm-kernel mailings lists so we can avoid duplicate work.

Cheers,

Tony


Tony Lindgren (10):
  ARM: OMAP2+: Fix timer entries for dm814x
  clk: ti: Add few dm814x clock aliases
  ARM: OMAP2+: Add DPPLS clock manager for dm814x
  ARM: OMAP2+: Enable GPIO for dm814x
  ARM: OMAP2+: Disable GPIO softreset for dm81xx
  ARM: OMAP2+: Remove useless check for legacy booting for dm814x
  ARM: dts: Fix dm814x entries for pllss and prcm
  ARM: dts: Fix some mux and divider clocks to get dm814x-evm booting
  ARM: dts: Fix dm8148 control modules ranges
  ARM: dts: Fix dm814x pinctrl address and mask

 arch/arm/boot/dts/dm814x-clocks.dtsi       | 109 +++++++++++++++++++++--------
 arch/arm/boot/dts/dm814x.dtsi              |  25 ++++---
 arch/arm/mach-omap2/io.c                   |   3 +-
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c |  15 ++--
 arch/arm/mach-omap2/prm_common.c           |   6 ++
 drivers/clk/ti/clk-814x.c                  |   4 ++
 include/linux/clk/ti.h                     |   1 +
 7 files changed, 117 insertions(+), 46 deletions(-)

-- 
2.6.2


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

end of thread, other threads:[~2015-12-10  0:56 UTC | newest]

Thread overview: 73+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-01 23:38 [PATCH 00/10] Patches to get dm814x-evm booting to NFSroot Tony Lindgren
2015-12-01 23:38 ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 01/10] ARM: OMAP2+: Fix timer entries for dm814x Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 02/10] clk: ti: Add few dm814x clock aliases Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-08 16:57   ` Tony Lindgren
2015-12-08 16:57     ` Tony Lindgren
2015-12-08 19:26     ` Tero Kristo
2015-12-08 19:26       ` Tero Kristo
2015-12-08 19:26       ` Tero Kristo
2015-12-08 20:11       ` Tony Lindgren
2015-12-08 20:11         ` Tony Lindgren
2015-12-09  7:51         ` Tero Kristo
2015-12-09  7:51           ` Tero Kristo
2015-12-09  7:51           ` Tero Kristo
2015-12-10  0:56           ` Tony Lindgren
2015-12-10  0:56             ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 03/10] ARM: OMAP2+: Add DPPLS clock manager for dm814x Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 04/10] ARM: OMAP2+: Enable GPIO " Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 05/10] ARM: OMAP2+: Disable GPIO softreset for dm81xx Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-02  0:10   ` Matthijs van Duin
2015-12-02  0:10     ` Matthijs van Duin
2015-12-02  0:10     ` Matthijs van Duin
2015-12-02  0:41     ` Tony Lindgren
2015-12-02  0:41       ` Tony Lindgren
2015-12-02  0:41       ` Tony Lindgren
2015-12-02  0:54       ` Tony Lindgren
2015-12-02  0:54         ` Tony Lindgren
2015-12-02  0:54         ` Tony Lindgren
2015-12-02  1:38         ` Tony Lindgren
2015-12-02  1:38           ` Tony Lindgren
2015-12-02  1:38           ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 06/10] ARM: OMAP2+: Remove useless check for legacy booting for dm814x Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 07/10] ARM: dts: Fix dm814x entries for pllss and prcm Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 08/10] ARM: dts: Fix some mux and divider clocks to get dm814x-evm booting Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 09/10] ARM: dts: Fix dm8148 control modules ranges Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-01 23:38 ` [PATCH 10/10] ARM: dts: Fix dm814x pinctrl address and mask Tony Lindgren
2015-12-01 23:38   ` Tony Lindgren
2015-12-02  0:25   ` Matthijs van Duin
2015-12-02  0:25     ` Matthijs van Duin
2015-12-02  0:25     ` Matthijs van Duin
2015-12-02  0:46     ` Tony Lindgren
2015-12-02  0:46       ` Tony Lindgren
2015-12-02  0:46       ` Tony Lindgren
2015-12-02  1:14       ` Matthijs van Duin
2015-12-02  1:14         ` Matthijs van Duin
2015-12-02  1:14         ` Matthijs van Duin
2015-12-02  1:22         ` Tony Lindgren
2015-12-02  1:22           ` Tony Lindgren
2015-12-02  1:22           ` Tony Lindgren
2015-12-02 16:09           ` Tony Lindgren
2015-12-02 16:09             ` Tony Lindgren
2015-12-02 16:09             ` Tony Lindgren
2015-12-02  1:21       ` Matthijs van Duin
2015-12-02  1:21         ` Matthijs van Duin
2015-12-02  1:21         ` Matthijs van Duin
2015-12-02 16:13         ` Tony Lindgren
2015-12-02 16:13           ` Tony Lindgren
2015-12-02 16:13           ` Tony Lindgren
2015-12-03 18:17 ` [PATCH 00/10] Patches to get dm814x-evm booting to NFSroot Grygorii Strashko
2015-12-03 18:17   ` Grygorii Strashko
2015-12-03 18:17   ` Grygorii Strashko
2015-12-03 19:21   ` Tony Lindgren
2015-12-03 19:21     ` Tony Lindgren

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.