Re: [PATCH V4] hwmon: (ibmpowernv) Add highest/lowest attributes to sensors

2017-05-14 Thread Guenter Roeck
On 05/06/2017 08:27 AM, Shilpasri G Bhat wrote: OCC provides historical minimum and maximum value for the sensor readings. This patch exports them as highest and lowest attributes for the inband sensors copied by OCC to main memory. Signed-off-by: Shilpasri G Bhat --- Changes from V3: - Removed

[PATCH] fsl_udc_core: fix spelling mistake: "Dectected" -> "Detected"

2017-05-14 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in seq_printf text Signed-off-by: Colin Ian King --- drivers/usb/gadget/udc/fsl_udc_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/udc/fsl_udc_core.c b/drivers/usb/gadget/udc/fsl_udc_core.c ind

[patch 09/18] cpufreq/pasemi: Adjust system_state check

2017-05-14 Thread Thomas Gleixner
To enable smp_processor_id() and might_sleep() debug checks earlier, it's required to add system states between SYSTEM_BOOTING and SYSTEM_RUNNING. Adjust the system_state check in pas_cpufreq_cpu_exit() to handle the extra states. Signed-off-by: Thomas Gleixner Cc: "Rafael J. Wysocki" Cc: Vires

[patch 06/18] powerpc: Adjust system_state check

2017-05-14 Thread Thomas Gleixner
To enable smp_processor_id() and might_sleep() debug checks earlier, it's required to add system states between SYSTEM_BOOTING and SYSTEM_RUNNING. Adjust the system_state check in smp_generic_cpu_bootable() to handle the extra states. Signed-off-by: Thomas Gleixner Cc: Benjamin Herrenschmidt Cc

Re: [PATCH 2/2] v1 powerpc/powernv: Enable removal of memory for in memory tracing

2017-05-14 Thread Rashmica Gupta
On 14/05/17 14:55, Anshuman Khandual wrote: On 05/09/2017 12:36 PM, Rashmica Gupta wrote: Sorry for the late reply, I somehow missed this. On 03/05/17 21:56, Anshuman Khandual wrote: On 05/03/2017 09:22 AM, Rashmica Gupta wrote: On 28/04/17 19:52, Anshuman Khandual wrote: On 04/28/2017 11

Re: [PATCH 2/2] v1 powerpc/powernv: Enable removal of memory for in memory tracing

2017-05-14 Thread Anshuman Khandual
On 05/15/2017 09:04 AM, Rashmica Gupta wrote: > > > On 14/05/17 14:55, Anshuman Khandual wrote: >> On 05/09/2017 12:36 PM, Rashmica Gupta wrote: >>> Sorry for the late reply, I somehow missed this. >>> >>> >>> On 03/05/17 21:56, Anshuman Khandual wrote: On 05/03/2017 09:22 AM, Rashmica Gupta

Re: [v2] powerpc/powernv: Block PCI config access on BCM5718 during EEH recovery

2017-05-14 Thread Michael Ellerman
On Wed, 2017-04-19 at 04:46:24 UTC, Gavin Shan wrote: > Similar to what is done in commit b6541db13952 ("powerpc/eeh: Block > PCI config access upon frozen PE"), we need block PCI config access > for BCM5719 when recovering frozen error on them. Otherwise, an > unexpected recursive fenced PHB error

Re: [linux-next, bisected, 1945bc45] build brakes for PowerPC BE configuration on LPAR

2017-05-14 Thread Michael Ellerman
On Thu, 2017-05-04 at 10:41:12 UTC, Nicholas Piggin wrote: > On Thu, 04 May 2017 14:54:19 +0530 > Abdul Haleem wrote: > > > Hi, > > > > linux-next build fails on BE config with next-20170424 onwards > > > > the patch https://lkml.org/lkml/2017/4/20/994 fixes a similar issue > > with kvm guest

Re: powerpc: fix distclean with Makefile.postlink

2017-05-14 Thread Michael Ellerman
On Mon, 2017-05-08 at 08:50:16 UTC, =?utf-8?q?Horia_Geant=C4=83?= wrote: > Makefile.postlink always includes include/config/auto.conf, however > this file is not present in a clean kernel tree, causing make to fail: > > arch/powerpc/Makefile.postlink:10: include/config/auto.conf: No such file or

Re: [1/3] of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle

2017-05-14 Thread Michael Ellerman
On Tue, 2017-05-09 at 13:44:30 UTC, Michael Ellerman wrote: > From: Nicholas Piggin > > Introduce primitives for FDT parsing. These will be used for powerpc > cpufeatures node scanning, which has quite complex structure but should > be processed early. > > Cc: devicet...@vger.kernel.org > Acked-

Re: powerpc/mm/book3s/64: Rework page table geometry for lower memory usage

2017-05-14 Thread Michael Ellerman
On Tue, 2017-05-09 at 08:05:48 UTC, Michael Ellerman wrote: > Recently in commit f6eedbba7a26 ("powerpc/mm/hash: Increase VA range to > 128TB") > we increased the virtual address space for user processes to 128TB by default, > and up to 512TB if user space opts in. > > This obviously required exp

Re: [patch 09/18] cpufreq/pasemi: Adjust system_state check

2017-05-14 Thread Viresh Kumar
On 14-05-17, 20:27, Thomas Gleixner wrote: > To enable smp_processor_id() and might_sleep() debug checks earlier, it's > required to add system states between SYSTEM_BOOTING and SYSTEM_RUNNING. > > Adjust the system_state check in pas_cpufreq_cpu_exit() to handle the extra > states. > > Signed-of