[PATCH 2/3] include: Convert ethernet mac address declarations to use ETH_ALEN

2013-07-28 Thread Joe Perches
It's convenient to have ethernet mac addresses use ETH_ALEN to be able to grep for them a bit easier and also to ensure that the addresses are __aligned(2). Add #include as necessary. Signed-off-by: Joe Perches --- include/acpi/actbl2.h | 4 ++- include/linux/dm9000.h | 4

[PATCH 0/3] networking: Use ETH_ALEN where appropriate

2013-07-28 Thread Joe Perches
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to use ETH_ALEN ethernet: Convert mac address uses of 6 to ETH

Re: [RFC PATCH 4/5] cpuidle/ppc: CPU goes tickless if there are no arch-specific constraints

2013-07-28 Thread Vaidyanathan Srinivasan
* Preeti U Murthy [2013-07-27 13:20:37]: > Hi Ben, > > On 07/27/2013 12:00 PM, Benjamin Herrenschmidt wrote: > > On Fri, 2013-07-26 at 08:09 +0530, Preeti U Murthy wrote: > >> *The lapic of a broadcast CPU is active always*. Say CPUX, wants the > >> broadcast CPU to wake it up at timeX. Since w

Re: [RFC PATCH 4/5] cpuidle/ppc: CPU goes tickless if there are no arch-specific constraints

2013-07-28 Thread Vaidyanathan Srinivasan
* Benjamin Herrenschmidt [2013-07-27 16:30:05]: > On Fri, 2013-07-26 at 08:09 +0530, Preeti U Murthy wrote: > > *The lapic of a broadcast CPU is active always*. Say CPUX, wants the > > broadcast CPU to wake it up at timeX. Since we cannot program the lapic > > of a remote CPU, CPUX will need to

[PATCH 3/3] mmc:esdhc: add support to get voltage from device-tree

2013-07-28 Thread Haijun Zhang
Add suppport to get voltage from device-tree node for esdhc host, if voltage-ranges was specified in device-tree node we can get ocr_mask instead of read from host capacity register. If not voltages still can be get from host capacity register. Signed-off-by: Haijun Zhang --- drivers/mmc/host/sd

[PATCH 2/3] mmc:sdhc: get voltage from sdhc host

2013-07-28 Thread Haijun Zhang
We use host->ocr_mask to hold the voltage get from device-tree node, In case host->ocr_mask was available, we use host->ocr_mask as the final available voltage can be used by MMC/SD/SDIO card. Signed-off-by: Haijun Zhang --- drivers/mmc/host/sdhci.c | 3 +++ include/linux/mmc/sdhci.h | 1 + 2 f

[PATCH 1/3] mmc:core: parse voltage from device-tree

2013-07-28 Thread Haijun Zhang
Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the avail voltage mask. Signed-off-by: Haijun Zhang --- drivers/mmc/core/core.c | 48 include/l

Re: [PATCH] of: Feed entire flattened device tree into the random pool

2013-07-28 Thread Anton Blanchard
Hi, > be32_to_cpu(initial_boot_params->totalsize); Ouch, thanks Grant. Anton -- We feed the entire DMI table into the random pool to provide better random data during early boot, so do the same with the flattened device tree. Signed-off-by: Anton Blanchard --- v3: Fix endian issues as noted

RE: [PATCH v2 3/3] powerpc/85xx: Add C293PCIE board support

2013-07-28 Thread Liu Po-B43644
> -Original Message- > From: Wood Scott-B07421 > Sent: Saturday, July 27, 2013 5:59 AM > To: Liu Po-B43644 > Cc: linuxppc-...@ozlabs.org; ga...@kernel.crashing.org; Fleming Andy- > AFLEMING; Hu Mingkai-B21284; Liu Po-B43644 > Subject: Re: [PATCH v2 3/3] powerpc/85xx: Add C293PCIE b

RE: [PATCH v2 1/3] powerpc/85xx: Add SEC6.0 device tree

2013-07-28 Thread Liu Po-B43644
> -Original Message- > From: Wood Scott-B07421 > Sent: Saturday, July 27, 2013 5:55 AM > To: Liu Po-B43644 > Cc: linuxppc-...@ozlabs.org; ga...@kernel.crashing.org; Fleming Andy- > AFLEMING; Hu Mingkai-B21284; Liu Po-B43644 > Subject: Re: [PATCH v2 1/3] powerpc/85xx: Add SEC6.0 devi

Re: [PATCH 2/2 V2] mmc: esdhc: get voltage from dts file

2013-07-28 Thread Zhang Haijun
On 07/27/2013 03:18 AM, Anton Vorontsov wrote: On Thu, Jul 25, 2013 at 08:38:11AM +0800, Haijun Zhang wrote: Add voltage-range support in esdhc of T4, So we can choose to read voltages from dts file as one optional. If we can get a valid voltage-range from device node, we use this voltage as the

Re: [PATCH v6 3/3] DMA: Freescale: update driver to support 8-channel DMA engine

2013-07-28 Thread Vinod Koul
On Fri, Jul 26, 2013 at 06:27:16PM +0800, hongbo.zh...@freescale.com wrote: > From: Hongbo Zhang > > This patch adds support to 8-channel DMA engine, thus the driver works for > both > the new 8-channel and the legacy 4-channel DMA engines. > > Signed-off-by: Hongbo Zhang This looks fine. I ne