Re: [PATCH v2 1/7] ARM: sunxi: Introduce Allwinner A80 support

2014-10-03 Thread Chen-Yu Tsai
On Wed, Oct 1, 2014 at 5:33 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Sat, Sep 27, 2014 at 09:16:02PM +0800, Chen-Yu Tsai wrote: On Thu, Sep 25, 2014 at 9:25 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Wed, Sep 24, 2014 at 10:48:55PM +0800, Chen-Yu Tsai

Re: Bug in selftest code

2014-10-03 Thread Gaurav Minocha
On Wed, Oct 1, 2014 at 5:53 AM, Grant Likely grant.lik...@linaro.org wrote: Hi Gaurav, I found a bug in the selftest code today. If you apply this patch: diff --git a/drivers/of/testcase-data/testcases.dts b/drivers/of/testcase-data/testcases.dts index 219ef9324e9c..9dd482c02357 100644 ---

[PATCH v2 2/2] GPIO: 74xx-mmio: Add DT bindings documentation

2014-10-03 Thread Alexander Shiyan
This patch adds DT binding documentation for the 74xx-mmio GPIO driver. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- .../devicetree/bindings/gpio/gpio-74xx-mmio.txt| 30 ++ 1 file changed, 30 insertions(+) create mode 100644

Re: [PATCH] serial: of-serial: add PM suspend/resume support

2014-10-03 Thread Joseph Lo
Hi, This patch might have a potential issue that cause system hard hung immediately when it accesses to registers with no clock. This could happen on many chips that mainline kernel supporting with the setting no_console_suspend=1 during suspend time. On 09/23/2014 04:34 PM, Jingchang Lu

Re: [PATCH v3 04/15] ACPI: Document ACPI device specific properties

2014-10-03 Thread Mika Westerberg
On Fri, Oct 03, 2014 at 04:03:51AM +0200, Rafael J. Wysocki wrote: On Thursday, October 02, 2014 04:36:54 PM Mika Westerberg wrote: On Thu, Oct 02, 2014 at 02:46:30PM +0200, Arnd Bergmann wrote: On Thursday 02 October 2014 15:15:08 Mika Westerberg wrote: [cut] Putting everything to

[PATCH v7 0/2] ASoC: tda998x: add a codec to the HDMI transmitter

2014-10-03 Thread Jean-Francois Moine
The NXP TDA998x HDMI transmitter may transmit audio to the HDMI link from 2 different sources, I2S and S/PDIF. This patch set adds an interface between the HDMI transmitter and the HDMI CODEC. The interface is used by the TDA998x driver to update the audio constraints from the display

[PATCH v7 2/2] drm/i2c: tda998x: Use the HDMI audio CODEC

2014-10-03 Thread Jean-Francois Moine
This patch interfaces the HDMI transmitter with the audio system. Signed-off-by: Jean-Francois Moine moin...@free.fr --- .../devicetree/bindings/drm/i2c/tda998x.txt| 18 ++ drivers/gpu/drm/i2c/Kconfig| 1 + drivers/gpu/drm/i2c/tda998x_drv.c |

[PATCH v7 1/2] ASoC: codecs: Add a transmitter interface to the HDMI CODEC

2014-10-03 Thread Jean-Francois Moine
The audio constraints of the HDMI interface are defined by the EDID which is sent by the connected device. The HDMI transmitters may have one or many audio sources. This patch adds two functions to the HDMI CODEC: - it updates the audio constraints from the EDID, - it gives the audio source type

Re: Re: [PATCH 1/3] arm: socfpga: Enable ECC of L2 and OCRAM on startup.

2014-10-03 Thread Masami Hiramatsu
Hi Dinh, (2014/10/02 20:38), Dinh Nguyen wrote: On 10/1/14, 5:18 PM, Thor Thayer wrote: On 10/01/2014 04:10 PM, Dinh Nguyen wrote: On 10/1/14, 4:07 PM, Thor Thayer wrote: On 10/01/2014 12:13 PM, Dinh Nguyen wrote: On 10/1/14, 11:31 AM, ttha...@opensource.altera.com wrote: From: Thor

Re: [PATCH v2] i2c: axxia: Add I2C driver for AXM55xx

2014-10-03 Thread Wolfram Sang
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2ac87fa..8983474 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -77,6 +77,17 @@ config I2C_AMD8111 This driver can also be built as a module. If so, the module will be

Re: [RFC PATCH 1/4] arm64: defconfig: increase NR_CPUS range to 2-128

2014-10-03 Thread Mark Rutland
On Thu, Sep 25, 2014 at 10:03:56AM +0100, Ganapatrao Kulkarni wrote: Raising the maximum limit to 128. This is needed for Cavium's Thunder systems that will have 96 cores on Multi-node system. Has this been tested on any such systems? Mark. Signed-off-by: Ganapatrao Kulkarni

Re: [PATCH v2] i2c: axxia: Add I2C driver for AXM55xx

2014-10-03 Thread Anders Berg
On Fri, Oct 3, 2014 at 12:36 PM, Wolfram Sang w...@the-dreams.de wrote: diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2ac87fa..8983474 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -77,6 +77,17 @@ config I2C_AMD8111 This

Re: [RFC PATCH 2/4] arm/arm64:dt:numa: adding numa node mapping for memory nodes.

2014-10-03 Thread Mark Rutland
On Thu, Sep 25, 2014 at 10:03:57AM +0100, Ganapatrao Kulkarni wrote: Adding Documentation for dt binding for memory to numa node mapping. As I previously commented [1], this binding doesn't specify what a nid maps to in terms of the CPU hierarchy, and is thus unusable. The binding absolutely

[PATCH v3] i2c: axxia: Add I2C driver for AXM55xx

2014-10-03 Thread Anders Berg
Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The driver implements 10-bit addressing and SMBus transfer modes via emulation (including SMBus block data read). Signed-off-by: Anders Berg anders.b...@avagotech.com --- Changelog v3: - class-based instantiation not

Re: [RFC PATCH 3/4] arm64:thunder: Add initial dts for Cavium Thunder SoC in 2 Node topology.

2014-10-03 Thread Mark Rutland
On Thu, Sep 25, 2014 at 10:03:58AM +0100, Ganapatrao Kulkarni wrote: adding devicetree definition for thunder's 2 node topology. Defined cpu-map for all 96 cores of 2 node system. [...] + CPU0: cpu@000 { + device_type = cpu; +

Re: [PATCH 1/2] DT: add binding for mxs regulator

2014-10-03 Thread Stefan Wahren
Hi Mark, hi Fabio, Mark Rutland mark.rutl...@arm.com hat am 29. September 2014 um 15:23 geschrieben: I would prefer a top level node for the subsystem that is not a simple-bus. Give it a compatible string and a well-defined set of base properties (looks like you just need the reg for

Re: [PATCH v3] i2c: axxia: Add I2C driver for AXM55xx

2014-10-03 Thread Wolfram Sang
On Fri, Oct 03, 2014 at 01:08:02PM +0200, Anders Berg wrote: Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The driver implements 10-bit addressing and SMBus transfer modes via emulation (including SMBus block data read). Signed-off-by: Anders Berg

[PATCH v2 2/5] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Hans de Goede
A simple-framebuffer node represents a framebuffer setup by the firmware / bootloader. Such a framebuffer may have a number of clocks in use, add a property to communicate this to the OS. Signed-off-by: Hans de Goede hdego...@redhat.com Reviewed-by: Mike Turquette mturque...@linaro.org ---

[PATCH v2 4/5] simplefb: add goto error path to probe

2014-10-03 Thread Hans de Goede
From: Luc Verhaegen l...@skynet.be Signed-off-by: Luc Verhaegen l...@skynet.be Acked-by: Stephen Warren swar...@nvidia.com Reviewed-by: Hans de Goede hdego...@redhat.com Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/video/fbdev/simplefb.c | 20 +--- 1 file changed,

[PATCH v2 1/5] simplefb: Add simplefb MAINTAINERS entry

2014-10-03 Thread Hans de Goede
During the discussion about adding clock handling code to simplefb, it became clear that simplefb currently does not have an active maintainer. I've discussed this with Stephen Warren swar...@wwwdotorg.org, the original author of simplefb, and with his permisson I'm picking up maintainership of

[PATCH v2 0/5] simplefb: Add clock support to simplefb

2014-10-03 Thread Hans de Goede
Hi Tomi, Here is v2 of the patch-set to add clocks support to simplefb. Changes in v2: -Added simplefb: Add simplefb MAINTAINERS entry patch If you've followed the discussion sofar, then you know that not everyone agrees 100% with this. The primary concern being that this will turn simplefb

[PATCH v2 3/5] simplefb: formalize pseudo palette handling

2014-10-03 Thread Hans de Goede
From: Luc Verhaegen l...@skynet.be Signed-off-by: Luc Verhaegen l...@skynet.be Acked-by: Stephen Warren swar...@nvidia.com [hdego...@redhat.com: drop unnecessary void * cast] Reviewed-by: Hans de Goede hdego...@redhat.com Signed-off-by: Hans de Goede hdego...@redhat.com ---

[PATCH v2 5/5] simplefb: add clock handling code

2014-10-03 Thread Hans de Goede
From: Luc Verhaegen l...@skynet.be This claims and enables clocks listed in the simple framebuffer dt node. This is needed so that the display engine, in case the required clocks are known by the kernel code and are described in the dt, will remain properly enabled. Signed-off-by: Luc Verhaegen

Re: [PATCH v3] i2c: axxia: Add I2C driver for AXM55xx

2014-10-03 Thread Wolfram Sang
On Fri, Oct 03, 2014 at 01:50:48PM +0200, Wolfram Sang wrote: On Fri, Oct 03, 2014 at 01:08:02PM +0200, Anders Berg wrote: Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The driver implements 10-bit addressing and SMBus transfer modes via emulation (including

Re: [PATCH v3 2/3] i2c: hix5hd2: add i2c controller driver

2014-10-03 Thread Wolfram Sang
Hi, On Tue, Sep 30, 2014 at 08:20:27PM +0800, Zhangfei Gao wrote: From: Wei Yan sledge.yan...@huawei.com I2C drivers for hix5hd2 soc series, including following chipset Hi3716CV200, Hi3719CV100, Hi3718CV100, Hi3719MV100, Hi3718MV100. Signed-off-by: Wei Yan sledge.yan...@huawei.com

Re: [RFC PATCH 4/4] arm64:numa: adding numa support for arm64 platforms.

2014-10-03 Thread Mark Rutland
On Thu, Sep 25, 2014 at 10:03:59AM +0100, Ganapatrao Kulkarni wrote: Adding numa support for arm64 based platforms. This version creates numa mapping by parsing the dt table. cpu to node id mapping is derived from cluster_id as defined in cpu-map. memory to node id mapping is derived from nid

Re: [PATCH v5 1/4] hwmon: ltc2978: device tree bindings documentation

2014-10-03 Thread Mark Rutland
On Thu, Oct 02, 2014 at 07:37:48PM +0100, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Add device tree bindings documentation for ltc2978. Signed-off-by: Alan Tull at...@opensource.altera.com --- v2: clean whitespace ---

Re: [PATCH v2 3/6] dtb: Add 10GbE node to APM X-Gene SoC device tree

2014-10-03 Thread Mark Rutland
Hi, [...] + xgenet: ethernet@1f61 { + compatible = apm,xgene-enet; + status = disabled; + reg = 0x0 0x1f61 0x0 0xd100, + 0x0 0x1f60 0x0 0X400, + 0x0

Re: [PATCH v5 1/4] hwmon: ltc2978: device tree bindings documentation

2014-10-03 Thread Guenter Roeck
On 10/03/2014 05:27 AM, Mark Rutland wrote: On Thu, Oct 02, 2014 at 07:37:48PM +0100, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Add device tree bindings documentation for ltc2978. Signed-off-by: Alan Tull at...@opensource.altera.com --- v2: clean

Re: [PATCH v5 1/4] hwmon: ltc2978: device tree bindings documentation

2014-10-03 Thread Mark Rutland
On Fri, Oct 03, 2014 at 02:03:23PM +0100, Guenter Roeck wrote: On 10/03/2014 05:27 AM, Mark Rutland wrote: On Thu, Oct 02, 2014 at 07:37:48PM +0100, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Add device tree bindings documentation for ltc2978.

Re: [PATCH v3 2/3] i2c: hix5hd2: add i2c controller driver

2014-10-03 Thread zhangfei
On 10/03/2014 08:09 PM, Wolfram Sang wrote: Hi, On Tue, Sep 30, 2014 at 08:20:27PM +0800, Zhangfei Gao wrote: From: Wei Yan sledge.yan...@huawei.com I2C drivers for hix5hd2 soc series, including following chipset Hi3716CV200, Hi3719CV100, Hi3718CV100, Hi3719MV100, Hi3718MV100.

[PATCH v4 2/4] ARM: dts: pbab01: enable I2S audio on phyFLEX-i.MX6 boards

2014-10-03 Thread Dmitry Lavnikevich
Audio on phyFLEX boards is presented by tlv320aic3007 codec connected over SSI interface. Signed-off-by: Dmitry Lavnikevich d.lavnikev...@sam-solutions.com --- arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 100 ++- arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 15

[PATCH v4 1/4] ARM: dts: pbab01: move i2c pins and frequency configuration into pfla02

2014-10-03 Thread Dmitry Lavnikevich
Since pins and frequency are specific to module (pfla02), not base board (pbab02), it is better to be initialized in corresponding dts file. This patch fixes i2c2, i2c3 pin configuration which caused messages: imx6q-pinctrl 20e.iomuxc: no groups defined in

[PATCH v4 0/4] Add Phytec pbab01 audio support

2014-10-03 Thread Dmitry Lavnikevich
New phyFLEX board audio patchset version. Small changes made since last version: - removed unnecessary 'regulator-always-on' in fixed regulators dts description; - removed 'fsl,mode = i2s-slave' from ssi2 node in dts since it was already removed from fsl-ssi driver. Based on branch for-next

[PATCH v4 3/4] ARM: imx_v6_v7_defconfig: enable tlv320aic3x audio codec by default

2014-10-03 Thread Dmitry Lavnikevich
Used on Phytec PBAB01 board. Signed-off-by: Dmitry Lavnikevich d.lavnikev...@sam-solutions.com --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index

[PATCH v4 4/4] ASoC: tlv320aic3x: fix PLL D configuration

2014-10-03 Thread Dmitry Lavnikevich
Current caching implementation during regcache_sync() call bypasses all register writes of values that are already known as default (regmap reg_defaults). Same time in TLV320AIC3x codecs register 5 (AIC3X_PLL_PROGC_REG) write should be immediately followed by register 6 write (AIC3X_PLL_PROGD_REG)

Re: [PATCH v2 2/5] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Rob Herring
On Fri, Oct 3, 2014 at 6:52 AM, Hans de Goede hdego...@redhat.com wrote: A simple-framebuffer node represents a framebuffer setup by the firmware / bootloader. Such a framebuffer may have a number of clocks in use, add a property to communicate this to the OS. Signed-off-by: Hans de Goede

Re: [PATCH v3 03/15] ACPI: Allow drivers to match using Device Tree compatible property

2014-10-03 Thread Mark Rutland
Hi Rafael, On Wed, Oct 01, 2014 at 03:10:40AM +0100, Rafael J. Wysocki wrote: From: Mika Westerberg mika.westerb...@linux.intel.com We have lots of existing Device Tree enabled drivers and allocating separate _HID for each is not feasible. Instead we allocate special _HID PRP0001 that means

Re: [PATCH v3 04/15] ACPI: Document ACPI device specific properties

2014-10-03 Thread Mark Rutland
On Thu, Oct 02, 2014 at 01:15:08PM +0100, Mika Westerberg wrote: On Thu, Oct 02, 2014 at 01:51:24PM +0200, Arnd Bergmann wrote: On Thursday 02 October 2014 13:41:23 Mika Westerberg wrote: On Wed, Oct 01, 2014 at 09:59:14AM +0200, Arnd Bergmann wrote: On Wednesday 01 October 2014 04:11:20

Re: [PATCH v3 04/15] ACPI: Document ACPI device specific properties

2014-10-03 Thread Mark Rutland
On Thu, Oct 02, 2014 at 03:55:56PM +0100, Arnd Bergmann wrote: On Thursday 02 October 2014 17:38:09 Mika Westerberg wrote: On Thu, Oct 02, 2014 at 04:29:03PM +0200, Arnd Bergmann wrote: Is this a limitation in the way that the AML syntax and compiler works, or is this a decision you made

Re: [PATCH v3 04/15] ACPI: Document ACPI device specific properties

2014-10-03 Thread Mark Rutland
On Fri, Oct 03, 2014 at 03:03:51AM +0100, Rafael J. Wysocki wrote: On Thursday, October 02, 2014 04:36:54 PM Mika Westerberg wrote: On Thu, Oct 02, 2014 at 02:46:30PM +0200, Arnd Bergmann wrote: On Thursday 02 October 2014 15:15:08 Mika Westerberg wrote: [cut] Putting everything to

Re: [PATCH v2 2/5] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Hans de Goede
Hi, On 10/03/2014 03:20 PM, Rob Herring wrote: On Fri, Oct 3, 2014 at 6:52 AM, Hans de Goede hdego...@redhat.com wrote: A simple-framebuffer node represents a framebuffer setup by the firmware / bootloader. Such a framebuffer may have a number of clocks in use, add a property to communicate

[PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Hans de Goede
A simple-framebuffer node represents a framebuffer setup by the firmware / bootloader. Such a framebuffer may have a number of clocks in use, add a property to communicate this to the OS. Signed-off-by: Hans de Goede hdego...@redhat.com Reviewed-by: Mike Turquette mturque...@linaro.org --

Re: [PATCH v3 09/15] leds: leds-gpio: Make use of device property API

2014-10-03 Thread Mark Rutland
On Wed, Oct 01, 2014 at 03:16:25AM +0100, Rafael J. Wysocki wrote: From: Max Eliaser m...@meliaserlow.dyndns.tv Make use of device property API in this driver so that both OF and ACPI based system can use the same driver. Signed-off-by: Max Eliaser max.elia...@intel.com Signed-off-by:

Re: [PATCH v2 1/7] clk: sunxi: Specify number of child clocks for divs clocks

2014-10-03 Thread Maxime Ripard
On Tue, Sep 30, 2014 at 11:56:24PM +0800, Chen-Yu Tsai wrote: On Tue, Sep 30, 2014 at 11:40 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Sat, Sep 27, 2014 at 04:49:49PM +0800, Chen-Yu Tsai wrote: Currently sunxi_divs_clk_setup assumes the number of child clocks to be the

Re: [PATCH 0/8] Armada XP pinctrl consolidation and ix4-300d fixes

2014-10-03 Thread Jason Cooper
Benoit, On Sun, Sep 21, 2014 at 04:11:23PM +0200, Benoit Masson wrote: Le 19 sept. 2014 à 22:14, Sebastian Hesselbarth sebastian.hesselba...@gmail.com a écrit : this is a patch set preparing barebox support for ix4-300d. As usual, I stumbled upon a few nice-to-haves before actually

Re: [PATCH v3 04/15] ACPI: Document ACPI device specific properties

2014-10-03 Thread Rafael J. Wysocki
On Friday, October 03, 2014 02:58:26 PM Mark Rutland wrote: On Fri, Oct 03, 2014 at 03:03:51AM +0100, Rafael J. Wysocki wrote: On Thursday, October 02, 2014 04:36:54 PM Mika Westerberg wrote: On Thu, Oct 02, 2014 at 02:46:30PM +0200, Arnd Bergmann wrote: On Thursday 02 October 2014

Re: [PATCH v5 3/4] pmbus: add regulator support

2014-10-03 Thread Mark Brown
On Thu, Oct 02, 2014 at 01:37:50PM -0500, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Add support for simple on/off control of each channel. To add regulator support, the pmbus part driver needs to add regulator_desc information and number of regulators

Re: [PATCH 1/2] arm: shimobile: r8a7790: add HS-USB device node

2014-10-03 Thread Sergei Shtylyov
Hello. On 10/02/2014 12:04 PM, Yoshihiro Shimoda wrote: Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com The subject has shimobile instead of shmobile on both this and R8A7791 patch. And capitalize arm: please on all the patches. WBR, Sergei -- To unsubscribe from

Re: [PATCH v3 04/15] ACPI: Document ACPI device specific properties

2014-10-03 Thread Mark Rutland
On Fri, Oct 03, 2014 at 03:38:49PM +0100, Rafael J. Wysocki wrote: On Friday, October 03, 2014 02:58:26 PM Mark Rutland wrote: On Fri, Oct 03, 2014 at 03:03:51AM +0100, Rafael J. Wysocki wrote: On Thursday, October 02, 2014 04:36:54 PM Mika Westerberg wrote: On Thu, Oct 02, 2014 at

Re: [PATCH v3 04/15] ACPI: Document ACPI device specific properties

2014-10-03 Thread Arnd Bergmann
On Friday 03 October 2014 14:56:10 Mark Rutland wrote: On Thu, Oct 02, 2014 at 03:55:56PM +0100, Arnd Bergmann wrote: On Thursday 02 October 2014 17:38:09 Mika Westerberg wrote: On Thu, Oct 02, 2014 at 04:29:03PM +0200, Arnd Bergmann wrote: Is this a limitation in the way that the AML

Re: [PATCH 0/8] Armada XP pinctrl consolidation and ix4-300d fixes

2014-10-03 Thread Sebastian Hesselbarth
On 10/03/2014 04:11 PM, Jason Cooper wrote: On Sun, Sep 21, 2014 at 04:11:23PM +0200, Benoit Masson wrote: Le 19 sept. 2014 à 22:14, Sebastian Hesselbarth sebastian.hesselba...@gmail.com a écrit : this is a patch set preparing barebox support for ix4-300d. As usual, I stumbled upon a few

Re: [PATCH v4 4/4] ASoC: tlv320aic3x: fix PLL D configuration

2014-10-03 Thread Mark Brown
On Fri, Oct 03, 2014 at 04:18:56PM +0300, Dmitry Lavnikevich wrote: Current caching implementation during regcache_sync() call bypasses all register writes of values that are already known as default (regmap reg_defaults). Same time in TLV320AIC3x codecs register 5 Applied, thanks. This

[PATCH v2 01/13] ARM: shmobile: emev2 dtsi: Use generic names for device nodes

2014-10-03 Thread Geert Uytterhoeven
smu - clocks sti - timer uart - serial All but clocks are defined in ePAPR v1.1. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- v2: - No changes --- arch/arm/boot/dts/emev2.dtsi | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH v2 00/13] ARM: shmobile: dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Hi Simon, Magnus, This patch series adds chosen/stdout-path to the various shmobile DTS files that are used for reference or multi-platform builds. This serves two purposes: 1. It makes automatic console selection work in the absence of a console= parameter on the kernel command

[PATCH v2 05/13] ARM: shmobile: ape6evm-reference dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. In addition, this will allow the PM domain code to find the PM domain for the console device. Remove the now-superfluous console= parameter from chosen/bootargs.

[PATCH v2 10/13] ARM: shmobile: henninger dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Note that we have to keep the console=ttySC0,38400 parameter in chosen/bootargs, else the console will use the default setting of 115200 baud. Signed-off-by:

[PATCH v2 07/13] ARM: shmobile: bockw-reference dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Remove the now-superfluous console= parameter from chosen/bootargs. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- v2: - No changes ---

[PATCH v2 03/13] ARM: shmobile: kzm9d dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Remove the now-superfluous console= parameter from chosen/bootargs. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- v2: - No changes ---

[PATCH v2 13/13] ARM: shmobile: kzm9g-reference dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. In addition, this will allow the PM domain code to find the PM domain for the console device. Note that we have to keep the console=ttySC4 parameter in

[PATCH v2 09/13] ARM: shmobile: lager dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Note that we have to keep the console= parameter in chosen/bootargs, as this DTS is shared between legacy and multi-platform. Signed-off-by: Geert Uytterhoeven

[PATCH v2 08/13] ARM: shmobile: marzen dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Note that we have to keep the console= parameter in chosen/bootargs, as this DTS is shared between legacy and multi-platform. Signed-off-by: Geert Uytterhoeven

[PATCH v2 04/13] ARM: shmobile: genmai dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Remove the now-superfluous console= parameter from chosen/bootargs. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- v2: - No changes ---

[PATCH v2 02/13] ARM: shmobile: emev2 dtsi: Add uart* labels for easier referencing

2014-10-03 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- v2: - No changes --- arch/arm/boot/dts/emev2.dtsi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi index 5fe9212b6bc5e50b..cc7bfe0ba40af9a9 100644

[PATCH v2 06/13] ARM: shmobile: armadillo800eva dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. In addition, this will allow the PM domain code to find the PM domain for the console device. Note that we have to keep the console=ttySC1 parameter in

[PATCH v2 11/13] ARM: shmobile: koelsch dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Note that we have to keep the console= parameter in chosen/bootargs, as this DTS is shared between legacy and multi-platform. Signed-off-by: Geert Uytterhoeven

[PATCH v2 12/13] ARM: shmobile: alt dts: Add chosen/stdout-path

2014-10-03 Thread Geert Uytterhoeven
Add a stdout-path property so that automatic console selection works in the absence of a console= parameter on the kernel command line. Note that we have to keep the console=ttySC0,38400 parameter in chosen/bootargs, else the console will use the default setting of 115200 baud. Signed-off-by:

Re: [PATCH v5 1/4] hwmon: ltc2978: device tree bindings documentation

2014-10-03 Thread Guenter Roeck
On 10/03/2014 06:05 AM, Mark Rutland wrote: On Fri, Oct 03, 2014 at 02:03:23PM +0100, Guenter Roeck wrote: On 10/03/2014 05:27 AM, Mark Rutland wrote: On Thu, Oct 02, 2014 at 07:37:48PM +0100, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Add device tree

Re: [PATCH v5 3/4] pmbus: add regulator support

2014-10-03 Thread Guenter Roeck
On 10/03/2014 07:27 AM, Mark Brown wrote: On Thu, Oct 02, 2014 at 01:37:50PM -0500, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Add support for simple on/off control of each channel. To add regulator support, the pmbus part driver needs to add regulator_desc

Re: [PATCH 0/8] Armada XP pinctrl consolidation and ix4-300d fixes

2014-10-03 Thread Benoit Masson
Le 3 oct. 2014 à 17:06, Sebastian Hesselbarth sebastian.hesselba...@gmail.com a écrit : On 10/03/2014 04:11 PM, Jason Cooper wrote: On Sun, Sep 21, 2014 at 04:11:23PM +0200, Benoit Masson wrote: Le 19 sept. 2014 à 22:14, Sebastian Hesselbarth sebastian.hesselba...@gmail.com a écrit : this

Re: ath10k: calibration data through Device Tree?

2014-10-03 Thread Arnd Bergmann
On Thursday 02 October 2014 12:05:27 Andy Lutomirski wrote: On 10/02/2014 06:44 AM, Kalle Valo wrote: Hi Mark, Mark Rutland mark.rutland-5wv7dgni...@public.gmane.org writes: ath10k is a wireless driver for Qualcomm Atheros 802.11ac hardware and located in

[PATCH v4 0/3] i2c: hix5hd2: add i2c controller driver

2014-10-03 Thread Zhangfei Gao
v4: Suggested by Wolfram Put runtime pm calls before i2c_add_adapter, in case i2c operation during probe. Also remove COMPILE_TEST, since compile test fail with linux-next next-20141003 Will add back later when readl/writel_relaxed is defined. v3: Add COMPILE_TEST as dependence to enable compile

Re: [PATCH 0/8] Armada XP pinctrl consolidation and ix4-300d fixes

2014-10-03 Thread Sebastian Hesselbarth
On 10/03/2014 05:29 PM, Benoit Masson wrote: Le 3 oct. 2014 à 17:06, Sebastian Hesselbarth sebastian.hesselba...@gmail.com a écrit : On 10/03/2014 04:11 PM, Jason Cooper wrote: On Sun, Sep 21, 2014 at 04:11:23PM +0200, Benoit Masson wrote: Le 19 sept. 2014 à 22:14, Sebastian Hesselbarth

[PATCH v4 1/3] i2c: hix5hd2: add devicetree documentation

2014-10-03 Thread Zhangfei Gao
From: Wei Yan sledge.yan...@huawei.com Signed-off-by: Wei Yan sledge.yan...@huawei.com Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- .../devicetree/bindings/i2c/i2c-hix5hd2.txt| 25 1 file changed, 25 insertions(+) create mode 100644

[PATCH v4 2/3] i2c: hix5hd2: add i2c controller driver

2014-10-03 Thread Zhangfei Gao
From: Wei Yan sledge.yan...@huawei.com I2C drivers for hix5hd2 soc series, including following chipset Hi3716CV200, Hi3719CV100, Hi3718CV100, Hi3719MV100, Hi3718MV100. Signed-off-by: Wei Yan sledge.yan...@huawei.com Signed-off-by: Zhangfei Gao zhangfei@linaro.org ---

[PATCH v4 3/3] ARM: dts: hix5hd2: add i2c node

2014-10-03 Thread Zhangfei Gao
Signed-off-by: Zhangfei Gao zhangfei@linaro.org --- arch/arm/boot/dts/hisi-x5hd2.dtsi | 60 + 1 file changed, 60 insertions(+) diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index d3d99fb..17d0637 100644 ---

[PATCH] ARM: dts: berlin: Add GPIO leds to Google Chromecast

2014-10-03 Thread Sebastian Hesselbarth
With GPIO support for Marvell Berlin, now add the two gpio-connected LEDs on Google Chromecast. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: devicetree@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-ker...@vger.kernel.org ---

[PATCH 11/12] ARM: dts: berlin: Enable WiFi on Google Chromecast

2014-10-03 Thread Sebastian Hesselbarth
With SDHCI for BG2CD, we can now enable the port and allow to access AzureWave WiFi/BT module on Google Chromecast. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Chris Ball ch...@printf.net Cc: Ulf Hansson ulf.hans...@linaro.org Cc: Antoine Tenart

[PATCH 10/12] ARM: dts: berlin: Add SDHCI controller nodes to BG2/BG2CD

2014-10-03 Thread Sebastian Hesselbarth
Marvell Berlin BG2 has three, BG2CD just one pxav3 compatible sdhci controllers, add them to the corresponding DT SoC includes. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Chris Ball ch...@printf.net Cc: Ulf Hansson ulf.hans...@linaro.org Cc: Antoine Tenart

[PATCH 12/12] ARM: dts: berlin: Enable eMMC on Sony NSZ-GS7

2014-10-03 Thread Sebastian Hesselbarth
With SDHCI for BG2, we can now enable the port and allow to access Samsung M8G2FA 8GB eMMC on Sony NSZ-GS7. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Chris Ball ch...@printf.net Cc: Ulf Hansson ulf.hans...@linaro.org Cc: Antoine Tenart

[PATCH 09/12] mmc: sdhci-pxav3: Document clocks and additional clock-names property

2014-10-03 Thread Sebastian Hesselbarth
Now that sdhci-pxav3 driver allows to have more than one IP clock defined, document both clocks and clock-names properties. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Chris Ball ch...@printf.net Cc: Ulf Hansson ulf.hans...@linaro.org Cc: Antoine Tenart

Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Rob Herring
On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede hdego...@redhat.com wrote: A simple-framebuffer node represents a framebuffer setup by the firmware / bootloader. Such a framebuffer may have a number of clocks in use, add a property to communicate this to the OS. Signed-off-by: Hans de Goede

[PATCH 00/12] SDHCI PXA cleanup and clocks

2014-10-03 Thread Sebastian Hesselbarth
nodes to berlin2 and berlin2cd, Chromecast and NSZ-GS7 DT files. The patches are currently based on next-20141003 and are intended for v3.19, i.e. I'll resend the series as soon as v3.18-rc1 drops. A branch with the patches applied on top of next-201410-03 can be found on git://git.infradead.org

Re: [PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-10-03 Thread Geert Uytterhoeven
On Fri, 26 Sep 2014, Geert Uytterhoeven wrote: On Thu, Sep 25, 2014 at 6:28 PM, Geert Uytterhoeven geert+rene...@glider.be wrote: diff --git a/arch/arm/mach-shmobile/pm-rmobile.c b/arch/arm/mach-shmobile/pm-rmobile.c index 717e6413d29cb998..ae846dfcd69293f7 100644 ---

Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Geert Uytterhoeven
Hi Rob, On Fri, Oct 3, 2014 at 5:57 PM, Rob Herring robherri...@gmail.com wrote: On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede hdego...@redhat.com wrote: A simple-framebuffer node represents a framebuffer setup by the firmware / bootloader. Such a framebuffer may have a number of clocks in

Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Rob Herring
On Fri, Oct 3, 2014 at 11:04 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Hi Rob, On Fri, Oct 3, 2014 at 5:57 PM, Rob Herring robherri...@gmail.com wrote: On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede hdego...@redhat.com wrote: A simple-framebuffer node represents a framebuffer setup by

Re: Bug in selftest code

2014-10-03 Thread Gaurav Minocha
On Fri, Oct 3, 2014 at 8:24 AM, Grant Likely grant.lik...@linaro.org wrote: Try it on mainline. I've since fixed the bug and pushed out a patch. You should have received a copy of the bug fix. g. My apologies, earlier I booted kernel without the live tree, yes the bug is there if I boot it

Re: ath10k: calibration data through Device Tree?

2014-10-03 Thread Andy Lutomirski
On Fri, Oct 3, 2014 at 8:29 AM, Arnd Bergmann a...@arndb.de wrote: On Thursday 02 October 2014 12:05:27 Andy Lutomirski wrote: On 10/02/2014 06:44 AM, Kalle Valo wrote: Hi Mark, Mark Rutland mark.rutland-5wv7dgni...@public.gmane.org writes: ath10k is a wireless driver for Qualcomm

Re: ath10k: calibration data through Device Tree?

2014-10-03 Thread Mark Rutland
From a system design point, it's still horrible that you have to use DT for a device that is on a discoverable bus like PCI, but as you describe, the reality is that products are shipping that use ath10k PCI devices without this data in them. I'd see any DT property for this as a workaround,

Re: [PATCH v5 3/4] pmbus: add regulator support

2014-10-03 Thread Mark Brown
On Fri, Oct 03, 2014 at 08:23:02AM -0700, Guenter Roeck wrote: do you have an immutable branch or tag I could merge to get the necessary regulator patches ? The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available

Re: ath10k: calibration data through Device Tree?

2014-10-03 Thread Arnd Bergmann
On Friday 03 October 2014 17:25:13 Mark Rutland wrote: From a system design point, it's still horrible that you have to use DT for a device that is on a discoverable bus like PCI, but as you describe, the reality is that products are shipping that use ath10k PCI devices without this data

Re: [PATCH v3 2/3] i2c: hix5hd2: add i2c controller driver

2014-10-03 Thread Wolfram Sang
Currently Wei help do the test via I2C device interface, on a specific board with i2c device. We do the test after the board is up, also no i2c activity during probe. Huh, so the driver has not been tested with a real i2c slave so far? Or am I misunderstanding something? signature.asc

Re: ath10k: calibration data through Device Tree?

2014-10-03 Thread Andy Lutomirski
On Fri, Oct 3, 2014 at 9:42 AM, Arnd Bergmann a...@arndb.de wrote: On Friday 03 October 2014 17:25:13 Mark Rutland wrote: From a system design point, it's still horrible that you have to use DT for a device that is on a discoverable bus like PCI, but as you describe, the reality is that

[PATCH] ASoC: simple-card: Fix detect gpio documentation.

2014-10-03 Thread Dylan Reid
The device tree property uses '-' not '_'. Signed-off-by: Dylan Reid dgr...@chromium.org --- Documentation/devicetree/bindings/sound/simple-card.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt

Re: ath10k: calibration data through Device Tree?

2014-10-03 Thread Adrian Chadd
As far as I'm aware there's no unique identifier in the silicon. It's all in the OTP or flash. The NIC comes up with a standard MAC address, the same for all NICs in the family. -a -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to

Re: [PATCH v5 1/4] hwmon: ltc2978: device tree bindings documentation

2014-10-03 Thread Guenter Roeck
On 10/03/2014 05:27 AM, Mark Rutland wrote: On Thu, Oct 02, 2014 at 07:37:48PM +0100, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com Add device tree bindings documentation for ltc2978. Signed-off-by: Alan Tull at...@opensource.altera.com --- v2: clean

Re: [linux-sunxi] Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Hans de Goede
Hi, On 10/03/2014 05:57 PM, Rob Herring wrote: On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede hdego...@redhat.com wrote: A simple-framebuffer node represents a framebuffer setup by the firmware / bootloader. Such a framebuffer may have a number of clocks in use, add a property to communicate

Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding

2014-10-03 Thread Hans de Goede
Hi, On 10/03/2014 06:19 PM, Rob Herring wrote: On Fri, Oct 3, 2014 at 11:04 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Hi Rob, On Fri, Oct 3, 2014 at 5:57 PM, Rob Herring robherri...@gmail.com wrote: On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede hdego...@redhat.com wrote: A

Re: [PATCH v3 03/15] ACPI: Allow drivers to match using Device Tree compatible property

2014-10-03 Thread Dmitry Torokhov
On Fri, Oct 03, 2014 at 02:43:03PM +0100, Mark Rutland wrote: Hi Rafael, On Wed, Oct 01, 2014 at 03:10:40AM +0100, Rafael J. Wysocki wrote: From: Mika Westerberg mika.westerb...@linux.intel.com We have lots of existing Device Tree enabled drivers and allocating separate _HID for each

Re: [PATCH 2/3] arm: shmobile: koelsch: enable HS-USB

2014-10-03 Thread Sergei Shtylyov
Hello. On 10/02/2014 03:48 PM, Yoshihiro Shimoda wrote: Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com --- arch/arm/boot/dts/r8a7791-koelsch.dts |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts

  1   2   >