RE: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-27 Thread Wang Dongsheng-B40534
> -Original Message- > From: Wood Scott-B07421 > Sent: Thursday, March 28, 2013 4:26 AM > To: Wang Dongsheng-B40534 > Cc: Wood Scott-B07421; Gala Kumar-B11780; linuxppc-dev@lists.ozlabs.org; > Zhao Chenhui-B35336; Li Yang-R58472 > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeu

RE: [PATCH 3/3] cpufreq: Add cpufreq driver for Freescale e500mc SOCs

2013-03-27 Thread Tang Yuantian-B29983
> > + return ret; > > + > > + pr_info("Freescale PowerPC corenet CPU frequency scaling driver\n"); > > + > > + return ret; > > +} > > + > > +static void __exit ppc_corenet_cpufreq_exit(void) { > > + cpufreq_unregister_driver(&ppc_corenet_cpufreq_driver); > > +} > > + > > +module_ini

RE: [PATCH 2/3] powerpc/mpic: add global timer support

2013-03-27 Thread Wang Dongsheng-B40534
> -Original Message- > From: Wood Scott-B07421 > Sent: Thursday, March 28, 2013 1:12 AM > To: Wang Dongsheng-B40534 > Cc: Wood Scott-B07421; Gala Kumar-B11780; linuxppc-dev@lists.ozlabs.org; > Li Yang-R58472 > Subject: Re: [PATCH 2/3] powerpc/mpic: add global timer support > > On 03/26/2

Re: [PATCH] powerpc: drop even more unused Kconfig symbols

2013-03-27 Thread Michael Ellerman
On Wed, Mar 27, 2013 at 11:51:35AM +0100, Paul Bolle wrote: > On Thu, 2013-03-21 at 12:10 +0100, Paul Bolle wrote: > > diff --git a/arch/powerpc/platforms/wsp/Kconfig > > b/arch/powerpc/platforms/wsp/Kconfig > > index 79d2225..9eea710 100644 > > --- a/arch/powerpc/platforms/wsp/Kconfig > > +++ b/a

Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-27 Thread Scott Wood
On 03/26/2013 10:21:04 PM, Wang Dongsheng-B40534 wrote: > -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, March 27, 2013 1:36 AM > To: Wang Dongsheng-B40534 > Cc: Wood Scott-B07421; Gala Kumar-B11780; linuxppc-dev@lists.ozlabs.org; > Zhao Chenhui-B35336; Li Yang-R5847

[PATCH 04/22] block: Convert bio_for_each_segment() to bvec_iter

2013-03-27 Thread Kent Overstreet
More prep work for immutable biovecs - with immutable bvecs drivers won't be able to use the biovec directly, they'll need to use helpers that take into account bio->bi_iter.bi_bvec_done. This updates callers for the new usage without changing the implementation yet. Signed-off-by: Kent Overstree

Re: [PATCH 2/3] x86/mm/numa: use setup_nr_node_ids() instead of opencoding.

2013-03-27 Thread H. Peter Anvin
On 03/26/2013 10:56 AM, Yinghai Lu wrote: > > For 1 and 2, > > Acked-by: Yinghai Lu > Similarly: Acked-by: H. Peter Anvin -hpa ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 3/3] cpufreq: Add cpufreq driver for Freescale e500mc SOCs

2013-03-27 Thread Kim Phillips
On Tue, 26 Mar 2013 10:36:31 +0800 wrote: > +static int __init ppc_corenet_cpufreq_init(void) > +{ > + int ret = 0; > + struct device_node *np; > + const struct of_device_id *match; > + > + np = of_find_matching_node(NULL, node_matches); > + if (!np) > + return -E

Re: [PATCH 5/7 v2] KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUs

2013-03-27 Thread Scott Wood
On 03/26/2013 05:05:10 PM, Mihai Caraman wrote: Embedded.Page Table (E.PT) category in VMs requires indirect tlb entries emulation which is not supported yet. Configure TLBnCFG to remove E.PT and E.HV.LRAT categories from VCPUs. Signed-off-by: Mihai Caraman --- v2: - Remove E.HV.LRAT from vc

Re: [PATCH 5/7 v2] KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUs

2013-03-27 Thread Alexander Graf
On 26.03.2013, at 23:05, Mihai Caraman wrote: > Embedded.Page Table (E.PT) category in VMs requires indirect tlb entries > emulation which is not supported yet. Configure TLBnCFG to remove E.PT > and E.HV.LRAT categories from VCPUs. > > Signed-off-by: Mihai Caraman > --- > v2: > - Remove E.HV.L

Re: [PATCH 4/7 v2] KVM: PPC: e500: Add support for EPTCFG register

2013-03-27 Thread Alexander Graf
On 26.03.2013, at 23:05, Mihai Caraman wrote: > EPTCFG register defined by E.PT is accessed unconditionally by Linux guests > in the presence of MAV 2.0. Support it now. > > Signed-off-by: Mihai Caraman > --- > v2: > - Use has_feature() function > > Documentation/virtual/kvm/api.txt |1 +

Re: [PATCH 2/3] powerpc/mpic: add global timer support

2013-03-27 Thread Scott Wood
On 03/26/2013 10:23:38 PM, Wang Dongsheng-B40534 wrote: > -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, March 27, 2013 1:32 AM > To: Wang Dongsheng-B40534 > Cc: Wood Scott-B07421; Gala Kumar-B11780; linuxppc-dev@lists.ozlabs.org; > Li Yang-R58472 > Subject: Re: [PAT

Re: [PATCHv2 1/3] pci: added pcie_get_speed_cap_mask function

2013-03-27 Thread Bjorn Helgaas
On Wed, Mar 27, 2013 at 9:25 AM, Benjamin Herrenschmidt wrote: > On Tue, 2013-03-26 at 12:39 -0600, Bjorn Helgaas wrote: >> But we also know pdev is a PCIe device, and I think a PCIe device on a >> root bus must be a "Root Complex Integrated Endpoint" (PCIe spec sec >> 1.3.2.3). Such a device doe

Re: [PATCH] powerpc: remove PReP

2013-03-27 Thread Benjamin Herrenschmidt
On Wed, 2013-03-27 at 13:05 +0100, Geert Uytterhoeven wrote: > On Wed, Mar 27, 2013 at 11:47 AM, Paul Bolle wrote: > > 3) I removed two files in documentation that are almost entirely PReP > > specific. The remaining lines looked uninteresting. > > > --- a/Documentation/powerpc/sound.txt > > +++

Re: [PATCH 1/7 v2] KVM: PPC: e500: Expose MMU registers via ONE_REG

2013-03-27 Thread Alexander Graf
On 26.03.2013, at 23:05, Mihai Caraman wrote: > MMU registers were exposed to user-space using sregs interface. Add them > to ONE_REG interface and use kvmppc_get_one_reg/kvmppc_set_one_reg delegation > interface introduced by book3s. > > Signed-off-by: Mihai Caraman > --- > v2: > - Restrict se

Re: [PATCH] powerpc: remove PReP

2013-03-27 Thread Gary Thomas
On 2013-03-27 06:42, Paul Bolle wrote: On Wed, 2013-03-27 at 13:05 +0100, Geert Uytterhoeven wrote: This section is CHRP-specific. The cs4232 driver also worked on the CHRP LongTrail. But I don't remember if the parameter values above also applied to LongTrail. I do remember it didn't work witho

Re: [PATCHv2 1/3] pci: added pcie_get_speed_cap_mask function

2013-03-27 Thread Benjamin Herrenschmidt
On Tue, 2013-03-26 at 12:39 -0600, Bjorn Helgaas wrote: > But we also know pdev is a PCIe device, and I think a PCIe device on a > root bus must be a "Root Complex Integrated Endpoint" (PCIe spec sec > 1.3.2.3). Such a device does not have a link at all, so there's no > point in fiddling with its

Re: [PATCH] powerpc: remove PReP

2013-03-27 Thread Paul Bolle
By the way, I get bounces from Adam's address: > I'm sorry to have to inform you that your message could not > be delivered to one or more recipients. It's attached below. > > For further assistance, please send mail to > > If you do so, please include this problem report. You can > delete your

Re: [PATCH] powerpc: remove PReP

2013-03-27 Thread Paul Bolle
On Wed, 2013-03-27 at 13:05 +0100, Geert Uytterhoeven wrote: > This section is CHRP-specific. The cs4232 driver also worked on the > CHRP LongTrail. > But I don't remember if the parameter values above also applied to LongTrail. > I do remember it didn't work without specifing the right parameters,

Re: [PATCH] powerpc: remove PReP

2013-03-27 Thread Geert Uytterhoeven
On Wed, Mar 27, 2013 at 11:47 AM, Paul Bolle wrote: > 3) I removed two files in documentation that are almost entirely PReP > specific. The remaining lines looked uninteresting. > --- a/Documentation/powerpc/sound.txt > +++ /dev/null > -2. IBM CHRP > - > - I have only tested this on the 43P-150

Re: [PATCH] powerpc: drop even more unused Kconfig symbols

2013-03-27 Thread Paul Bolle
On Thu, 2013-03-21 at 12:10 +0100, Paul Bolle wrote: > diff --git a/arch/powerpc/platforms/wsp/Kconfig > b/arch/powerpc/platforms/wsp/Kconfig > index 79d2225..9eea710 100644 > --- a/arch/powerpc/platforms/wsp/Kconfig > +++ b/arch/powerpc/platforms/wsp/Kconfig > @@ -29,7 +29,3 @@ config PPC_CHROMA

[PATCH] powerpc: remove PReP

2013-03-27 Thread Paul Bolle
PPC_PREP is marked as BROKEN since v2.6.15. Remove all PReP specific code now. Signed-off-by: Paul Bolle --- 0) Suggested by Michael. 1) Sent as one patch. powerpc is the biggest chunk (if one includes the doc changes). Is it easier if I split this into a number maintainer specific patches? Ie,