All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 0/6] ARM: keystone: K2G: Add support for PMMC remoteproc load
@ 2016-02-25 18:53 Nishanth Menon
  2016-02-25 18:53 ` [U-Boot] [PATCH V2 1/6] ARM: keystone2: psc: redo doc in kernel-doc format Nishanth Menon
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Nishanth Menon @ 2016-02-25 18:53 UTC (permalink / raw)
  To: u-boot

Hi,

Here is the series for supporting TI's PMMC - a Power Management
co-processor in TI's K2G SoC. TI's SoC architecture requires the
microcontroller for power management functionality which is excersized
by various operating systems running on ARM, DSP and other compute
engines in a centralized manner.

Changes in V2:
	- Updated remoteproc driver to work with device tree
	- config env variable updates

Series based on:
  master                 52dd704bf8ed Merge branch 'master' of http://git.denx.de/u-boot-sunxi

  Test log: http://pastebin.ubuntu.com/15200102/

Nishanth Menon (6):
  ARM: keystone2: psc: redo doc in kernel-doc format
  ARM: keystone2: psc-defs: use adequate () for macros
  ARM: keystone2: psc: introduce function to hold and release module in
    reset.
  remoteproc: Add support for TI power processor
  ARM: dts: k2g: Add support for PMMC
  configs: k2g_evm: Add TI power processor support

 arch/arm/dts/k2g.dtsi                          |   7 +
 arch/arm/mach-keystone/include/mach/psc_defs.h |  10 +-
 arch/arm/mach-keystone/psc.c                   | 200 +++++++++++++++++++------
 configs/k2g_evm_defconfig                      |   2 +
 drivers/remoteproc/Kconfig                     |  10 ++
 drivers/remoteproc/Makefile                    |   1 +
 drivers/remoteproc/ti_power_proc.c             | 180 ++++++++++++++++++++++
 include/configs/k2g_evm.h                      |   7 +
 include/configs/ti_armv7_keystone2.h           |  14 ++
 9 files changed, 384 insertions(+), 47 deletions(-)
 create mode 100644 drivers/remoteproc/ti_power_proc.c

-- 
2.7.0

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

end of thread, other threads:[~2016-03-15 11:57 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25 18:53 [U-Boot] [PATCH V2 0/6] ARM: keystone: K2G: Add support for PMMC remoteproc load Nishanth Menon
2016-02-25 18:53 ` [U-Boot] [PATCH V2 1/6] ARM: keystone2: psc: redo doc in kernel-doc format Nishanth Menon
2016-02-26 18:17   ` Tom Rini
2016-03-15 11:56   ` [U-Boot] [U-Boot, V2, " Tom Rini
2016-02-25 18:53 ` [U-Boot] [PATCH V2 2/6] ARM: keystone2: psc-defs: use adequate () for macros Nishanth Menon
2016-02-26 18:17   ` Tom Rini
2016-02-27  0:13     ` Nishanth Menon
2016-03-15 11:56   ` [U-Boot] [U-Boot, V2, " Tom Rini
2016-02-25 18:53 ` [U-Boot] [PATCH V2 3/6] ARM: keystone2: psc: introduce function to hold and release module in reset Nishanth Menon
2016-02-26 18:18   ` Tom Rini
2016-03-15 11:56   ` [U-Boot] [U-Boot, V2, " Tom Rini
2016-02-25 18:53 ` [U-Boot] [PATCH V2 4/6] remoteproc: Add support for TI power processor Nishanth Menon
2016-02-26 18:18   ` Tom Rini
2016-03-15 11:56   ` [U-Boot] [U-Boot, V2, " Tom Rini
2016-02-25 18:53 ` [U-Boot] [PATCH V2 5/6] ARM: dts: k2g: Add support for PMMC Nishanth Menon
2016-02-26 18:18   ` Tom Rini
2016-02-27  0:18     ` Nishanth Menon
2016-02-27  0:27       ` Tom Rini
2016-02-27  1:10         ` Nishanth Menon
2016-03-04 22:08           ` Tom Rini
2016-03-04 22:08             ` Tom Rini
2016-03-15 11:56   ` [U-Boot] [U-Boot,V2,5/6] " Tom Rini
2016-02-25 18:53 ` [U-Boot] [PATCH V2 6/6] configs: k2g_evm: Add TI power processor support Nishanth Menon
2016-02-26 18:18   ` Tom Rini
2016-03-15 11:57   ` [U-Boot] [U-Boot, V2, " Tom Rini

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.