RE: [PATCH v3 1/3] soc: devicetree: bindings: Add Qualcomm RPM DT binding

2014-07-04 Thread Pramod Gurav
Hi Bjorn, -Original Message- From: Bjorn Andersson bjorn.anders...@sonymobile.com Sent: Tuesday, 17 June, 2014 12:16am To: Rob Herring robh...@kernel.org, Mark Rutland mark.rutl...@arm.com, Liam Girdwood lgirdw...@gmail.com, Mark Brown broo...@kernel.org, Kumar Gala

Re: [PATCH v3 2/3] soc: qcom-rpm: Driver for the Qualcomm RPM

2014-07-04 Thread pramod gurav
Hi Bjorn, On Tue, Jun 17, 2014 at 12:16 AM, Bjorn Andersson bjorn.anders...@sonymobile.com wrote: Driver for the Resource Power Manager (RPM) found in Qualcomm 8660, 8960 and 8064 based devices. The driver exposes resources that child drivers can operate on; to implementing regulator, clock

RE: [PATCH 4/5] ARM: imx: Add initial support for Freescale LS1021A

2014-07-04 Thread Jingchang Lu
-Original Message- From: Mark Rutland [mailto:mark.rutl...@arm.com] Sent: Thursday, July 03, 2014 11:12 PM To: Lu Jingchang-B35083 Cc: Guo Shawn-R65073; shawn@linaro.org; linux-arm- ker...@lists.infradead.org; devicetree@vger.kernel.org Subject: Re: [PATCH 4/5] ARM: imx: Add initial

Re: [PATCH 2/6] mailbox/omap: add support for parsing dt devices

2014-07-04 Thread Tony Lindgren
* Pavel Machek pa...@ucw.cz [140630 13:34]: Hi! The non-DT support has to be maintained for now to not break OMAP3 legacy boot, and the legacy-style code will be cleaned up once OMAP3 is also converted to DT-boot only. @@ -587,24 +606,157 @@ static int omap_mbox_unregister(struct

RE: [PATCH v3 02/10] devicetree: Add generic IOMMU device tree bindings

2014-07-04 Thread Varun Sethi
-Original Message- From: iommu-boun...@lists.linux-foundation.org [mailto:iommu- boun...@lists.linux-foundation.org] On Behalf Of Thierry Reding Sent: Friday, June 27, 2014 2:20 AM To: Rob Herring; Pawel Moll; Mark Rutland; Ian Campbell; Kumar Gala; Stephen Warren; Arnd Bergmann;

Re: [PATCH v2 REBASED 00/10] Generic earlyconsole for ARC UART Driver

2014-07-04 Thread Vineet Gupta
Hi Greg, On Wednesday 25 June 2014 02:35 AM, Rob Herring wrote: On Tue, Jun 24, 2014 at 3:25 AM, Vineet Gupta vineet.gup...@synopsys.com wrote: Hi, This is slightly modified repost of series posted last week http://www.spinics.net/lists/linux-serial/msg12884.html This series switches ARC

Re: [PATCH 05/18] power: reset: Add AT91 reset driver

2014-07-04 Thread Boris BREZILLON
On Fri, 4 Jul 2014 11:08:20 +0800 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On Jul 3, 2014, at 10:59 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Thu, Jul 03, 2014 at 10:39:08PM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: +++

[PATCH v2] ASoC: tda998x: add a codec to the HDMI transmitter

2014-07-04 Thread Jean-Francois Moine
This patch adds a CODEC function to the NXP TDA998x HDMI transmitter. The CODEC handles both I2S and S/PDIF input and does dynamic input switch in the TDA998x I2C driver on start/stop audio streaming. Signed-off-by: Jean-Francois Moine moin...@free.fr --- v2: check double stream start (Mark

[PATCH v2 1/2] ASoC: dt-bindings: add rockchip i2s bindings

2014-07-04 Thread jianqun
From: Jianqun Xu x...@rock-chips.com Add devicetree bindings for i2s controller found on rk3066, rk3188 and rk3288 processors from rockchip. Signed-off-by: Jianqun Xu x...@rock-chips.com --- Changes since v1: - modify the description of clock-names property, adviced by Mark Rutland. - modify the

[PATCH v2 2/2] ASoC: add driver for Rockchip RK3xxx I2S controller

2014-07-04 Thread jianqun
From: Jianqun Xu x...@rock-chips.com Add driver for i2s controller found on rk3066, rk3168 and rk3288 processors from rockchip. Tested on the RK3288 SDK board. Signed-off-by: Jianqun Xu x...@rock-chips.com --- Changes since v1: Adviced by Varka Bhadram:

[PATCH v2 1/2] dma: at_xdmac: creation of the atmel eXtended DMA Controller driver

2014-07-04 Thread Ludovic Desroches
New atmel DMA controller known as XDMAC, introduced with SAMA5D4 devices. Tests done on 3.10 kernel version. TODO once SAMA5D4 support mainlined: - use module_platform_driver instead of subsys_initcall - use dma_get_any_slave_channel Signed-off-by: Ludovic Desroches ludovic.desroc...@atmel.com

[PATCH v2 2/2] ARM: dts: at_xdmac: add bindings documentation

2014-07-04 Thread Ludovic Desroches
Add bindings documentation for the new Atmel DMA controller (XDMAC) introduced with SAMA5D4. Signed-off-by: Ludovic Desroches ludovic.desroc...@atmel.com --- .../devicetree/bindings/dma/atmel-xdma.txt | 39 1 file changed, 39 insertions(+) create mode 100644

[PATCH v2 5/5] devicetree: mfd: max14577: Add device tree bindings document

2014-07-04 Thread Krzysztof Kozlowski
Add document describing device tree bindings for MAX14577 MFD drivers: MFD core, extcon, regulator and charger. Both MAX14577 and MAX77836 chipsets are documented. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Tomasz Figa

Re: [PATCH v2 1/2] ARM: topology: Use a clock if possible to get the CPU frequency

2014-07-04 Thread Maxime Ripard
On Thu, Jul 03, 2014 at 09:51:27AM +0200, Vincent Guittot wrote: On 3 July 2014 09:10, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, Jun 30, 2014 at 05:06:16PM +0200, Vincent Guittot wrote: On 30 June 2014 16:58, Maxime Ripard maxime.rip...@free-electrons.com wrote: On

Re: [PATCH 2/6] mailbox/omap: add support for parsing dt devices

2014-07-04 Thread Pavel Machek
Hi! The non-DT support has to be maintained for now to not break OMAP3 legacy boot, and the legacy-style code will be cleaned up once OMAP3 is also converted to DT-boot only. @@ -587,24 +606,157 @@ static int omap_mbox_unregister(struct omap_mbox_device *mdev)

Re: [RESEND PATCH 5/5] devicetree: mfd: max14577: Add device tree bindings document

2014-07-04 Thread Mark Rutland
On Thu, Jul 03, 2014 at 12:44:34PM +0100, Krzysztof Kozlowski wrote: On czw, 2014-07-03 at 12:32 +0100, Mark Rutland wrote: Hi, On Tue, Jul 01, 2014 at 08:02:00AM +0100, Krzysztof Kozlowski wrote: Add document describing device tree bindings for MAX14577 MFD drivers: MFD core,

Re: [RESEND PATCH 5/5] devicetree: mfd: max14577: Add device tree bindings document

2014-07-04 Thread Krzysztof Kozlowski
On pią, 2014-07-04 at 09:07 +0100, Mark Rutland wrote: On Thu, Jul 03, 2014 at 12:44:34PM +0100, Krzysztof Kozlowski wrote: On czw, 2014-07-03 at 12:32 +0100, Mark Rutland wrote: Hi, On Tue, Jul 01, 2014 at 08:02:00AM +0100, Krzysztof Kozlowski wrote: Add document describing

Re: [PATCH 2/6] mailbox/omap: add support for parsing dt devices

2014-07-04 Thread Tony Lindgren
* Pavel Machek pa...@ucw.cz [140704 01:07]: Hi! The non-DT support has to be maintained for now to not break OMAP3 legacy boot, and the legacy-style code will be cleaned up once OMAP3 is also converted to DT-boot only. @@ -587,24 +606,157 @@ static int

[PATCH 1/2] ASoC: samsung: Update sound-card name for Snow

2014-07-04 Thread Tushar Behera
Snow sound-card driver supports multiple boards with different audio codecs. Updating the sound card name per board basis would provide some more information to the end-user. Signed-off-by: Tushar Behera tusha...@samsung.com --- Documentation/devicetree/bindings/sound/snow.txt |4

[PATCH 2/2] ASoC: core: Fix possible NULL pointer dereference

2014-07-04 Thread Tushar Behera
snd_soc_of_parse_card_name() may be called before card-dev has been set, which results in a kernel panic. Unable to handle kernel NULL pointer dereference at virtual address 0210 PC is at snd_soc_of_parse_card_name+0x18/0x54 LR is at snow_probe+0x5c/0xd4 Add an error check in

Re: [PATCH v2 2/2] ARM: dts: at_xdmac: add bindings documentation

2014-07-04 Thread Mark Rutland
On Fri, Jul 04, 2014 at 08:36:10AM +0100, Ludovic Desroches wrote: Add bindings documentation for the new Atmel DMA controller (XDMAC) introduced with SAMA5D4. Signed-off-by: Ludovic Desroches ludovic.desroc...@atmel.com --- .../devicetree/bindings/dma/atmel-xdma.txt | 39

Re: [PATCH 05/18] power: reset: Add AT91 reset driver

2014-07-04 Thread Maxime Ripard
On Fri, Jul 04, 2014 at 10:40:56AM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: On Jul 3, 2014, at 10:59 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Thu, Jul 03, 2014 at 10:39:08PM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: +++

Re: [PATCH v2 0/4] Tegra USB probe order issue fix

2014-07-04 Thread Mark Rutland
On Fri, Jul 04, 2014 at 02:09:35AM +0100, Tuomas Tynkkynen wrote: Hi all, Here's a second version of the probe order issue series. This time I've added the USB1 resets to the PHYs, thus replacing the really ugly parts with something slightly better. Old device trees will still probe

Re: [PATCH v3 02/10] devicetree: Add generic IOMMU device tree bindings

2014-07-04 Thread Arnd Bergmann
On Friday 04 July 2014 06:42:48 Varun Sethi wrote: Master node corresponds to the device node, right? Master ID would correspond to Stream ID? We are already using iommu-parent property to link a device to its corresponding IOMMU. We can use the same property instead of using iommus. I don't

Re: [PATCH 05/18] power: reset: Add AT91 reset driver

2014-07-04 Thread Maxime Ripard
On Fri, Jul 04, 2014 at 09:14:43AM +0200, Boris BREZILLON wrote: On Fri, 4 Jul 2014 11:08:20 +0800 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On Jul 3, 2014, at 10:59 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Thu, Jul 03, 2014 at 10:39:08PM

Re: [PATCH v3] i2c: busses: i2c-pxa.c: Fix for possible null pointer dereferenc

2014-07-04 Thread Emil Goode
Hello Rickard, Since this is a probe function there is also no need to release the devm_* resources in the i2c_pxa_remove function, this leads to double free. Also I have a few nit-pick comments below. On Thu, Jul 03, 2014 at 10:19:16PM +0200, Rickard Strandqvist wrote: Fix for possible null

Re: [PATCH v2 1/2] ARM: topology: Use a clock if possible to get the CPU frequency

2014-07-04 Thread Vincent Guittot
On 4 July 2014 10:02, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Thu, Jul 03, 2014 at 09:51:27AM +0200, Vincent Guittot wrote: On 3 July 2014 09:10, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, Jun 30, 2014 at 05:06:16PM +0200, Vincent Guittot wrote: On 30 June

Re: [PATCH v2 2/2] ARM: dts: at_xdmac: add bindings documentation

2014-07-04 Thread Ludovic Desroches
On Fri, Jul 04, 2014 at 09:58:34AM +0100, Mark Rutland wrote: On Fri, Jul 04, 2014 at 08:36:10AM +0100, Ludovic Desroches wrote: Add bindings documentation for the new Atmel DMA controller (XDMAC) introduced with SAMA5D4. Signed-off-by: Ludovic Desroches ludovic.desroc...@atmel.com ---

[PATCH v6 00/23] Add Maxim 77802 PMIC support

2014-07-04 Thread Javier Martinez Canillas
MAX77802 is a PMIC that contains 10 high efficiency Buck regulators, 32 Low-dropout (LDO) regulators, two 32kHz buffered clock outputs, a Real-Time-Clock (RTC) and a I2C interface to program the individual regulators, clocks and the RTC. This series are based on drivers added by Simon Glass to

[PATCH v6 19/23] regulator: Add driver for Maxim 77802 PMIC regulators

2014-07-04 Thread Javier Martinez Canillas
The MAX77802 PMIC has 10 high-efficiency Buck and 32 Low-dropout (LDO) regulators. This patch adds support for all these regulators found on the MAX77802 PMIC and is based on a driver added by Simon Glass to the Chrome OS kernel 3.8 tree. Signed-off-by: Javier Martinez Canillas

[PATCH v6 21/23] clk: max77802: Add DT binding documentation

2014-07-04 Thread Javier Martinez Canillas
Add Device Tree binding documentation for the clocks outputs in the Maxim 77802 Power Management IC. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- Changes since v5: - Fix typo error in DT binding. Suggested by Andreas Farber. - Add clock-output-names as an

[PATCH v6 18/23] mfd: max77802: Add DT binding documentation

2014-07-04 Thread Javier Martinez Canillas
Add Device Tree binding documentation for Maxim 77802 PMIC. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- Changes since v5: - Use max77686,* properties instead of max77802,* since the support is now in the max77686 driver and that IP defined the properties

[PATCH v6 23/23] ARM: dts: Add max77802 to exynos5420-peach-pit and exynos5800-peach-pi

2014-07-04 Thread Javier Martinez Canillas
Peach pit and pi boards uses a Maxim 77802 power management IC to drive regulators and its Real Time Clock. This patch adds support for this chip. These are the device nodes and pinctrl configuration that are present on the Peach pit DeviceTree source file in the the Chrome OS kernel 3.8 tree.

[PATCH v6 16/23] mfd: max77686: Add documentation for DVS bindings

2014-07-04 Thread Javier Martinez Canillas
The MAX77686 PMIC submodule has Dynamic Voltage Scaling (DVS) support on some regulators. Now that the regulator driver has bindings to configure it, these bindings have to be documented. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk ---

[PATCH v6 22/23] rtc: Add driver for Maxim 77802 PMIC Real-Time-Clock

2014-07-04 Thread Javier Martinez Canillas
The MAX7802 PMIC has a Real-Time-Clock (RTC) with two alarms. This patch adds support for the RTC and is based on a driver added by Simon Glass to the Chrome OS kernel 3.8 tree. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- Changes since v5: None Changes since v4:

[PATCH v6 20/23] clk: Add driver for Maxim 77802 PMIC clocks

2014-07-04 Thread Javier Martinez Canillas
The MAX77802 PMIC has two 32.768kHz Buffered Clock Outputs with Low Jitter Mode. This patch adds support for these two clocks. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Changes since v5: None Changes

[PATCH v6 17/23] mfd: max77686: Add Maxim 77802 PMIC support

2014-07-04 Thread Javier Martinez Canillas
Maxim MAX77802 is a power management chip that contains 10 high efficiency Buck regulators, 32 Low-dropout (LDO) regulators used to power up application processors and peripherals, a 2-channel 32kHz clock outputs, a Real-Time-Clock (RTC) and a I2C interface to program the individual regulators,

[PATCH v6 15/23] regulator: max77686: Setup DVS-related GPIOs on probe

2014-07-04 Thread Javier Martinez Canillas
MAX77686 PMIC support Dyamic Voltage Scaling (DVS) on a set of Buck regulators. A number of GPIO are connected to these lines and are requested by the mfd driver. Setup the GPIO pins from the regulator driver. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk ---

[PATCH v6 14/23] regmap: Add regmap_reg_copy function

2014-07-04 Thread Javier Martinez Canillas
Some device drivers using the register map API need to copy the value from one register to another. Even though it can be done with a combination of regmap_read() and regmap_write(), it is better to have a function to avoid code duplication and also it sanity check and do it atomically by holding

[PATCH v6 13/23] clk: max77686: Improve Maxim 77686 PMIC clocks binding

2014-07-04 Thread Javier Martinez Canillas
Like most clock drivers, the Maxim 77686 PMIC clock binding follows the convention that the #clock-cells property is used to specify the number of cells in a clock provider. But the binding document is not clear enough that it shall be set to 1 since the PMIC support multiple clocks outputs.

[PATCH v6 12/23] clk: max77686: Convert to the generic max clock driver

2014-07-04 Thread Javier Martinez Canillas
Clocks drivers for Maxim PMIC are very similar so they can be converted to use the generic Maxim clock driver. Also, while being there use module_platform_driver() helper macro to eliminate more boilerplate code. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk

[PATCH v6 10/23] clk: max77686: Add DT include for MAX77686 PMIC clock

2014-07-04 Thread Javier Martinez Canillas
This patch adds a dt-binding include for Maxim 77686 PMIC clock IDs that can be used by both the max77686 clock driver and Device Tree source files. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com Reviewed-by: Mike

[PATCH v6 11/23] clk: Add generic driver for Maxim PMIC clocks

2014-07-04 Thread Javier Martinez Canillas
Maxim Integrated Power Management ICs are very similar with regard to their clock outputs. Most of the clock drivers for these chips are duplicating code and are simpler enough that can be converted to use a generic driver to consolidate code and avoid duplication. Signed-off-by: Javier Martinez

[PATCH v6 06/23] mfd: max77686: Make error checking consistent

2014-07-04 Thread Javier Martinez Canillas
Error checking across the driver is mostly consistent besides a few exceptions, so change these exceptions for consistency. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- drivers/mfd/max77686.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[PATCH v6 08/23] mfd: max77686: Add Dynamic Voltage Scaling (DVS) support

2014-07-04 Thread Javier Martinez Canillas
Some regulators on the MAX77686 PMIC have Dynamic Voltage Scaling (DVS) support that allows output voltage to change dynamically. For MAX77686, these regulators are Buck regulators 2, 3 and 4. Each Buck output voltage is selected using a set of external inputs: DVS1-3 and SELB2-4. DVS registers

[PATCH v6 07/23] mfd: max77686: Remove unneeded OOM error message

2014-07-04 Thread Javier Martinez Canillas
There is no need to print out-of-memory errors since this is already done by the memory management subsystem which even calls dump_stack(). Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- drivers/mfd/max77686.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

[PATCH v6 05/23] mfd: max77686: Return correct error when pdata isn't found

2014-07-04 Thread Javier Martinez Canillas
When platform data is not found an -EIO (I/O error) code is returned. This doesn't seem to be the correct error so better return -EINVAL (Invalid argument) which is what most drivers do in this case. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk ---

[PATCH v6 04/23] mfd: max77686: Make platform data over-rule DT

2014-07-04 Thread Javier Martinez Canillas
The function max77802_i2c_parse_dt_pdata() should only be called if there isn't already platform data for the device. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- drivers/mfd/max77686.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v6 02/23] mfd: max77686: Add power management support

2014-07-04 Thread Javier Martinez Canillas
The driver doesn't have PM operations defined so add a suspend and resume function handlers to allow the PMIC IRQ to wakeup the system when it is put into a sleep state. Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk --- drivers/mfd/max77686.c | 40

[PATCH v6 03/23] mfd: max77686: Don't define dummy function if OF isn't enabled

2014-07-04 Thread Javier Martinez Canillas
When the CONFIG_OF option was not enabled, a dummy function max77686_i2c_parse_dt_pdata() was defined since this is called unconditionally on probe(). Just always define the real function and conditionally call it if CONFIG_OF is enabled instead. Signed-off-by: Javier Martinez Canillas

[PATCH v6 01/23] mfd: max77686: Convert to use regmap_irq

2014-07-04 Thread Javier Martinez Canillas
By using the generic IRQ support in the Register map API, it is possible to get rid max77686-irq.c and simplify the code. Suggested-by: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Javier Martinez Canillas javier.marti...@collabora.co.uk Acked-by: Lee Jones lee.jo...@linaro.org

Re: [PATCH v4 0/6] clk: sunxi: fixes, cleanups and A23 basic clocks

2014-07-04 Thread Maxime Ripard
On Thu, Jul 03, 2014 at 03:37:36PM +0800, Chen-Yu Tsai wrote: On Thu, Jul 3, 2014 at 6:35 AM, Mike Turquette mturque...@linaro.org wrote: Quoting Chen-Yu Tsai (2014-06-26 08:55:38) Hi everyone, This is v4 of the sun8i clock series, which adds basic clock support for the A23 SoC. It is

[PATCH v3 5/6] devicetree: mfd: max14577: Add device tree bindings document

2014-07-04 Thread Krzysztof Kozlowski
Add document describing device tree bindings for MAX14577 MFD drivers: MFD core, extcon, regulator and charger. Both MAX14577 and MAX77836 chipsets are documented. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Tomasz Figa

RE: [PATCH 5/5] ARM: imx: Add Freescale LS1021A SMP support

2014-07-04 Thread Jingchang Lu
-Original Message- From: Mark Rutland [mailto:mark.rutl...@arm.com] Sent: Wednesday, July 02, 2014 7:31 PM To: Lu Jingchang-B35083 Cc: shawn@linaro.org; linux-arm-ker...@lists.infradead.org; devicetree@vger.kernel.org; Lu Jingchang-B35083 Subject: Re: [PATCH 5/5] ARM: imx: Add

[PATCH] of: Add vendor prefix for Dialog Semiconductor Plc

2014-07-04 Thread Philipp Zabel
Add Dialog Semiconductor Plc to the list of device tree vendor prefixes. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt

Re: [PATCH v6 02/23] mfd: max77686: Add power management support

2014-07-04 Thread Krzysztof Kozlowski
On pią, 2014-07-04 at 11:55 +0200, Javier Martinez Canillas wrote: The driver doesn't have PM operations defined so add a suspend and resume function handlers to allow the PMIC IRQ to wakeup the system when it is put into a sleep state. Signed-off-by: Javier Martinez Canillas

Re: [PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2

2014-07-04 Thread Sylwester Nawrocki
On 22/05/14 20:53, Mark Brown wrote: +ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_I2S + | SND_SOC_DAIFMT_NB_NF + | SND_SOC_DAIFMT_CBM_CFM); + if (ret 0) + return ret; + + ret =

Re: [RFC 01/10] iommu: Add IOMMU device registry

2014-07-04 Thread Joerg Roedel
On Thu, Jun 26, 2014 at 10:49:41PM +0200, Thierry Reding wrote: Add an IOMMU device registry for drivers to register with and implement a method for users of the IOMMU API to attach to an IOMMU device. This allows to support deferred probing and gives the IOMMU API a convenient hook to perform

Re: [PATCHv2 0/5] ARM: remove the sub-node and deprecated supports-highspeed property for dwmmc.

2014-07-04 Thread Jaehoon Chung
Hi, All. Any other comment or review? I hope that these are merged. Best Regards, Jaehoon Chung On 07/01/2014 05:26 PM, Sachin Kamat wrote: Hi Jaehoon, On Mon, Jun 30, 2014 at 5:19 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: Since used the mmc_of_parse(), didn't parse the sub-node. So

Re: [PATCH 1/1] iommu/fsl_pamu: Remove unnecessary null test before kfree

2014-07-04 Thread Joerg Roedel
On Sun, Jun 29, 2014 at 10:01:26AM +0200, Fabian Frederick wrote: Fix checkpatch warning: WARNING: kfree(NULL) is safe this check is probably not required Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to

Re: [alsa-devel] [PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2

2014-07-04 Thread Lars-Peter Clausen
On 07/04/2014 01:04 PM, Sylwester Nawrocki wrote: On 22/05/14 20:53, Mark Brown wrote: + ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_I2S + | SND_SOC_DAIFMT_NB_NF + | SND_SOC_DAIFMT_CBM_CFM); + if

[PATCH 0/3] Add ST dwc3 glue layer driver.

2014-07-04 Thread Peter Griffin
This series adds support for the ST glue logic to manage the DWC3 HC on STiH407 SoC family chipsets. Peter Griffin (3): usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC ARM: dts: sti: Add st-dwc3 devicetree bindings documentation MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture

[PATCH 2/3] ARM: dts: sti: Add st-dwc3 devicetree bindings documentation

2014-07-04 Thread Peter Griffin
This patch documents the device tree documentation required for the ST usb3 controller glue layer found in STiH407 devices. Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com Signed-off-by: Peter Griffin peter.grif...@linaro.org --- Documentation/devicetree/bindings/usb/dwc3-st.txt | 58

[PATCH 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture

2014-07-04 Thread Peter Griffin
Signed-off-by: Peter Griffin peter.grif...@linaro.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 702ca10..269ad3b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1325,6 +1325,7 @@ F:drivers/pinctrl/pinctrl-st.c F:

Re: [PATCH v6 08/23] mfd: max77686: Add Dynamic Voltage Scaling (DVS) support

2014-07-04 Thread Krzysztof Kozlowski
On pią, 2014-07-04 at 11:55 +0200, Javier Martinez Canillas wrote: Some regulators on the MAX77686 PMIC have Dynamic Voltage Scaling (DVS) support that allows output voltage to change dynamically. For MAX77686, these regulators are Buck regulators 2, 3 and 4. Each Buck output voltage is

[PATCH 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-04 Thread Peter Griffin
This patch adds the ST glue logic to manage the DWC3 HC on STiH407 SoC family. It manages the powerdown signal, and configures the internal glue logic and syscfg registers. Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com Signed-off-by: Peter Griffin peter.grif...@linaro.org ---

Re: [PATCHv2 4/5] ARM: dts: rockchip: unuse the slot-node and deprecated the supports-highspeed for dw-mmc

2014-07-04 Thread Heiko Stübner
Am Montag, 30. Juni 2014, 20:49:18 schrieb Jaehoon Chung: dw-mmc controller can support multiple slots. But, there are no use-cases anywhere. So we don't need to support the slot-node for dw-mmc controller. And supports-highspeed property in dw-mmc is deprecated. supports-highspeed property

Re: [alsa-devel] [PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2

2014-07-04 Thread Sylwester Nawrocki
On 04/07/14 13:10, Lars-Peter Clausen wrote: On 07/04/2014 01:04 PM, Sylwester Nawrocki wrote: On 22/05/14 20:53, Mark Brown wrote: + ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_I2S + | SND_SOC_DAIFMT_NB_NF + |

Re: [alsa-devel] [PATCH 2/2] ASoC: samsung: Add machine driver for odroidx2

2014-07-04 Thread Lars-Peter Clausen
On 07/04/2014 01:24 PM, Sylwester Nawrocki wrote: On 04/07/14 13:10, Lars-Peter Clausen wrote: On 07/04/2014 01:04 PM, Sylwester Nawrocki wrote: On 22/05/14 20:53, Mark Brown wrote: + ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_I2S + |

Re: [PATCH v6 17/23] mfd: max77686: Add Maxim 77802 PMIC support

2014-07-04 Thread Krzysztof Kozlowski
On pią, 2014-07-04 at 11:55 +0200, Javier Martinez Canillas wrote: Maxim MAX77802 is a power management chip that contains 10 high efficiency Buck regulators, 32 Low-dropout (LDO) regulators used to power up application processors and peripherals, a 2-channel 32kHz clock outputs, a

Re: [PATCH] ARM: dts: exynos5410: Fill in CPU clock-frequency

2014-07-04 Thread Andreas Färber
Am 23.06.2014 09:53, schrieb Tarek Dakhran: On 06/22/2014 11:49 PM, Andreas Färber wrote: It's 1.6 GHz for the Cortex-A15. Avoids warnings like /cpus/cpu@0 missing clock-frequency property. Signed-off-by: Andreas Färber afaer...@suse.de --- arch/arm/boot/dts/exynos5410.dtsi | 4 1

Re: [PATCH v6 08/23] mfd: max77686: Add Dynamic Voltage Scaling (DVS) support

2014-07-04 Thread Javier Martinez Canillas
Hello Krzysztof, Again, thanks a lot for taking the time to review the series. On 07/04/2014 01:15 PM, Krzysztof Kozlowski wrote: On pią, 2014-07-04 at 11:55 +0200, Javier Martinez Canillas wrote: Some regulators on the MAX77686 PMIC have Dynamic Voltage Scaling (DVS) support that allows

Re: [PATCH v6 17/23] mfd: max77686: Add Maxim 77802 PMIC support

2014-07-04 Thread Javier Martinez Canillas
Hello Krzysztof, On 07/04/2014 01:30 PM, Krzysztof Kozlowski wrote: On pią, 2014-07-04 at 11:55 +0200, Javier Martinez Canillas wrote: Maxim MAX77802 is a power management chip that contains 10 high efficiency Buck regulators, 32 Low-dropout (LDO) regulators used to power up application

Re: [PATCH v2 3/4] ARM: sti: Add STiH407 Kconfig entry to select STIH407_RESET

2014-07-04 Thread Maxime Coquelin
Hi Peter, On 07/02/2014 04:08 PM, Peter Griffin wrote: The STiH407 is a STMicroelectronics Digital Consumer electronics family, targetted at set-top-box and other audio/video applications. This patch selects the reset controller driver for this family which is essential to take various IP's on

[PATCH v2 1/1] can: m_can: add Bosch M_CAN controller support

2014-07-04 Thread Dong Aisheng
The patch adds the basic CAN TX/RX function support for Bosch M_CAN controller. For TX, only one dedicated tx buffer is used for sending data. For RX, RXFIFO 0 is used for receiving data to avoid overflow. Rx FIFO 1 and Rx Buffers are not used currently, as well as Tx Event FIFO. Due to the

Re: [PATCH v6 22/23] rtc: Add driver for Maxim 77802 PMIC Real-Time-Clock

2014-07-04 Thread Krzysztof Kozlowski
On pią, 2014-07-04 at 11:55 +0200, Javier Martinez Canillas wrote: The MAX7802 PMIC has a Real-Time-Clock (RTC) with two alarms. This patch adds support for the RTC and is based on a driver added by Simon Glass to the Chrome OS kernel 3.8 tree. Signed-off-by: Javier Martinez Canillas

Re: [PATCH v2 1/1] can: m_can: add Bosch M_CAN controller support

2014-07-04 Thread Marc Kleine-Budde
On 07/04/2014 01:53 PM, Dong Aisheng wrote: The patch adds the basic CAN TX/RX function support for Bosch M_CAN controller. For TX, only one dedicated tx buffer is used for sending data. For RX, RXFIFO 0 is used for receiving data to avoid overflow. Rx FIFO 1 and Rx Buffers are not used

Re: [PATCH 2/3] ARM: dts: sti: Add st-dwc3 devicetree bindings documentation

2014-07-04 Thread Daniele Forsi
2014-07-04 13:13 GMT+02:00 Peter Griffin: +Required properties: + - compatible : must be st,stih407-dwc3 + - reg : glue logic base address and USB syscfg ctrl register offest + - reg-names : Should be reg-glue and syscfg-reg. + - st,syscon: should be phandle to system

Re: [PATCH 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC

2014-07-04 Thread Daniele Forsi
2014-07-04 13:13 GMT+02:00 Peter Griffin: diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 8eb996e..f7b0518 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -77,6 +77,15 @@ config USB_DWC3_KEYSTONE default USB_DWC3 help

Re: [PATCH v2 2/2] ARM: dts: at_xdmac: add bindings documentation

2014-07-04 Thread Sergei Shtylyov
Hello. On 07/04/2014 11:36 AM, Ludovic Desroches wrote: Add bindings documentation for the new Atmel DMA controller (XDMAC) introduced with SAMA5D4. Signed-off-by: Ludovic Desroches ludovic.desroc...@atmel.com --- .../devicetree/bindings/dma/atmel-xdma.txt | 39

Re: [PATCH v6 22/23] rtc: Add driver for Maxim 77802 PMIC Real-Time-Clock

2014-07-04 Thread Javier Martinez Canillas
Hello Krzysztof, Thanks a lot for your feedback. On 07/04/2014 01:56 PM, Krzysztof Kozlowski wrote: On pią, 2014-07-04 at 11:55 +0200, Javier Martinez Canillas wrote: The MAX7802 PMIC has a Real-Time-Clock (RTC) with two alarms. This patch adds support for the RTC and is based on a driver

Re: [PATCH v2 1/1] can: m_can: add Bosch M_CAN controller support

2014-07-04 Thread Varka Bhadram
On 07/04/2014 05:23 PM, Dong Aisheng wrote: The patch adds the basic CAN TX/RX function support for Bosch M_CAN controller. For TX, only one dedicated tx buffer is used for sending data. For RX, RXFIFO 0 is used for receiving data to avoid overflow. Rx FIFO 1 and Rx Buffers are not used

RE: [PATCH] of: Add vendor prefix for Dialog Semiconductor Plc

2014-07-04 Thread Opensource [Steve Twiss]
On 04 July 2014 11:43, Phillip Zabel wrote: Hi Philipp, Subject: [PATCH] of: Add vendor prefix for Dialog Semiconductor Plc Add Dialog Semiconductor Plc to the list of device tree vendor prefixes. Signed-off-by: Philipp Zabel p.za...@pengutronix.de ---

Re: [PATCH V4 00/10] drm: exynos: few patches to enhance bridge chip support

2014-07-04 Thread Andreas Färber
Hi Ajay, Am 03.07.2014 16:55, schrieb Ajay kumar: On Thu, Jul 3, 2014 at 10:49 AM, Andreas Färber afaer...@suse.de wrote: Am 11.06.2014 20:26, schrieb Ajay Kumar: This series is based on exynos-drm-next branch of Inki Dae's tree at:

Re: [PATCH v6 22/23] rtc: Add driver for Maxim 77802 PMIC Real-Time-Clock

2014-07-04 Thread Krzysztof Kozlowski
On pią, 2014-07-04 at 14:52 +0200, Javier Martinez Canillas wrote: Hello Krzysztof, Thanks a lot for your feedback. On 07/04/2014 01:56 PM, Krzysztof Kozlowski wrote: On pią, 2014-07-04 at 11:55 +0200, Javier Martinez Canillas wrote: The MAX7802 PMIC has a Real-Time-Clock (RTC) with two

[PATCH V3 1/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings

2014-07-04 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com --- Changes since v2: - none. --- .../bindings/sound/samsung,odroidx2-max98090.txt | 35 1 file changed, 35 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/samsung,odroidx2-max98090.txt

Re: [PATCH v4 09/19] clocksource: sh_cmt: Add DT support

2014-07-04 Thread Laurent Pinchart
On Monday 16 June 2014 17:07:21 Laurent Pinchart wrote: Document DT bindings and parse them in the CMT driver. Cc: devicetree@vger.kernel.org Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Tested-by: Simon Horman horms+rene...@verge.net.au ---

[PATCH V3 2/2] ASoC: samsung: Add machine driver for Odroid X2/U3

2014-07-04 Thread Sylwester Nawrocki
This patch adds the sound subsystem driver for Odroid-X2 and Odroid-U3 boards. The codec works in I2S master mode; there are two separate audio routing paths defined, as there are differences in the signal routing between the X2 and U3 boards, i.e. U3 uses single jack for headphones and

Re: [PATCH v6 22/23] rtc: Add driver for Maxim 77802 PMIC Real-Time-Clock

2014-07-04 Thread Javier Martinez Canillas
Hello Krzysztof, On 07/04/2014 03:11 PM, Krzysztof Kozlowski wrote: On pią, 2014-07-04 at 14:52 +0200, Javier Martinez Canillas wrote: Hello Krzysztof, Thanks a lot for your feedback. On 07/04/2014 01:56 PM, Krzysztof Kozlowski wrote: On pią, 2014-07-04 at 11:55 +0200, Javier Martinez

Re: [PATCH] drivers: video: fbdev: atmel_lcdfb.c: Add ability to inverted backlight PWM.

2014-07-04 Thread Nicolas Ferre
On 04/07/2014 04:26, Michael Welling : The code has a variable to change the polarity of the PWM backlight control but it was not being initialized. This patch adds a devicetree entry to set the variable if required. Signed-off-by: Michael Welling mwell...@ieee.org Seems good Acked-by:

Re: [PATCH v2 2/7] pwm: add support for atmel-hlcdc-pwm device

2014-07-04 Thread Boris BREZILLON
On Sun, 15 Jun 2014 11:11:04 +0200 Jean-Jacques Hiblot jjhib...@traphandler.com wrote: +config PWM_ATMEL_HLCDC_PWM + tristate Atmel HLCDC PWM support + depends on MFD_ATMEL_HLCDC I'd personnaly prefer a 'select' instead of 'depends on' here. Or maybe the MFD driver should enabled

Re: [RFC 01/10] iommu: Add IOMMU device registry

2014-07-04 Thread Thierry Reding
On Fri, Jul 04, 2014 at 01:05:30PM +0200, Joerg Roedel wrote: On Thu, Jun 26, 2014 at 10:49:41PM +0200, Thierry Reding wrote: Add an IOMMU device registry for drivers to register with and implement a method for users of the IOMMU API to attach to an IOMMU device. This allows to support

Hello dear,

2014-07-04 Thread glory
Hello dear, please do not be offended to receive this massage,My Name is miss Glory Rubel, I saw your today, and become very interest to be your friend And i have an important issue to discuse with you if you accept Please contact me back on my private email address:( gloryru...@hotmail.com ) for

Re: [PATCH v7 4/6] pci: Introduce a domain number for pci_host_bridge.

2014-07-04 Thread Liviu Dudau
On Mon, Apr 07, 2014 at 11:44:51PM +0100, Bjorn Helgaas wrote: On Mon, Apr 7, 2014 at 4:07 AM, Liviu Dudau liviu.du...@arm.com wrote: On Mon, Apr 07, 2014 at 10:14:18AM +0100, Benjamin Herrenschmidt wrote: On Mon, 2014-04-07 at 09:46 +0100, Liviu Dudau wrote: *My* strategy is to get rid

[PATCH v4] devicetree: Add generic IOMMU device tree bindings

2014-07-04 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com This commit introduces a generic device tree binding for IOMMU devices. Only a very minimal subset is described here, but it is enough to cover the requirements of both the Exynos System MMU and Tegra SMMU as discussed here:

Re: [RFC v4 2/2] backlight: device tree: add new tps611xx backlight binding

2014-07-04 Thread Mark Rutland
+- rfa-enable: enable request for acknowledge. +  If RFA is enabled, the data byte includes the RFA bit and device will wait +  and check acknowledge from device. You didn't answer my question as to why this should be in the DT. According to the RFA enable, the

Re: [PATCH v3 1/2] usb: doc: udc-xilinx: Add devicetree bindings

2014-07-04 Thread Mark Rutland
On Tue, Jun 24, 2014 at 07:44:10AM +0100, sundeep subbaraya wrote: Ping Thanks, Sundeep.B.S. On Tue, Jun 10, 2014 at 5:34 PM, subbaraya.sundeep.bha...@xilinx.com wrote: From: Subbaraya Sundeep Bhatta sbha...@xilinx.com Add devicetree bindings for Xilinx axi udc driver.

Re: [PATCH v2 1/2] ASoC: dt-bindings: add rockchip i2s bindings

2014-07-04 Thread Mark Rutland
On Fri, Jul 04, 2014 at 08:26:36AM +0100, jianqun wrote: From: Jianqun Xu x...@rock-chips.com Add devicetree bindings for i2s controller found on rk3066, rk3188 and rk3288 processors from rockchip. Signed-off-by: Jianqun Xu x...@rock-chips.com --- Changes since v1: - modify the

Re: [PATCH v2 1/3] dmaengine: mpc512x: add device tree binding document

2014-07-04 Thread Mark Rutland
Hi Alexander, Apologies for the late reply. DT-related email is somewhat a firehose and unfortunately I lose track of things. On Thu, Jun 19, 2014 at 02:59:19PM +0100, Alexander Popov wrote: 2014-06-18 18:56 GMT+04:00 Alexander Popov a13xp0p0...@gmail.com: 2014-06-18 17:37 GMT+04:00 Mark

Re: [PATCH v3] i2c: busses: i2c-pxa.c: Fix for possible null pointer dereferenc

2014-07-04 Thread Rickard Strandqvist
2014-07-04 11:10 GMT+02:00 Emil Goode emilgo...@gmail.com: Hello Rickard, Since this is a probe function there is also no need to release the devm_* resources in the i2c_pxa_remove function, this leads to double free. Also I have a few nit-pick comments below. On Thu, Jul 03, 2014 at

  1   2   >