All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] powerpc/pseries: Enable PSTORE in pseries_defconfig
@ 2013-06-24  6:53 ` Aruna Balakrishnaiah
  0 siblings, 0 replies; 4+ messages in thread
From: Aruna Balakrishnaiah @ 2013-06-24  6:53 UTC (permalink / raw)
  To: linuxppc-dev, mikey, linux-kernel, benh; +Cc: mahesh, ananth

Since now we have pstore support for nvram in pseries, enable it
in the default config. With this config option enabled, pstore
infra-structure will be used to read/write the messages from/to nvram.

Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
---
 v3:
	Move pstore config to right place
 v2:
	Change patch description

 arch/powerpc/configs/pseries_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
index c4dfbaf..bea8587 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -296,6 +296,7 @@ CONFIG_SQUASHFS=m
 CONFIG_SQUASHFS_XATTR=y
 CONFIG_SQUASHFS_LZO=y
 CONFIG_SQUASHFS_XZ=y
+CONFIG_PSTORE=y
 CONFIG_NFS_FS=y
 CONFIG_NFS_V3_ACL=y
 CONFIG_NFS_V4=y


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

* [PATCH v3] powerpc/pseries: Enable PSTORE in pseries_defconfig
@ 2013-06-24  6:53 ` Aruna Balakrishnaiah
  0 siblings, 0 replies; 4+ messages in thread
From: Aruna Balakrishnaiah @ 2013-06-24  6:53 UTC (permalink / raw)
  To: linuxppc-dev, mikey, linux-kernel, benh; +Cc: mahesh

Since now we have pstore support for nvram in pseries, enable it
in the default config. With this config option enabled, pstore
infra-structure will be used to read/write the messages from/to nvram.

Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>
---
 v3:
	Move pstore config to right place
 v2:
	Change patch description

 arch/powerpc/configs/pseries_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
index c4dfbaf..bea8587 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -296,6 +296,7 @@ CONFIG_SQUASHFS=m
 CONFIG_SQUASHFS_XATTR=y
 CONFIG_SQUASHFS_LZO=y
 CONFIG_SQUASHFS_XZ=y
+CONFIG_PSTORE=y
 CONFIG_NFS_FS=y
 CONFIG_NFS_V3_ACL=y
 CONFIG_NFS_V4=y

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

* Re: [PATCH v3] powerpc/pseries: Enable PSTORE in pseries_defconfig
  2013-06-24  6:53 ` Aruna Balakrishnaiah
@ 2013-06-24  7:13   ` Michael Neuling
  -1 siblings, 0 replies; 4+ messages in thread
From: Michael Neuling @ 2013-06-24  7:13 UTC (permalink / raw)
  To: Aruna Balakrishnaiah; +Cc: linuxppc-dev, linux-kernel, benh, mahesh, ananth

Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com> wrote:

> Since now we have pstore support for nvram in pseries, enable it
> in the default config. With this config option enabled, pstore
> infra-structure will be used to read/write the messages from/to nvram.
> 
> Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>

Acked-by: Michael Neuling <mikey@neuling.org>

> ---
>  v3:
> 	Move pstore config to right place
>  v2:
> 	Change patch description
> 
>  arch/powerpc/configs/pseries_defconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
> index c4dfbaf..bea8587 100644
> --- a/arch/powerpc/configs/pseries_defconfig
> +++ b/arch/powerpc/configs/pseries_defconfig
> @@ -296,6 +296,7 @@ CONFIG_SQUASHFS=m
>  CONFIG_SQUASHFS_XATTR=y
>  CONFIG_SQUASHFS_LZO=y
>  CONFIG_SQUASHFS_XZ=y
> +CONFIG_PSTORE=y
>  CONFIG_NFS_FS=y
>  CONFIG_NFS_V3_ACL=y
>  CONFIG_NFS_V4=y
> 

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

* Re: [PATCH v3] powerpc/pseries: Enable PSTORE in pseries_defconfig
@ 2013-06-24  7:13   ` Michael Neuling
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Neuling @ 2013-06-24  7:13 UTC (permalink / raw)
  To: Aruna Balakrishnaiah; +Cc: mahesh, linuxppc-dev, linux-kernel

Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com> wrote:

> Since now we have pstore support for nvram in pseries, enable it
> in the default config. With this config option enabled, pstore
> infra-structure will be used to read/write the messages from/to nvram.
> 
> Signed-off-by: Aruna Balakrishnaiah <aruna@linux.vnet.ibm.com>

Acked-by: Michael Neuling <mikey@neuling.org>

> ---
>  v3:
> 	Move pstore config to right place
>  v2:
> 	Change patch description
> 
>  arch/powerpc/configs/pseries_defconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
> index c4dfbaf..bea8587 100644
> --- a/arch/powerpc/configs/pseries_defconfig
> +++ b/arch/powerpc/configs/pseries_defconfig
> @@ -296,6 +296,7 @@ CONFIG_SQUASHFS=m
>  CONFIG_SQUASHFS_XATTR=y
>  CONFIG_SQUASHFS_LZO=y
>  CONFIG_SQUASHFS_XZ=y
> +CONFIG_PSTORE=y
>  CONFIG_NFS_FS=y
>  CONFIG_NFS_V3_ACL=y
>  CONFIG_NFS_V4=y
> 

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

end of thread, other threads:[~2013-06-24  7:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-24  6:53 [PATCH v3] powerpc/pseries: Enable PSTORE in pseries_defconfig Aruna Balakrishnaiah
2013-06-24  6:53 ` Aruna Balakrishnaiah
2013-06-24  7:13 ` Michael Neuling
2013-06-24  7:13   ` Michael Neuling

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.