Re: [PATCH v4 2/3] input: Add DT binding documentation for Colibri VF50 touchscreen

2015-08-23 Thread maitysanchayan
On 15-08-22 18:36:54, Stefan Agner wrote: On 2015-08-21 06:26, Sanchayan Maity wrote: This adds device tree binding documentation for the Colibri VF50 touchscreen driver. Signed-off-by: Sanchayan Maity maitysancha...@gmail.com --- .../bindings/input/touchscreen/colibri-vf50-ts.txt |

[PATCH v4 1/8] Document: bindings: DT: Add SMP enable method for MT6580 SoC platform

2015-08-23 Thread Scott Shu
For MT6580 SoC platform, the secondary cores are in powered off state as default, so compared with MT6589, one new enable method is needed. This method using the SPM (System Power Manager) inside the SCPSYS to control the CPU power. Signed-off-by: Scott Shu scott@mediatek.com ---

[PATCH v4 6/8] ARM: Mediatek: enable GPT6 on boot up to make arch timer working for MT6580

2015-08-23 Thread Scott Shu
We enable GTP6 which ungates the arch timer clock. Signed-off-by: Scott Shu scott@mediatek.com --- arch/arm/mach-mediatek/mediatek.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-mediatek/mediatek.c b/arch/arm/mach-mediatek/mediatek.c index

[PATCH v4 5/8] ARM: mediatek: add smp bringup code for MT6580

2015-08-23 Thread Scott Shu
Add support for cpu enable-method mediatek,mt6580-smp for booting secondary CPUs on MT6580. Signed-off-by: Scott Shu scott@mediatek.com --- arch/arm/mach-mediatek/platsmp.c | 67 1 file changed, 67 insertions(+) diff --git

[PATCH v4 3/8] soc: Mediatek: Add SCPSYS CPU power domain driver

2015-08-23 Thread Scott Shu
This adds a CPU power domain driver for the Mediatek SCPSYS unit on MT6580. Signed-off-by: Scott Shu scott@mediatek.com --- drivers/soc/mediatek/mtk-scpsys.c | 250 include/linux/soc/mediatek/scpsys.h | 9 ++ 2 files changed, 259 insertions(+) create

[PATCH v4 7/8] ARM: dts: mt6580: Add device nodes to the MT6580 dtsi file

2015-08-23 Thread Scott Shu
This adds the SCPSYS device node to the MT6580 dtsi file. Signed-off-by: Scott Shu scott@mediatek.com --- arch/arm/boot/dts/mt6580.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/mt6580.dtsi b/arch/arm/boot/dts/mt6580.dtsi index 06fdf6c..40957d3 100644 ---

Re: [PATCH v4 1/3] ARM: dts: vf500-colibri: Add device tree node for touchscreen support

2015-08-23 Thread maitysanchayan
On 15-08-22 18:54:28, Stefan Agner wrote: On 2015-08-21 06:26, Sanchayan Maity wrote: Add device tree node for touchscreen support on Colibri VF50. The touchscreen functionality on VF50 uses the ADC channels of Vybrid and some GPIOs. Also add pinctrl nodes for proper pinmux.

[PATCH v2 00/07] ARM: shmobile: APMU DT support via SMP Enable method V2

2015-08-23 Thread Magnus Damm
ARM: shmobile: APMU DT support via SMP Enable method V2 [PATCH v2 01/07] devicetree: bindings: Renesas APMU and SMP Enable method [PATCH v2 02/07] ARM: shmobile: Add APMU DT support via Enable method [PATCH v2 03/07] ARM: shmobile: Add APMU nodes to r8a7790 DTSI [PATCH v2 04/07] ARM: shmobile:

[PATCH v2 02/07] ARM: shmobile: Add APMU DT support via Enable method

2015-08-23 Thread Magnus Damm
From: Magnus Damm damm+rene...@opensource.se Allow DT configuration of the APMU hardware in the case when the APMU is pointed out in the DTB via the enable-method. The ability to configure the APMU via C code is still kept intact to prevent DTB breakage for older SoCs that do not rely on the

[PATCH v2 01/07] devicetree: bindings: Renesas APMU and SMP Enable method

2015-08-23 Thread Magnus Damm
From: Magnus Damm damm+rene...@opensource.se Add DT binding documentation for the APMU hardware and add renesas,apmu to the list of enable methods for the ARM cpus. Signed-off-by: Magnus Damm damm+rene...@opensource.se --- Changes since V1: - None

[PATCH v2 03/07] ARM: shmobile: Add APMU nodes to r8a7790 DTSI

2015-08-23 Thread Magnus Damm
From: Magnus Damm damm+rene...@opensource.se Add an APMU DT node for the r8a7790 SoC and use the enable-method to point out that the APMU should be used for SMP support. Signed-off-by: Magnus Damm damm+rene...@opensource.se --- Changes from V1: - New patch arch/arm/boot/dts/r8a7790.dtsi |

Re: [RFC PATCH 1/7] DMA: tegra-apb: Correct runtime-pm usage

2015-08-23 Thread Vinod Koul
On Tue, Aug 18, 2015 at 02:49:09PM +0100, Jon Hunter wrote: @@ -1543,7 +1531,7 @@ static int tegra_dma_pm_suspend(struct device *dev) int ret; /* Enable clock before accessing register */ - ret = tegra_dma_runtime_resume(dev); + ret = pm_runtime_get_sync(dev); why is

Re: [PATCH v4 2/2] dma: Add Xilinx zynqmp dma engine driver support

2015-08-23 Thread Vinod Koul
On Thu, Aug 20, 2015 at 12:01:27PM +0530, punnaiah choudary kalluri wrote: On Thu, Aug 20, 2015 at 11:43 AM, Vinod Koul vinod.k...@intel.com wrote: On Thu, Aug 06, 2015 at 08:49:33AM +0530, Punnaiah Choudary Kalluri wrote: + list_for_each_entry_safe(desc, next, chan-done_list, node) {

[PATCH v3 6/8] scsi: ufs: make the UFS variant a platform device

2015-08-23 Thread Yaniv Gardi
This change turns the UFS variant (SCSI_UFS_QCOM) into a UFS a platform device. In order to do so a few additional changes are required: 1. The ufshcd-pltfrm is no longer serves as a platform device. Now it only serves as a group of platform APIs such as PM APIs (runtime suspend/resume,

Re: [PATCH v4 2/2] dma: Add Xilinx zynqmp dma engine driver support

2015-08-23 Thread punnaiah choudary kalluri
On Sun, Aug 23, 2015 at 7:38 PM, Vinod Koul vinod.k...@intel.com wrote: On Thu, Aug 20, 2015 at 12:01:27PM +0530, punnaiah choudary kalluri wrote: On Thu, Aug 20, 2015 at 11:43 AM, Vinod Koul vinod.k...@intel.com wrote: On Thu, Aug 06, 2015 at 08:49:33AM +0530, Punnaiah Choudary Kalluri wrote:

Re: [PATCH v4 3/3] touchscreen: colibri-vf50-ts: Add touchscreen support for Colibri VF50

2015-08-23 Thread maitysanchayan
On 15-08-22 18:52:28, Stefan Agner wrote: Hi Sanchayan, On 2015-08-21 06:26, Sanchayan Maity wrote: +static int vf50_ts_probe(struct platform_device *pdev) +{ + struct input_dev *input; + struct iio_channel *channels; + struct device *dev = pdev-dev; + struct

Re: [RFC PATCH 7/7] DMA: tegra-adma: Add support for Tegra210 ADMA

2015-08-23 Thread Vinod Koul
On Tue, Aug 18, 2015 at 02:49:15PM +0100, Jon Hunter wrote: +#define AHUB_TO_MEMORY 2 +#define MEMORY_TO_AHUB 4 namespace this aptly as well +static void tegra_adma_stop(struct tegra_dma_channel *tdc)

[PATCH v2 05/07] ARM: shmobile: Add function to prioritize DT SMP

2015-08-23 Thread Magnus Damm
From: Magnus Damm damm+rene...@opensource.se Add a function to check if other DT based method is available, and if so return false to not hook up smp_ops from the machine vector. This results in that DT-based SMP support has priority over older C-based smp_ops code, and in case DT-based SMP

[PATCH v2 07/07] ARM: shmobile: Prioritize r8a7791 DT APMU support

2015-08-23 Thread Magnus Damm
From: Magnus Damm damm+rene...@opensource.se Adjust the r8a7791 SoC support code to not configure any non-DT SMP code in case the DT-based enable-method has been installed already. Signed-off-by: Magnus Damm damm+rene...@opensource.se --- Changes since V1: - Broke out bits from former

Re: [PATCH 02/04] ARM: shmobile: Add APMU DT support via Enable method

2015-08-23 Thread Magnus Damm
Hi Geert, On Thu, May 21, 2015 at 5:13 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Thu, May 21, 2015 at 3:22 AM, Magnus Damm magnus.d...@gmail.com wrote: --- 0001/arch/arm/mach-shmobile/platsmp-apmu.c +++ work/arch/arm/mach-shmobile/platsmp-apmu.c 2015-05-20 22:26:43.152366518

[PATCH v2 06/07] ARM: shmobile: Prioritize r8a7790 DT APMU support

2015-08-23 Thread Magnus Damm
From: Magnus Damm damm+rene...@opensource.se Adjust the r8a7790 SoC support code to not configure any non-DT SMP code in case the DT-based enable-method has been installed already. Signed-off-by: Magnus Damm damm+rene...@opensource.se --- Changes since V1: - New patch.

[PATCH v2 04/07] ARM: shmobile: Add APMU nodes to r8a7791 DTSI

2015-08-23 Thread Magnus Damm
From: Magnus Damm damm+rene...@opensource.se Add an APMU DT node for the r8a7791 SoC and use the enable-method to point out that the APMU should be used for SMP support. Signed-off-by: Magnus Damm damm+rene...@opensource.se --- Changes from V1: - None arch/arm/boot/dts/r8a7791.dtsi |7

[PATCH v4 2/8] dt-bindings: soc: Add SCPSYS compatible support for mt6580

2015-08-23 Thread Scott Shu
This adds mediatek,mt6580-scpsys in the compatible properties of SCPSYS node for MT6580 SoC. Signed-off-by: Scott Shu scott@mediatek.com --- Documentation/devicetree/bindings/soc/mediatek/scpsys.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v4 8/8] ARM: dts: mt6580: enable basic SMP bringup for MT6580

2015-08-23 Thread Scott Shu
Add arch timer node to enable arch-timer support. MT6580 firmware doesn't correctly setup arch-timer frequency and CNTVOFF, add properties to workaround this. This set cpu enable-method to enable SMP. Signed-off-by: Scott Shu scott@mediatek.com --- arch/arm/boot/dts/mt6580.dtsi | 20

[PATCH v4 0/8] This series adds SMP support for the MediaTek MT6580.

2015-08-23 Thread Scott Shu
This patchset adds support SMP on MediaTek MT6580 Cortex-A7 quad-core SoC. This is based on v4.2-rc1 and following patch series: (1) Yingjoe Chen's Add SMP bringup support for mt65xx socs [1] (2) Mars Cheng's Add mt6580 basic chip support [2] (3) Sascha Hauer's Mediatek SCPSYS power domain

[PATCH v4 4/8] ARM: multi_v7_defconfig: enable INFRACFG and SCPSYS modules

2015-08-23 Thread Scott Shu
The INFRACFG contains various infrastructure registers and the SCPSYS handles several power management related tasks. Both are needed for SMP and CPU hotplug on MT6580. Signed-off-by: Scott Shu scott@mediatek.com --- arch/arm/configs/multi_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+)

Re: [PATCH v2 1/2] devicetree: Add bindings documentation for Analog Devices AXI-DMAC

2015-08-23 Thread Vinod Koul
On Thu, Aug 20, 2015 at 05:39:12PM +0200, Lars-Peter Clausen wrote: Add the devicetree descriptor for the Analog Devices AXI-DMAC DMA controller. This is a soft peripheral used in FPGAs and the bindings describe how it is connected to the system (clock, interrupt, memory map) as well as the

[PATCH] MAINTAINERS: Add Frank Rowand as DT maintainer

2015-08-23 Thread Grant Likely
Frank has agreed to step up and help with DT core code maintainership. At the same time, Grant is taking a step back from active maintainership responsibilities. Add Frank to the device tree core code entry and shuffle Grant to the end of the list. In a few releases time Grant will be removed

Re: [PATCH v4 3/3] touchscreen: colibri-vf50-ts: Add touchscreen support for Colibri VF50

2015-08-23 Thread Dmitry Torokhov
Hi Sanchayan, On Fri, Aug 21, 2015 at 06:56:32PM +0530, Sanchayan Maity wrote: The Colibri Vybrid VF50 module supports 4-wire touchscreens using FETs and ADC inputs. This driver uses the IIO consumer interface and relies on the vf610_adc driver based on the IIO framework. Thank you for

[PATCH 3/5] ARM: dts: sun4i: inet97fv2: Enable otg controller

2015-08-23 Thread Hans de Goede
Enable the otg controller on the inet97fv2 tablet. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 34 +++ 1 file changed, 34 insertions(+) diff --git a/arch/arm/boot/dts/sun4i-a10-inet97fv2.dts

[PATCH 5/5] ARM: dts: sun4i: inet97fv2: Enable i2c1 and i2c2 controllers

2015-08-23 Thread Hans de Goede
Enable i2c1 and i2c2 controllers, these are used for the touchscreen resp. the accelerometer. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/sun4i-a10-inet97fv2.dts

[PATCH 4/5] ARM: dts: sun4i: inet97fv2: Enable support for tablet keys

2015-08-23 Thread Hans de Goede
Enable support for the tablet keys which are connected via the lradc. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 41 +++ 1 file changed, 41 insertions(+) diff --git a/arch/arm/boot/dts/sun4i-a10-inet97fv2.dts

[PATCH 1/5] ARM: dts: sun4i: inet97fv2: Disable unused usb controllers

2015-08-23 Thread Hans de Goede
The inet97fv2 tablet only has a usb-2 wifi device connected to the second ehci controller, disable the first ehci controller and both ohci controllers. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 17 - 1 file changed, 17

Re: [PATCH v3 06/14] Documentation: drm/bridge: add document for analogix_dp

2015-08-23 Thread Rob Herring
On Wed, Aug 19, 2015 at 9:50 AM, Yakir Yang y...@rock-chips.com wrote: Analogix dp driver is split from exynos dp driver, so we just make an copy of exynos_dp.txt, and then simplify exynos_dp.txt Beside update some exynos dtsi file with the latest change according to the devicetree binding

Re: [PATCH v5] dtb: Create a common home for cross-architecture dtsi files.

2015-08-23 Thread Rob Herring
On Sun, Aug 23, 2015 at 6:13 PM, Olof Johansson o...@lixom.net wrote: On Fri, Aug 14, 2015 at 2:21 PM, Rob Herring robherri...@gmail.com wrote: +arm-soc On Tue, Aug 11, 2015 at 5:07 AM, Ian Campbell ian.campb...@citrix.com wrote: On Mon, 2015-08-03 at 17:06 +0100, Ian Campbell wrote:

Re: [PATCH 2/2] drivercore: Fix unregistration path of platform devices

2015-08-23 Thread Ricardo Ribalda Delgado
thanks! Please, remember that we need to push it also to stable :) On Sun, Aug 23, 2015 at 11:52 PM, Rob Herring r...@kernel.org wrote: On Thu, Jul 16, 2015 at 3:33 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: ping? Hello Grant, Hello Greg Is there any planned timeframe

Re: [PATCH v5] dtb: Create a common home for cross-architecture dtsi files.

2015-08-23 Thread Olof Johansson
On Sun, Aug 23, 2015 at 4:42 PM, Rob Herring robherri...@gmail.com wrote: On Sun, Aug 23, 2015 at 6:13 PM, Olof Johansson o...@lixom.net wrote: On Fri, Aug 14, 2015 at 2:21 PM, Rob Herring robherri...@gmail.com wrote: +arm-soc On Tue, Aug 11, 2015 at 5:07 AM, Ian Campbell

[RFC PATCH v7 01/10] mmc: dw_mmc: Add external dma interface support

2015-08-23 Thread Shawn Lin
DesignWare MMC Controller can supports two types of DMA mode: external dma and internal dma. We get a RK312x platform integrated dw_mmc and ARM pl330 dma controller. This patch add edmac ops to support these platforms. I've tested it on RK31xx platform with edmac mode and RK3288 platform with

[RFC PATCH v7 0/10] Add external dma support for Synopsys MSHC

2015-08-23 Thread Shawn Lin
Synopsys DesignWare mobile storage host controller supports three types of transfer mode: pio, internal dma and external dma. However, dw_mmc can only supports pio and internal dma now. Thus some platforms using dw-mshc integrated with generic dma can't work in dma mode. So we submit this patch

[RFC PATCH v7 02/10] mmc: dw_mmc: use macro for HCON register operations

2015-08-23 Thread Shawn Lin
This patch add some macros for HCON register operations to make code more readable. Signed-off-by: Shawn Lin shawn@rock-chips.com --- Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/mmc/host/dw_mmc.c | 6 +++---

Re: [PATCH 13/18] iio: adc: mcp320x: Set struct spi_driver .of_match_table

2015-08-23 Thread Rob Herring
On Sat, Aug 22, 2015 at 12:48 PM, Jonathan Cameron ji...@kernel.org wrote: On 20/08/15 23:48, Javier Martinez Canillas wrote: Hello Michael, On 08/21/2015 12:29 AM, Michael Welling wrote: On Fri, Aug 21, 2015 at 12:02:40AM +0200, Javier Martinez Canillas wrote: Hello Michael, On 08/20/2015

Re: [PATCH v3 1/8] rsb: Add generic Reduced Serial Bus (RSB) controller binding documentation

2015-08-23 Thread Rob Herring
On Tue, Aug 18, 2015 at 11:20 PM, Chen-Yu Tsai w...@csie.org wrote: Reduced Serial Bus is a proprietary 2-line push-pull serial bus supporting multiple slave devices. It was developed by Allwinner, Inc. and used by Allwinner and X-Powers, Inc. for their line of PMICs and other peripheral ICs.

Re: [PATCH v5] dtb: Create a common home for cross-architecture dtsi files.

2015-08-23 Thread Olof Johansson
On Fri, Aug 14, 2015 at 2:21 PM, Rob Herring robherri...@gmail.com wrote: +arm-soc On Tue, Aug 11, 2015 at 5:07 AM, Ian Campbell ian.campb...@citrix.com wrote: On Mon, 2015-08-03 at 17:06 +0100, Ian Campbell wrote: Commit 9ccd608070b6 (arm64: dts: add device tree for ARM SMM-A53x2 on

Re: [PATCH v3 06/14] Documentation: drm/bridge: add document for analogix_dp

2015-08-23 Thread Krzysztof Kozlowski
2015-08-24 8:23 GMT+09:00 Rob Herring robherri...@gmail.com: On Wed, Aug 19, 2015 at 9:50 AM, Yakir Yang y...@rock-chips.com wrote: Analogix dp driver is split from exynos dp driver, so we just make an copy of exynos_dp.txt, and then simplify exynos_dp.txt Beside update some exynos dtsi file

[RFC PATCH v7 09/10] arm: multi_v7_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-23 Thread Shawn Lin
DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option and read dw_mmc's register to select DMA master. Signed-off-by: Shawn Lin shawn@rock-chips.com --- Changes in v7: None Changes in v6: None Changes in v5: None

[RFC PATCH v7 07/10] arm: hisi_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-23 Thread Shawn Lin
DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option and read dw_mmc's register to select DMA master. Signed-off-by: Shawn Lin shawn@rock-chips.com Acked-by: Wei Xu xuw...@hisilicon.com --- Changes in v7: None Changes

[RFC PATCH v7 05/10] arc: axs10x_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-23 Thread Shawn Lin
DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option and read dw_mmc's register to select DMA master. Signed-off-by: Shawn Lin shawn@rock-chips.com Acked-by: Vineet Gupta vgu...@synopsys.com --- Changes in v7: None

[RFC PATCH v7 06/10] arm: exynos_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-23 Thread Shawn Lin
DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option and read dw_mmc's register to select DMA master. Signed-off-by: Shawn Lin shawn@rock-chips.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- Changes in

Re: [PATCH 2/2] drivercore: Fix unregistration path of platform devices

2015-08-23 Thread Rob Herring
On Thu, Jul 16, 2015 at 3:33 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: ping? Hello Grant, Hello Greg Is there any planned timeframe for applying this patch into someones tree? Greg is out ATM. I'll pick this up for 4.3. Rob Thanks! On Tue, Jun 23, 2015 at 7:12 PM,

Re: [PATCH v4 2/4] dt: Add vendor prefix 'holt'

2015-08-23 Thread Rob Herring
On Thu, Aug 20, 2015 at 2:38 PM, Vladimir Barinov vladimir.bari...@cogentembedded.com wrote: Add Holt Integrated Circuits, Inc. to the list of device tree vendor prefixes Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com Acked-by: Rob Herring r...@kernel.org --- Changes

[RFC PATCH v7 10/10] arm: zx_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-23 Thread Shawn Lin
DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option and read dw_mmc's register to select DMA master. Signed-off-by: Shawn Lin shawn@rock-chips.com --- Changes in v7: None Changes in v6: None Changes in v5: None

[RFC PATCH v7 04/10] mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-23 Thread Shawn Lin
DesignWare MMC Controller's transfer mode should be decided at runtime instead of compile-time. So we remove this config option and read dw_mmc's register to select DMA master. Signed-off-by: Shawn Lin shawn@rock-chips.com Acked-by: Govindraj Raja govindraj.r...@imgtec.com Acked-by: Ralf

[RFC PATCH v7 03/10] Documentation: synopsys-dw-mshc: add bindings for idmac and edmac

2015-08-23 Thread Shawn Lin
synopsys-dw-mshc supports three types of transfer mode. We add bindings and description for how to use them at runtime. Signed-off-by: Shawn Lin shawn@rock-chips.com --- Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None

Re: [PATCH v5 2/4] Documentation: arm64/arm: dt bindings for numa.

2015-08-23 Thread Rob Herring
On Fri, Aug 14, 2015 at 11:39 AM, Ganapatrao Kulkarni gkulka...@caviumnetworks.com wrote: DT bindings for numa map for memory, cores and IOs using arm,associativity device node property. Signed-off-by: Ganapatrao Kulkarni gkulka...@caviumnetworks.com Given this matches PPC, looks fine to me.

[PATCH 3/3] ARM: dts: uniphier: add outer cache controller nodes

2015-08-23 Thread Masahiro Yamada
Add L2 cache controller nodes for all the UniPhier SoC DTSI. Also, add an L3 cache controller node for PH1-Pro5 DTSI. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/boot/dts/uniphier-ph1-ld4.dtsi | 7 +++ arch/arm/boot/dts/uniphier-ph1-pro4.dtsi| 7

Re: [PATCH v1 3/3] arm64: dts: add Hi6220 mailbox node

2015-08-23 Thread Leo Yan
Hi Mark, On Sat, Aug 22, 2015 at 09:30:50PM +0800, Leo Yan wrote: On Fri, Aug 21, 2015 at 07:40:59PM +0100, Mark Rutland wrote: On Wed, Aug 19, 2015 at 10:37:35AM +0100, Leo Yan wrote: On Hi6220, below memory regions in DDR have specific purpose: 0x05e0, - 0x05ef,: For MCU

Re: [PATCH 1/3] ARM: uniphier: add outer cache support

2015-08-23 Thread Joe Perches
On Mon, 2015-08-24 at 11:18 +0900, Masahiro Yamada wrote: This commit adds support for UniPhier outer cache controller. All the UniPhier SoCs are equipped with the L2 cache, while the L3 cache is currently only integrated on PH1-Pro5 SoC. style trivia: You might add and use #define

Re: [PATCH 2/2] watchdog: Watchdog driver for Broadcom Set-Top Box

2015-08-23 Thread Guenter Roeck
Hi Justin, On 08/20/2015 10:41 AM, Justin Chen wrote: Watchdog driver for Broadcom 7038 and newer chips. Signed-off-by: Justin Chen justinpo...@gmail.com Looks pretty good. Couple of comments below. Thanks, Guenter --- drivers/watchdog/Kconfig | 8 ++ drivers/watchdog/Makefile

[PATCHi v3 0/4] Fixup mediatek spi driver

2015-08-23 Thread Leilk Liu
From: Leilk Liu leilk@mediatek.com This series are based on 4.2-rc1 and provide four patches to fix mediatek spi driver. Change in v3: 1. The follow patches are applied, so remove them from series: - spi: mediatek: fix spi incorrect endian usage - spi: medaitek: revise quirks

Re: [PATCH v4 3/3] touchscreen: colibri-vf50-ts: Add touchscreen support for Colibri VF50

2015-08-23 Thread maitysanchayan
Hello Dmitry, On 15-08-21 18:30:57, Dmitry Torokhov wrote: Hi Sanchayan, On Fri, Aug 21, 2015 at 06:56:32PM +0530, Sanchayan Maity wrote: The Colibri Vybrid VF50 module supports 4-wire touchscreens using FETs and ADC inputs. This driver uses the IIO consumer interface and relies on the

[PATCH 0/3] ARM: uniphier: add outer cache support and rework SMP operations

2015-08-23 Thread Masahiro Yamada
1/3: add outer cache support 2/3: rework SMP operations 3/3: add device tree nodes Because 2/3 highly depends on 1/3, I hope whole of this series is applied to ARM-SOC tree. Olof, From this series, I am using ARM: uniphier: rather than ARM: UniPhier: for the subject prefixes because I noticed

Re: [PATCH v3 06/14] Documentation: drm/bridge: add document for analogix_dp

2015-08-23 Thread Yakir Yang
Hi Krzysztof, 在 08/23/2015 07:43 PM, Krzysztof Kozlowski 写道: 2015-08-24 8:23 GMT+09:00 Rob Herring robherri...@gmail.com: On Wed, Aug 19, 2015 at 9:50 AM, Yakir Yang y...@rock-chips.com wrote: Analogix dp driver is split from exynos dp driver, so we just make an copy of exynos_dp.txt, and

[PATCH v3 1/4] spi: mediatek: add linux/io.h include file

2015-08-23 Thread Leilk Liu
mediatek spi driver uses readl/writel, so add linux/io.h, even so it's implicitly imported by spi/spi.h Signed-off-by: Leilk Liu leilk@mediatek.com --- drivers/spi/spi-mt65xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-mt65xx.c b/drivers/spi/spi-mt65xx.c index

[PATCH v3 3/4] spi: mediatek: add PM clk_prepare_enable fail flow

2015-08-23 Thread Leilk Liu
This patch adds PM clk_prepare_enable fail flow. Signed-off-by: Leilk Liu leilk@mediatek.com --- drivers/spi/spi-mt65xx.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-mt65xx.c b/drivers/spi/spi-mt65xx.c index f81618c..e14f583 100644 ---

[PATCH v3 4/4] spi: mediatek: replace *_time name

2015-08-23 Thread Leilk Liu
This patch replaces *_time name in mtk_spi_prepare_transfer(). Signed-off-by: Leilk Liu leilk@mediatek.com --- drivers/spi/spi-mt65xx.c | 20 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/drivers/spi/spi-mt65xx.c b/drivers/spi/spi-mt65xx.c index

[PATCH v3 2/4] spi: mediatek: replace int with u32, delete TAB and define MTK_SPI_PAUSE_INT_STATUS marco

2015-08-23 Thread Leilk Liu
this patch replaces int with u32, deletes TAB, and defines MTK_SPI_PAUSE_INT_STATUS marco. Signed-off-by: Leilk Liu leilk@mediatek.com --- drivers/spi/spi-mt65xx.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/spi/spi-mt65xx.c

Re: [PATCH v3 06/14] Documentation: drm/bridge: add document for analogix_dp

2015-08-23 Thread Yakir Yang
Hi Rob, 在 08/23/2015 06:23 PM, Rob Herring 写道: On Wed, Aug 19, 2015 at 9:50 AM, Yakir Yang y...@rock-chips.com wrote: Analogix dp driver is split from exynos dp driver, so we just make an copy of exynos_dp.txt, and then simplify exynos_dp.txt Beside update some exynos dtsi file with the

[PATCH 1/3] ARM: uniphier: add outer cache support

2015-08-23 Thread Masahiro Yamada
This commit adds support for UniPhier outer cache controller. All the UniPhier SoCs are equipped with the L2 cache, while the L3 cache is currently only integrated on PH1-Pro5 SoC. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- .../bindings/arm/uniphier/cache-uniphier.txt

Re: [PATCH 1/3] ARM: uniphier: add outer cache support

2015-08-23 Thread Masahiro Yamada
Hi Joe, 2015-08-24 11:29 GMT+09:00 Joe Perches j...@perches.com: On Mon, 2015-08-24 at 11:18 +0900, Masahiro Yamada wrote: This commit adds support for UniPhier outer cache controller. All the UniPhier SoCs are equipped with the L2 cache, while the L3 cache is currently only integrated on

Re: [PATCH v3 06/14] Documentation: drm/bridge: add document for analogix_dp

2015-08-23 Thread Krzysztof Kozlowski
On 24.08.2015 11:42, Yakir Yang wrote: Hi Krzysztof, 在 08/23/2015 07:43 PM, Krzysztof Kozlowski 写道: 2015-08-24 8:23 GMT+09:00 Rob Herring robherri...@gmail.com: On Wed, Aug 19, 2015 at 9:50 AM, Yakir Yang y...@rock-chips.com wrote: Analogix dp driver is split from exynos dp driver, so we