Re: [PATCH V2 0/4] misc: xgene: Add support for APM X-Gene SoC Queue Manager/Traffic Manager

2014-01-04 Thread Loc Ho
Hi, >> >> >> This patch adds support for APM X-Gene SoC Queue Manager/Traffic >> >> >> Manager. >> >> >> QMTM is required by APM X-Gene SoC Ethernet, PktDMA (XOR Engine) and >> >> >> Security Engine subsystems. All subsystems communicate with QMTM using >> >> >> messages which include informat

Re: [PATCH V2 0/4] misc: xgene: Add support for APM X-Gene SoC Queue Manager/Traffic Manager

2014-01-04 Thread Ravi Patel
On Sat, Jan 4, 2014 at 7:38 PM, Greg KH wrote: > On Sat, Jan 04, 2014 at 03:59:46PM -0800, Ravi Patel wrote: >> On Sat, Dec 21, 2013 at 11:03 PM, Arnd Bergmann wrote: >> > On Saturday 21 December 2013 17:00:51 Loc Ho wrote: >> >> On Sat, Dec 21, 2013 at 12:11 PM, Arnd Bergmann wrote: >> >> > On

Re: [PATCHv4 0/2] twl4030-keypad DT binding

2014-01-04 Thread Sebastian Reichel
On Sat, Jan 04, 2014 at 12:49:01AM -0800, Dmitry Torokhov wrote: > On Sat, Jan 04, 2014 at 06:40:06AM +0100, Sebastian Reichel wrote: > > What's the status of this patch? Can you queue this for 3.14? > > I just queued it. Thanks. -- Sebastian signature.asc Description: Digital signature

Re: [PATCH V2 0/4] misc: xgene: Add support for APM X-Gene SoC Queue Manager/Traffic Manager

2014-01-04 Thread Greg KH
On Sat, Jan 04, 2014 at 03:59:46PM -0800, Ravi Patel wrote: > On Sat, Dec 21, 2013 at 11:03 PM, Arnd Bergmann wrote: > > On Saturday 21 December 2013 17:00:51 Loc Ho wrote: > >> On Sat, Dec 21, 2013 at 12:11 PM, Arnd Bergmann wrote: > >> > On Saturday 21 December 2013, Ravi Patel wrote: > >> >> T

Re: [PATCH V2 0/4] misc: xgene: Add support for APM X-Gene SoC Queue Manager/Traffic Manager

2014-01-04 Thread Ravi Patel
On Sat, Dec 21, 2013 at 11:03 PM, Arnd Bergmann wrote: > On Saturday 21 December 2013 17:00:51 Loc Ho wrote: >> On Sat, Dec 21, 2013 at 12:11 PM, Arnd Bergmann wrote: >> > On Saturday 21 December 2013, Ravi Patel wrote: >> >> This patch adds support for APM X-Gene SoC Queue Manager/Traffic Manage

Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-04 Thread Hans de Goede
Hi, On 01/04/2014 10:39 PM, Arnd Bergmann wrote: On Saturday 04 January 2014 10:14:36 Hans de Goede wrote: diff --git a/Documentation/devicetree/bindings/ata/ahci-sunxi.txt b/Documentation/devicetree/bindings/ata/ahci-sunxi.txt new file mode 100644 index 000..0792fa5 --- /dev/null +++ b/Do

Re: [PATCH] i2c: at91: document clock properties

2014-01-04 Thread Wolfram Sang
On Tue, Dec 17, 2013 at 04:54:04PM +0100, Boris BREZILLON wrote: > Document the clock properties required by the at91 i2c bus driver. > > Signed-off-by: Boris BREZILLON Applied to for-next, thanks! signature.asc Description: Digital signature

Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-04 Thread Arnd Bergmann
On Saturday 04 January 2014 22:39:50 Arnd Bergmann wrote: > > +Required properties: > > +- compatible : compatible list, contains "allwinner,sun4i-a10-ahci" > > +- reg: > > +- interrupts : > > +- clocks : clocks for ACHI > > +- clock-names: clock names for AHCI > > Th

Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-04 Thread Arnd Bergmann
On Saturday 04 January 2014 10:14:36 Hans de Goede wrote: > diff --git a/Documentation/devicetree/bindings/ata/ahci-sunxi.txt > b/Documentation/devicetree/bindings/ata/ahci-sunxi.txt > new file mode 100644 > index 000..0792fa5 > --- /dev/null > +++ b/Documentation/devicetree/bindings/ata/ahci-

Re: [PATCHv9] dmaengine: Add support for BCM2835

2014-01-04 Thread Florian Meier
On 02.01.2014 19:03, Arnd Bergmann wrote: > On Thursday 02 January 2014 18:49:23 Florian Meier wrote: >> Add support for DMA controller of BCM2835 as used in the Raspberry Pi. >> Currently it only supports cyclic DMA. > > Looks very nice. Just a few details I noticed: > >> +#if defined(CONFIG_OF) >

[PATCH v6 6/9] phy: Add support for S5PV210 to the Exynos USB 2.0 PHY driver

2014-01-04 Thread Tomasz Figa
From: Mateusz Krawczuk Add support for the Samsung's S5PV210 SoC to the Exynos USB 2.0 PHY driver. Signed-off-by: Mateusz Krawczuk [k.deb...@samsung.com: cleanup and commit description] [k.deb...@samsung.com: make changes accordingly to the mailing list comments] Signed-off-by: Kamil Debski [t

[PATCH v2 4/4] ARM: sun7i: dts: Add ahci / sata support

2014-01-04 Thread Hans de Goede
This patch adds sunxi sata support to A20 boards that have such a connector. Some boards also feature a regulator via a GPIO and support for this is also added. Signed-off-by: Olliver Schinagl Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun7i-a20-cubieboard2.dts | 27

[PATCH v2 1/4] libahci: Add a pre ahci_start_engine hook

2014-01-04 Thread Hans de Goede
From: Oliver Schinagl Allwinner A10 and A20 ARM SoCs have an AHCI sata controller which need a special register to be poked before starting the DMA engine. This register gets reset on an ahci_stop_engine call, so there is no other place then ahci_start_engine where this poking can be done. This

[PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata

2014-01-04 Thread Hans de Goede
From: Oliver Schinagl This patch adds support for the ahci sata controler found on Allwinner A10 and A20 SoCs. Orignally written by Olliver Schinagl using the approach of having a platform device which probe method creates a new child platform device which gets driven by ahci_platform.c, as done

[PATCH v2 3/4] ARM: sun4i: dts: Add ahci / sata support

2014-01-04 Thread Hans de Goede
From: Oliver Schinagl This patch adds sunxi sata support to A10 boards that have such a connector. Some boards also feature a regulator via a GPIO and support for this is also added. Signed-off-by: Olliver Schinagl Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun4i-a10-a1000.dts |

[PATCH v2 0/4] ARM: sunxi: Add ahci-sunxi driver for Allwinner SoCs sata

2014-01-04 Thread Hans de Goede
Hi Tejun et al, Here is the second version of the ahci-sunxi driver. Since Oliver is a bit low on time atm, I've taken over the efforts to upstream this for now. v1 was using the approach of having a platform device which probe method creates a new child platform device which gets driven by ahci_

Re: [PATCHv4 0/2] twl4030-keypad DT binding

2014-01-04 Thread Dmitry Torokhov
Hi Sebastian, On Sat, Jan 04, 2014 at 06:40:06AM +0100, Sebastian Reichel wrote: > Dmitry, > > What's the status of this patch? Can you queue this for 3.14? I just queued it. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to