Re: [PATCH 0/4] Minor fixes and improvements for kexec

2013-12-16 Thread WANG Chao
On 12/12/13 at 12:18am, Geoff Levand wrote: > Hi Eric, > > Here are a few minor fixes and improvements for kexec. Please consider. > > -Geoff > > The following changes since commit 374b105797c3d4f29c685f3be535c35f5689b30e: > > Linux 3.13-rc3 (2013-12-06 09:34:04 -0800) > > are available in

Re: [PATCH v2] powerpc 8xx: Loading kernels over 8Mbytes without CONFIG_PIN_TLB

2013-12-16 Thread leroy christophe
Le 16/12/2013 23:57, Scott Wood a écrit : On Wed, 2013-12-11 at 00:36 +0100, leroy christophe wrote: Le 11/12/2013 00:18, Scott Wood a écrit : There wasn't previously an ifdef specifically around the setting of SPRN_MD_CTR. That's new. There was an ifdef around the entire block, which has gon

Re: [PATCH 6/9] powerpc/pci: Use dev_is_pci() to check whether it is pci device

2013-12-16 Thread Wei Yang
On Mon, Dec 16, 2013 at 05:05:05PM +0800, Yijing Wang wrote: >On 2013/12/16 15:13, Wei Yang wrote: >> Yijing, >> >> This one looks good. >> >> While I take a look at the source code, there are around 20 places with >> similar style. Do you think it would be good to change all these places >> in o

Re: [PATCH 2/8] IBM Akebono: Add a SDHCI platform driver

2013-12-16 Thread Alistair Popple
Hi, I originally sent this to the linuxppc-dev list thinking Ben H might take it, however it should go through the appropriate subsystem. Can someone please merge it into the appropriate tree (unless the are problems with it)? Thanks. Regards, Alistair On Fri, 22 Nov 2013 13:08:30 Alistair P

Re: [PATCH v2] powerpc 8xx: Loading kernels over 8Mbytes without CONFIG_PIN_TLB

2013-12-16 Thread Scott Wood
On Wed, 2013-12-11 at 00:36 +0100, leroy christophe wrote: > Le 11/12/2013 00:18, Scott Wood a écrit : > > There wasn't previously an ifdef specifically around the setting of > > SPRN_MD_CTR. That's new. There was an ifdef around the entire block, > > which has gone away because you are now tryin

Re: [PATCH 1/5] powerpc/85xx/dts: add third elo3 dma component

2013-12-16 Thread Scott Wood
On Mon, 2013-12-16 at 17:12 +0800, Hongbo Zhang wrote: > On 12/13/2013 01:43 PM, Liu Shengzhou-B36685 wrote: > > > >> -Original Message- > >> From: Hongbo Zhang [mailto:hongbo.zh...@freescale.com] > >> Sent: Thursday, December 12, 2013 5:57 PM > >> To: Liu Shengzhou-B36685; linuxppc-dev@lis

Re: [PATCH v5 4/4] powerpc/85xx: add sysfs for pw20 state and altivec idle

2013-12-16 Thread Scott Wood
On Sun, 2013-12-15 at 23:53 -0600, Wang Dongsheng-B40534 wrote: > > > -Original Message- > > From: Bhushan Bharat-R65777 > > Sent: Monday, November 11, 2013 12:11 PM > > To: Wang Dongsheng-B40534; Wood Scott-B07421 > > Cc: linuxppc-dev@lists.ozlabs.org > > Subject: RE: [PATCH v5 4/4] power

Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-16 Thread Ralf Baechle
On Sat, Dec 14, 2013 at 11:59:36AM -0500, Mark Salter wrote: > - depends on !PARISC && (!ARM || FOOTBRIDGE_HOST) && \ > -(!SUPERH || SH_CAYMAN) && !M68K && !BLACKFIN && !S390 && \ > -!ARC > + depends on ARCH_MIGHT_HAVE_PC_SERIO Most dependencies on an archi

[PATCH v2] powerpc/powernv: Framework to log critical errors on powernv.

2013-12-16 Thread Deepthi Dharwar
This patch provides error logging interfaces to report critical powernv error to FSP. All the required information to dump the error is collected at POWERNV level through error log interfaces and then pushed on to FSP. This also supports synchronous error logging in cases of PANIC, by passing OPA

[PATCH 2/2] drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.c

2013-12-16 Thread Rashika Kheria
Mark the function hvc_poll_init() as static in hvc/hvc_console.c because it is not used outside this file. This eliminates the following warning in hvc/hvc_console.c: drivers/tty/hvc/hvc_console.c:791:5: warning: no previous prototype for ‘hvc_poll_init’ [-Wmissing-prototypes] Signed-off-by: Ras

Re: [PATCH 2/2] drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.c

2013-12-16 Thread Josh Triplett
On Mon, Dec 16, 2013 at 04:31:28PM +0530, Rashika Kheria wrote: > Mark the function hvc_poll_init() as static in hvc/hvc_console.c because > it is not used outside this file. > > This eliminates the following warning in hvc/hvc_console.c: > drivers/tty/hvc/hvc_console.c:791:5: warning: no previous

[PATCH] powerpc/powernv: Read opal error log and export it through sysfs interface.

2013-12-16 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar This patch adds support to read error logs from OPAL and export them to userspace through sysfs interface /sys/firmware/opa/opal-elog. This patch buffers 128 error log records until it is consumed by userspace tool. This patch provides an sysfs interface '/sys/firmware/op

Re: [PATCH] This patch adds support to read error logs from OPAL and export them

2013-12-16 Thread Mahesh Jagannath Salgaonkar
On 12/16/2013 10:47 AM, Mahesh J Salgaonkar wrote: > From: Mahesh Salgaonkar > > to userspace through sysfs interface /sys/firmware/opa/opal-elog. > > This patch buffers 128 error log records until it is consumed by userspace > tool. This patch provides an sysfs interface '/sys/firmware/opa/opal

Re: [PATCH 1/5] powerpc/85xx/dts: add third elo3 dma component

2013-12-16 Thread Hongbo Zhang
On 12/13/2013 01:43 PM, Liu Shengzhou-B36685 wrote: -Original Message- From: Hongbo Zhang [mailto:hongbo.zh...@freescale.com] Sent: Thursday, December 12, 2013 5:57 PM To: Liu Shengzhou-B36685; linuxppc-dev@lists.ozlabs.org; Wood Scott- B07421 Subject: Re: [PATCH 1/5] powerpc/85xx/dts:

Re: [PATCH 6/9] powerpc/pci: Use dev_is_pci() to check whether it is pci device

2013-12-16 Thread Yijing Wang
On 2013/12/16 15:13, Wei Yang wrote: > Yijing, > > This one looks good. > > While I take a look at the source code, there are around 20 places with > similar style. Do you think it would be good to change all these places > in one patch? I sent the other similar changes to related maillist, some