Re: [RFC v3 PATCH 1/5] of: Add standard property for poweroff capability

2014-10-25 Thread Romain Perier
Hi Johan, If that's still possible to do these changes, I am opened to suggestions. 2014-10-23 11:53 GMT+02:00 Johan Hovold jo...@kernel.org: [ +CC: Guenter, Lee, linux-pm ] On Tue, Oct 14, 2014 at 06:31:09AM +, Romain Perier wrote: Several drivers create their own devicetree property

Re: [PATCHv0] arm: mvebu: enable rear eSATA ports of NETGEAR ReadyNAS 2120

2014-10-25 Thread Andrew Lunn
On Sat, Oct 25, 2014 at 05:32:42PM +0200, Arnaud Ebalard wrote: NETGEAR ReadyNAS 2120 supports its four main SATA disks via 2 Marvell 88SE9170 SATA controllers connected on the PCIe bus of the the SoC. The two eSATA ports available at the rear of the device are handled by the native SATA

[PATCHv0] arm: mvebu: enable rear eSATA ports of NETGEAR ReadyNAS 2120

2014-10-25 Thread Arnaud Ebalard
NETGEAR ReadyNAS 2120 supports its four main SATA disks via 2 Marvell 88SE9170 SATA controllers connected on the PCIe bus of the the SoC. The two eSATA ports available at the rear of the device are handled by the native SATA controller of the Armada XP SoC powering the NAS. This patch enables the

Re: [PATCH v2 2/3] ARM: dts: socfpga: fpga bridges bindings docs

2014-10-25 Thread Steffen Trumtrar
Hi Pantelis! On Fri, Oct 24, 2014 at 12:20:53PM +0300, Pantelis Antoniou wrote: Hi Stefan, Allan, Sorry, haven’t had a chance to review all this yet; will do so in the weekend. Just wanted to pop in and comment on a few things. On Oct 24, 2014, at 10:00 AM, Steffen Trumtrar

Re: [RFC v3 PATCH 1/5] of: Add standard property for poweroff capability

2014-10-25 Thread Johan Hovold
[+CC: Felipe ] On Sat, Oct 25, 2014 at 09:28:36AM +0200, Romain Perier wrote: Hi Johan, If that's still possible to do these changes, I am opened to suggestions. Before v3.18 comes out, we can always change it with a follow-up patch. 2014-10-23 11:53 GMT+02:00 Johan Hovold

Re: [PATCH v2 2/3] ARM: keystone: pm: switch to use generic pm domains

2014-10-25 Thread Ulf Hansson
On 24 October 2014 18:39, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Fri, Oct 24, 2014 at 11:53:05AM +0200, Ulf Hansson wrote: On 23 October 2014 16:37, Grygorii Strashko grygorii.stras...@ti.com wrote: Hi Ulf, On 10/23/2014 11:11 AM, Ulf Hansson wrote: On 22 October 2014 17:44,

Re: [PATCH v4] iio: iadc: Qualcomm SPMI PMIC current ADC driver

2014-10-25 Thread Jonathan Cameron
On 22/10/14 15:13, Ivan T. Ivanov wrote: The current ADC is peripheral of Qualcomm SPMI PMIC chips. It has 16 bits resolution and register space inside PMIC accessible across SPMI bus. The driver registers itself through IIO interface. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com

Re: [PATCH v2 0/3] iio: exynos-adc: use syscon instead of ioremap

2014-10-25 Thread Jonathan Cameron
On 09/10/14 21:05, Jonathan Cameron wrote: On 21/09/14 13:17, Jonathan Cameron wrote: On 16/09/14 09:58, Naveen Krishna Chatradhi wrote: Changes since v1: 1. Rebased on top of togreg branch of IIO git. This patch set does the following 1. Use the syscon and Regmap API instead of

[PATCHv0] arm: mvebu: add .dts file for Synology DS213j

2014-10-25 Thread Arnaud Ebalard
Synology DS213j is a 2-bay NAS powered by a Marvell Armada 370 (88F6710 @1.2Ghz). It is very similar on many aspects to previous 2-bay Synology models based on Marvell kirkwood SoC. Here is a short summary of the device: - 512MB RAM - boot on SPI flash (64Mbit Micron N25Q064) - 1 GbE

Re: [PATCHv0] arm: mvebu: add .dts file for Synology DS213j

2014-10-25 Thread Andrew Lunn
Hi Arnaud Nice to see another device supported. - When I bought the NAS, it had an old Marvell bootloader. After install of latest DSM version, the u-boot was a new one w/ I had to change the 'ranges' in the .dts to the ones below to have the kernel boot. I guess new DS213j hardware

Re: [PATCHv0] arm: mvebu: add .dts file for Synology DS213j

2014-10-25 Thread Andrew Lunn
+/ { + model = Synology DS213j; + compatible = synology,ds213j, marvell,armada370, marvell,armada-370-xp; + + chosen { + bootargs = console=ttyS0,115200 earlyprintk; + }; + Missed it on the first look through. To help barebox, it is good to have:

Re: [PATCH] dma: imx-sdma: Add a new DMATYPE for SAI

2014-10-25 Thread Shawn Guo
On Fri, Oct 24, 2014 at 12:37:41PM -0700, Nicolin Chen wrote: This patch simply adds a new DMATYPE for SAI which's included in i.MX6 Solo X. Signed-off-by: Nicolin Chen nicoleots...@gmail.com Acked-by: Shawn Guo shawn@linaro.org -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCHv6 0/6] ARM: imx: Add Freescale LS1021A SoC and board support

2014-10-25 Thread Shawn Guo
On Fri, Oct 24, 2014 at 06:08:41PM +0800, Jingchang Lu wrote: This series contain the support for Freescale LS1021A CPU and LS1021A-QDS and LS1021A-TWR board. The LS1021A SoC combines two ARM Cortex-A7 cores that have been optimized for high reliability and pack the highest level of

Re: [PATCH 1/4] ARM: dts: hummingboard: Split HummingBoard DT to support s/dl and d/q

2014-10-25 Thread Shawn Guo
On Fri, Oct 24, 2014 at 05:55:26PM +0100, Russell King wrote: From: Rabeeh Khoury rab...@solid-run.com To: Shawn Guo shawn@linaro.org Signed-off-by: Rabeeh Khoury rab...@solid-run.com Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Not sure why these patches are resent, but

Re: [PATCH] bcm2835: add VideoCore Mailbox to the device tree

2014-10-25 Thread Stephen Warren
On 10/24/2014 09:53 AM, Lee Jones wrote: On Fri, 24 Oct 2014, Lubomir Rintel wrote: Follows the generic Mailbox Controller bindings as documented in Documentation/devicetree/bindings/mailbox/mailbox.txt. Signed-off-by: Lubomir Rintel lkund...@v3.sk Cc: Stephen Warren swar...@wwwdotorg.org

[PATCH v3 1/2] devicetree: bindings: Add vendor prefix for TBS Technologies

2014-10-25 Thread Soeren Moch
TBS Technologies is a company which specializes in developing, producing and marketing of digital TV tuner cards for PCs. for additional details refer to http://www.tbsdtv.com/about-us.html Signed-off-by: Soeren Moch sm...@web.de --- Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll