Re: [PATCH] Freescale Frame Manager Device Tree binding document

2014-09-02 Thread Scott Wood
On Sun, 2014-08-31 at 14:49 +0300, Igal.Liberman wrote: > +- cell-index > + Usage: required > + Value type: > + Definition: Specifies the index of the FMan unit. > + > + The cell-index value may be used, for example, to disable or > + ena

Re: [RFC PATCH v3 2/3] powerpc: Only set numa node information for present cpus at boottime

2014-09-02 Thread Nishanth Aravamudan
On 27.08.2014 [17:34:00 +0800], Li Zhong wrote: > As Nish suggested, it makes more sense to init the numa node informatiion > for present cpus at boottime, which could also avoid WARN_ON(1) in > numa_setup_cpu(). > > With this change, we also need to change the smp_prepare_cpus() to set up > numa

Re: [RFC PATCH v3 1/3] powerpc: Fix warning reported by verify_cpu_node_mapping()

2014-09-02 Thread Nishanth Aravamudan
On 27.08.2014 [17:33:59 +0800], Li Zhong wrote: > With commit 2fabf084b6ad ("powerpc: reorder per-cpu NUMA information's > initialization"), during boottime, cpu_numa_callback() is called > earlier(before their online) for each cpu, and verify_cpu_node_mapping() > uses cpu_to_node() to check whethe

[PATCH] powerpc/kvm/cma: Fix panic introduces by signed shift operation

2014-09-02 Thread Laurent Dufour
fc95ca7284bc54953165cba76c3228bd2cdb9591 introduces a memset in kvmppc_alloc_hpt since the general CMA doesn't clear the memory it allocates. However, the size argument passed to memset is computed from a signed value and its signed bit is extended by the cast the compiler is doing. This lead to e

Re: [PATCH v8 3/7] clk: Move all drivers to use internal API

2014-09-02 Thread Ulf Hansson
On 1 September 2014 17:32, Tomeu Vizoso wrote: > In preparation to change the public API to return a per-user clk structure, > remove any usage of this public API from the clock implementations. > > The reason for having this in a separate commit from the one that introduces > the implementation o