Re: [GIT PULL] On-demand device probing

2015-10-16 Thread Greg Kroah-Hartman
On Wed, Oct 14, 2015 at 10:34:00AM +0200, Tomeu Vizoso wrote: > Hi Rob, > > here is the pull request you asked for, with no changes from the version > that I posted last to the list. > > The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: > > Linux 4.3-rc1 (2015-09-12 16

Re: [PATCH v7 13/20] usb: phy: Probe phy devices on demand

2015-10-16 Thread Greg Kroah-Hartman
On Tue, Sep 29, 2015 at 11:10:51AM +0200, Tomeu Vizoso wrote: > When looking up a phy through its OF node, probe it if it hasn't > already. > > The goal is to reduce deferred probes to a minimum, as it makes it very > cumbersome to find out why a device failed to probe, and can introduce > very bi

Re: [PATCH v7 04/20] of: add function to allow probing a device from a OF node

2015-10-16 Thread Greg Kroah-Hartman
On Tue, Sep 29, 2015 at 11:10:42AM +0200, Tomeu Vizoso wrote: > Walks the OF tree up and finds the closest ancestor that has a struct > device associated with it, probing it if isn't bound to a driver yet. > > The above should ensure that the dependency represented by the passed OF > node is avail

Re: [PATCH v7 01/20] driver core: handle -EPROBE_DEFER from bus_type.match()

2015-10-16 Thread Greg Kroah-Hartman
On Tue, Sep 29, 2015 at 11:10:39AM +0200, Tomeu Vizoso wrote: > Lets implementations of the match() callback in struct bus_type to > return errors and if it's -EPROBE_DEFER then queue the device for > deferred probing. > > This is useful to buses such as AMBA in which devices are registered > befo

GREETINGS TO YOU

2015-10-16 Thread WEIR
You have Been Issued with the SUM of 1.1 Million Euro from the Weir Family Donation.Kindly get in Touch with your details Following: Full Names ... Address: Phone No: Country ... Age .. Check Link HTTP://www.bbc.com/news/uk-scotland-glasgow-west-18801698 We await your reply. Chris and Coli

Re: PowerPC: Move Freescale device tree files into fsl folder

2015-10-16 Thread Scott Wood
On Fri, Sep 18, 2015 at 12:00:24PM +0800, Hongtao Jia wrote: > It makes no sense that some Freescale device tree files are in fsl > directory while some others not. This patch move Freescale device tree > files into fsl folder. To do that the following two steps are made: > - Move Freescale device

Re: [RESEND v4.1 0/5] Mailbox: Provide support STi based platforms

2015-10-16 Thread Jassi Brar
On 16 October 2015 at 12:51, Lee Jones wrote: > Hi Jassi, > > [Resending the updated patch-set this time] > > This should be it. Exciting times! > > ST's platforms currently support a maximum of 5 Mailboxes, one for > each of the supported co-processors situated on the platform. Each > Mailbox i

Re: [PATCH 01/16] PM / OPP: Add 'supply-names' binding

2015-10-16 Thread Viresh Kumar
On 16-10-15, 12:16, Stephen Boyd wrote: > On 10/16, Viresh Kumar wrote: > > On 15-10-15, 17:22, Stephen Boyd wrote: > > > I'm lost why we need this property at all. What happened to using > > > > > > opp-microvolt-0 = <1 2 3>; > > > opp-microvolt-1 = <1>; > > > opp-microvolt-2 = <3 4 5>; > > >

[PATCH v2 2/2] net: phy: smsc: disable energy detect mode

2015-10-16 Thread Heiko Schocher
On some boards the energy enable detect mode leads in trouble with some switches, so make the enabling of this mode configurable through DT. Signed-off-by: Heiko Schocher --- Changes in v2: - add comments from Florian Fainelli - I did not change disable property name into enable because I

[PATCH v2 0/2] net, phy, smsc: add posibility to disable energy detect mode

2015-10-16 Thread Heiko Schocher
On some boards the energy enable detect mode leads in trouble with some switches, so make the enabling of this mode configurable through DT. Therefore the property "smsc,disable-energy-detect" is introduced. Patch 1 introduces phy-handle support for the ti,cpsw driver. This is needed now for the s

Re: [PATCH] net: phy: smsc: disable energy detect mode

2015-10-16 Thread Heiko Schocher
Hello Florian, Am 16.10.2015 um 18:27 schrieb Florian Fainelli: 2015-10-13 21:17 GMT-07:00 Heiko Schocher : Hello Florian, Am 13.10.2015 um 21:26 schrieb Florian Fainelli: On 12/10/15 22:13, Heiko Schocher wrote: On some boards the energy enable detect mode leads in trouble with some swit

RE: [PATCH v2 1/4] mtd: brcmnand: Fix pointer type-cast in brcmnand_write()

2015-10-16 Thread Anup Patel
> -Original Message- > From: Ray Jui [mailto:r...@broadcom.com] > Sent: 16 October 2015 21:06 > To: Anup Patel; David Woodhouse; Brian Norris; linux-...@lists.infradead.org > Cc: Rob Herring; Pawel Moll; Mark Rutland; Ian Campbell; Kumar Gala; Catalin > Marinas; Will Deacon; Scott Branden

Re: [PATCH v4 3/3] phy: rcar-gen3-usb2: add runtime ID/VBUS pin detection

2015-10-16 Thread Kishon Vijay Abraham I
Hi, On Tuesday 13 October 2015 03:52 PM, Yoshihiro Shimoda wrote: > This patch adds support for runtime ID/VBUS pin detection if > the channel 0 of R-Car gen3 is used. So, we are able to use > the channel as both host and peripheral. > > Signed-off-by: Yoshihiro Shimoda > --- > .../devicetree/b

Re: [PATCH v4 2/3] phy: rcar-gen3-usb2: change the mode to OTG on the combined channel

2015-10-16 Thread Kishon Vijay Abraham I
Hi, On Tuesday 13 October 2015 03:52 PM, Yoshihiro Shimoda wrote: > To use the channel 0 of R-Car gen3 as periperal mode, This patch changes > the mode to OTG instead of HOST. Then, this driver needs to set some > registers to enable host mode and detects ID pin and VBUS pin at > phy_init() timing

Re: [PATCH v4 1/3] phy: rcar-gen3-usb2: Add R-Car Gen3 USB2 PHY driver

2015-10-16 Thread Kishon Vijay Abraham I
Hi, On Tuesday 13 October 2015 03:52 PM, Yoshihiro Shimoda wrote: > This patch adds support for R-Car generation 3 USB2 PHY driver. > This SoC has 3 EHCI/OHCI channels, and the channel 0 is shared > with the HSUSB (USB2.0 peripheral) device. And each channel has > independent registers about the P

Re: [V2,1/2] powerpc/fsl: Add PCI node in device tree of bsc9132qds

2015-10-16 Thread Scott Wood
On Fri, Oct 16, 2015 at 05:01:10PM +0800, Zhiqiang Hou wrote: > From: Harninder Rai > > Signed-off-by: Harninder Rai > Signed-off-by: Minghuan Lian > Change-Id: I4355add4a92d1fcf514843aea5ecadd2e2517969 > Reviewed-on: http://git.am.freescale.net:8181/2454 > Reviewed-by: Zang Tiefei-R61911 > Re

Re: [PATCH 01/10] clk: rockchip: Add sclk_mipidsi_24m for mipi dsi

2015-10-16 Thread Chris Zhong
On 10/17/2015 05:39 AM, Stephen Boyd wrote: On 10/10, Chris Zhong wrote: sclk_mipidsi_24m is the gating of mipi dsi phy. Signed-off-by: Chris Zhong --- Acked-by: Stephen Boyd drivers/clk/rockchip/clk-rk3288.c | 2 +- include/dt-bindings/clock/rk3288-cru.h | 1 + 2 files changed,

Re: [PATCH v3 3/3] misc: Add w2sg0004 gps receiver driver

2015-10-16 Thread kbuild test robot
Hi Nikolaus, [auto build test WARNING on tty/tty-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/UART-slave-device-support-goldelico-version/20151017-021238 config: xtensa-allmodc

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-16 Thread Kukjin Kim
On 10/17/15 03:56, Tomeu Vizoso wrote: > On 16 October 2015 at 19:26, Stephen Boyd wrote: >> On 10/16, Michael Turquette wrote: >>> Quoting Krzysztof Kozlowski (2015-10-15 16:46:27) On 15.10.2015 19:31, Tomeu Vizoso wrote: > When the DISP1 power domain is powered off, there's two clocks t

Re: [2/3] powerpc: dts: p1022si: Add fsl,wake-on-filer for eTSEC

2015-10-16 Thread Scott Wood
On Thu, Oct 01, 2015 at 01:10:22PM +0300, Claudiu Manoil wrote: > Enable the "wake-on-filer" (aka. wake on user defined packet) > wake on lan capability for the eTSEC ethernet nodes. > > Cc: Li Yang > Cc: Zhao Chenhui > > Signed-off-by: Claudiu Manoil > --- > arch/powerpc/boot/dts/fsl/p1022si

Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files

2015-10-16 Thread Scott Branden
Hi Hauke, On 15-10-16 03:42 PM, Hauke Mehrtens wrote: On 10/17/2015 12:38 AM, Scott Branden wrote: Hi Jon, No need for the board in the compatible string. I think the board should be named here, so we could take some code branches based on the board, if it would have bad wiring for exampl

[PATCHv2 1/3] ARM: dt: fpga: Added binding docs for Xilinx Zynq FPGA manager.

2015-10-16 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- v2: - Clock names are now a required property - Removed interrupt-parent property --- .../devicetree/bindings/fpga/xilinx-zynq-fpga-mgr.txt | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/fpga/

[PATCHv2 2/3] ARM: zynq: dt: Updated devicetree for Zynq 7000 platform.

2015-10-16 Thread Moritz Fischer
Added addtional nodes required for FPGA Manager operation of the Xilinx Zynq Devc configuration interface. Reviewed-by: Sören Brinkmann Signed-off-by: Moritz Fischer --- v2: No changes --- arch/arm/boot/dts/zynq-7000.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/

[PATCHv2 3/3] fpga manager: Adding FPGA Manager support for Xilinx Zynq 7000

2015-10-16 Thread Moritz Fischer
This commit adds FPGA Manager support for the Xilinx Zynq chip. The code borrows some from the xdevcfg driver in Xilinx' vendor tree. Signed-off-by: Moritz Fischer --- v2: - Replaced locking error flag and broken completion with irq masking and changed completion handling - Dealing with tim

[PATCHv2 0/3] Adding FPGA Manager support for Xilinx Zynq

2015-10-16 Thread Moritz Fischer
Hi all, I've tried to address most of the feedback that was brought up, the one thing I haven't looked at was the firmware format part, since that was still in discussion. So I'm still open to suggestions on how to handle this. In the interest of moving forward, and early feedback I decided to su

Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files

2015-10-16 Thread Hauke Mehrtens
On 10/17/2015 12:38 AM, Scott Branden wrote: > Hi Jon, > > No need for the board in the compatible string. I think the board should be named here, so we could take some code branches based on the board, if it would have bad wiring for example. The device tree wiki says: "The first string in th

Re: [PATCH v3 1/2] dt-bindings: Add new SoCs to bcm4708 DT bindings

2015-10-16 Thread Scott Branden
On 15-10-16 02:42 PM, Hauke Mehrtens wrote: On 10/16/2015 12:24 AM, Jon Mason wrote: Add the 4708, 4709, and 53012 SoCs to the the documentation for the Broadcom Northstar device tree bindings. Signed-off-by: Jon Mason Acked-by: Hauke Mehrtens Acked-by: Scott Branden --- Documentatio

Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files

2015-10-16 Thread Scott Branden
Hi Jon, No need for the board in the compatible string. On 15-10-16 02:41 PM, Hauke Mehrtens wrote: On 10/16/2015 12:24 AM, Jon Mason wrote: Add device tree files for Broadcom Northstar based SVKs. Since the bcm5301x.dtsi already exists, all that is necessary is the dts files to enable the UA

Re: [RFC 4/5] clk: iproc: define Broadcom NS2 iProc clock binding

2015-10-16 Thread Stephen Boyd
On 10/14, Ray Jui wrote: > > > On 10/14/2015 8:44 AM, Jon Mason wrote: > > On Tue, Oct 13, 2015 at 03:24:52PM -0700, Ray Jui wrote: > >> Same as this patch. I thought device tree binding document should go > >> with the clock driver changes. > >> > >> Strictly speaking, device tree binding docume

Re: [PATCH v3 1/2] dt-bindings: Add new SoCs to bcm4708 DT bindings

2015-10-16 Thread Hauke Mehrtens
On 10/16/2015 12:24 AM, Jon Mason wrote: > Add the 4708, 4709, and 53012 SoCs to the the documentation for the > Broadcom Northstar device tree bindings. > > Signed-off-by: Jon Mason Acked-by: Hauke Mehrtens > --- > Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.txt | 7 +++ > 1 fi

Re: [PATCH v3 2/2] ARM: dts: bcm5301x: Add BCM SVK DT files

2015-10-16 Thread Hauke Mehrtens
On 10/16/2015 12:24 AM, Jon Mason wrote: > Add device tree files for Broadcom Northstar based SVKs. Since the > bcm5301x.dtsi already exists, all that is necessary is the dts files to > enable the UARTs. With these files, the SVKs are able to boot to shell. > > Signed-off-by: Jon Mason Acked-b

Re: [PATCH 01/10] clk: rockchip: Add sclk_mipidsi_24m for mipi dsi

2015-10-16 Thread Stephen Boyd
On 10/10, Chris Zhong wrote: > sclk_mipidsi_24m is the gating of mipi dsi phy. > > Signed-off-by: Chris Zhong > --- Acked-by: Stephen Boyd > > drivers/clk/rockchip/clk-rk3288.c | 2 +- > include/dt-bindings/clock/rk3288-cru.h | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) > >

[PATCH v2] ARM: shmobile: silk: add SDHI1 DT support

2015-10-16 Thread Sergei Shtylyov
Define the SILK board dependent part of the SDHI1 (connected to micro-SD slot) device nodes along with the necessary voltage regulators. Based on the original patch by Vladimir Barinov . Signed-off-by: Sergei Shtylyov --- This patch is against 'renesas-devel-20151015-v4.3-rc5' tag of Simon Horm

Re: [PATCH net-next 1/2] drivers: net: xgene: Add support RGMII TX/RX delay configuration

2015-10-16 Thread Florian Fainelli
On 16/10/15 13:35, Iyappan Subramanian wrote: > Add RGMII TX/RX delay configuration support. RGMII standard requires 2ns > delay to help the RGMII bridge receiver to sample data correctly. If the > default value does not provide proper centering of the data sample, the > TX/RX delay parameters can

Re: [PATCH v3 00/27] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms

2015-10-16 Thread Tony Lindgren
* Roger Quadros [151006 04:13]: > > Fine. The updated series is now at > > g...@github.com:rogerq/linux.git > * [new branch] for-v4.4/gpmc-v4 Looks like it produces some build errors, this with RMKs 3430 and 4430 only .configs: drivers/memory/omap-gpmc.c:2035:43: error: ‘struct gpio_chip

Re: [GIT PULL] On-demand device probing

2015-10-16 Thread Olof Johansson
Hi, I've bisected boot failures in next-20151016 down to patches in this branch: On Thu, Oct 15, 2015 at 4:42 AM, Tomeu Vizoso wrote: > Tomeu Vizoso (20): > driver core: handle -EPROBE_DEFER from bus_type.match() The machine it happened on was OMAP5UEVM: http://arm-so

Re: [PATCH 2/2] gpiolib: Add and use OF_GPIO_SINGLE_ENDED flag

2015-10-16 Thread Linus Walleij
On Mon, Oct 12, 2015 at 11:20 PM, Laurent Pinchart wrote: > The flag matches the DT GPIO_SINGLE_ENDED flag and allows drivers to > parse and use the DT flag to handle single-ended (open-drain or > open-source) GPIOs. > > Signed-off-by: Laurent Pinchart Patch applied! I feel a bit guilty for fi

Re: [PATCH 1/2] gpiolib: Split GPIO flags parsing and GPIO configuration

2015-10-16 Thread Linus Walleij
On Mon, Oct 12, 2015 at 11:20 PM, Laurent Pinchart wrote: > When requesting a GPIO through the legacy or the gpiod_* API the > gpiochip request operation is first called and then the GPIO flags are > parsed and the GPIO is configured. This prevents the gpiochip from > rejecting the request if the

[PATCH net-next 2/2] Documentation: dts: xgene: Add TX/RX delay field

2015-10-16 Thread Iyappan Subramanian
Signed-off-by: Iyappan Subramanian --- Documentation/devicetree/bindings/net/apm-xgene-enet.txt | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt index f55aa28..5b17c

[PATCH net-next 0/2] drivers: xgene: Add support RGMII TX/RX delay configuration

2015-10-16 Thread Iyappan Subramanian
This patch adds support RGMII TX/RX delay configuration. Signed-off-by: Iyappan Subramanian --- Iyappan Subramanian (2): drivers: net: xgene: Add support RGMII TX/RX delay configuration Documentation: dts: xgene: Add TX/RX delay field .../devicetree/bindings/net/apm-xgene-enet.txt | 10

[PATCH net-next 1/2] drivers: net: xgene: Add support RGMII TX/RX delay configuration

2015-10-16 Thread Iyappan Subramanian
Add RGMII TX/RX delay configuration support. RGMII standard requires 2ns delay to help the RGMII bridge receiver to sample data correctly. If the default value does not provide proper centering of the data sample, the TX/RX delay parameters can be used to adjust accordingly. Signed-off-by: Iyappan

Re: [PATCH v6 4/7] arm64: berlin: add the pinctrl dependency for Marvell Berlin SoCs

2015-10-16 Thread Sebastian Hesselbarth
On 16.10.2015 16:15, Linus Walleij wrote: On Fri, Oct 16, 2015 at 9:37 AM, Jisheng Zhang wrote: This is to add the pinctrl dependency for Marvell Berlin SoCs. Signed-off-by: Jisheng Zhang Acked-by: Sebastian Hesselbarth Acked-by: Antoine Tenart Acked-by: Linus Walleij Please push this

[RFC v4 03/11] drm/mediatek: Add DSI sub driver

2015-10-16 Thread Philipp Zabel
From: CK Hu This patch add a drm encoder/connector driver for the MIPI DSI function block of the Mediatek display subsystem and a phy driver for the MIPI TX D-PHY control module. Signed-off-by: Jitao Shi Signed-off-by: Philipp Zabel --- Changes since v3: - Simplified bind function - Removed

[RFC v4 04/11] drm/mediatek: Add DPI sub driver

2015-10-16 Thread Philipp Zabel
From: Jie Qiu Add DPI connector/encoder to support HDMI output via the attached HDMI bridge. Signed-off-by: Jie Qiu Signed-off-by: Philipp Zabel --- - Removed unused mtk_dpi_config_bit_swap function - Enable/disable pixel clock instead of its ancestor PLL - Instead of manually setting the d

[RFC v4 06/11] drm/mediatek: Add HDMI support

2015-10-16 Thread Philipp Zabel
From: Daniel Kurtz This patch adds drivers for the HDMI bridge connected to the DPI0 display subsystem function block, for the HDMI DDC block, and for the HDMI PHY to support HDMI output. Signed-off-by: Jie Qiu Signed-off-by: Philipp Zabel --- Changes since v3: - Split CEC register access out

[RFC v4 00/11] MT8173 DRM support

2015-10-16 Thread Philipp Zabel
Hi, this is an update to the MT8173 DRM support RFC, now with the connections between display function blocks completely left out of the device tree. I have included the two patches that add all relevant nodes to the mt8173.dtsi, and two mt8173 clock patches that are needed to support the new clo

[RFC v4 07/11] drm/mediatek: enable hdmi output control bit

2015-10-16 Thread Philipp Zabel
From: Jie Qiu MT8173 HDMI hardware has a output control bit to enable/disable HDMI output. Because of security reason, so this bit can ONLY be controlled in ARM supervisor mode. Now the only way to enter ARM supervisor is the ARM trusted firmware. So atf provides a API for HDMI driver to call to

[RFC v4 01/11] dt-bindings: drm/mediatek: Add Mediatek display subsystem dts binding

2015-10-16 Thread Philipp Zabel
From: CK Hu Add device tree binding documentation for the display subsystem in Mediatek MT8173 SoCs. The display function block nodes are grouped under a display-subsystem node. Signed-off-by: CK Hu Signed-off-by: Philipp Zabel --- Changes since v3: - Moved DISP function blocks back out of th

[RFC v4 05/11] dt-bindings: drm/mediatek: Add Mediatek HDMI dts binding

2015-10-16 Thread Philipp Zabel
Add the device tree binding documentation for Mediatek HDMI, HDMI PHY and HDMI DDC devices. Signed-off-by: Philipp Zabel --- Changes since v3: - Split CEC block into a separate node, move the hotplug interrupt there - Removed reg-names, hdmi now only as a single register range - Added mediatek

[RFC v4 10/11] clk: mediatek: make dpi0_sel and hdmi_sel not propagate rate changes

2015-10-16 Thread Philipp Zabel
These muxes are supposed to select a fitting divider after the PLL is already set to the correct rate. Signed-off-by: Philipp Zabel --- drivers/clk/mediatek/clk-mt8173.c | 4 ++-- drivers/clk/mediatek/clk-mtk.h| 7 +-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/driver

[RFC v4 09/11] arm64: dts: mt8173: Add HDMI related nodes

2015-10-16 Thread Philipp Zabel
From: CK Hu This patch adds the device nodes for the HDMI encoder, HDMI PHY, and HDMI CEC modules. Signed-off-by: CK Hu Signed-off-by: Cawa Cheng Signed-off-by: Jie Qiu Signed-off-by: Daniel Kurtz Signed-off-by: Philipp Zabel --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 73 ++

[RFC v4 08/11] arm64: dts: mt8173: Add display subsystem related nodes

2015-10-16 Thread Philipp Zabel
From: CK Hu This patch adds the device nodes for the DISP function blocks comprising the display subsystem. --- TODO: - The power-domain property should be added to all blocks that are in the MM power domain. - The iommus property should be removed from the mmsys node. Signed-off-by: CK Hu

[RFC v4 02/11] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.

2015-10-16 Thread Philipp Zabel
From: CK Hu This patch adds an initial DRM driver for the Mediatek MT8173 DISP subsystem. It currently supports two fixed output streams from the OVL0/OVL1 sources to the DSI0/DPI0 sinks, respectively. Signed-off-by: CK Hu Signed-off-by: YT Shen Signed-off-by: Philipp Zabel --- Changes since

[RFC v4 11/11] clk: mediatek: Add hdmi_ref HDMI PHY PLL reference clock output

2015-10-16 Thread Philipp Zabel
The configurable hdmi_ref output of the PLL block is derived from the tvdpll_594m clock signal via a configurable PLL post-divider. It is used as the PLL reference input to the HDMI PHY module. Signed-off-by: Philipp Zabel --- drivers/clk/mediatek/clk-mt8173.c | 5 + include/dt-bindings

Re: [PATCH v6 7/7] arm64: dts: berlin4ct: add default pinmux for uart0

2015-10-16 Thread Sebastian Hesselbarth
On 16.10.2015 16:18, Linus Walleij wrote: On Fri, Oct 16, 2015 at 9:37 AM, Jisheng Zhang wrote: Add urt0 txd and rxd muxing setup in the dtsi because uart0 always uses them to work, no other possibilities. Signed-off-by: Jisheng Zhang Acked-by: Sebastian Hesselbarth Acked-by: Antoine Tenart

Re: [PATCH v6 6/7] arm64: dts: berlin4ct: add the pinctrl node

2015-10-16 Thread Sebastian Hesselbarth
On 16.10.2015 16:17, Linus Walleij wrote: On Fri, Oct 16, 2015 at 9:37 AM, Jisheng Zhang wrote: Add the avio, soc, sm pinctrl nodes for Marvell berlin4ct SoC. Signed-off-by: Jisheng Zhang Acked-by: Sebastian Hesselbarth Acked-by: Antoine Tenart Acked-by: Linus Walleij Funnel this throug

Re: [PATCH v3 3/3] misc: Add w2sg0004 gps receiver driver

2015-10-16 Thread H. Nikolaus Schaller
Am 16.10.2015 um 21:38 schrieb Arnd Bergmann : > On Friday 16 October 2015 21:27:11 H. Nikolaus Schaller wrote: >> Am 16.10.2015 um 21:06 schrieb Arnd Bergmann : >> >>> On Friday 16 October 2015 20:08:35 H. Nikolaus Schaller wrote: + +static int w2sg_data_probe(struct platform_device *

Re: [PATCH 1/5] mmc: sdhci-pxav3: fix optional clock name

2015-10-16 Thread Sebastian Hesselbarth
On 16.10.2015 13:40, Jisheng Zhang wrote: On Thu, 15 Oct 2015 23:41:22 +0200 Sebastian Hesselbarth wrote: On 12.10.2015 07:46, Jisheng Zhang wrote: Commit 8afdc9cca27f ("mmc: sdhci-pxav3: Get optional core clock") adds additional optional clock support, but the clock names isn't correct. The

Re: [PATCH v2 2/4] mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64

2015-10-16 Thread Arnd Bergmann
On Friday 16 October 2015 12:28:03 Florian Fainelli wrote: > > > > Sorry, can't reproduce it any more. My patch is dated June 4, so it was > > probably broken then but got fixed since. I normally try to verify that > > the patches are still needed before I send them, but this time I only > > saw t

Re: [PATCH v3 3/3] misc: Add w2sg0004 gps receiver driver

2015-10-16 Thread Arnd Bergmann
On Friday 16 October 2015 21:27:11 H. Nikolaus Schaller wrote: > Am 16.10.2015 um 21:06 schrieb Arnd Bergmann : > > > On Friday 16 October 2015 20:08:35 H. Nikolaus Schaller wrote: > >> + > >> +static int w2sg_data_probe(struct platform_device *pdev) > >> +{ > >> + struct w2sg_pdata *pdata =

Re: [PATCH v3 1/3] tty: serial core: provide a method to search uart by phandle

2015-10-16 Thread kbuild test robot
Hi Nikolaus, [auto build test WARNING on tty/tty-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/UART-slave-device-support-goldelico-version/20151017-021238 reproduce: make htmldo

Re: [PATCH v2 2/4] mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64

2015-10-16 Thread Florian Fainelli
On 16/10/15 12:25, Arnd Bergmann wrote: > On Friday 16 October 2015 09:54:45 Brian Norris wrote: >>> MTD_NAND_BRCMNAND uses the generic nand functions, but is currently allowed >>> to be built without CONFIG_MTD_NAND, which results in a link error: >>> >>> drivers/built-in.o: In function `brcmnand_

Re: [PATCH v3 3/3] misc: Add w2sg0004 gps receiver driver

2015-10-16 Thread H. Nikolaus Schaller
Am 16.10.2015 um 21:06 schrieb Arnd Bergmann : > On Friday 16 October 2015 20:08:35 H. Nikolaus Schaller wrote: >> + >> +static int w2sg_data_probe(struct platform_device *pdev) >> +{ >> + struct w2sg_pdata *pdata = dev_get_platdata(&pdev->dev); >> + struct w2sg_data *data; >> +

Re: [PATCH v2 2/4] mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64

2015-10-16 Thread Arnd Bergmann
On Friday 16 October 2015 09:54:45 Brian Norris wrote: > > MTD_NAND_BRCMNAND uses the generic nand functions, but is currently allowed > > to be built without CONFIG_MTD_NAND, which results in a link error: > > > > drivers/built-in.o: In function `brcmnand_remove': > > coresight-replicator.c:(.tex

Re: [PATCH v3 1/3] tty: serial core: provide a method to search uart by phandle

2015-10-16 Thread H. Nikolaus Schaller
Am 16.10.2015 um 20:39 schrieb Mark Rutland : > On Fri, Oct 16, 2015 at 08:08:33PM +0200, H. Nikolaus Schaller wrote: >> 1. add uart_ports to a search list as soon as they are registered >> 2. provide a function to search an uart_port by phandle. This copies the >> mechanism how devm_usb_get_ph

Re: [PATCH 01/16] PM / OPP: Add 'supply-names' binding

2015-10-16 Thread Stephen Boyd
On 10/16, Viresh Kumar wrote: > On 15-10-15, 17:22, Stephen Boyd wrote: > > I'm lost why we need this property at all. What happened to using > > > > opp-microvolt-0 = <1 2 3>; > > opp-microvolt-1 = <1>; > > opp-microvolt-2 = <3 4 5>; > > etc. > > Perhaps you are confusing this with the bindi

Re: [PATCH v3 0/3] UART slave device support (goldelico version)

2015-10-16 Thread H. Nikolaus Schaller
Changes V3: - changed from RFC to PATCH - added separate bindings and concept documentation documents - worked in comments by Sergei Zviagintsev Changes V2: - fixed some formatting This patch series is our proposal to add hooks so that the driver for a device connected to an UART can monitor mod

Re: [PATCH v3 3/3] misc: Add w2sg0004 gps receiver driver

2015-10-16 Thread Arnd Bergmann
On Friday 16 October 2015 20:08:35 H. Nikolaus Schaller wrote: > + > +static int w2sg_data_probe(struct platform_device *pdev) > +{ > + struct w2sg_pdata *pdata = dev_get_platdata(&pdev->dev); > + struct w2sg_data *data; > + struct rfkill *rf_kill; > + int err; > + > +

Re: [PATCH v3 1/3] tty: serial core: provide a method to search uart by phandle

2015-10-16 Thread Arnd Bergmann
On Friday 16 October 2015 20:08:33 H. Nikolaus Schaller wrote: > --- /dev/null > +++ b/Documentation/devicetree/bindings/serial/slaves.txt > @@ -0,0 +1,16 @@ > +Device-Tree bindings for UART slave devices > + > +A node describing a slave device defines a phandle to reference the UART > +the device

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-16 Thread Tomeu Vizoso
On 16 October 2015 at 19:26, Stephen Boyd wrote: > On 10/16, Michael Turquette wrote: >> Quoting Krzysztof Kozlowski (2015-10-15 16:46:27) >> > On 15.10.2015 19:31, Tomeu Vizoso wrote: >> > > When the DISP1 power domain is powered off, there's two clocks that need >> > > to be temporarily reparent

Re: [PATCH v3 1/3] tty: serial core: provide a method to search uart by phandle

2015-10-16 Thread kbuild test robot
Hi Nikolaus, [auto build test WARNING on tty/tty-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/UART-slave-device-support-goldelico-version/20151017-021238 config: i386-randconfi

Re: [PATCH 2/2] DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation

2015-10-16 Thread Ariel D'Alessandro
Ezequiel, Joachim, all, El 16/10/15 a las 14:09, Joachim Eastwood escribió: > On 16 October 2015 at 17:41, Ezequiel Garcia > wrote: >> +DT bindings maintainers >> >> As per the documentation in >> Documentation/devicetree/bindings/submitting-patches.txt >> this binding should be patch 1/2. I see

Re: [PATCH v3 1/3] tty: serial core: provide a method to search uart by phandle

2015-10-16 Thread Mark Rutland
On Fri, Oct 16, 2015 at 08:08:33PM +0200, H. Nikolaus Schaller wrote: > 1. add uart_ports to a search list as soon as they are registered > 2. provide a function to search an uart_port by phandle. This copies the >mechanism how devm_usb_get_phy_by_phandle() works > 3. add a bindings document ho

Re: [PATCH v3 3/3] misc: Add w2sg0004 gps receiver driver

2015-10-16 Thread H. Nikolaus Schaller
Am 16.10.2015 um 20:08 schrieb H. Nikolaus Schaller : > Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. > Use uart slave + notification hooks to glue with tty and turn on/off the > module. Detect if the module is turned on (sends data) but should be off, > e.g. if already turn

Re: [RFC 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

2015-10-16 Thread kbuild test robot
Hi Jitao, [auto build test ERROR on drm-exynos/exynos-drm/for-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/CK-Hu/Dcumentation-bridge-Add-documentation-for-ps8640-DT-properties/20151016-2

[PATCH v3 2/3] tty: serial_core: add hooks for uart slave drivers

2015-10-16 Thread H. Nikolaus Schaller
1. allow drivers to get notified about mctrl changes 2. allow drivers to get notified about rx data (indicating to the driver that the connected chip is active) 3. the driver also has the option to modify or block the received character instead of passing to the tty layer Signed-off-by: H. N

[PATCH v3 3/3] misc: Add w2sg0004 gps receiver driver

2015-10-16 Thread H. Nikolaus Schaller
Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. Use uart slave + notification hooks to glue with tty and turn on/off the module. Detect if the module is turned on (sends data) but should be off, e.g. if already turned on during boot. Additionally, rfkill block/unblock can be us

[PATCH v3 1/3] tty: serial core: provide a method to search uart by phandle

2015-10-16 Thread H. Nikolaus Schaller
1. add uart_ports to a search list as soon as they are registered 2. provide a function to search an uart_port by phandle. This copies the mechanism how devm_usb_get_phy_by_phandle() works 3. add a bindings document how serial slaves should use this feature 4. add Documentation how serla slaves

[PATCH v3 0/3] UART slave device support (goldelico version)

2015-10-16 Thread H. Nikolaus Schaller
H. Nikolaus Schaller (3): tty: serial core: provide a method to search uart by phandle tty: serial_core: add hooks for uart slave drivers misc: Add w2sg0004 gps receiver driver .../devicetree/bindings/misc/wi2wi,w2sg0004.txt| 18 + .../devicetree/bindings/serial/slaves.txt |

Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks

2015-10-16 Thread Stephen Boyd
On 10/16, Michael Turquette wrote: > Quoting Krzysztof Kozlowski (2015-10-15 16:46:27) > > On 15.10.2015 19:31, Tomeu Vizoso wrote: > > > When the DISP1 power domain is powered off, there's two clocks that need > > > to be temporarily reparented to OSC, and back to their original parents > > > when

Re: [PATCH 2/2] DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation

2015-10-16 Thread Joachim Eastwood
On 16 October 2015 at 17:41, Ezequiel Garcia wrote: > +DT bindings maintainers > > As per the documentation in > Documentation/devicetree/bindings/submitting-patches.txt > this binding should be patch 1/2. > > On 16 October 2015 at 11:07, Ariel D'Alessandro > wrote: >> Add the devicetree binding

[PATCH 4/4] gpio: tps65086: Add GPIO driver for the TPS65086 PMIC

2015-10-16 Thread Andrew F. Davis
Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be used for several purposes. Signed-off-by: Andrew F. Davis --- drivers/gpio/Kconfig | 6 +++ drivers/gpio/Makefile| 1 + drivers/gpio/gpio-tps65086.c | 114

[PATCH 2/4] mfd: tps65086: Add driver for the TPS65086 PMIC

2015-10-16 Thread Andrew F. Davis
Add support for the TPS65912 device. It provides communication through I2C and contains the following components: - Regulators - Load switches - GPO controller Signed-off-by: Andrew F. Davis --- drivers/mfd/Kconfig | 13 drivers/mfd/Makefile | 1 + drivers/mfd/tps650

[PATCH 1/4] Documentation: tps65086: Add DT bindings for the TPS65086 PMIC

2015-10-16 Thread Andrew F. Davis
The TPS65086 PMIC contains several regulators and a GPO controller. Add bindings for the TPS65086 PMIC. Signed-off-by: Andrew F. Davis --- .../devicetree/bindings/gpio/gpio-tps65086.txt | 17 Documentation/devicetree/bindings/mfd/tps65086.txt | 46 ++ .../binding

[PATCH 3/4] regulator: tps65086: Add regulator driver for the TPS65086 PMIC

2015-10-16 Thread Andrew F. Davis
Add support for TPS65086 PMIC regulators. The regulators set consists of 3 Step-down Controllers, 3 Step-down Converters, 3 LDOs, 3 Load Switches, and a Sink and Source LDO. The output voltages are configurable and are meant to supply power to a SoC and/or other components. Signed-off-by: Andrew

[PATCH 0/4] Add support for the TI TPS65086 PMIC.

2015-10-16 Thread Andrew F. Davis
This series adds support for the TPS65086 PMIC. It is a MFD with an I2C interface, several regulators and load switches, and a GPO controller. Based on v4.3-rc1 and needs b4fe8ba ("regmap: Add generic macro to define regmap_irq") from Lee Jones' tree to build. Andrew F. Davis (4): Documentatio

Re: [PATCH v2 2/4] mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64

2015-10-16 Thread Brian Norris
On Fri, Oct 16, 2015 at 06:24:21PM +0200, Arnd Bergmann wrote: > I think you also need this one: Are you sure? > 8<--- > From 0ab7b2d32921b3f3da15274d8c3982ba1d54660f Mon Sep 17 00:00:00 2001 > From: Arnd Bergmann > Date: Thu, 4 Jun 2015 09:25:59 +0200 > Subject: [PATCH] mtd: brcmnand de

Re: [PATCH v2 2/4] mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64

2015-10-16 Thread Brian Norris
On Fri, Oct 16, 2015 at 08:36:58AM -0700, Ray Jui wrote: > This patch is the same. I thought it has already been merged by Brian? Right as well. I'll ignore this one. Brian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.o

Re: [PATCH v2 1/4] mtd: brcmnand: Fix pointer type-cast in brcmnand_write()

2015-10-16 Thread Brian Norris
On Fri, Oct 16, 2015 at 08:36:22AM -0700, Ray Jui wrote: > Correct me if I remember it wrong, but I thought this patch has already > been merged by Brian? You are correct. Anup, Please base MTD patches on the MTD development tree (i.e., l2-mtd.git): http://linux-mtd.infradead.org/source.html (

Re: [PATCH] net: phy: smsc: disable energy detect mode

2015-10-16 Thread Florian Fainelli
2015-10-13 21:17 GMT-07:00 Heiko Schocher : > Hello Florian, > > > Am 13.10.2015 um 21:26 schrieb Florian Fainelli: >> >> On 12/10/15 22:13, Heiko Schocher wrote: >>> >>> On some boards the energy enable detect mode leads in >>> trouble with some switches, so make the enabling of >>> this mode conf

Re: [PATCH v2 2/4] mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64

2015-10-16 Thread Arnd Bergmann
On Friday 16 October 2015 14:38:55 Anup Patel wrote: > > diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig > index 3324281..a1b5819 100644 > --- a/drivers/mtd/nand/Kconfig > +++ b/drivers/mtd/nand/Kconfig > @@ -393,7 +393,7 @@ config MTD_NAND_GPMI_NAND > > config MTD_NAND_BRCMNAN

[PATCH v2] ARM: dts: fix gpio-keys wakeup-source property

2015-10-16 Thread Sudeep Holla
The keyboard driver for GPIO buttons(gpio-keys) checks for one of the two boolean properties to enable gpio buttons as wakeup source: 1. "wakeup-source" or 2. the legacy "gpio-key,wakeup" However juno, ste-snowball and emev2-kzm9d dts file have a undetected "wakeup" property to indictate the wakeu

[PATCH v4 0/3] arm64: Juno: Add support for PCIe on R1 board

2015-10-16 Thread Liviu Dudau
Changes in v4 vs v3: - Dropped the quirks patches as the fixup can be done in firmware. Changes in v3 vs v2: - Add Documentation files describing the DT bindings for plda,xpressrich3-axi and arm,juno-r1-pcie properties. - Cosmetic changes in the .dts to bracket range and interrupt-map entries

[PATCH v4 3/3] arm64: defconfig: Enable PCI generic host bridge by default

2015-10-16 Thread Liviu Dudau
Now that pci-host-generic can be used under arm64, enable it by default so that SBSA compliant systems can use it. Cc: Will Deacon Cc: Catalin Marinas Signed-off-by: Liviu Dudau --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/

Re: [PATCH 2/2] DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation

2015-10-16 Thread Ezequiel Garcia
+DT bindings maintainers As per the documentation in Documentation/devicetree/bindings/submitting-patches.txt this binding should be patch 1/2. On 16 October 2015 at 11:07, Ariel D'Alessandro wrote: > Add the devicetree binding document for NXP LPC18xx EEPROM memory. > > Signed-off-by: Ariel D'A

[PATCH v4 1/3] Documentation: of: Document the bindings used by Juno R1 PCIe host bridge

2015-10-16 Thread Liviu Dudau
ARM's Juno R1 board used PLDA XpressRICH3-AXI IP to implement a PCIe host bridge. Introduce "plda" as vendor prefix for PLDA and document the DT bindings for PLDA XpressRICH3-AXI IP as well as ARM's Juno R1. Signed-off-by: Liviu Dudau Acked-by: Mark Rutland --- Documentation/devicetree/bindings

Re: [PATCH v2 2/4] mtd: nand: Allow MTD_NAND_BRCMNAND to be selected for ARM64

2015-10-16 Thread Ray Jui
This patch is the same. I thought it has already been merged by Brian? On 10/16/2015 2:08 AM, Anup Patel wrote: > The BRCM NAND driver can be re-used for Broadcom ARM64 SoCs hence > this patch updates Kconfig to allow selection of MTD_NAND_BRCMNAND > for ARM64. > > Signed-off-by: Anup Patel > Re

[PATCH v4 2/3] arm64: Juno: Add support for the PCIe host bridge on Juno R1

2015-10-16 Thread Liviu Dudau
Juno R1 board sports a functional PCIe host bridge that is compliant with the SBSA standard found [1] here. With the right firmware that initialises the XpressRICH3 controller one can use the generic Host Bridge driver to use the PCIe hardware. Signed-off-by: Liviu Dudau Acked-by: Mark Rutland

Re: [PATCH v2 1/4] mtd: brcmnand: Fix pointer type-cast in brcmnand_write()

2015-10-16 Thread Ray Jui
Correct me if I remember it wrong, but I thought this patch has already been merged by Brian? Thanks, Ray On 10/16/2015 2:08 AM, Anup Patel wrote: > We should always type-cast pointer to "long" or "unsigned long" > because size of pointer is same as machine word size. This will > avoid pointer t

Re: [PATCH v2 2/2] pinctrl: sunxi: Add irq pinmuxing to sun6i "r" pincontroller

2015-10-16 Thread Maxime Ripard
On Fri, Oct 16, 2015 at 09:46:12AM +0200, Hans de Goede wrote: > Add pinmuxing for external interrupt functionality through the > sun6i "r" pincontroller. > > Signed-off-by: Hans de Goede Acked-by: Maxime Ripard Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Andro

  1   2   3   >