Re: [PATCH] gianfar: add missing include

2012-04-09 Thread Michael Neuling
Richard Cochran wrote: > On Tue, Apr 10, 2012 at 02:18:47PM +1000, Michael Neuling wrote: > > This is because of a missing include file from: > > 6663628 gianfar: Support the get_ts_info ethtool method. > > > > Signed-off-by: Michael Neuling > > I did a poor job testing the non-x86 stuff in t

Re: [PATCH] gianfar: add missing include

2012-04-09 Thread Richard Cochran
On Tue, Apr 10, 2012 at 02:18:47PM +1000, Michael Neuling wrote: > This is because of a missing include file from: > 6663628 gianfar: Support the get_ts_info ethtool method. > > Signed-off-by: Michael Neuling I did a poor job testing the non-x86 stuff in this series. Thanks for the fix. Acke

Re: 3.4.0-rc1: No init found

2012-04-09 Thread Christian Kujau
On Tue, 3 Apr 2012 at 18:08, Benjamin Herrenschmidt wrote: > On Tue, 2012-04-03 at 00:20 -0700, Christian Kujau wrote: > > Going from 3.3-rc7 to 3.4-rc1 (with "make oldconfig" inbetween) did not > > go well on this PowerBook G4 machine: > > > > Apr 2 15:18:23 [ 8.318816] EXT4-fs (hda6): mounte

[PATCH] gianfar: add missing include

2012-04-09 Thread Michael Neuling
next-20120405 compiled with mpc85xx_defconfig gives the following: CC drivers/net/ethernet/freescale/gianfar_ethtool.o drivers/net/ethernet/freescale/gianfar_ethtool.c: In function 'gfar_get_ts_info': drivers/net/ethernet/freescale/gianfar_ethtool.c:1751:4: error: 'SOF_TIMESTAMPING_RX_SOF

RE: [PATCH 1/1] Add support 2 SATA ports for Maui and change filename from sata_dwc_460ex.c to sata_dwc_4xx.c

2012-04-09 Thread Thang Nguyen
Hi Sergei, Thanks for your review. On Maui, there are 2 separate SATA controllers but they share the same AHBDMA controller. Each SATA controller is assigned a fixed DMA channel on the AHBDMA (channel 0 is assigned to SATA controller 0 and channel 1 is assigned to SATA controller 1). For the 460EX,

Re: P4080 Device tree

2012-04-09 Thread Scott Wood
On 04/03/2012 09:13 AM, dimitar wrote: > Hello, > > I hope I'm posting my question on the right place. > Please be gentle to me, since I'm newbie in Linux Kernel. > > I'm porting Linux to a custom board based on P4080DS BSP. My problem is > that I cannot understand the configuration of th DPA in

Re: Problem with framebuffer mmap on platforms with large addressing

2012-04-09 Thread Benjamin Herrenschmidt
On Mon, 2012-04-09 at 20:18 +0400, Dmitry Eremin-Solenikov wrote: > > As for the patches, you'll have to wait for Tony to respond (I'll > poke > > him locally). > > Any news on these patches? A dirty and "not for the upstream yet" > version > would be sufficient for me for now. I'll poke again..

Re: Problem with framebuffer mmap on platforms with large addressing

2012-04-09 Thread Dmitry Eremin-Solenikov
On Tue, Mar 20, 2012 at 9:40 AM, Benjamin Herrenschmidt wrote: > >> >> That is interesting! Are those patches published or otherwise available >> >> somewhere? We are also very interested in enabling Canyonlands >> >> with Radeon KMS! >> > >> > You will run into additional problems with 460 due to

Re: [PATCH 00/14] Backport 8xx TLB to 2.4

2012-04-09 Thread Willy Tarreau
Hi Joakim, On Wed, Feb 08, 2012 at 12:39:50PM +0100, Joakim Tjernlund wrote: > I figure, after 2.4.37.12, a public git tree on kernel org which still > receives fixes would be enough. FYI, I've merged your patches and pushed them along with a few pending other ones here : http://git.kernel.or

Re: [PATCH] powerpc: 512x: Fix mpc5121_clk_get()

2012-04-09 Thread Richard Weinberger
Am 26.03.2012 21:01, schrieb Richard Weinberger: > If try_module_get() fails, mpc5121_clk_get() might return > a wrong clock. > > Signed-off-by: Richard Weinberger > --- > arch/powerpc/platforms/512x/clock.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/arch

Re: [PATCH 1/1] Add support 2 SATA ports for Maui and change filename from sata_dwc_460ex.c to sata_dwc_4xx.c

2012-04-09 Thread Sergei Shtylyov
Hello. On 03-04-2012 14:12, Thang Q. Nguyen wrote: Signed-off-by: Thang Q. Nguyen [...] diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index cfa23bf..803fda6 100644 --- a/arch/powerpc/boot/dts/bluestone.dts +++ b/arch/powerpc/boot/dts/bluestone.dts @@

[V2 5/5] powerpc: kernel: 16650 UART reg-shift support

2012-04-09 Thread Tanmay Inamdar
In APM8018X SOC, UART register address space has been relocated to 32-bit data boundaries for APB bus implementation. Current legacy_serial driver ignores the reg-shift property. This patch modifies legacy_serial.c and udbg_16550.c to work with above mentioned UARTs. Signed-off-by: Tanmay Inamdar

[V2 4/5] powerpc: config: 40x: Add 16650 UART support in klondike defconfig

2012-04-09 Thread Tanmay Inamdar
Adding 16650 UART support in klondike_defconfig for APM8018X SOC Signed-off-by: Tanmay Inamdar --- :100644 100644 c0d228d... c35c345... M arch/powerpc/configs/40x/klondike_defconfig arch/powerpc/configs/40x/klondike_defconfig |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) dif

[V2 3/5] powerpc: dts: klondike: Add UART nodes

2012-04-09 Thread Tanmay Inamdar
Adding UART nodes in Klondike device tree file. Version 2: Removed unnecessary 'virtual-reg' property from UART node. Signed-off-by: Tanmay Inamdar --- :100644 100644 4ff2852... b1e516e... M arch/powerpc/boot/dts/klondike.dts arch/powerpc/boot/dts/klondike.dts | 22 ++ 1

[V2 1/5] powerpc: dts: klondike: Add AHB, APB bus; remove OPB bus

2012-04-09 Thread Tanmay Inamdar
Add entries in klondike device tree for AHB and APB bus and remove entry for non-existent OPB bus inherited from legacy code. Signed-off-by: Tanmay Inamdar --- :100644 100644 8c94290... 4ff2852... M arch/powerpc/boot/dts/klondike.dts arch/powerpc/boot/dts/klondike.dts | 167 ++-

[V2 2/5] powerpc: 40x: Add AHB, APB of_device_ids

2012-04-09 Thread Tanmay Inamdar
Adding of_device_id's for AHB and APB buses used in klondike (APM8018X) in platforms/40x/ppc40x_simple.c file Signed-off-by: Tanmay Inamdar --- :100644 100644 9761206... 7b518ed... M arch/powerpc/platforms/40x/ppc40x_simple.c arch/powerpc/platforms/40x/ppc40x_simple.c |2 ++ 1 files change