[PATCH net-next 1/2] net: hns: enet specisies a reference to dsaf

2015-12-04 Thread yankejian
enet is associating with dasf. before this patch, the association is the same strings between ae-name and dsa-name. in a general way, enet specifies a reference to dsaf should be a good idea. so this patch deletes the ae-name in enet, and adds parsing the ae-handle from DT to set the associating wi

Re: [PATCH RESEND net-next 0/3] dts: hisi: fixes can't find eth for hip05-D02

2015-12-04 Thread Yankejian (Hackim Yim)
sorry, pls ignore this patchset. On 2015/12/5 15:54, yankejian wrote: > this patchset fixes the bug that eth can't initial successful on hip05-D02 > because the dts files doesn't match the source code. > > yankejian (3): > dts: hisi: enables the ethX for D02 board > dts: hisi: fixes no syscon

[PATCH RESEND net-next 3/3] arm64: hip05-d02: Document devicetree bindings for Hisilicon D02 Board

2015-12-04 Thread yankejian
This patch adds documentation for the devicetree bindings used by the DT files of Hisilicon Hip05-D02 development board. Signed-off-by: yankejian --- .../devicetree/bindings/arm/hisilicon/hisilicon.txt | 16 1 file changed, 16 insertions(+) diff --git a/Documentation/devic

[PATCH net-next 0/2] net: hns: enet specisies a reference to dsaf

2015-12-04 Thread yankejian
in this patchset, enet specifies a reference to dsaf. and delete the ae-name in enet, and adds parsing the ae-handle from DT to set the associating with dsaf. the patchset updates the dtsi and bindings documents as well. yankejian (2): net: hns: enet specisies a reference to dsaf net: hns: e

[PATCH net-next 2/2] net: hns: enet specisies a reference to dsaf (config and documents)

2015-12-04 Thread yankejian
when enet specisies a reference to dsaf, the correlative config and documents needs to update. this patch updates the correlative dtsi file and bindings documents . Signed-off-by: yankejian --- .../devicetree/bindings/net/hisilicon-hns-dsaf.txt| 5 + .../devicetree/bindings/net/hisilico

[PATCH RESEND net-next 1/3] dts: hisi: enables the ethX for D02 board

2015-12-04 Thread yankejian
this patch enables the ethX for D02 board on hip05-d02.dts. otherwise it cannot find hns ethX by ifconfig -a. Signed-off-by: yankejian --- arch/arm64/boot/dts/hisilicon/hip05-d02.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hip05-d02.dts

[PATCH RESEND net-next 0/3] dts: hisi: fixes can't find eth for hip05-D02

2015-12-04 Thread yankejian
this patchset fixes the bug that eth can't initial successful on hip05-D02 because the dts files doesn't match the source code. yankejian (3): dts: hisi: enables the ethX for D02 board dts: hisi: fixes no syscon error when init mdio arm64: hip05-d02: Document devicetree bindings for Hisilico

[PATCH RESEND net-next 2/3] dts: hisi: fixes no syscon error when init mdio

2015-12-04 Thread yankejian
when linux start up, we get the log below: "Hi-HNS_MDIO 803c.mdio: no syscon hisilicon,peri-c-subctrl mdio_bus mdio@803c: mdio sys ctl reg has not maped " the source code about the subctrl is dealled with syscon, but dts doesn't. it cause such fault. so this patch adds the syscon in

[PATCH RESEND net-next 2/3] dts: hisi: fixes no syscon error when init mdio

2015-12-04 Thread yankejian
when linux start up, we get the log below: "Hi-HNS_MDIO 803c.mdio: no syscon hisilicon,peri-c-subctrl mdio_bus mdio@803c: mdio sys ctl reg has not maped " the source code about the subctrl is dealled with syscon, but dts doesn't. it cause such fault. so this patch adds the syscon in

[PATCH RESEND net-next 0/3] dts: hisi: fixes can't find eth for hip05-D02

2015-12-04 Thread yankejian
this patchset fixes the bug that eth can't initial successful on hip05-D02 because the dts files doesn't match the source code. yankejian (3): dts: hisi: enables the ethX for D02 board dts: hisi: fixes no syscon error when init mdio arm64: hip05-d02: Document devicetree bindings for Hisilico

[PATCH RESEND net-next 3/3] arm64: hip05-d02: Document devicetree bindings for Hisilicon D02 Board

2015-12-04 Thread yankejian
This patch adds documentation for the devicetree bindings used by the DT files of Hisilicon Hip05-D02 development board. Signed-off-by: yankejian --- .../devicetree/bindings/arm/hisilicon/hisilicon.txt | 16 1 file changed, 16 insertions(+) diff --git a/Documentation/devic

[PATCH RESEND net-next 1/3] dts: hisi: enables the ethX for D02 board

2015-12-04 Thread yankejian
this patch enables the ethX for D02 board on hip05-d02.dts. otherwise it cannot find hns ethX by ifconfig -a. Signed-off-by: yankejian --- arch/arm64/boot/dts/hisilicon/hip05-d02.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hip05-d02.dts

RE: [PATCH 4/4] ARM: dts: vf610-twr: relicense vf610-twr.dts under GPLv2/X11

2015-12-04 Thread Yao Yuan
On 11/24/2015 07:57 AM, Stefan Agner wrote: > GPLv2-only devicetrees make reuse difficult for software components licensed > under a different license. > > The consensus is that a GPL/X11 dual-license should allow all necessary uses, > so > relicense the vf610-twr.dts file to this combination. >

RE: [PATCH 1/4] ARM: dts: vf610: relicense vf???.dtsi under GPLv2/X11

2015-12-04 Thread Yao Yuan
On 11/24/2015 07:57 AM, Stefan Agner wrote: GPLv2-only devicetrees make reuse difficult for software components licensed under a different license. The consensus is that a GPL/X11 dual-license should allow all necessary uses, so relicense the vfxxx.dtsi, vf500.dtsi and vf610.dtsi files to this

[PATCH net-next 2/2] net: hns: enet specisies a reference to dsaf (config and documents)

2015-12-04 Thread yankejian
when enet specisies a reference to dsaf, the correlative config and documents needs to update. this patch updates the correlative dtsi file and bindings documents . Signed-off-by: yankejian --- .../devicetree/bindings/net/hisilicon-hns-dsaf.txt| 5 + .../devicetree/bindings/net/hisilico

[PATCH net-next 1/2] net: hns: enet specisies a reference to dsaf

2015-12-04 Thread yankejian
enet is associating with dasf. before this patch, the association is the same strings between ae-name and dsa-name. in a general way, enet specifies a reference to dsaf should be a good idea. so this patch deletes the ae-name in enet, and adds parsing the ae-handle from DT to set the associating wi

[PATCH net-next 0/2] net: hns: enet specisies a reference to dsaf

2015-12-04 Thread yankejian
in this patchset, enet specifies a reference to dsaf. and delete the ae-name in enet, and adds parsing the ae-handle from DT to set the associating with dsaf. the patchset updates the dtsi and bindings documents as well. yankejian (2): net: hns: enet specisies a reference to dsaf net: hns: e

[RFC PATCH 4/7] mtd: add of_match_mtd_parser() and of_mtd_match_mtd_parser() helpers

2015-12-04 Thread Brian Norris
Like the corresponding OF-based device/driver matching infrascture, let's begin to support a mtd/partition-parser matching infrastructure. Signed-off-by: Brian Norris --- drivers/of/of_mtd.c| 33 + include/linux/mtd/partitions.h | 2 ++ include/linux/

[RFC PATCH 2/7] mtd: move partition parsers' Kconfig under a sub-menu

2015-12-04 Thread Brian Norris
For better organization. Signed-off-by: Brian Norris --- drivers/mtd/Kconfig| 134 + drivers/mtd/partitions/Kconfig | 131 2 files changed, 134 insertions(+), 131 deletions(-) create mode 100644 drivers

[RFC PATCH 1/7] mtd: move partition parsers to drivers/mtd/partitions/

2015-12-04 Thread Brian Norris
For better organization. Signed-off-by: Brian Norris --- drivers/mtd/Makefile | 8 +--- drivers/mtd/partitions/Makefile| 7 +++ drivers/mtd/{ => partitions}/afs.c | 0 drivers/mtd/{ => partitions}/ar7part.c | 0 drivers/mtd/{ => partitions}/b

[RFC PATCH 5/7] mtd: partitions: factor out "match by name" handling

2015-12-04 Thread Brian Norris
This code structure is going to be imitated for a match-by-device-node implementation, so let's factor out a few functions to make this easier. Signed-off-by: Brian Norris --- drivers/mtd/mtdpart.c | 67 +++ 1 file changed, 52 insertions(+), 15 del

[RFC PATCH 6/7] RFC: mtd: partitions: enable of_match_table matching

2015-12-04 Thread Brian Norris
Partition parsers can now provide an of_match_table to enable flash<-->parser matching via device tree. TODO: Doesn't yet work when parser is built as module. I can't just use request_module() and friends, since OF matches don't tell me the name of the driver/module. Maybe I can report uevents? S

[RFC PATCH 7/7] mtd: partitions: add Google's FMAP partition parser

2015-12-04 Thread Brian Norris
Cc: David Hendricks Signed-off-by: Brian Norris --- drivers/mtd/partitions/Kconfig | 7 ++ drivers/mtd/partitions/Makefile | 1 + drivers/mtd/partitions/google_fmap.c | 226 +++ 3 files changed, 234 insertions(+) create mode 100644 drivers/mtd/part

[RFC PATCH 3/7] doc: dt: mtd: partition: add on-flash format binding

2015-12-04 Thread Brian Norris
The platform description (such as the type of partition formats used on a given flash) should be done independently of the flash driver in use. However, we can't reasonably have *all* partition parsers run on all flash (until they find a match), so let's overload the 'partitions' subnode to support

[RFC PATCH 0/7] mtd: partitions: add of_match_table support

2015-12-04 Thread Brian Norris
Hi, There have been several discussions [1] about adding a device tree binding for associating flash devices with the partition parser(s) that are used on the flash. There are a few reasons: (1) drivers shouldn't have to be encoding platform knowledge by listing what parsers might be used o

[RFC][PATCH] devicetree: Add DTS file to support the Nexus7 2013 (flo) device.

2015-12-04 Thread John Stultz
This patch adds a dts file to support the Nexus7 2013 device. Its based off of the qcom-apq8064-ifc6410.dts which is similar hardware. Also includes some comments and context folded in from Vinay Simha BN This is my first DTS submission, so thoughts or feedback on would be appreciated. Cc: Rob

Re: [PATCH v2 03/10] drm/hisilicon: Add hisilicon DRM master driver

2015-12-04 Thread Xinliang Liu
On 4 December 2015 at 00:21, Rob Herring wrote: > On Sat, Nov 28, 2015 at 4:38 AM, Xinliang Liu wrote: >> Add DRM master driver for hi6220 SoC which used in HiKey board. >> Add dumb buffer feature. >> Add prime dmabuf feature. >> >> Signed-off-by: Xinliang Liu >> Signed-off-by: Xinwei Kong >> S

Re: [PATCH v5 2/5] ARM: BCM: Clean up SMP support for Broadcom Kona

2015-12-04 Thread Florian Fainelli
On 04/12/15 12:23, Kapil Hali wrote: > These changes cleans up SMP implementaion for Broadcom's > Kona SoC which are required for handling SMP for iProc > family of SoCs at a single place for BCM NSP and BCM Kona. > > Signed-off-by: Kapil Hali > --- > arch/arm/boot/dts/bcm11351.dtsi | 2 +- > a

Re: [PATCH v5 1/5] dt-bindings: add SMP enable-method for Broadcom NSP

2015-12-04 Thread Florian Fainelli
On 04/12/15 12:23, Kapil Hali wrote: > Add a compatible string "brcm,bcm-nsp-smp" for Broadcom's > Northstar Plus CPU to the 32-bit ARM CPU device tree binding > documentation file and create a new binding documentation for > Northstar Plus CPU. > > Signed-off-by: Kapil Hali > --- > .../bindings

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Ilia Mirkin
On Fri, Dec 4, 2015 at 5:05 PM, Russell King - ARM Linux wrote: > On Fri, Dec 04, 2015 at 03:42:47PM -0500, Ilia Mirkin wrote: >> On Fri, Dec 4, 2015 at 3:31 PM, Russell King - ARM Linux >> wrote: >> > Moreover, DRI3 is not yet available for Gallium, so if we're talking >> > about Xorg, then func

Re: [PATCH v2 13/12] ARM: dts: dove: add DT GPU support

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 09:49:18PM +0100, Andrew Lunn wrote: > > This additional patch is in conjunction with my PMU (already merged) > > and clock driver patch sets. > > Hi Russell > > Please could you respond to my comment about the clock patch. > > http://www.spinics.net/lists/devicetree/msg1

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 03:42:47PM -0500, Ilia Mirkin wrote: > On Fri, Dec 4, 2015 at 3:31 PM, Russell King - ARM Linux > wrote: > > Moreover, DRI3 is not yet available for Gallium, so if we're talking > > about Xorg, then functional DRI2 is a requirement, and that _needs_ > > to have a single dev

Re: [PATCH] ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

2015-12-04 Thread Tony Lindgren
* Arnd Bergmann [151204 13:38]: > On Friday 04 December 2015 10:47:07 Tony Lindgren wrote: > > > Peter Ujfalusi writes: > > > > @@ -174,12 +182,44 @@ > > > > }; > > > > > > > > edma: edma@4900 { > > > > - compatible = "ti,edma3"; > > > > -

Re: [PATCH] ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

2015-12-04 Thread Arnd Bergmann
On Friday 04 December 2015 10:47:07 Tony Lindgren wrote: > > Peter Ujfalusi writes: > > > @@ -174,12 +182,44 @@ > > > }; > > > > > > edma: edma@4900 { > > > - compatible = "ti,edma3"; > > > - ti,hwmods = "tpcc", "tptc0", "tptc1", "t

Re: [PATCH 1/3] mtd: brcmnand: Add brcm,bcm6368-nand device tree binding

2015-12-04 Thread Simon Arlott
On Fri, December 4, 2015 16:04, Jonas Gorski wrote: > On Thu, Dec 3, 2015 at 12:41 AM, Simon Arlott wrote: >> + * "brcm,nand-bcm6368" >> + - compatible: should contain "brcm,nand-bcm", "brcm,nand-bcm6368" >> + - reg: (required) the 'NAND_INTR_BASE' register range, with combined >> statu

Re: [PATCH 2/4] PCI: rcar-gen2: Add device tree support for r8a7793

2015-12-04 Thread Bjorn Helgaas
Hi Simon, On Tue, Dec 01, 2015 at 04:24:30PM +0900, Simon Horman wrote: > Simply document new compat strings. > There appears to be no need for a driver updates. > > Signed-off-by: Simon Horman > --- > Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 1 + > 1 file changed, 1 insertion(

[PATCH v5 4/4] ARM: dts: sun8i: Add Orange Pi Plus support

2015-12-04 Thread Jens Kuske
The Orange Pi Plus is a SBC based on the Allwinner H3 SoC with 8GB eMMC, multiple USB ports through a USB hub chip, SATA through a USB-SATA bridge, one uSD slot, a 10/100/1000M ethernet port, WiFi, HDMI, headphone jack, IR receiver, a microphone, a CSI connector and a 40-pin GPIO header. Signed-of

[PATCH v5 3/4] ARM: dts: sunxi: Add Allwinner H3 DTSI

2015-12-04 Thread Jens Kuske
The Allwinner H3 is a home entertainment system oriented SoC with four Cortex-A7 cores and a Mali-400MP2 GPU. Signed-off-by: Jens Kuske --- arch/arm/boot/dts/sun8i-h3.dtsi | 497 1 file changed, 497 insertions(+) create mode 100644 arch/arm/boot/dts/sun8

[PATCH v5 1/4] clk: sunxi: Add H3 clocks support

2015-12-04 Thread Jens Kuske
The H3 clock control unit is similar to the those of other sun8i family members like the A23. It adds a new bus gates clock similar to the simple gates, but with a different parent clock for each single gate. Some of the gates use the new AHB2 clock as parent, whose clock source is muxable between

[PATCH v5 2/4] pinctrl: sunxi: Add H3 PIO controller support

2015-12-04 Thread Jens Kuske
The H3 uses the same pin controller as previous SoC's from Allwinner. Add support for the pins controlled by the main PIO controller. Signed-off-by: Jens Kuske --- .../bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 1 + drivers/pinctrl/sunxi/Kconfig | 4 + drivers/pinc

[PATCH v5 0/4] ARM: sunxi: Allwinner H3 support

2015-12-04 Thread Jens Kuske
Hi everyone, This is v5 of my patch series introducing basic kernel support for Allwinner's H3 SoC. It mainly adds basic clocks, resets and pinctrl. It also adds interrupts, timers, watchdog, RTC, dmaengine, MMC and UARTs, which are mostly compatible to those in earlier SoCs like A23 and A31, and

Re: [PATCH (v2) 1/2] reset: Add brcm,bcm6345-reset device tree binding

2015-12-04 Thread Simon Arlott
On Thu, December 3, 2015 08:39, Philipp Zabel wrote: > Am Mittwoch, den 02.12.2015, 21:03 + schrieb Simon Arlott: >> +periph_soft_rst: reset-controller { >> +compatible = "brcm,bcm63168-reset", "brcm,bcm6345-reset"; >> +regmap = <&periph_cntl>; >> +offset = <0x10>; >> + >> +#res

Re: [PATCH 1/2] clk: Add brcm,bcm63xx-gate-clk device tree binding

2015-12-04 Thread Simon Arlott
On Fri, December 4, 2015 14:30, Rob Herring wrote: > On Mon, Nov 30, 2015 at 08:52:55PM +, Simon Arlott wrote: >> +periph_clk: periph_clk { >> +compatible = "brcm,bcm63168-gate-clk", "brcm,bcm63xx-gate-clk"; >> +regmap = <&periph_cntl>; > > What else is in periph_cntrl? Could this all j

Re: [PATCH] extcon: arizona: Update naming for micd-timeout DT to include units

2015-12-04 Thread Pavel Machek
On Mon 2015-11-23 14:51:30, Charles Keepax wrote: > Add time units of -ms (milliseconds) to wlf,micd-timeout. > > Signed-off-by: Charles Keepax > --- > .../devicetree/bindings/extcon/extcon-arizona.txt |2 +- > drivers/extcon/extcon-arizona.c|2 +- > 2 files changed,

Re: [PATCH v2 13/12] ARM: dts: dove: add DT GPU support

2015-12-04 Thread Andrew Lunn
> This additional patch is in conjunction with my PMU (already merged) > and clock driver patch sets. Hi Russell Please could you respond to my comment about the clock patch. http://www.spinics.net/lists/devicetree/msg104464.html Thanks Andrew -- To unsubscribe from this list: send the

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Ilia Mirkin
On Fri, Dec 4, 2015 at 3:31 PM, Russell King - ARM Linux wrote: > Moreover, DRI3 is not yet available for Gallium, so if we're talking > about Xorg, then functional DRI2 is a requirement, and that _needs_ > to have a single device for the rendering instances. Xorg has no way > to pass multiple re

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Daniel Vetter
On Fri, Dec 04, 2015 at 08:31:01PM +, Russell King - ARM Linux wrote: > On Fri, Dec 04, 2015 at 02:19:42PM -0600, Rob Herring wrote: > > On Fri, Dec 4, 2015 at 11:56 AM, Lucas Stach wrote: > > > Am Freitag, den 04.12.2015, 11:33 -0600 schrieb Rob Herring: > > >> On Fri, Dec 4, 2015 at 10:41 AM

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 02:19:42PM -0600, Rob Herring wrote: > On Fri, Dec 4, 2015 at 11:56 AM, Lucas Stach wrote: > > Am Freitag, den 04.12.2015, 11:33 -0600 schrieb Rob Herring: > >> On Fri, Dec 4, 2015 at 10:41 AM, Lucas Stach > >> wrote: > >> > Am Freitag, den 04.12.2015, 10:29 -0600 schrieb

[PATCH v5 1/5] dt-bindings: add SMP enable-method for Broadcom NSP

2015-12-04 Thread Kapil Hali
Add a compatible string "brcm,bcm-nsp-smp" for Broadcom's Northstar Plus CPU to the 32-bit ARM CPU device tree binding documentation file and create a new binding documentation for Northstar Plus CPU. Signed-off-by: Kapil Hali --- .../bindings/arm/bcm/brcm,nsp-cpu-method.txt | 39 +

[PATCH v5 2/5] ARM: BCM: Clean up SMP support for Broadcom Kona

2015-12-04 Thread Kapil Hali
These changes cleans up SMP implementaion for Broadcom's Kona SoC which are required for handling SMP for iProc family of SoCs at a single place for BCM NSP and BCM Kona. Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm11351.dtsi | 2 +- arch/arm/boot/dts/bcm21664.dtsi | 2 +- arch/arm/mach

[PATCH v5 3/5] ARM: dts: Add SMP support for Broadcom NSP

2015-12-04 Thread Kapil Hali
Add device tree changes required for providing SMP support for Broadcom Northstar Plus SoC. Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm-nsp.dtsi | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/a

[PATCH v5 5/5] ARM: BCM: Add SMP support for Broadcom 4708

2015-12-04 Thread Kapil Hali
From: Jon Mason Add SMP support for Broadcom's 4708 SoCs. Signed-off-by: Jon Mason Acked-by: Hauke Mehrtens Tested-by: Hauke Mehrtens Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm4708.dtsi | 2 ++ arch/arm/mach-bcm/Kconfig | 1 + arch/arm/mach-bcm/Makefile | 3 +++ 3 files ch

[PATCH v5 4/5] ARM: BCM: Add SMP support for Broadcom NSP

2015-12-04 Thread Kapil Hali
Add SMP support for Broadcom's Northstar Plus SoC cpu enable method. This changes also consolidates iProc family's - BCM NSP and BCM Kona, platform SMP handling in a common file. Northstar Plus SoC is based on ARM Cortex-A9 revision r3p0 which requires configuration for ARM Errata 764369 for SMP.

[PATCH v5 0/5] SMP support for Broadcom NSP

2015-12-04 Thread Kapil Hali
Changes in v5: * Made 'enable-method' for SMP per 'cpu' core instead of 'cpus' node, in the DT files for BCM NSP and BCM4708. Change in v4: * Cleaned up kona_smp.c and associated DT file. * Corrected documentation for DT bindings. * Corrected secondary-boot-reg entry for bcm4708 DT file. Change i

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Rob Herring
On Fri, Dec 4, 2015 at 11:56 AM, Lucas Stach wrote: > Am Freitag, den 04.12.2015, 11:33 -0600 schrieb Rob Herring: >> On Fri, Dec 4, 2015 at 10:41 AM, Lucas Stach wrote: >> > Am Freitag, den 04.12.2015, 10:29 -0600 schrieb Rob Herring: >> >> On Fri, Dec 04, 2015 at 02:59:54PM +0100, Lucas Stach w

Re: [PATCH V7 net-next 0/5] net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem

2015-12-04 Thread Salil Mehta
Thanks a ton! David :) On 12/4/2015 7:37 PM, David Miller wrote: From: Salil Mehta Date: Thu, 3 Dec 2015 12:17:52 + This PATCH V7 addresses the TAB formatting comments by Sergei Shtylyov. Missing TABs at some other palces have also been corrected. Series applied, thanks. -- To unsubsc

[PATCH v2 13/12] ARM: dts: dove: add DT GPU support

2015-12-04 Thread Russell King
Add DT support for the Vivante GC600 GPU on Marvell Dove platforms. These nodes default to being disabled unless a platform decides they should be enabled. Signed-off-by: Russell King --- This replaces the previous patch I sent out in error; this version adds all the DT nodes required. Also incl

[PATCH v2 14/12] ARM: dts: enable GPU for SolidRun's Cubox

2015-12-04 Thread Russell King
Enable the GPU for SolidRun's Cubox. Signed-off-by: Russell King --- arch/arm/boot/dts/dove-cubox.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts index e6fa251e17b9..af3cb633135f 100644 --- a/arch/arm/boot/dts/do

Re: [PATCH V7 net-next 0/5] net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem

2015-12-04 Thread David Miller
From: Salil Mehta Date: Thu, 3 Dec 2015 12:17:52 + > This PATCH V7 addresses the TAB formatting comments by > Sergei Shtylyov. Missing TABs at some other palces have > also been corrected. Series applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in th

[PATCH 13/12] ARM: dts: dove: add DT GPU support

2015-12-04 Thread Russell King
Add DT support for the Vivante GC600 GPU on Marvell Dove platforms. Signed-off-by: Russell King --- This additional patch is in conjunction with my PMU (already merged) and clock driver patch sets. arch/arm/boot/dts/dove.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/

Re: [PATCH 2/3] Add support for monitoring gpio switches

2015-12-04 Thread Greg Kroah-Hartman
On Fri, Dec 04, 2015 at 05:31:14PM +, Martyn Welch wrote: > Select Chromebooks have gpio attached to switches used to cause the > firmware to enter alternative modes of operation and/or control other > device characteristics (such as write protection on flash devices). This > patch adds a drive

Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5

2015-12-04 Thread Rob Herring
On Mon, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote: > MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver. > > Signed-off-by: Geert Uytterhoeven Applied, thanks. Rob Applied, thanks. Rob > --- > Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 + >

Re: [PATCH] dt-bindings: tda998x: Document the required 'port' node.

2015-12-04 Thread Rob Herring
On Wed, Dec 02, 2015 at 11:35:39AM +, Liviu Dudau wrote: > All the users of the tda998x driver are component based and bind the > driver via the device graph method described in > Documentation/devicetree/bindings/graph.txt. Add the fact that the > 'port' node is required to the bindings. > >

Re: [PATCH] net/macb: bindings doc: Merge cdns-emac to macb

2015-12-04 Thread Rob Herring
On Mon, Nov 30, 2015 at 02:51:46PM +0100, Michal Simek wrote: > Merge two bindings for the same driver to together. > > Signed-off-by: Michal Simek Applied, thanks. Rob Applied, thanks. Rob > --- > > Documentation/devicetree/bindings/net/cdns-emac.txt | 20 > Document

Re: [PATCH v2 2/2] dt-bindings: Misc fix for the ATH79 DDR controllers

2015-12-04 Thread Rob Herring
On Sun, Nov 29, 2015 at 01:40:12PM +0100, Alban Bedel wrote: > Fix a few typos and reword the description of the > '#qca,ddr-wb-channel-cells' property. > > Signed-off-by: Alban Bedel > CC: triv...@kernel.org Applied, thanks. Rob > --- > Changlog: > v2: * Fixed the truncated log message becaus

Re: [PATCH v7 3/6] watchdog: ts4800: add driver for TS-4800 watchdog

2015-12-04 Thread Damien Riegel
Hi Wim, This patch is part of a serie and Lee Jones was willing to handle the serie (at least the first three patches) but he needs your Ack on the watchdog as you are the maintainer of this subsystem. This patch has already been reviewed by Guenter. Could you please review this patch ? Thanks,

Re: [PATCH v2 1/2] dt-bindings: Misc fix for the ATH79 MISC interrupt controllers

2015-12-04 Thread Rob Herring
On Sun, Nov 29, 2015 at 01:40:11PM +0100, Alban Bedel wrote: > Add a missing quote in the example > > Signed-off-by: Alban Bedel > CC: triv...@kernel.org Applied, thanks. Rob > --- > .../devicetree/bindings/interrupt-controller/qca,ath79-misc-intc.txt| 2 > +- > 1 file changed, 1 inserti

Re: [PATCH] ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

2015-12-04 Thread Tony Lindgren
* Felipe Balbi [151204 09:23]: > > Hi, > > Peter Ujfalusi writes: > > @@ -174,12 +182,44 @@ > > }; > > > > edma: edma@4900 { > > - compatible = "ti,edma3"; > > - ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; > > -

Re: [PATCH V6 net-next 5/5] net:hns: Add the init code to disable Hip06 "Hardware VLAN assist"

2015-12-04 Thread Salil Mehta
On 12/2/2015 7:46 PM, Sergei Shtylyov wrote: Hello. On 12/02/2015 07:52 PM, Salil Mehta wrote: This patch adds the initializzation code to disable the hardware vlan support for VLAN Tag stripping by default for now. Proper support of "hardware VLAN assitance" feature would soon come in the n

[PATCH] fix noderef.cocci warnings

2015-12-04 Thread kbuild test robot
drivers/misc/gpio-switch.c:98:34-40: ERROR: application of sizeof to pointer sizeof when applied to a pointer typed expression gives the size of the pointer Generated by: scripts/coccinelle/misc/noderef.cocci CC: Martyn Welch Signed-off-by: Fengguang Wu --- gpio-switch.c |2 +- 1 file

Re: [PATCH 2/3] Add support for monitoring gpio switches

2015-12-04 Thread kbuild test robot
Hi Martyn, [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on v4.4-rc3 next-20151203] url: https://github.com/0day-ci/linux/commits/Martyn-Welch/Device-tree-binding-documentation-for-gpio-switch/20151205-014105 coccinelle warnings: (new ones prefixed by >>)

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Jon Nettleton
On Fri, Dec 4, 2015 at 6:56 PM, Lucas Stach wrote: > Am Freitag, den 04.12.2015, 11:33 -0600 schrieb Rob Herring: >> On Fri, Dec 4, 2015 at 10:41 AM, Lucas Stach wrote: >> > Am Freitag, den 04.12.2015, 10:29 -0600 schrieb Rob Herring: >> >> On Fri, Dec 04, 2015 at 02:59:54PM +0100, Lucas Stach wr

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Lucas Stach
Am Freitag, den 04.12.2015, 11:33 -0600 schrieb Rob Herring: > On Fri, Dec 4, 2015 at 10:41 AM, Lucas Stach wrote: > > Am Freitag, den 04.12.2015, 10:29 -0600 schrieb Rob Herring: > >> On Fri, Dec 04, 2015 at 02:59:54PM +0100, Lucas Stach wrote: > >> > Etnaviv follows the same priciple as imx-drm

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 11:33:22AM -0600, Rob Herring wrote: > On Fri, Dec 4, 2015 at 10:41 AM, Lucas Stach wrote: > > I'm aware of that, but I don't see much value in kicking this discussion > > around for every DRM driver submission. This is the binding that has > > emerged from a lengthy discus

[PATCH v2 1/5] power: domain: add pm_genpd_exit

2015-12-04 Thread Eric Anholt
From: Alexander Aring This patch adds function pm_genpd_exit for undo a pm_genpd_init. This is useful for multiple power domains while probing. If the probing fails after one pm_genpd_init was called we need to undo all previous registrations of generic pm domains inside the gpd_list list. There

[PATCH v2 3/5] ARM: bcm2835: add rpi power domain driver

2015-12-04 Thread Eric Anholt
From: Alexander Aring This patch adds support for several power domains on Raspberry Pi, including USB (so it can be enabled even if the bootloader didn't do it), and graphics. This patch is the combined work of Eric Anholt (who wrote USB support inside of the Raspberry Pi firmware driver, and w

[PATCH v2 0/5] Raspberry Pi power domains v2

2015-12-04 Thread Eric Anholt
This is a series to replace Alexander Aring's power domains submission. It uses a new firmware interface to add support for the other power domains in the system, which I needed for the 3D support, while still supporting the USB domain on older firmwares. It also drops the static declarations, so

[PATCH v2 2/5] ARM: bcm2835: Define two new packets from the latest firmware.

2015-12-04 Thread Eric Anholt
These packets give us direct access to the firmware's power management code, as opposed to GET/SET_POWER_STATE packets that only had a couple of domains implemented. Signed-off-by: Eric Anholt --- include/soc/bcm2835/raspberrypi-firmware.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/in

[PATCH v2 4/5] dt-bindings: add rpi power domain driver bindings

2015-12-04 Thread Eric Anholt
From: Alexander Aring This patch adds devicetree tree bindings for the Raspberry Pi power domain driver. Signed-off-by: Alexander Aring Acked-by: Rob Herring Signed-off-by: Eric Anholt --- v2: Add the new domains present in v2 to the list. .../bindings/arm/bcm/raspberrypi,bcm2835-power.txt

[PATCH v2 5/5] ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT.

2015-12-04 Thread Eric Anholt
From: Alexander Aring This connects the USB driver to the USB power domain, so that USB can actually be turned on at boot if the bootloader didn't do it for us. Signed-off-by: Alexander Aring Signed-off-by: Eric Anholt --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 11 +++ arch/arm/boot/dts

[PATCH 2/3] Add support for monitoring gpio switches

2015-12-04 Thread Martyn Welch
Select Chromebooks have gpio attached to switches used to cause the firmware to enter alternative modes of operation and/or control other device characteristics (such as write protection on flash devices). This patch adds a driver that exposes a read-only interface to allow these signals to be read

[PATCH 3/3] ARM: dts: Addition of binding for gpio switches on peach-pi

2015-12-04 Thread Martyn Welch
The peach pi has a GPIO connected to the firmware write protect, developer mode and recovery mode lines (which are primarily controlled via external switches on developer test board). This patch adds the required nodes to the device tree to configure the pinmuxing and allow these to be read from us

[PATCH 1/3] Device tree binding documentation for gpio-switch

2015-12-04 Thread Martyn Welch
This patch adds documentation for the gpio-switch binding. This binding provides a mechanism to bind named links to gpio, with the primary purpose of enabling standardised access to switches that might be standard across a group of devices but implemented differently on each device. Signed-off-by:

Re: [PATCH 11/12] MAINTAINERS: add Lucas Stach as maintainer for the etnaviv DRM driver

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 06:26:38PM +0100, Marc Kleine-Budde wrote: > On 12/04/2015 06:07 PM, Russell King - ARM Linux wrote: > > On Fri, Dec 04, 2015 at 03:00:03PM +0100, Lucas Stach wrote: > >> Signed-off-by: Lucas Stach > > > > Acked-by: Russell King > > > > Although, I would like to be copie

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Rob Herring
On Fri, Dec 4, 2015 at 10:41 AM, Lucas Stach wrote: > Am Freitag, den 04.12.2015, 10:29 -0600 schrieb Rob Herring: >> On Fri, Dec 04, 2015 at 02:59:54PM +0100, Lucas Stach wrote: >> > Etnaviv follows the same priciple as imx-drm to have a virtual >> > master device node to bind all the individual

Add support for monitoring gpio switches

2015-12-04 Thread Martyn Welch
This driver was written to expose a read only interface to a number of gpios on Chromebooks. These gpios are attached to signals which cause the firmware on Chromebooks to enter alternative modes of operation and/or control other device characteristics (such as write protection on flash devices). I

Re: [PATCH v2] of: Check for overlap in reserved memory regions

2015-12-04 Thread Mitchel Humpherys
On Thu, Nov 12 2015 at 01:19:59 PM, Michael Ellerman wrote: > On Tue, 2015-09-15 at 18:30 -0700, Mitchel Humpherys wrote: > >> Any overlap in the reserved memory regions (those specified in the >> reserved-memory DT node) is a bug. > > Can you expand a bit on why you think it's a bug? I assume it

Re: [PATCH 11/12] MAINTAINERS: add Lucas Stach as maintainer for the etnaviv DRM driver

2015-12-04 Thread Marc Kleine-Budde
On 12/04/2015 06:07 PM, Russell King - ARM Linux wrote: > On Fri, Dec 04, 2015 at 03:00:03PM +0100, Lucas Stach wrote: >> Signed-off-by: Lucas Stach > > Acked-by: Russell King > > Although, I would like to be copied on patches, I don't think we > have a way to encode that information in MAINTAI

Re: [PATCH] ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

2015-12-04 Thread Felipe Balbi
Hi, Peter Ujfalusi writes: > @@ -174,12 +182,44 @@ > }; > > edma: edma@4900 { > - compatible = "ti,edma3"; > - ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; > - reg = <0x4900 0x1>, > -

Re: [PATCH 11/12] MAINTAINERS: add Lucas Stach as maintainer for the etnaviv DRM driver

2015-12-04 Thread Christian Gmeiner
2015-12-04 18:13 GMT+01:00 Russell King - ARM Linux : > On Fri, Dec 04, 2015 at 12:08:47PM -0500, Ilia Mirkin wrote: >> On Fri, Dec 4, 2015 at 12:07 PM, Russell King - ARM Linux >> wrote: >> > On Fri, Dec 04, 2015 at 03:00:03PM +0100, Lucas Stach wrote: >> >> Signed-off-by: Lucas Stach >> > >> >

Re: [PATCH 11/12] MAINTAINERS: add Lucas Stach as maintainer for the etnaviv DRM driver

2015-12-04 Thread Lucas Stach
Am Freitag, den 04.12.2015, 17:13 + schrieb Russell King - ARM Linux: > On Fri, Dec 04, 2015 at 12:08:47PM -0500, Ilia Mirkin wrote: > > On Fri, Dec 4, 2015 at 12:07 PM, Russell King - ARM Linux > > wrote: > > > On Fri, Dec 04, 2015 at 03:00:03PM +0100, Lucas Stach wrote: > > >> Signed-off-by:

Re: [PATCH 11/12] MAINTAINERS: add Lucas Stach as maintainer for the etnaviv DRM driver

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 12:08:47PM -0500, Ilia Mirkin wrote: > On Fri, Dec 4, 2015 at 12:07 PM, Russell King - ARM Linux > wrote: > > On Fri, Dec 04, 2015 at 03:00:03PM +0100, Lucas Stach wrote: > >> Signed-off-by: Lucas Stach > > > > Acked-by: Russell King > > > > Although, I would like to be c

[PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP

2015-12-04 Thread Yendapally Reddy Dhananjaya Reddy
This enables the GPIO-a support for Broadcom NSP SoC Signed-off-by: Yendapally Reddy Dhananjaya Reddy --- arch/arm/boot/dts/bcm-nsp.dtsi | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index 58aca27..148d79e 100644

[PATCH v2 1/3] pinctrl: Broadcom NSP GPIO-a device tree bindings

2015-12-04 Thread Yendapally Reddy Dhananjaya Reddy
Device tree binding documentation for Broadcom NSP GPIO-a Signed-off-by: Yendapally Reddy Dhananjaya Reddy --- .../devicetree/bindings/pinctrl/brcm,nsp-gpio.txt | 80 ++ 1 file changed, 80 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,nsp-g

Re: [PATCH 11/12] MAINTAINERS: add Lucas Stach as maintainer for the etnaviv DRM driver

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 03:00:03PM +0100, Lucas Stach wrote: > Signed-off-by: Lucas Stach Acked-by: Russell King Although, I would like to be copied on patches, I don't think we have a way to encode that information in MAINTAINERS. > --- > MAINTAINERS | 7 +++ > 1 file changed, 7 insertio

Re: [PATCH 11/12] MAINTAINERS: add Lucas Stach as maintainer for the etnaviv DRM driver

2015-12-04 Thread Ilia Mirkin
On Fri, Dec 4, 2015 at 12:07 PM, Russell King - ARM Linux wrote: > On Fri, Dec 04, 2015 at 03:00:03PM +0100, Lucas Stach wrote: >> Signed-off-by: Lucas Stach > > Acked-by: Russell King > > Although, I would like to be copied on patches, I don't think we > have a way to encode that information in

Re: [PATCH] of: Fix comparison of reserved memory regions

2015-12-04 Thread Mitchel Humpherys
On Wed, Nov 18 2015 at 09:46:38 PM, Michael Ellerman wrote: > In order to check for overlapping reserved memory regions, we first need > to sort the array of memory regions. This is implemented using sort(), > and a custom comparison function __rmem_cmp(). > > Unfortunatley __rmem_cmp() doesn't w

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 05:41:45PM +0100, Lucas Stach wrote: > Am Freitag, den 04.12.2015, 10:29 -0600 schrieb Rob Herring: > > On Fri, Dec 04, 2015 at 02:59:54PM +0100, Lucas Stach wrote: > > > +gpu-subsystem { > > > + compatible = "fsl,imx-gpu-subsystem"; > > > + cores = <&gpu_2d>, <&gpu_3d>; > >

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Russell King - ARM Linux
On Fri, Dec 04, 2015 at 10:29:56AM -0600, Rob Herring wrote: > On Fri, Dec 04, 2015 at 02:59:54PM +0100, Lucas Stach wrote: > > +Vivante GPU core devices > > + > > + > > +Required properties: > > +- compatible: Should be "vivante,gc" > > This should at least have the specific c

Re: [PATCH 02/12] drm/etnaviv: add devicetree bindings

2015-12-04 Thread Lucas Stach
Am Freitag, den 04.12.2015, 10:29 -0600 schrieb Rob Herring: > On Fri, Dec 04, 2015 at 02:59:54PM +0100, Lucas Stach wrote: > > Etnaviv follows the same priciple as imx-drm to have a virtual > > master device node to bind all the individual GPU cores together > > into one DRM device. > > > > Signe

  1   2   3   >