Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-11 Thread Tero Kristo
On 01/10/2014 08:53 PM, Tony Lindgren wrote: * Mike Turquette mturque...@linaro.org [140109 14:25]: Quoting Tero Kristo (2014-01-09 06:00:11) Hi, So, bad luck number release for this, as v12 wasn't sufficient still. Changes compared to previous version: - Dropped any changes to generic clock

Re: [PATCH v4 2/4] Phy: Add a PHY driver for Marvell MVEBU SATA PHY.

2014-01-11 Thread Kishon Vijay Abraham I
Hi Jason, On Saturday 11 January 2014 01:01 AM, Jason Cooper wrote: On Fri, Dec 27, 2013 at 10:03:22PM +0530, Kishon Vijay Abraham I wrote: Hi, On Thursday 26 December 2013 10:55 PM, Andrew Lunn wrote: Kirkwood and Dove can turn the SATA phy on and off. Add a PHY driver to control this.

Re: [RFC PATCH 3/3] dt-bindings: pci: xgene pcie device tree bindings

2014-01-11 Thread Arnd Bergmann
On Saturday 11 January 2014, Tanmay Inamdar wrote: On Tue, Jan 7, 2014 at 7:35 AM, Arnd Bergmann a...@arndb.de wrote: On Tuesday 07 January 2014, Tanmay Inamdar wrote: On Fri, Jan 3, 2014 at 1:49 AM, Arnd Bergmann a...@arndb.de wrote: Better use an anonymous clock? Sorry. Can you

Re: DT include files

2014-01-11 Thread Arnd Bergmann
On Saturday 11 January 2014, Shawn Guo wrote: While I agree such macro usage should be avoided or limited, it really helps IMX pinctrl case to improve the readability and make the handwriting of these pinctrl entries less error prone. Isn't it the whole point of introducing macro support for

Re: [RFC PATCH 0/9] mtd: nand: add sunxi NAND Flash Controller support

2014-01-11 Thread boris brezillon
On 08/01/2014 15:21, Boris BREZILLON wrote: Hello, This series add the sunxi NFC support with up to 8 NAND chip connected. I'm still in the early stages drivers development and some key features are missing, but it's usable (I tested it on the cubietruck board). Here's what's missing: - HW

Re: [PATCH] ARM: parameter initrd must override FDT initrd

2014-01-11 Thread Andrew Lunn
On Sat, Jan 11, 2014 at 10:03:58AM +1000, klightsp...@killerwolves.net wrote: The initrd_start and initrd_end as set by FDT was overriding the phys_initrd_start and phys_initrd_size set by the initrd= kernel parameter. This patch will ignore the initrd_start and initrd_end set earlier if

[PATCH] ARM: sun4i: dt: Add basic board support for LinkSprite pcDuino

2014-01-11 Thread Zoltan HERPAI
This patch will add a basic board support DT for the LinkSprite pcDuino. Signed-off-by: Zoltan HERPAI wigy...@uid0.hu --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/sun4i-a10-pcduino.dts | 48 +++ 2 files changed, 49 insertions(+), 0

Re: [PATCH] iio: at91: document ADC clock properties

2014-01-11 Thread Jonathan Cameron
On 22/12/13 18:05, Jonathan Cameron wrote: On 12/19/13 15:54, Nicolas Ferre wrote: On 17/12/2013 17:16, Boris BREZILLON : Document the clock properties required by the at91 ADC driver. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com

Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-11 Thread Joachim Eastwood
On 9 January 2014 15:00, Tero Kristo t-kri...@ti.com wrote: Hi, So, bad luck number release for this, as v12 wasn't sufficient still. Changes compared to previous version: - Dropped any changes to generic clock drivers, as it seems impossible to agree anything in short term, this means

Re: [PATCH v2 12/28] drm/i2c: tda998x: add DT support

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:03:24PM +0100, Jean-Francois Moine wrote: diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c index 2ba0355..b87802f 100644 --- a/drivers/gpu/drm/i2c/tda998x_drv.c +++ b/drivers/gpu/drm/i2c/tda998x_drv.c @@ -28,17 +28,22 @@

Re: [PATCH v2 12/28] drm/i2c: tda998x: add DT support

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:03:24PM +0100, Jean-Francois Moine wrote: diff --git a/Documentation/devicetree/bindings/drm/i2c/tda998x.txt b/Documentation/devicetree/bindings/drm/i2c/tda998x.txt new file mode 100644 index 000..f07339e1 --- /dev/null +++

Re: [PATCH v2 12/28] drm/i2c: tda998x: add DT support

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:03:24PM +0100, Jean-Francois Moine wrote: This patch adds DT support to the tda998x. As a side effect, now, the audio sample rate is always 48kHz and the audio clock is always set. Signed-off-by: Jean-Francois Moine moin...@free.fr This patch breaks audio

Re: [PATCH v2 13/28] drm/i2c: tda998x: use irq for connection status and EDID read

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:04:12PM +0100, Jean-Francois Moine wrote: + if (priv-int_irq != NO_IRQ) { + priv-wq_edid_wait = 1; + i = wait_event_timeout(priv-wq_edid, + !priv-wq_edid_wait, +

Re: [PATCH v2 13/28] drm/i2c: tda998x: use irq for connection status and EDID read

2014-01-11 Thread Sebastian Hesselbarth
On 01/11/2014 07:14 PM, Russell King - ARM Linux wrote: On Thu, Jan 09, 2014 at 12:04:12PM +0100, Jean-Francois Moine wrote: @@ -1250,6 +1311,39 @@ tda998x_encoder_init(struct i2c_client *client, priv-vip_cntrl_2 = video; } + /* install the optional HDMI connect

Re: [PATCH v8 3/4] ata: Add APM X-Gene SoC SATA host controller driver

2014-01-11 Thread Tejun Heo
Hello, David. On Fri, Jan 10, 2014 at 02:07:21PM -0600, David Milburn wrote: Tejun, to avoid some of the interrupt handling code duplication, would it better to have a AHCI_HFLAG_FLUSH and then change this driver to set flush hpriv-hpriv.flush = (void *) xgene_ahci_iob_flush; and then

[PATCH RFC 10/10] ARM: dts: s3c6410-mini6410: Add support for LCD screen

2014-01-11 Thread Tomasz Figa
This patch adds necessary device tree nodes and properties to enable LCD screen on mini6410 board. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- arch/arm/boot/dts/s3c6410-mini6410.dts | 33 + 1 file changed, 33 insertions(+) diff --git

[PATCH RFC 06/10] ARM: s3c64xx: pm: Add device tree based power domain instantiation

2014-01-11 Thread Tomasz Figa
This patch adds support for registering power domains of S3C64xx SoCs and binding devices to them using device tree. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- arch/arm/mach-s3c64xx/pm.c | 71 +

[PATCH RFC 09/10] ARM: dts: s3c64xx: Add node for display controller

2014-01-11 Thread Tomasz Figa
This patch adds device tree node for the display controller present on S3C64xx SoCs. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- arch/arm/boot/dts/s3c64xx.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/s3c64xx.dtsi

[PATCH RFC 03/10] ARM: s3c64xx: pm: Add pwr_stat bit for domain G

2014-01-11 Thread Tomasz Figa
There is a status bit for domain G present in BLK_PWR_STAT register, but it is currently not specified in the driver. This patch adds the status bit of domain G to structure describing it. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- arch/arm/mach-s3c64xx/pm.c | 1 + 1 file changed, 1

[PATCH RFC 04/10] base: power: Add generic OF-based power domain look-up

2014-01-11 Thread Tomasz Figa
This patch introduces generic code to perform power domain look-up using device tree and automatically bind devices to their power domains. Generic device tree binding is introduced to specify power domains of devices in their device tree nodes. Backwards compatibility with legacy

[PATCH RFC 02/10] ARM: s3c64xx: pm: Add always_on field to s3c64xx_pm_domain struct

2014-01-11 Thread Tomasz Figa
This patch adds always_on field to s3c64xx_pm_domain struct to allow handling registration of all domains in the same way, without the need to have separate arrays for normal and always on domains. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com --- arch/arm/mach-s3c64xx/pm.c | 21

[PATCH RFC 01/10] ARM: s3c64xx: pm: Use name field of generic_pm_domain

2014-01-11 Thread Tomasz Figa
This patch removes name field from private s3c64xx_pm_domain struct and moves domain name to dedicated field of generic_pm_domain struct. When at it, beautify the names a bit, since they are used by genpd core as message prefixes. Signed-off-by: Tomasz Figa tomasz.f...@gmail.com ---

[PATCH RFC 00/10] Generic Device Tree based power domain look-up

2014-01-11 Thread Tomasz Figa
Up till now there was no single generic method to bind devices to their power domains using Device Tree. Each platform has been doing this using its own way, example of which are Exynos power domain bindings [1] and look-up code [2]. This series is intended to change this and provide generic DT

Re: [PATCH RFC 00/10] Generic Device Tree based power domain look-up

2014-01-11 Thread Tomasz Figa
On Saturday 11 of January 2014 20:42:42 Tomasz Figa wrote: Up till now there was no single generic method to bind devices to their power domains using Device Tree. Each platform has been doing this using its own way, example of which are Exynos power domain bindings [1] and look-up code [2].

Re: [PATCH] ARM: Kirkwood: Add DT description of QNAP 419

2014-01-11 Thread Andrew Lunn
On Wed, Jan 08, 2014 at 09:48:37AM +, Ian Campbell wrote: On Mon, 2014-01-06 at 23:49 +0100, Andrew Lunn wrote: Hi Ian I added in the devicetree list and the input list and added my thoughts below. The other issue I spotted is that /dev/input/by-path/platform-gpio-keys-event has become

[PATCH] iio: gyro: itg3200: Add DT support.

2014-01-11 Thread Marek Belisko
Signed-off-by: NeilBrown ne...@suse.de Signed-off-by: Marek Belisko ma...@goldelico.com --- .../devicetree/bindings/iio/gyro/itg3200.txt | 22 ++ drivers/iio/gyro/itg3200_core.c| 9 + 2 files changed, 31 insertions(+) create mode 100644

Re: [PATCH v4 0/2] ohci and ehci-platform clks, phy and dt support

2014-01-11 Thread Alan Stern
On Fri, 10 Jan 2014, Hans de Goede wrote: Hi, On 01/11/2014 12:50 AM, Sergei Shtylyov wrote: Hello. On 01/11/2014 01:46 AM, Hans de Goede wrote: Here is v4 of my ohci and ehci-platform clks, phy and dt support patch-set, this version should be 100% ready for merging upstream.

[PATCH] ARM: Fix incorrect FDT initrd parameter override

2014-01-11 Thread klightspeed
Commit 65939301acdb (arm: set initrd_start/initrd_end for fdt scan) caused the FDT initrd_start and initrd_end to override the phys_initrd_start and phys_initrd_size set by the initrd= kernel parameter. With this patch initrd_start and initrd_end will be overridden if phys_initrd_start and

[PATCH REPOST] ARM: Fix incorrect FDT initrd parameter override

2014-01-11 Thread klightspeed
Commit 65939301acdb (arm: set initrd_start/initrd_end for fdt scan) caused the FDT initrd_start and initrd_end to override the phys_initrd_start and phys_initrd_size set by the initrd= kernel parameter. With this patch initrd_start and initrd_end will be overridden if phys_initrd_start and

Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-11 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [140111 01:56]: On 01/10/2014 08:53 PM, Tony Lindgren wrote: * Mike Turquette mturque...@linaro.org [140109 14:25]: Quoting Tero Kristo (2014-01-09 06:00:11) Hi, So, bad luck number release for this, as v12 wasn't sufficient still. Changes compared to

Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-11 Thread Tomasz Figa
Hi Thomas, Lukasz, Let me put my two cents in. On 11.01.2014 05:43, Thomas Abraham wrote: On Fri, Jan 10, 2014 at 6:55 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski l.majew...@samsung.com wrote: [snip] +/* helper

Re: [PATCH 3/6] clk: samsung: register cpu clock provider for exynos4210 SoC

2014-01-11 Thread Tomasz Figa
On 11.01.2014 06:25, Thomas Abraham wrote: On Fri, Jan 10, 2014 at 7:48 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Add a new clock provider for ARM clock domain. This

Re: [PATCH 0/6] cpufreq: use cpufreq-cpu0 driver for exynos4210 based platforms

2014-01-11 Thread Tomasz Figa
On 10.01.2014 12:59, Thomas Abraham wrote: Hi Lukasz, On Fri, Jan 10, 2014 at 4:02 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, I've investigated the topic for a while, so if you don't mind I will share my thoughts :-) Sure. Thanks for having a look at this patch series.

Re: [PATCH v4 0/2] ohci and ehci-platform clks, phy and dt support

2014-01-11 Thread Tony Prisk
On 12/01/14 11:30, Alan Stern wrote: On Fri, 10 Jan 2014, Hans de Goede wrote: Hi, On 01/11/2014 12:50 AM, Sergei Shtylyov wrote: Hello. On 01/11/2014 01:46 AM, Hans de Goede wrote: Here is v4 of my ohci and ehci-platform clks, phy and dt support patch-set, this version should be 100%

Re: DT include files

2014-01-11 Thread Shawn Guo
On Sat, Jan 11, 2014 at 02:15:28PM +0100, Arnd Bergmann wrote: On Saturday 11 January 2014, Shawn Guo wrote: While I agree such macro usage should be avoided or limited, it really helps IMX pinctrl case to improve the readability and make the handwriting of these pinctrl entries less error

Re: [PATCH v8 3/4] ata: Add APM X-Gene SoC SATA host controller driver

2014-01-11 Thread Loc Ho
Hi, On Jan 11, 2014, at 11:31 AM, Tejun Heo t...@kernel.org wrote: Hello, David. On Fri, Jan 10, 2014 at 02:07:21PM -0600, David Milburn wrote: Tejun, to avoid some of the interrupt handling code duplication, would it better to have a AHCI_HFLAG_FLUSH and then change this driver to