linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] powerpc/pstore: Add pstore support for nvram partitions
@ 2014-12-24 11:58 Hari Bathini
  2014-12-24 11:58 ` [PATCH v3 1/3] powerpc/nvram: move generic code for nvram and pstore Hari Bathini
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Hari Bathini @ 2014-12-24 11:58 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Mahesh J Salgaonkar

This patch series adds pstore support on powernv platform to
read different nvram partitions and write compressed data to
oops-log nvram partition. As pseries platform already has
pstore support, this series moves most of the common code
for pseries and powernv platforms to a common file. Tested
the patches successfully on both pseries and powernv
platforms.

Changes from v2:
Added an empty version of clobbering_unread_rtas_event()
routine for !PSERIES, to avoid ifdef at the call sites

---

Hari Bathini (3):
      powerpc/nvram: move generic code for nvram and pstore
      pstore: Add pstore type id for firmware partition
      pstore: add pstore support on powernv


 arch/powerpc/include/asm/nvram.h            |   50 ++
 arch/powerpc/include/asm/rtas.h             |    4 
 arch/powerpc/kernel/nvram_64.c              |  677 +++++++++++++++++++++++++++
 arch/powerpc/platforms/powernv/opal-nvram.c |   10 
 arch/powerpc/platforms/pseries/nvram.c      |  665 ---------------------------
 fs/pstore/inode.c                           |    3 
 include/linux/pstore.h                      |    1 
 7 files changed, 749 insertions(+), 661 deletions(-)

--
- Hari

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

end of thread, other threads:[~2015-01-16 17:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-24 11:58 [PATCH v3 0/3] powerpc/pstore: Add pstore support for nvram partitions Hari Bathini
2014-12-24 11:58 ` [PATCH v3 1/3] powerpc/nvram: move generic code for nvram and pstore Hari Bathini
2015-01-14  4:31   ` Michael Ellerman
2015-01-14 18:05     ` Hari Bathini
2015-01-14 22:28       ` Michael Ellerman
2015-01-16 17:52         ` Hari Bathini
2014-12-24 11:58 ` [PATCH v3 2/3] pstore: Add pstore type id for firmware partition Hari Bathini
2015-01-14  4:31   ` Michael Ellerman
2014-12-24 11:58 ` [PATCH v3 3/3] pstore: add pstore support on powernv Hari Bathini

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