Re: [PATCH 4/4] ARM: dts: rockchip: Add support emac for RK3036

2015-12-24 Thread Caesar Wang
Hi Xing, 在 2015年12月23日 17:19, Xing Zheng 写道: This patch describe the emac, and we need to let mac clock under the APLL which is able to provide the accurate 50MHz what mac_ref need. Signed-off-by: Xing Zheng --- arch/arm/boot/dts/rk3036-evb.dts | 25 + arch/arm/

Re: [PATCH v3 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT

2015-12-24 Thread Shawn Guo
On Thu, Dec 24, 2015 at 08:41:54PM +, Sharma Bhupesh wrote: > > > > -Original Message- > > From: Arnd Bergmann [mailto:a...@arndb.de] > > Sent: Thursday, December 24, 2015 3:49 PM > > To: Bhupesh SHARMA > > Cc: Sharma Bhupesh-B45370; Mark Rutland; linux-arm- > > ker...@lists.infradead

Re: [PATCH v2 0/8] Raspberry Pi 2 support.

2015-12-24 Thread Eric Anholt
Arnd Bergmann writes: > On Tuesday 22 December 2015, Alexander Aring wrote: >> Later while booting the kernel hangs forever, the solution on my side >> was to enable: >> >> CONFIG_HAVE_ARM_ARCH_TIMER >> >> I think this doesn't use the BCM2835 timer anymore and some cortex-a7 >> related "generic

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-24 Thread Eric Anholt
Michael Turquette writes: > On Fri, Dec 18, 2015 at 8:19 PM, Rob Herring wrote: >> On Tue, Dec 15, 2015 at 03:35:57PM -0800, Eric Anholt wrote: >>> These will be used for enabling UART1, SPI1, and SPI2. >>> >>> Signed-off-by: Eric Anholt >>> --- >>> >>> v2: Make the binding cover both the IRQ a

[PATCH] ARM: shmobile: porter: add DU DT support

2015-12-24 Thread Sergei Shtylyov
Define the Porter board dependent part of the DU device node. Add the device node for Analog Devices ADV7511W HDMI transmitter to I2C2 bus and the HDMI connector. Add the necessary subnodes to interconnect DU and HDMI devices. Signed-off-by: Sergei Shtylyov --- This patch is against 'renesas

RE: [PATCH v3 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT

2015-12-24 Thread Sharma Bhupesh
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Thursday, December 24, 2015 3:49 PM > To: Bhupesh SHARMA > Cc: Sharma Bhupesh-B45370; Mark Rutland; linux-arm- > ker...@lists.infradead.org; Olof Johansson; devicetree@vger.kernel.org; > Rob Herring; Will Deacon; Ca

Re: [PATCH v2 0/5] clk: lpc32xx: add clock support for NXP LPC32xx

2015-12-24 Thread Michael Turquette
On 12/21, Vladimir Zapolskiy wrote: > Hi Stephen, Michael, > > On 06.12.2015 12:45, Vladimir Zapolskiy wrote: > > This changeset adds common clock framework driver for NXP LPC32xx > > boards. > > > > The change can be applied without any dependencies, LPC32xx device tree > > and mach changes will

Re: [PATCH 4/6] regulator: lp872x: Add enable GPIO pin support

2015-12-24 Thread Paul Kocialkowski
Le jeudi 24 décembre 2015 à 19:35 +, Mark Brown a écrit : > On Thu, Dec 24, 2015 at 07:12:53PM +0100, Paul Kocialkowski wrote: > > Le mercredi 23 décembre 2015 à 11:56 +, Mark Brown a écrit : > > > > This isn't really adding support for the enable GPIO as the changelog > > > suggests, it's

Re: [PATCH 5/6] ARM: LG Optimus Black (P970) codename sniper support, with basic features

2015-12-24 Thread Paul Kocialkowski
Hi, Le mercredi 23 décembre 2015 à 13:03 -0300, Javier Martinez Canillas a écrit : > Hello Paul, > > [snip] > > > + > > +&omap3_pmx_core { > > + pinctrl-names = "default"; > > + > > + uart3_pins: pinmux_uart3_pins { > > + pinctrl-single,pins = < > > +

Re: [PATCH 5/6] ARM: LG Optimus Black (P970) codename sniper support, with basic features

2015-12-24 Thread Paul Kocialkowski
Hi, Le mercredi 23 décembre 2015 à 07:44 -0800, Tony Lindgren a écrit : > * Paul Kocialkowski [151223 03:00]: > > +&gpio1 { > > + ti,no-reset-on-init; > > +}; > > + > > +&gpio2 { > > + ti,no-reset-on-init; > > +}; > > + > > +&gpio3 { > > + ti,no-reset-on-init; > > +}; > > + > > +&gpio4 { >

Re: [PATCH 4/6] regulator: lp872x: Add enable GPIO pin support

2015-12-24 Thread Mark Brown
On Thu, Dec 24, 2015 at 07:12:53PM +0100, Paul Kocialkowski wrote: > Le mercredi 23 décembre 2015 à 11:56 +, Mark Brown a écrit : > > This isn't really adding support for the enable GPIO as the changelog > > suggests, it's requesting but not managing the GPIO. Since there is > > core support

Re: [PATCH 4/6] regulator: lp872x: Add enable GPIO pin support

2015-12-24 Thread Paul Kocialkowski
Le mercredi 23 décembre 2015 à 11:56 +, Mark Brown a écrit : > On Wed, Dec 23, 2015 at 11:58:37AM +0100, Paul Kocialkowski wrote: > > > + gpio = lp->pdata->enable_gpio; > > + if (!gpio_is_valid(gpio)) > > + return 0; > > + > > + /* Always set enable GPIO high. */ > > + ret =

Re: [PATCH v2 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-24 Thread Uri Mashiach
Hi Grygorii, On 12/24/2015 06:32 PM, Grygorii Strashko wrote: On 12/24/2015 05:35 PM, Uri Mashiach wrote: Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: update interrupt documentation.

Re: [PATCH v2 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-24 Thread Uri Mashiach
Hello Javier, On 12/24/2015 06:25 PM, Javier Martinez Canillas wrote: Hello Uri, On Thu, Dec 24, 2015 at 12:35 PM, Uri Mashiach wrote: Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2:

Re: [PATCH v2 1/3] wlcore/wl12xx: spi: add power operation function

2015-12-24 Thread Grygorii Strashko
On 12/24/2015 05:35 PM, Uri Mashiach wrote: The power function uses a consumer regulator access to update the WiFi enable GPIO value. Signed-off-by: Uri Mashiach --- v1 -> v2: oops fix was removed to a separate fix. drivers/net/wireless/ti/wlcore/spi.c | 37 ++

Re: [PATCH v2 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-24 Thread Grygorii Strashko
On 12/24/2015 05:35 PM, Uri Mashiach wrote: > Add DT support for the wl1271 SPI WiFi. > > Add documentation file for the wl1271 SPI WiFi. > > Signed-off-by: Uri Mashiach > Acked-by: Igor Grinberg > --- > v1 -> v2: update interrupt documentation. >replace interrupts and interrupt-par

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

2015-12-24 Thread Javier Martinez Canillas
Hello Uri, On Thu, Dec 24, 2015 at 12:35 PM, Uri Mashiach wrote: > 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 > Acked-by: Igor Grinberg > --- > v1 -> v2: replace interrupts and in

Re: [PATCH v2 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-24 Thread Javier Martinez Canillas
Hello Uri, On Thu, Dec 24, 2015 at 12:35 PM, Uri Mashiach wrote: > Add DT support for the wl1271 SPI WiFi. > > Add documentation file for the wl1271 SPI WiFi. > > Signed-off-by: Uri Mashiach > Acked-by: Igor Grinberg > --- > v1 -> v2: update interrupt documentation. > replace interrup

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

2015-12-24 Thread Uri Mashiach
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 Acked-by: Igor Grinberg --- v1 -> v2: replace interrupts and interrupt-parent with interrupts-extended. arch/arm/boot/dts/am335x-cm-t335.dts | 57

[PATCH v2 1/3] wlcore/wl12xx: spi: add power operation function

2015-12-24 Thread Uri Mashiach
The power function uses a consumer regulator access to update the WiFi enable GPIO value. Signed-off-by: Uri Mashiach --- v1 -> v2: oops fix was removed to a separate fix. drivers/net/wireless/ti/wlcore/spi.c | 37 1 file changed, 37 insertions(+) diff --gi

[PATCH v2 2/3] wlcore/wl12xx: spi: add device tree support

2015-12-24 Thread Uri Mashiach
Add DT support for the wl1271 SPI WiFi. Add documentation file for the wl1271 SPI WiFi. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- v1 -> v2: update interrupt documentation. replace interrupts and interrupt-parent with interrupts-extended. IRQ parameters retrieve

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

2015-12-24 Thread Uri Mashiach
Add DT support for WLS1271 SPI driver. Add power operation function to the WLS1271 SPI driver. Uri Mashiach (3): wlcore/wl12xx: spi: add power operation function wlcore/wl12xx: spi: add device tree support wlcore/wl12xx: spi: add wifi support to cm-t335 .../bindings/net/wireless/ti,wlcore,

[v3] powerpc/mpc85xx: Add pcsphy nodes to FManV3 device tree

2015-12-24 Thread igal.liberman
From: Igal Liberman This patch adds pcsphy node to FManV3 device tree. Signed-off-by: Igal Liberman --- Based on: https://patchwork.ozlabs.org/patch/503921/ Binding: https://patchwork.ozlabs.org/patch/560936/ v2 --> v3: Addressed feedback from Scott Wood (patch structure) v1 --> v2:

[v2] powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phy

2015-12-24 Thread igal.liberman
From: Igal Liberman The FMan contains internal PHY devices used for SGMII connections to external PHYs. When these PHYs are in use a reference is needed for both the external PHY and the internal one. For the external PHY phy-handle provides the reference. For the internal PHY a new handle is req

[PATCH v10 3/3] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes

2015-12-24 Thread Harvey Hunt
From: Alex Smith Add device tree nodes for the NEMC and BCH to the JZ4780 device tree, and make use of them in the Ci20 device tree to add a node for the board's NAND. Note that since the pinctrl driver is not yet upstream, this includes neither pin configuration nor busy/write-protect GPIO pins

[PATCH v10 1/3] dt-bindings: binding for jz4780-{nand,bch}

2015-12-24 Thread Harvey Hunt
From: Alex Smith Add DT bindings for NAND devices connected to the NEMC on JZ4780 SoCs, as well as the hardware BCH controller, used by the jz4780_{nand,bch} drivers. Signed-off-by: Alex Smith Cc: Zubair Lutfullah Kakakhel Cc: David Woodhouse Cc: Brian Norris Cc: linux-...@lists.infradead.or

[PATCH v10 0/3] mtd: nand: jz4780: Add NAND and BCH drivers

2015-12-24 Thread Harvey Hunt
Hi, This series adds support for the BCH controller and NAND devices on the Ingenic JZ4780 SoC. Tested on the MIPS Creator Ci20 board. All dependencies are now in mainline. This version of the series is based on l2-mtd/master. As suggested by Boris [0], refactoring work has been done to treat N

[PATCH v2 2/4] Documentation: fsl-quadspi: Add fsl, ls2080a-qspi compatible string

2015-12-24 Thread Yuan Yao
new compatible string: "fsl,ls2080a-qspi". Signed-off-by: Yuan Yao --- Changed in v2: Update my email to --- Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt b/Documen

[PATCH 4/4] Documentation: fsl-quadspi: Add optional properties

2015-12-24 Thread Yuan Yao
Add optional properties for QSPI: big-endian if the register is big endian on this platform. Signed-off-by: Yuan Yao --- Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mtd/fsl-quadspi.txt b/Documentatio

[PATCH v2 3/4] dts/ls2080a: update the DTS for QSPI and DSPI support

2015-12-24 Thread Yuan Yao
Signed-off-by: Yuan Yao --- Changed in v2: Update my email to --- arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts | 9 - arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi| 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a

[PATCH v2 1/4] Documentation: fsl-quadspi: Add fsl,ls2080a-dspi compatible string

2015-12-24 Thread Yuan Yao
new compatible string: "fsl,ls2080a-qspi". Signed-off-by: Yuan Yao --- Changed in v2: Update my email to --- Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt b/Doc

Re: [PATCH v5] rtc: support DS1302 RTC on ICP DAS LP-8x4x

2015-12-24 Thread Sergei Ianovich
On Thu, 2015-12-24 at 12:04 +0100, Alexandre Belloni wrote: > On 22/12/2015 at 12:16:41 -0600, Rob Herring wrote : > > Well, the binding should reflect that, whether the driver needs to > > be > > re-written is somewhat a separate question. That should probably > > have > > been done for the DS1302

Re: [PATCH v5] rtc: support DS1302 RTC on ICP DAS LP-8x4x

2015-12-24 Thread Alexandre Belloni
Hi, On 22/12/2015 at 12:16:41 -0600, Rob Herring wrote : > Well, the binding should reflect that, whether the driver needs to be > re-written is somewhat a separate question. That should probably have > been done for the DS1302 driver originally and it is not too fair for > the 2nd person to fix i

Re: [PATCH v3 2/2] dts/ls2080a: Update DTSI to add support of SP805 WDT

2015-12-24 Thread Arnd Bergmann
On Wednesday 23 December 2015, Bhupesh SHARMA wrote: > > Hi Arnd, Olof, Kevin > > On Tue, Dec 15, 2015 at 8:00 PM, Bhupesh Sharma > wrote: > > This patch updates the LS2080a DTSI (DTS Include) file to add > > support for eight SP805 Watchdog units which can be used to > > reset the eight Cortex-

[PATCH v2 1/2] Documentation: DT: Add entry for Freescale LS1043a-QDS board

2015-12-24 Thread Zhiqiang Hou
From: Hou Zhiqiang Signed-off-by: Hou Zhiqiang --- new patch Documentation/devicetree/bindings/arm/fsl.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index 752a685..dbbc095 100644 --- a/

[PATCH v9 2/3] ARM64: dts: add Freescale LS1043a SoC support

2015-12-24 Thread Zhiqiang Hou
From: Mingkai Hu LS1043a is an SoC with 4 ARMv8 A53 cores and most other IP blocks are similar to LS1021a which also complies to Freescale Chassis 2.1 spec. Created LS1043a SoC DTSI file to be included by board level DTS files. Signed-off-by: Li Yang Signed-off-by: Hou Zhiqiang Signed-off-by:

[PATCH v9 3/3] ARM64: dts: add LS1043a-RDB board support

2015-12-24 Thread Zhiqiang Hou
From: Shaohui Xie Signed-off-by: Shaohui Xie Signed-off-by: Mingkai Hu Signed-off-by: Wenbin Song Signed-off-by: Hou Zhiqiang --- V9: - Add root node compatible property. V8 - V7: - Rebased on latest LS2080 patches. V6: V5 V4 V3 - No change. V2: - Remove the useless compatible "simple-

[PATCH v9 1/3] Documentation: DT: Add entry for Freescale LS1043a-RDB board

2015-12-24 Thread Zhiqiang Hou
From: Mingkai Hu Signed-off-by: Mingkai Hu Signed-off-by: Hou Zhiqiang --- V9 - V2: - No change. Documentation/devicetree/bindings/arm/fsl.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt

[PATCH V5] ARM: dts: imx6q-icore-rqs: Add Engicam IMX6 Q7 initial support

2015-12-24 Thread Michael Trimarchi
www.engicam.com/en/products/embedded/som/standard/i-core-rqs-m6s-dl-d-q Signed-off-by: Michael Trimarchi --- Test on top of ARM: dts: imx6q: clean up unused ipu2grp Changes in v5: - None Changes in v4: - update regulator name - using flat pins,fsl - move iomuxc

Re: [PATCH v3 0/2] WM8505/WM8650 DT fixes for SD card controller

2015-12-24 Thread Alexey Charkov
2015-12-24 0:48 GMT+03:00 Roman Volkov : > В Sat, 4 Apr 2015 15:27:20 +0300 > Roman Volkov пишет: > >> В Sun, 1 Mar 2015 23:39:11 +0300 >> Roman Volkov пишет: >> >> > В Sun, 01 Mar 2015 20:52:55 +0100 >> > Arnd Bergmann пишет: >> > >> > > On Sunday 01 March 2015 19:06:45 Roman Volkov wrote: >> >

[PATCH v2 2/2] ARM64: dts: add LS1043a-QDS board support

2015-12-24 Thread Zhiqiang Hou
From: Shaohui Xie Signed-off-by: Shaohui Xie Signed-off-by: Mingkai Hu Signed-off-by: Hou Zhiqiang --- v2: - add root node compatible property arch/arm64/boot/dts/freescale/Makefile| 1 + arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 168 ++ 2 files c

RE: [PATCH] ARM64: dts: add LS1043a-QDS board support

2015-12-24 Thread Zhiqiang Hou
> -Original Message- > From: Scott Wood [mailto:scottw...@freescale.com] > Sent: 2015年12月24日 13:40 > To: Zhiqiang Hou ; devicetree@vger.kernel.org; > robh...@kernel.org; mark.rutl...@arm.com; pawel.m...@arm.com; > ijc+devicet...@hellion.org.uk; ga...@codeaurora.org; linux-arm- > ker...@li

Re: [PATCH V4] ARM: dts: imx6q-icore-rqs: Add Engicam IMX6 Q7 initial support

2015-12-24 Thread Michael Trimarchi
Hi Sorry I mess up the email ;). Need to resend. Drop this one On Thu, Dec 24, 2015 at 10:06 AM, Michael Trimarchi wrote: > www.engicam.com/en/products/embedded/som/standard/i-core-rqs-m6s-dl-d-q > > Signed-off-by: Michael Trimarchi > --- > Test on top of ARM: dts: imx6q: clean up unused ipu2gr

Re: [PATCH 0/3] drivers: net: cpsw: phy-handle fixes

2015-12-24 Thread Markus Brunner
On Wednesday 23 December 2015 20:18:16 David Rivshin wrote: > On Thu, 24 Dec 2015 00:34:49 +0100 > > Nicolas Chauvet wrote: > > 2015-12-23 22:54 GMT+01:00 David Rivshin (Allworx) < > > > > here is the full dmesg output with this serie applied to linux-next: > > http://ur1.ca/ocvs6 Linux version

[PATCH V4] ARM: dts: imx6q-icore-rqs: Add Engicam IMX6 Q7 initial support

2015-12-24 Thread Michael Trimarchi
www.engicam.com/en/products/embedded/som/standard/i-core-rqs-m6s-dl-d-q Signed-off-by: Michael Trimarchi --- Test on top of ARM: dts: imx6q: clean up unused ipu2grp Changes in v4: - update regulator name - using flat pins,fsl - move iomuxc - add X11 license - better alphabetic order Changes in

Re: [GIT PULL 5/9] ARM: EXYNOS: Drivers for v4.5

2015-12-24 Thread Linus Walleij
On Wed, Dec 2, 2015 at 2:39 AM, Krzysztof Kozlowski wrote: > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.gi