Re: [PATCH v2 0/8] i2c mux cleanup and locking update

2016-01-07 Thread Peter Rosin
Hi Antti, On 2016-01-06 18:17, Antti Palosaari wrote: > On 01/05/2016 05:57 PM, Peter Rosin wrote: >> From: Peter Rosin >> >> Hi! >> >> I have a pair of boards with this i2c topology: >> >> GPIO ---| -- BAT1 >> | v / >>

[RFC PATCH v2 1/4] drm: dw-hdmi: make it easy to recovery the platform data for platform driver

2016-01-07 Thread Yakir Yang
Signed-off-by: Yakir Yang --- Changes in v2: None drivers/gpu/drm/imx/dw_hdmi-imx.c | 7 --- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 7 --- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/imx/dw_hdmi-imx.c

Re: [RFC PATCH v2 3/4] drm: rockchip: hdmi: add RK3229 HDMI support

2016-01-07 Thread Philipp Zabel
Am Donnerstag, den 07.01.2016, 17:02 +0800 schrieb Yakir Yang: > RK3229 integrate an DesignedWare HDMI2.0 controller and an INNO HDMI2.0 phy, > the max output resolution is 4K. > > Signed-off-by: Yakir Yang It sounds like the INNO HDMI2.0 phy is not necessarily specific to

[PATCH 2/2] ARM: dts: mt2701: enable basic SMP bringup for mt2701

2016-01-07 Thread Louis Yu
Add enable method to support SMP. Signed-off-by: Louis Yu --- arch/arm/boot/dts/mt2701.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi index 69f240f..1d72d82 100644 ---

[PATCH v2 02/12] ARM: dts: rockchip: add the sound codec for kylin board

2016-01-07 Thread Caesar Wang
Support the rt5616 codec for kylin board, but we need enable the i2s firstly. Also, this patch adds the CPU/CODEC information for simple card to make the happy work. Signed-off-by: Caesar Wang --- Changes in v2: - fix the mclk-fs as the 256.

[PATCH v2 03/12] ARM: dts: rockchip: override the clocks in i2s for kylin board

2016-01-07 Thread Caesar Wang
The sysclk seems be incorrect since we use the simple card for kylin board. The simple card call: asoc_simple_card_probe -> asoc_simple_card_dai_link_of -> asoc_simple_card_sub_parse_of -> ... clk = of_clk_get(args.np, 0); if (!IS_ERR(clk)) dai->sysclk = clk_get_rate(clk); The sysclk come

[PATCH v2 12/12] ARM: dts: Add pl330-broken-no-flushp quirk for rk3036 SoCs

2016-01-07 Thread Caesar Wang
Pl330 integrated in rk3036platform doesn't support DMAFLUSHP function. So we add arm,pl330-broken-no-flushp quirk for it. Signed-off-by: Caesar Wang --- Changes in v2: None arch/arm/boot/dts/rk3036.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 07/12] ARM: dts: rockchip: enable the high speed on sdio for kylin board

2016-01-07 Thread Caesar Wang
We want to the higher speed for wifi module working. Bootup kernel log: ... mmc_host mmc0: Bus speed (slot 0) = 37125000Hz (slot req 3750Hz, actual 37125000HZ div = 0) or run 'cat /sys/kernel/debug/clk/clk_summary |grep phase -C 1' to check Otherwise, the mmc0 will run 400khz defalult value

[RFC PATCH v2 3/4] drm: rockchip: hdmi: add RK3229 HDMI support

2016-01-07 Thread Yakir Yang
RK3229 integrate an DesignedWare HDMI2.0 controller and an INNO HDMI2.0 phy, the max output resolution is 4K. Signed-off-by: Yakir Yang --- Changes in v2: - Split some dw-hdmi driver changes into separate patches [01/04] & [02/04] drivers/gpu/drm/bridge/dw-hdmi.c

Re: [PATCH v4 3/3] wlcore/wl12xx: spi: add wifi support to cm-t335

2016-01-07 Thread Kalle Valo
Uri Mashiach writes: > Device tree modifications: > - Pinmux for SPI0 and WiFi GPIOs. > - SPI0 node with wlcore as a child node. > > Cc: Tony Lindgren > Signed-off-by: Uri Mashiach > --- > v1 -> v2: Replace interrupts

[PATCH v2 00/12] Add the family patches to support for kylin board

2016-01-07 Thread Caesar Wang
Hi all, Happy new year! :) Let's go on working for happy. This series patches are based on kernel version 4.4.0-rc8+ (Linux version 4.4.0-rc8+ (wxt@ubuntu)...#142 SMP Thu Jan 7 12:38:40 CST 2016) This series pacthes are verified on the following github:

[PATCH v2 2/2] dt-bindings: add document for Innosilicon HDMI on Rockchip platform

2016-01-07 Thread Yakir Yang
Signed-off-by: Yakir Yang Acked-by: Rob Herring --- Changes in v2: - Correct the misspell "rk3036-dw-hdmi" (Heiko) .../display/rockchip/inno_hdmi-rockchip.txt| 50 ++ 1 file changed, 50 insertions(+) create mode 100644

Re: [PATCH v3 2/5] dt-bindings: mediatek: Modify pinctrl bindings for mt2701

2016-01-07 Thread Linus Walleij
On Mon, Dec 28, 2015 at 8:09 AM, Biao Huang wrote: > Signed-off-by: Biao Huang Patch applied with the ACKs. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to

[PATCH] arm64/dts: Add missing DMA Abort interrupt to Juno

2016-01-07 Thread Robin Murphy
The DMA-330 has an "irq_abort" interrupt line on which it signals faults separately from the "irq[n:0]" channel interrupts. On Juno, this is wired up to SPI 92; add it to the DT so that DMAC faults are correctly reported for the driver to reset the thing, rather than leaving it locked up and

[RFC PATCH v2 4/4] dt-bindings: add document for rk3229-hdmi

2016-01-07 Thread Yakir Yang
Signed-off-by: Yakir Yang --- Changes in v2: None .../devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt

[PATCH] phy: rcar-gen3-usb2: remove HSUSB registers handling

2016-01-07 Thread Yoshihiro Shimoda
Since the related driver (CPG/MSSR driver) only manages the first module clock, this driver should not handle the HSUSB registers. So, this patch removes the HSUSB registers handling. Signed-off-by: Yoshihiro Shimoda --- This patch is based on the linux-phy /

[PATCH v2 1/2] drm: rockchip/hdmi: add Innosilicon HDMI support

2016-01-07 Thread Yakir Yang
The Innosilicon HDMI is a low power HDMI 1.4 transmitter IP, and it have been integrated on some rockchip CPUs (like RK3036, RK312x). Signed-off-by: Yakir Yang --- Changes in v2: - Using DRM atomic helper functions for connector init (Mark) - Remove "hdmi->connector.encoder

Re: [PATCH v2 00/12] Add the family patches to support for kylin board

2016-01-07 Thread Heiko Stuebner
Hi Caesar, Am Donnerstag, 7. Januar 2016, 16:25:43 schrieb Caesar Wang: > Hi all, > > Happy new year! :) > Let's go on working for happy. please make sure to split your patch-series at appropriate points for future versions to only address relevant people. For example I don't think Ulf really

Re: [PATCH v2 1/2] drm: bridge: sil902x

2016-01-07 Thread Boris Brezillon
Hi Archit, On Thu, 7 Jan 2016 11:12:47 +0530 Archit Taneja wrote: > > > On 01/06/2016 05:55 PM, Boris Brezillon wrote: > > Add basic support for the sil902x RGB -> HDMI bridge. > > This driver does not support audio output yet. > > > > Signed-off-by: Boris Brezillon

Re: [RFC PATCH v2 3/4] drm: rockchip: hdmi: add RK3229 HDMI support

2016-01-07 Thread Yakir Yang
Hi Philipp, Thanks for your fast respond :) On 01/07/2016 06:04 PM, Philipp Zabel wrote: Am Donnerstag, den 07.01.2016, 17:02 +0800 schrieb Yakir Yang: RK3229 integrate an DesignedWare HDMI2.0 controller and an INNO HDMI2.0 phy, the max output resolution is 4K. Signed-off-by: Yakir Yang

Re: [PATCH v3 5/5] arm: dts: Add pinctrl/GPIO/EINT node for mt2701

2016-01-07 Thread Linus Walleij
On Thu, Dec 31, 2015 at 12:23 PM, Matthias Brugger wrote: > On 28/12/15 08:09, Biao Huang wrote: >> >> Add pinctrl and GPIO node to mt2701.dtsi >> >> Signed-off-by: Biao Huang >> Acked-by: Linus Walleij >> --- >>

[PATCH v2 0/5] fix some clock configuration for the RK3036 platform

2016-01-07 Thread Xing Zheng
Hi: In the development work, we found that some of the previous incorrect clock configuration on the RK3036 platform, we should fix them. Xing Zheng (5): clk: rockchip: rk3036: fix the FLAGs for clock mux clk: rockchip: rk3036: fix uarts clock error clk: rockchip: rk3036: fix the div

Re: [PATCH] mmc: host: arasan: sdhci-of-arasan: Remove no-hispd and no-cmd23 quirks for sdhci-arasan4.9a

2016-01-07 Thread Rameshwar Sahu
Hi Jaehoon, On Thu, Jan 7, 2016 at 7:03 AM, Jaehoon Chung wrote: > Hi, > > On 01/05/2016 07:25 PM, Rameshwar Sahu wrote: >> Hi Ulf, >> >> On Wed, Dec 23, 2015 at 6:59 PM, Rameshswar Prasad Sahu >> wrote: >>> From: Rameshwar Prasad Sahu >>>

[PATCH v2 08/10] [media] tvp5150: Add OF match table

2016-01-07 Thread Javier Martinez Canillas
From: Eduard Gavin The Documentation/devicetree/bindings/media/i2c/tvp5150.txt DT binding doc lists "ti,tvp5150" as the device compatible string but the driver does not have an OF match table. Add the table to the driver so the I2C core can do an OF style match.

[PATCH v2 05/10] [media] tvp5150: Add s_stream subdev operation support

2016-01-07 Thread Javier Martinez Canillas
From: Laurent Pinchart This patch adds the .s_stream subdev operation to the driver. Signed-off-by: Laurent Pinchart Signed-off-by: Javier Martinez Canillas --- Changes in v2: None

[PATCH v2 07/10] [media] tvp5150: Add device tree binding document

2016-01-07 Thread Javier Martinez Canillas
Add a Device Tree binding document for the TVP5150 video decoder. Signed-off-by: Javier Martinez Canillas Reviewed-by: Laurent Pinchart --- Changes in v2: - Fix indentation of the DTS example. Suggested by Rob Herring. - Rename

[PATCH v2 04/10] [media] tvp5150: Add pixel rate control support

2016-01-07 Thread Javier Martinez Canillas
From: Laurent Pinchart This patch adds support for the V4L2_CID_PIXEL_RATE control. Signed-off-by: Laurent Pinchart Signed-off-by: Javier Martinez Canillas --- Changes in v2: None

Re: [PATCH] arm64/dts: Add missing DMA Abort interrupt to Juno

2016-01-07 Thread Arnd Bergmann
On Thursday 07 January 2016 12:01:59 Robin Murphy wrote: > The DMA-330 has an "irq_abort" interrupt line on which it signals faults > separately from the "irq[n:0]" channel interrupts. On Juno, this is > wired up to SPI 92; add it to the DT so that DMAC faults are correctly > reported for the

Re: [PATCH 3/3] arm: dts: bcm5301x: Add syscon based reboot in DT

2016-01-07 Thread Arnd Bergmann
On Tuesday 05 January 2016 17:26:06 Jon Mason wrote: > On Fri, Dec 18, 2015 at 10:44:28PM +0100, Arnd Bergmann wrote: > > On Friday 18 December 2015 16:37:56 Jon Mason wrote: > > > + cru: cru@1800c184 { > > > + compatible = "syscon"; > > > + reg = <0x1800c184

Re: [GIT PULL 3/9] ARM64: EXYNOS: clk: Clock dependency for ARM64 for v4.5

2016-01-07 Thread Olof Johansson
Hi, Sorry for the slow reply, holidays and vacation and all that. On Wed, Dec 23, 2015 at 07:44:32PM +0900, Krzysztof Kozlowski wrote: > W dniu 22.12.2015 o 13:46, Olof Johansson pisze: > > On Wed, Dec 02, 2015 at 10:39:40AM +0900, Krzysztof Kozlowski wrote: > >> Hi Kukjin, > >> > >> Dependency

[PATCH v2 01/10] [media] tvp5150: Restructure version detection

2016-01-07 Thread Javier Martinez Canillas
From: Laurent Pinchart Move the version detection code to a separate function and restructure it to prepare for TVP5151 support. Signed-off-by: Laurent Pinchart Signed-off-by: Javier Martinez Canillas

[PATCH v2 03/10] [media] tvp5150: Add pad-level subdev operations

2016-01-07 Thread Javier Martinez Canillas
From: Laurent Pinchart This patch enables the tvp5150 decoder driver to be used with the media controller framework by adding pad-level subdev operations and init the media entity pad. Signed-off-by: Laurent Pinchart

Re: [GIT PULL 6/9] ARM: EXYNOS: clk: Another clock dependency, ARMv7, for v4.5

2016-01-07 Thread Olof Johansson
On Wed, Dec 23, 2015 at 07:55:11PM +0900, Krzysztof Kozlowski wrote: > W dniu 22.12.2015 o 13:51, Olof Johansson pisze: > > On Wed, Dec 02, 2015 at 10:39:43AM +0900, Krzysztof Kozlowski wrote: > >> Hi Kukjin, > >> > >> This is also clock dependency. I put it in separate tag in case clock > >>

[PATCH v2 5/5] clk: rockchip: rk3036: add HCLK_MAC id for emac

2016-01-07 Thread Xing Zheng
We need to add HCLK_MAC id explicitly because that it is referred by hclk in the emac driver. Signed-off-by: Xing Zheng --- drivers/clk/rockchip/clk-rk3036.c |2 +- include/dt-bindings/clock/rk3036-cru.h |1 + 2 files changed, 2 insertions(+), 1

[PATCH v2 00/10] [media] tvp5150: add MC and DT support

2016-01-07 Thread Javier Martinez Canillas
Hello, One of my testing platforms for the MC next gen [0] work has been an OMAP3 board (IGEPv2) with a tvp5151 video decoder attached to the OMAP3ISP block. I've been using some patches from Laurent Pinchart that adds MC support to the tvp5150 driver. The patches were never posted to the list

Re: [PATCH] ARM64: tegra: Add support for Google Pixel C

2016-01-07 Thread Arnd Bergmann
On Thursday 07 January 2016 13:19:44 Jon Hunter wrote: > > Adding Arnd. > > Hmmm ... well apparently stdout-path does not work for tegra and in > order to make this work I had to do the following ... > > > [PATCH] serial: 8250: of: Add earlycon support for Tegra > > Currently, early console

[PATCH 0/6] Add support for MAXIM MAX77620/MAX20024 PMIC

2016-01-07 Thread Laxman Dewangan
Add SW support for MAXIM Semiconductor's Power Management IC (PMIC) MAX77620/MAX20024. This PMIC supports DC-DC/LDOS, GPIOs, RTC, watchdog, clocks etc. This series add respective driver for each of sub-modules. Laxman Dewangan (6): DT: mfd: add device-tree binding doc fro PMIC

Re: [PATCH v3 1/3] spi: atmel: add support for the internal chip-select of the spi controller

2016-01-07 Thread Måns Rullgård
Mark Brown writes: > On Tue, Jan 05, 2016 at 09:50:54PM +, Måns Rullgård wrote: >> Cyrille Pitchen writes: > >> > + as->use_cs_gpios = true; >> > + if (atmel_spi_is_v2(as) && >> > + !of_get_property(pdev->dev.of_node, "cs-gpios", NULL))

Re: [RFC PATCH v2 3/4] drm: rockchip: hdmi: add RK3229 HDMI support

2016-01-07 Thread Philipp Zabel
Hi Yakir, Am Donnerstag, den 07.01.2016, 18:15 +0800 schrieb Yakir Yang: > Hi Philipp, > > Thanks for your fast respond :) > > On 01/07/2016 06:04 PM, Philipp Zabel wrote: > > Am Donnerstag, den 07.01.2016, 17:02 +0800 schrieb Yakir Yang: > >> RK3229 integrate an DesignedWare HDMI2.0 controller

Re: [PATCH] ARM64: tegra: Add support for Google Pixel C

2016-01-07 Thread Rob Herring
On Thu, Jan 7, 2016 at 10:53 AM, Jon Hunter wrote: > > On 07/01/16 14:11, Arnd Bergmann wrote: >> On Thursday 07 January 2016 13:19:44 Jon Hunter wrote: [...] > Ok so something like this ... > > diff --git a/drivers/tty/serial/8250/8250_early.c >