linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Peripheral image loader (PIL)
@ 2011-03-10  4:44 Stephen Boyd
  2011-03-10  4:44 ` [PATCH 1/3] msm: 8660: Add clock control regions to iomap Stephen Boyd
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Stephen Boyd @ 2011-03-10  4:44 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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

end of thread, other threads:[~2011-03-23 12:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10  4:44 [PATCH 0/3] Peripheral image loader (PIL) Stephen Boyd
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

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).