Re: [PATCH v4 2/2] powerpc/512x: add a device tree binding for LocalPlus Bus FIFO

2015-10-22 Thread Anatolij Gustschin
On Mon, 12 Oct 2015 00:08:02 +0300 Alexander Popov wrote: > Add a device tree binding for Freescale MPC512x LocalPlus Bus FIFO and > introduce the document describing that binding. > > Signed-off-by: Alexander Popov > --- > .../bindings/powerpc/fsl/mpc512x_lpbfifo.txt| 21 > ++

Re: [PATCH v4 1/2] powerpc/512x: add LocalPlus Bus FIFO device driver

2015-10-22 Thread Anatolij Gustschin
On Mon, 12 Oct 2015 00:08:01 +0300 Alexander Popov wrote: > This driver for Freescale MPC512x LocalPlus Bus FIFO (called SCLPC > in the Reference Manual) allows Direct Memory Access transfers > between RAM and peripheral devices on LocalPlus Bus. > > Signed-off-by: Alexander Popov > --- > arch

Re: How to select between different display timings?

2014-02-14 Thread Anatolij Gustschin
On Fri, 14 Feb 2014 18:35:25 +0100 Dirk Behme wrote: ... > > You need to set the property 'native-mode' to the phandle of the > > display-timings entry like marked above. > > Hmm, let's see if we talk about the same thing ;) Let me rephrase my > questions: > > Using above example and booting a

Re: [PATCH] gpu:drm:tilcdc: backlight node never found

2014-02-13 Thread Anatolij Gustschin
On Thu, 13 Feb 2014 14:47:38 +0100 Heiko Schocher wrote: > In panel_probe() the backlight node is never found, correct this. > > Signed-off-by: Heiko Schocher Acked-by: Anatolij Gustschin > Cc: Anatolij Gustschin > Cc: Benoit Parrot > Cc: Rob Clark > Cc: David Airli

Re: [PATCH v1 1/1] powerpc/512x: dts: remove misplaced IRQ spec from 'soc' node (5125)

2013-12-18 Thread Anatolij Gustschin
ing with v3.13-rc1 > lookup and resolution of 'interrupts' specs for peripherals gets misled > (tries to use the 'soc' as the interrupt parent which fails), emits > 'no irq domain found' WARN() messages and breaks the boot process > > [ best viewed with

Re: [PATCH v6 06/17] dts: mpc512x: add clock specs for client lookups

2013-12-07 Thread Anatolij Gustschin
On Sat, 30 Nov 2013 23:51:26 +0100 Gerhard Sittig wrote: > this addresses the client side of device tree based clock lookups > > add clock specifiers to the mbx, nfc, mscan, sdhc, i2c, axe, diu, viu, > mdio, fec, usb, pata, psc, psc fifo, and pci nodes in the shared > mpc5121.dtsi include > > C

Re: [PATCH v6 03/17] dts: mpc512x: add clock related device tree specs

2013-12-07 Thread Anatolij Gustschin
On Sat, 30 Nov 2013 23:51:23 +0100 Gerhard Sittig wrote: > this addresses the clock driver aka provider's side of clocks > - introduce a 'clocks' subtree with an 'osc' node for the crystal > or oscillator SoC input (fixed frequency) > - the 'clock@f00' clock-control-module node references the '

Re: [PATCH v6 02/17] dts: mpc512x: introduce dt-bindings/clock/ header

2013-12-07 Thread Anatolij Gustschin
On Sat, 30 Nov 2013 23:51:22 +0100 Gerhard Sittig wrote: > introduce a dt-bindings/ header file for MPC512x clocks, > providing symbolic identifiers for those SoC clocks which > clients will reference from their device tree nodes > > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: S

Re: [PATCH v1 1/1] powerpc/512x: dts: remove misplaced IRQ spec from 'soc' node

2013-12-03 Thread Anatolij Gustschin
g IRQ! > mpc512x_dma: probe of 80014000.dma failed with error -22 > ... > irq: no irq domain found for /soc@8000 ! > fs_enet: probe of 80002800.ethernet failed with error -22 > ... > irq: no irq domain found for /soc@8000 ! > mpc5121-rtc 8a00.rtc: m

Re: [PATCH RFC v5 1/5] dma: mpc512x: reorder mpc8308 specific instructions

2013-11-01 Thread Anatolij Gustschin
ff-by: Alexander Popov > --- > drivers/dma/mpc512x_dma.c | 42 +- > 1 file changed, 25 insertions(+), 17 deletions(-) Acked-by: Anatolij Gustschin > > diff --git a/drivers/dma/mpc512x_dma.c b/drivers/dma/mpc512x_dma.c > index 2fe4353