From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Peripheral image loader (PIL)
Date: Wed, 9 Mar 2011 20:44:31 -0800 [thread overview]
Message-ID: <1299732274-10742-1-git-send-email-sboyd@codeaurora.org> (raw)
These patches add support for PIL, a peripheral image loader.
More details can be found in the third patch or the second
patch's commit text.
Saravana Kannan (1):
msm: documentation: Add pil documentation
Stephen Boyd (2):
msm: 8660: Add clock control regions to iomap
msm: Peripheral Image Loader (PIL) driver
Documentation/arm/msm/pil.txt | 267 ++++++++++
arch/arm/mach-msm/Kconfig | 13 +
arch/arm/mach-msm/Makefile | 2 +
arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | 8 +
arch/arm/mach-msm/include/mach/peripheral-loader.h | 23 +
arch/arm/mach-msm/io.c | 2 +
arch/arm/mach-msm/peripheral-loader.c | 402 +++++++++++++++
arch/arm/mach-msm/peripheral-loader.h | 38 ++
arch/arm/mach-msm/peripheral-reset.c | 528 ++++++++++++++++++++
9 files changed, 1283 insertions(+), 0 deletions(-)
create mode 100644 Documentation/arm/msm/pil.txt
create mode 100644 arch/arm/mach-msm/include/mach/peripheral-loader.h
create mode 100644 arch/arm/mach-msm/peripheral-loader.c
create mode 100644 arch/arm/mach-msm/peripheral-loader.h
create mode 100644 arch/arm/mach-msm/peripheral-reset.c
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next reply other threads:[~2011-03-10 4:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-10 4:44 Stephen Boyd [this message]
2011-03-10 4:44 ` [PATCH 1/3] msm: 8660: Add clock control regions to iomap Stephen Boyd
2011-03-10 15:40 ` Sergei Shtylyov
2011-03-10 20:12 ` David Brown
2011-03-10 20:19 ` Stephen Boyd
2011-03-10 4:44 ` [PATCH 2/3] msm: Peripheral Image Loader (PIL) driver Stephen Boyd
2011-03-16 10:20 ` Daniel Walker
2011-03-16 18:40 ` David Brown
2011-03-16 18:48 ` Saravana Kannan
2011-03-23 12:27 ` Daniel Walker
2011-03-23 12:37 ` Daniel Walker
2011-03-16 21:12 ` Bryan Huntsman
2011-03-10 4:44 ` [PATCH 3/3] msm: documentation: Add pil documentation Stephen Boyd
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=1299732274-10742-1-git-send-email-sboyd@codeaurora.org \
--to=sboyd@codeaurora.org \
--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).