From: abhilash.kv@ti.com (Abhilash K V)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/3] AM3517: Booting up
Date: Thu, 22 Sep 2011 18:56:30 +0530 [thread overview]
Message-ID: <1316697993-696-1-git-send-email-abhilash.kv@ti.com> (raw)
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 git://github.com/tmlind/linux.git
Kernel version is 3.1.0-rc6 and last commit on top of which these patches
were added is:
0c2838d00350afc5259730c35bbda81598e8875f: Linux-omap rebuilt: Updated
to -rc7, merged in dmtimer
Cc: Sanjeev Premi <premi@ti.com>
---
Changes in v4:
-Rebased and tested against the latest 3.1.0-rc6.
-Added a patch [3/3] to check for missing PMIC info in vp init.
Changes in v3:
Presence of SR feature is now used to decide if TWL4030 initialisation is to
be done or not.
Changes in v2: Incorporated Kevin's comments to add SmartReflex as a FEATURE,
and use omap3_has_sr() to fall out of omap3_twl_init() for AM35x case.
Abhilash K V (3):
AM35x: Using OMAP3 generic hwmods
omap_twl: Prevent SR to enable for am3517/am3505 devices
OMAP2+: voltage: add check for missing PMIC info in vp init
arch/arm/mach-omap2/id.c | 2 +-
arch/arm/mach-omap2/io.c | 11 +++++++++++
arch/arm/mach-omap2/omap_hwmod.c | 2 ++
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 18 ++++++++++++++++++
arch/arm/mach-omap2/pm.c | 3 ++-
arch/arm/mach-omap2/vp.c | 7 +++++++
arch/arm/plat-omap/include/plat/cpu.h | 2 ++
arch/arm/plat-omap/include/plat/omap_hwmod.h | 3 +++
8 files changed, 46 insertions(+), 2 deletions(-)
next reply other threads:[~2011-09-22 13:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-22 13:26 Abhilash K V [this message]
2011-09-22 13:26 ` [PATCH v4 1/3] AM35x: Using OMAP3 generic hwmods Abhilash K V
2011-09-22 13:26 ` [PATCH v4 2/3] omap_twl: Prevent SR to enable for am3517/am3505 devices Abhilash K V
2011-09-22 13:26 ` [PATCH v4 3/3] OMAP2+: voltage: add check for missing PMIC info in vp init Abhilash K V
2011-09-22 21:39 ` Kevin Hilman
2011-09-22 21:35 ` [PATCH v4 2/3] omap_twl: Prevent SR to enable for am3517/am3505 devices Kevin Hilman
2011-09-23 12:51 ` Koyamangalath, Abhilash
2011-09-22 19:10 ` [PATCH v4 1/3] AM35x: Using OMAP3 generic hwmods Paul Walmsley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1316697993-696-1-git-send-email-abhilash.kv@ti.com \
--to=abhilash.kv@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).