Re: [PATCH linux-next (v2) 1/2] clk: Add brcm, bcm6345-gate-clk device tree binding

2015-12-31 Thread Michael Turquette
Hi Simon, Quoting Simon Arlott (2015-12-10 13:49:21) > +periph_clk: periph_clk { > + compatible = "brcm,bcm63168-gate-clk", "brcm,bcm6345-gate-clk"; > + regmap = <&periph_cntl>; > + offset = <0x4>; > + > + #clock-cells = <1>; > + clock-indices = > + <1>,

Re: [PATCH V3] net: emac: emac gigabit ethernet controller driver

2015-12-31 Thread Rob Herring
On Tue, Dec 29, 2015 at 06:48:55PM -0700, Gilad Avidov wrote: > Add supports for ethernet controller HW on Qualcomm Technologies, Inc. SoC. > This driver supports the following features: > 1) Checksum offload. > 2) Runtime power management support. > 3) Interrupt coalescing support. > 4) SGMII phy.

Re: [PATCH] net: emac: emac gigabit ethernet controller driver

2015-12-31 Thread Rob Herring
On Tue, Dec 15, 2015 at 4:49 PM, Gilad Avidov wrote: > On Mon, 14 Dec 2015 17:39:09 -0800 > Florian Fainelli wrote: > >> On 14/12/15 16:19, Gilad Avidov wrote: >> >> [snip] >> >> > + "sgmii_irq"; >> > + qcom,emac-gpio-mdc = <&msmgpio 123 0>; >> > + qcom,emac-

Re: [PATCH v4 5/6] mfd: dt-bindings: add device tree bindings for Hi3519 sysctrl

2015-12-31 Thread Rob Herring
On Wed, Dec 30, 2015 at 09:43:51AM +0800, Jiancheng Xue wrote: > Add device tree bindings for Hi3519 system controller. > > Signed-off-by: Jiancheng Xue > --- > Documentation/devicetree/bindings/mfd/hi3519.txt | 14 ++ > 1 file changed, 14 insertions(+) > create mode 100644 Document

Re: [PATCH v4 1/6] clk: hisilicon: add CRG driver for hi3519 soc

2015-12-31 Thread Rob Herring
On Wed, Dec 30, 2015 at 09:43:47AM +0800, Jiancheng Xue wrote: > The CRG(Clock and Reset Generator) block provides clock > and reset signals for other modules in hi3519 soc. > > Signed-off-by: Jiancheng Xue > --- > .../devicetree/bindings/clock/hi3519-crg.txt | 46 +++ For the binding

Re: [PATCH] mtd: spi-nor: add hisilicon spi-nor flash controller driver

2015-12-31 Thread Rob Herring
On Wed, Dec 30, 2015 at 10:26:11AM +0800, Jiancheng Xue wrote: > add hisilicon spi-nor flash controller driver > > Signed-off-by: Binquan Peng > Signed-off-by: Jiancheng Xue > --- > .../devicetree/bindings/spi/spi-hisi-sfc.txt | 24 + > drivers/mtd/spi-nor/Kconfig

Re: [PATCH v2] iio: health: max30100: add config for LED current

2015-12-31 Thread Rob Herring
On Tue, Dec 29, 2015 at 09:44:48PM -0800, Matt Ranostay wrote: > Allow the current for both RED and IR LEDs to be set via an device tree > property setting. > > This is an optional setting that is useful for applications that have a > known glass attenuation factor. > > Signed-off-by: Matt Ranost

Re: [PATCH 4/4] Document: spi: Add bindings for mediatek MT2701 soc platform

2015-12-31 Thread Rob Herring
On Thu, Dec 31, 2015 at 10:59:03AM +0800, Leilk Liu wrote: > This patch adds a DT binding documentation for the MT2701 soc. > > Signed-off-by: Leilk Liu Acked-by: Rob Herring -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.ker

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

2015-12-31 Thread Mark Brown
On Thu, Dec 31, 2015 at 10:59:06PM +0100, Paul Kocialkowski wrote: > I understand, thanks for pointing this out. Well, for my use case, there > is no use in disabling the chip at any point as it powers the external > mmc. Presumably someone might decide not to use the MMC in some case (perhaps on

Re: [PATCH 4/4] Document: spi: Add bindings for mediatek MT2701 soc platform

2015-12-31 Thread Mark Brown
On Thu, Dec 31, 2015 at 10:59:03AM +0800, Leilk Liu wrote: > This patch adds a DT binding documentation for the MT2701 soc. > Please use subject lines reflecting the style for the subsystem. signature.asc Description: PGP signature

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

2015-12-31 Thread Paul Kocialkowski
Le jeudi 31 décembre 2015 à 21:40 +, Mark Brown a écrit : > On Wed, Dec 30, 2015 at 07:37:19PM +0100, Paul Kocialkowski wrote: > > Le mercredi 30 décembre 2015 à 16:33 +, Mark Brown a écrit : > > > On Wed, Dec 30, 2015 at 09:35:21AM +0100, Paul Kocialkowski wrote: > > > > > In my opinion,

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

2015-12-31 Thread Mark Brown
On Wed, Dec 30, 2015 at 07:37:19PM +0100, Paul Kocialkowski wrote: > Le mercredi 30 décembre 2015 à 16:33 +, Mark Brown a écrit : > > On Wed, Dec 30, 2015 at 09:35:21AM +0100, Paul Kocialkowski wrote: > > > In my opinion, it would be more elegant to adapt the core regulator > > > framework to

Re: [PATCH 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver

2015-12-31 Thread Jonathan Cameron
On 23/12/15 10:27, Ludovic Desroches wrote: > On Tue, Dec 22, 2015 at 06:34:00PM +, Jonathan Cameron wrote: >> On 21/12/15 09:24, Ludovic Desroches wrote: >>> This driver supports the new version of the Atmel ADC device introduced >>> with the SAMA5D2 SoC family. >>> >>> Signed-off-by: Ludovic

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

2015-12-31 Thread Roman Volkov
0 maintainer is inactive for over a year. > > > > I seem to have lost the original mails now, as it's been a while. > > Can you send the entire series of patches to a...@kernel.org > > please? > > To clarify, please first make sure they still apply cleanly o

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

2015-12-31 Thread Roman Volkov
From: Roman Volkov This patch set enables SD controller support for WM8650 and fixes minor errors in WM8505 Device Tree file. Changes in v3: 1. Add minor fixes for WM8505 SDHC node Tested on both WM8505 and WM8650. Roman Volkov (2): dts: vt8500: Add SDHC node to DTS file for WM8650 dts: vt

[PATCH v3 RESEND 2/2] dts: vt8500: Fix errors in SDHC node for WM8505

2015-12-31 Thread Roman Volkov
From: Roman Volkov According to datasheet, the registers space of SDHC controller is 1Kb, not '0x1000', the correct value should be '0x400'. Bracket interrupt numbers individually per recommendations. Signed-off-by: Roman Volkov --- arch/arm/boot/dts/wm8505.dtsi | 4 ++-- 1 file changed, 2 ins

[PATCH v3 RESEND 1/2] dts: vt8500: Add SDHC node to DTS file for WM8650

2015-12-31 Thread Roman Volkov
From: Roman Volkov Since WM8650 has the same 'WMT' SDHC controller as WM8505, and the driver is already in the kernel, this node enables the controller support for WM8650 Signed-off-by: Roman Volkov Reviewed-by: Alexey Charkov --- arch/arm/boot/dts/wm8650.dtsi | 9 + 1 file changed, 9

Re: [PATCH] ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver

2015-12-31 Thread Eduardo Valentin
Hello, On Sat, Dec 26, 2015 at 12:32:25AM +0100, Pali Rohár wrote: > Driver for omap3 with documentation is there since v4.4-rc1. > > Signed-off-by: Pali Rohár > --- > arch/arm/boot/dts/omap34xx.dtsi |5 + > arch/arm/boot/dts/omap36xx.dtsi |5 + > 2 files changed, 10 insertion

Re: [PATCH] ARM: dts: uniphier: fix a typo in comment block

2015-12-31 Thread Arnd Bergmann
On Thursday 24 December 2015 00:23:40 Masahiro Yamada wrote: > > -/* UART3 unavilable: the pads are not wired to the package balls */ > +/* UART3 unavailable: the pads are not wired to the package balls */ > &serial3 { > status = "disabled"; > }; > Applied on next/dt, thanks!

Re: [PATCH v4 0/2] ARM64: Enable SP805 WDT support for FSL LS2080A

2015-12-31 Thread Arnd Bergmann
On Monday 28 December 2015 15:31:22 Bhupesh Sharma wrote: > Hi Arnd, Kevin, Olof > > This is the v4 of patchset which adds the support for SP805 WDT on FSL LS2080A > and also adds the missing documentation of SP805 WDT device-tree bindings. > > Rebased against arm-soc/next/dt > Applied all on n

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

2015-12-31 Thread Arnd Bergmann
On Thursday 31 December 2015 16:31:02 Arnd Bergmann wrote: > On Thursday 24 December 2015 00:48:25 Roman Volkov wrote: > > В 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 +010

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

2015-12-31 Thread Arnd Bergmann
On Thursday 24 December 2015 00:48:25 Roman Volkov wrote: > В 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 пишет: > > > > > Any other suggestions? > > > > >

Re: [PATCH 2/4] soc: mediatek: Init MT8173 scpsys driver earlier

2015-12-31 Thread Arnd Bergmann
On Thursday 31 December 2015 17:16:34 James Liao wrote: > > """ > Take a example for our IOMMU(M4U) and SMI. The IOMMU which is > subsys_init defaultly will depend on SMI. > The SMI is a bridge between m4u and the Multimedia HW. About the HW > block diagram and more other information please hel

Re: [PATCH v1 3/3] ARM64 LPC: update binding doc

2015-12-31 Thread Arnd Bergmann
On Thursday 31 December 2015 22:12:19 Rongrong Zou wrote: > 在 2015/12/30 17:06, Arnd Bergmann 写道: > > On Tuesday 29 December 2015 21:33:52 Rongrong Zou wrote: > >> +Example: > >> + > >> +lpc_0: lpc@a01b { > >> + #address-cells = <1>; > >> + #size-cells = <1>; > >> +

Re: [PATCH v1 3/3] ARM64 LPC: update binding doc

2015-12-31 Thread Rongrong Zou
Sorry for so late reply, it is difficult for me to understand ISA config :( . 在 2015/12/30 17:06, Arnd Bergmann 写道: On Tuesday 29 December 2015 21:33:52 Rongrong Zou wrote: Signed-off-by: Rongrong Zou --- .../devicetree/bindings/arm64/low-pin-count.txt | 20 1 file

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

2015-12-31 Thread Matthias Brugger
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 --- arch/arm/boot/dts/mt2701.dtsi | 19 +++ 1 file changed, 19 insertions(+) Signed-off-by: Matthias Brugger Linus, will you take this pat

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

2015-12-31 Thread Matthias Brugger
On 28/12/15 08:09, Biao Huang wrote: Signed-off-by: Biao Huang --- .../devicetree/bindings/pinctrl/pinctrl-mt65xx.txt |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Reviewed-by: Mathias Brugger diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.tx

Re: [PATCH 3/5] clk: mediatek: Add MT2701 clock support

2015-12-31 Thread James Liao
Hi Mike On Wed, 2015-12-30 at 15:34 -0800, Michael Turquette wrote: > Quoting James Liao (2015-12-29 22:27:43) > > +CLK_OF_DECLARE(mtk_topckgen, "mediatek,mt2701-topckgen", > > mtk_topckgen_init); > > +CLK_OF_DECLARE(mtk_infrasys, "mediatek,mt2701-infracfg", > > mtk_infrasys_init); > > +CLK_OF_DE

Re: [PATCH 2/4] soc: mediatek: Init MT8173 scpsys driver earlier

2015-12-31 Thread James Liao
Hi Arnd, > On Wed, 2015-12-30 at 11:35 +0100, Arnd Bergmann wrote: > > On Wednesday 30 December 2015 18:12:08 James Liao wrote: > > > On Wed, 2015-12-30 at 09:52 +0100, Arnd Bergmann wrote: > > > > On Wednesday 30 December 2015 14:41:44 James Liao wrote: > > > > > Some power domain comsumers may in

[PATCH v2] ARM: dts: rockchip: Adding LEDs handling via leds-gpio for the Radxa Rock2 Square

2015-12-31 Thread Romain Perier
Describe the two user-controllable LEDs on Rock2 Square boards. All information have been retrieved from the schematics and the vendor devicetree. The default-triggers mimic the behaviour of the vendor-kernel to keep functionalities in sync. Signed-off-by: Romain Perier --- Changes in v2: - Chan

[PATCH] dtc: create tool to diff device trees

2015-12-31 Thread Frank Rowand
From: Frank Rowand Create script to diff device trees. The device tree can be in any of the forms recognized by the dtc compiler: - source - binary blob - file system tree (from /proc/devicetree) If the device tree is a source file, then it is pre-processed in the same way as it would be

Re: [PATCH 1/4] spi: mediatek: merge all identical compat to mtk_common_compat

2015-12-31 Thread Matthias Brugger
On 31/12/15 03:59, Leilk Liu wrote: This patch merge all identical compat into on mtk_common_compat and used for all compatible soc. Signed-off-by: Leilk Liu --- Reviewed-by: Matthias Brugger drivers/spi/spi-mt65xx.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletion

Re: [PATCH 1/5] clk: mediatek: Refine the makefile to support multiple clock drivers

2015-12-31 Thread Matthias Brugger
On 30/12/15 07:27, James Liao wrote: Add a Kconfig to define clock configuration for each SoC, and modify the Makefile to build drivers that only selected in config. Signed-off-by: Shunli Wang Signed-off-by: James Liao --- Looks good to me. Reviewed-by: Matthias Brugger drivers/clk/K