All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] AM3517: Booting up
@ 2011-08-04 15:59 ` Abhilash K V
  0 siblings, 0 replies; 4+ messages in thread
From: Abhilash K V @ 2011-08-04 15:59 UTC (permalink / raw)
  To: linux-omap
  Cc: tony, linux, b-cousson, paul, linux-arm-kernel, linux-kernel,
	Abhilash K V, Sanjeev Premi, Vaibhav Hiremath

This patch-set gets the kernel booting up on a AM3517 EVM.
The board is able to boot with ramdisk after this,but the MMC and Ethernet
drivers are not up yet. Lots of warnings remain which will be addressed in
subsequent patches.

The patches are tested on master of tmlind/linux-omap-2.6.git.
Kernel version is 3.0.0-rc7 and last commit on top of which these patches
were added is:

	885cf6ff7d3dad4cc44be74b0577d3a554d3ab71: Linux-omap rebuilt:
	Updated to -rc7, added new boards

Cc: Sanjeev Premi <premi@ti.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com>
---

Abhilash K V (1):
  AM35x: Using OMAP3 generic hwmods

Vaibhav Hiremath (1):
  omap_twl: Prevent SR to enable for am3517/am3505 devices

 arch/arm/mach-omap2/board-am3517evm.c        |   11 +++++++++++
 arch/arm/mach-omap2/omap_hwmod.c             |    3 ++-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   |   18 ++++++++++++++++++
 arch/arm/mach-omap2/omap_twl.c               |    8 ++++++++
 arch/arm/plat-omap/include/plat/omap_hwmod.h |    3 +++
 5 files changed, 42 insertions(+), 1 deletions(-)


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

* [PATCH 0/2] AM3517: Booting up
@ 2011-08-04 15:59 ` Abhilash K V
  0 siblings, 0 replies; 4+ messages in thread
From: Abhilash K V @ 2011-08-04 15:59 UTC (permalink / raw)
  To: linux-arm-kernel

This patch-set gets the kernel booting up on a AM3517 EVM.
The board is able to boot with ramdisk after this,but the MMC and Ethernet
drivers are not up yet. Lots of warnings remain which will be addressed in
subsequent patches.

The patches are tested on master of tmlind/linux-omap-2.6.git.
Kernel version is 3.0.0-rc7 and last commit on top of which these patches
were added is:

	885cf6ff7d3dad4cc44be74b0577d3a554d3ab71: Linux-omap rebuilt:
	Updated to -rc7, added new boards

Cc: Sanjeev Premi <premi@ti.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com>
---

Abhilash K V (1):
  AM35x: Using OMAP3 generic hwmods

Vaibhav Hiremath (1):
  omap_twl: Prevent SR to enable for am3517/am3505 devices

 arch/arm/mach-omap2/board-am3517evm.c        |   11 +++++++++++
 arch/arm/mach-omap2/omap_hwmod.c             |    3 ++-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   |   18 ++++++++++++++++++
 arch/arm/mach-omap2/omap_twl.c               |    8 ++++++++
 arch/arm/plat-omap/include/plat/omap_hwmod.h |    3 +++
 5 files changed, 42 insertions(+), 1 deletions(-)

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

* [PATCH 0/2] AM3517: Booting up
@ 2011-08-04 15:59 ` Abhilash K V
  0 siblings, 0 replies; 4+ messages in thread
From: Abhilash K V @ 2011-08-04 15:59 UTC (permalink / raw)
  To: linux-omap
  Cc: tony, linux, b-cousson, paul, linux-arm-kernel, linux-kernel,
	Abhilash K V, Sanjeev Premi, Vaibhav Hiremath

This patch-set gets the kernel booting up on a AM3517 EVM.
The board is able to boot with ramdisk after this,but the MMC and Ethernet
drivers are not up yet. Lots of warnings remain which will be addressed in
subsequent patches.

The patches are tested on master of tmlind/linux-omap-2.6.git.
Kernel version is 3.0.0-rc7 and last commit on top of which these patches
were added is:

	885cf6ff7d3dad4cc44be74b0577d3a554d3ab71: Linux-omap rebuilt:
	Updated to -rc7, added new boards

Cc: Sanjeev Premi <premi@ti.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com>
---

Abhilash K V (1):
  AM35x: Using OMAP3 generic hwmods

Vaibhav Hiremath (1):
  omap_twl: Prevent SR to enable for am3517/am3505 devices

 arch/arm/mach-omap2/board-am3517evm.c        |   11 +++++++++++
 arch/arm/mach-omap2/omap_hwmod.c             |    3 ++-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   |   18 ++++++++++++++++++
 arch/arm/mach-omap2/omap_twl.c               |    8 ++++++++
 arch/arm/plat-omap/include/plat/omap_hwmod.h |    3 +++
 5 files changed, 42 insertions(+), 1 deletions(-)


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

* Re: [PATCH 0/2] AM3517: Booting up
  2011-08-04 15:59 ` Abhilash K V
  (?)
  (?)
@ 2011-08-09 12:50 ` Yegor Yefremov
  -1 siblings, 0 replies; 4+ messages in thread
From: Yegor Yefremov @ 2011-08-09 12:50 UTC (permalink / raw)
  To: Abhilash K V; +Cc: linux-omap, Sanjeev Premi, Vaibhav Hiremath

Am 04.08.2011 17:59, schrieb Abhilash K V:
> This patch-set gets the kernel booting up on a AM3517 EVM.
> The board is able to boot with ramdisk after this,but the MMC and Ethernet
> drivers are not up yet. Lots of warnings remain which will be addressed in
> subsequent patches.

Are there some more patches for testing? USB OTG in host mode seems to find my cardreader and USB memory stick, but no sdx devices were allocated. 

Yegor

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

end of thread, other threads:[~2011-08-10 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04 15:59 [PATCH 0/2] AM3517: Booting up Abhilash K V
2011-08-04 15:59 ` Abhilash K V
2011-08-04 15:59 ` Abhilash K V
2011-08-09 12:50 ` Yegor Yefremov

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.