Re: [PATCH] SATA: OCTEON: support SATA on OCTEON platform

2015-01-22 Thread Rob Herring
On Wed, Jan 21, 2015 at 11:17 AM, David Daney dda...@caviumnetworks.com wrote: On 01/21/2015 08:54 AM, Mark Rutland wrote: On Mon, Jan 19, 2015 at 07:16:28PM +, David Daney wrote: [...] @@ -67,6 +76,7 @@ static const struct of_device_id ahci_of_match[] = { { .compatible =

Re: [PATCH v3 2/4] of: move of_dma_configure() to device,c to help re-use

2015-01-23 Thread Rob Herring
On Fri, Jan 23, 2015 at 12:19 PM, Murali Karicheri m-kariche...@ti.com wrote: On 01/09/2015 10:34 AM, Rob Herring wrote: On Thu, Jan 8, 2015 at 4:24 PM, Arnd Bergmanna...@arndb.de wrote: On Thursday 08 January 2015 14:26:36 Murali Karicheri wrote: On 01/08/2015 03:40 AM, Arnd Bergmann

Re: [PATCH] ARM: /proc/cpuinfo: DT: Add support for Revision

2015-01-26 Thread Rob Herring
On Mon, Jan 26, 2015 at 1:09 PM, Pali Rohár pali.ro...@gmail.com wrote: Ok, here is patch which set Revision field (global variable system_rev) in /proc/cpuinfo from DT revision property: diff --git a/arch/arm/kernel/devtree.c b/arch/arm/kernel/devtree.c index 11c54de..9946c1b 100644 ---

Re: [PATCH] ARM: /proc/atags: Export also for DT

2015-01-26 Thread Rob Herring
On Mon, Jan 26, 2015 at 1:16 PM, Pali Rohár pali.ro...@gmail.com wrote: This patch will cause that decompressor store full ATAG structure into DT tree (/atags): diff --git a/arch/arm/boot/compressed/atags_to_fdt.c b/arch/arm/boot/compressed/atags_to_fdt.c index e7e1cc9..1975d7c 100644 ---

Re: [PATCH RFC 0/2] of/unittest: Add reference count tests

2015-02-04 Thread Rob Herring
On Fri, Jan 23, 2015 at 10:10 AM, Geert Uytterhoeven geert+rene...@glider.be wrote: Hi Grant, Rob, This patch series adds tests to detect reference count imbalances. The tests use a fixed list of paths to devices nodes (required device nodes in a minimal DTS, and device nodes present

Re: [PATCH] media: i2c: add support for omnivision's ov2659 sensor

2015-02-04 Thread Rob Herring
On Wed, Feb 4, 2015 at 9:23 AM, Fabio Estevam feste...@gmail.com wrote: Rob, On Wed, Feb 4, 2015 at 12:55 PM, Rob Herring robherri...@gmail.com wrote: I'm surprised there are not already compatible strings with OmniVision. There are some examples using omnivision, but no dts files

Re: [PATCH] of/unittest: Remove obsolete code

2015-02-03 Thread Rob Herring
grant.lik...@linaro.org Cc: Gaurav Minocha gaurav.minocha...@gmail.com Cc: Rob Herring r...@kernel.org Doesn't look like you have updated your tree, so I've applied this. Rob --- drivers/of/unittest.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers

Re: [RESEND PATCH 3.19-rc2] of: Fix brace position for struct of_device_id definition

2015-02-03 Thread Rob Herring
...@linaro.org Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring robh...@kernel.org --- include/linux/mod_devicetable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 745def862580..bbf85d612be5

Re: [PATCH v2 0/3] Documentation: DT bindings: update DT binding docs with Tegra chips

2015-02-03 Thread Rob Herring
to the policy that Mark described. This series also updates Documentation/devicetree/bindings/submitting-patches.txt to formally document this policy. These patches apply on next-20150123. This second version incorporates some revisions based on feedback from Rob Herring. Looks good. I've applied

Re: [PATCH] of/fdt: fix sparse warning

2015-02-04 Thread Rob Herring
On Wed, Feb 4, 2015 at 6:04 AM, Lad Prabhakar prabhakar.cse...@gmail.com wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com this patch fixes following sparse warning: fdt.c:765:12: warning: symbol 'early_init_dt_scan_chosen_serial' was not declared. Should it be static? Signed-off-by:

Re: [PATCH RFC v8 02/21] of: Add vendor prefix for Himax Technologies Inc.

2015-02-04 Thread Rob Herring
On Wed, Dec 31, 2014 at 2:23 AM, Liu Ying ying@freescale.com wrote: Signed-off-by: Liu Ying ying@freescale.com I don't know what the status is for the rest of the series, but I'm applying this and patch 3 so you don't have to keep sending them. Rob --- v7-v8: * None. v6-v7: *

Re: [PATCH 3/3] gpio: pxa: add PXA1928 gpio type support

2015-02-03 Thread Rob Herring
On Tue, Feb 3, 2015 at 6:41 AM, Linus Walleij linus.wall...@linaro.org wrote: On Tue, Jan 27, 2015 at 5:46 AM, Rob Herring r...@kernel.org wrote: Add support for PXA1928 GPIOs. The PXA1928 adds a 6th bank from previous generations. Signed-off-by: Jing Xiang jxi...@marvell.com Signed-off

Re: [PATCH v10 4/6] devicetree: Add new SKY81452 backlight binding

2015-02-04 Thread Rob Herring
On Fri, Jan 23, 2015 at 12:28 AM, gyun...@gmail.com wrote: From: Gyungoh Yoo jack@skyworksinc.com Signed-off-by: Gyungoh Yoo jack@skyworksinc.com Acked-by: Bryan Wu coolo...@gmail.com --- Changes v10: Nothing Changes v9: Nothing Changes v8: Renamed property names for

Re: [PATCH] media: i2c: add support for omnivision's ov2659 sensor

2015-02-04 Thread Rob Herring
On Thu, Jan 15, 2015 at 5:39 PM, Lad, Prabhakar prabhakar.cse...@gmail.com wrote: From: Benoit Parrot bpar...@ti.com this patch adds support for omnivision's ov2659 sensor. Signed-off-by: Benoit Parrot bpar...@ti.com Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- [...]

Re: [PATCH v2 1/5] irqchip: add dumb demultiplexer implementation

2015-01-15 Thread Rob Herring
On Thu, Jan 15, 2015 at 3:11 AM, Thomas Gleixner t...@linutronix.de wrote: On Wed, 14 Jan 2015, Rob Herring wrote: On Wed, Jan 14, 2015 at 4:36 AM, Thomas Gleixner t...@linutronix.de wrote: All attempts to work around that have resulted in horrible bandaids so far. That's why I guided Boris

Re: [PATCH v7 1/4] Documentation: dt: add common bindings for hwspinlock

2015-01-15 Thread Rob Herring
and is represented through the '#hwlock-cells' property. Client users need to use the property 'hwlocks' for requesting specific lock(s). Note that the document is named hwlock.txt deliberately to keep it a bit more generic. Cc: Rob Herring robh...@kernel.org Signed-off-by: Suman Anna s

Re: [PATCH v2 1/5] irqchip: add dumb demultiplexer implementation

2015-01-14 Thread Rob Herring
On Wed, Jan 14, 2015 at 4:36 AM, Thomas Gleixner t...@linutronix.de wrote: On Tue, 13 Jan 2015, Rob Herring wrote: On Tue, Jan 13, 2015 at 12:46 PM, Boris Brezillon boris.brezil...@free-electrons.com wrote: Some interrupt controllers are multiplexing several peripheral IRQs on a single

Re: [PATCH] of: Custom printk format specifier for device node

2015-01-20 Thread Rob Herring
On Tue, Jan 20, 2015 at 8:34 AM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: 90% of the usage of device node's full_name is printing it out in a kernel message. Preparing for the eventual delayed allocation introduce a custom printk format specifier that is both more compact and

Re: [PATCH] of: Custom printk format specifier for device node

2015-01-20 Thread Rob Herring
On Tue, Jan 20, 2015 at 10:05 AM, Måns Rullgård m...@mansr.com wrote: Pantelis Antoniou pantelis.anton...@konsulko.com writes: Hi Geert, On Jan 20, 2015, at 17:24 , Geert Uytterhoeven ge...@linux-m68k.org wrote: On Tue, Jan 20, 2015 at 3:47 PM, Rob Herring robherri...@gmail.com wrote

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-20 Thread Rob Herring
On Tue, Jan 20, 2015 at 10:09 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: On 01/16/2015 04:52 PM, Jacek Anaszewski wrote: On 01/16/2015 02:48 PM, Rob Herring wrote: [...] You may want to add something like led-output-cnt or led-driver-cnt in the parent so you know the max list size

Re: [PATCH v5 5/5] tty/serial: Add Spreadtrum sc9836-uart driver support

2015-01-20 Thread Rob Herring
On Tue, Jan 20, 2015 at 1:37 AM, Lyra Zhang zhang.l...@gmail.com wrote: Hi, Rob I still have a question to be conform, specific describes below: On Mon, Jan 19, 2015 at 10:11 PM, Rob Herring robherri...@gmail.com wrote: On Mon, Jan 19, 2015 at 3:55 AM, Lyra Zhang zhang.l...@gmail.com wrote

Re: [PATCH v5 5/5] tty/serial: Add Spreadtrum sc9836-uart driver support

2015-01-19 Thread Rob Herring
On Mon, Jan 19, 2015 at 3:55 AM, Lyra Zhang zhang.l...@gmail.com wrote: On Sat, Jan 17, 2015 at 12:41 AM, Rob Herring robherri...@gmail.com wrote: On Fri, Jan 16, 2015 at 4:00 AM, Chunyan Zhang chunyan.zh...@spreadtrum.com wrote: Add a full sc9836-uart driver for SC9836 SoC which is based

Re: [PATCH v4 01/21] serial: rewrite pxa2xx-uart to use 8250_core

2015-01-19 Thread Rob Herring
On Wed, Apr 16, 2014 at 12:13 PM, Sergei Ianovich ynv...@gmail.com wrote: pxa2xx-uart was a separate uart platform driver. It was declaring the same device names and numbers as 8250 driver. As a result, it was impossible to use 8250 driver on PXA SoCs. Upon closer examination pxa2xx-uart

Re: [PATCH] SATA: OCTEON: support SATA on OCTEON platform

2015-01-19 Thread Rob Herring
On Mon, Jan 19, 2015 at 1:16 PM, David Daney ddaney.c...@gmail.com wrote: On 01/19/2015 07:43 AM, Mark Rutland wrote: On Mon, Jan 19, 2015 at 03:23:58PM +, Aleksey Makarov wrote: The OCTEON SATA controller is currently found on cn71XX devices. [...] + + /* Set a good dma_mask */

Re: [PATCH v5 5/5] tty/serial: Add Spreadtrum sc9836-uart driver support

2015-01-16 Thread Rob Herring
On Fri, Jan 16, 2015 at 4:00 AM, Chunyan Zhang chunyan.zh...@spreadtrum.com wrote: Add a full sc9836-uart driver for SC9836 SoC which is based on the spreadtrum sharkl64 platform. This driver also support earlycon. This patch also replaced the spaces between the macros and their values with

Re: [Linaro-acpi] [PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1

2015-01-17 Thread Rob Herring
On Fri, Jan 16, 2015 at 9:53 AM, Arnd Bergmann a...@arndb.de wrote: On Friday 16 January 2015 15:49:13 Will Deacon wrote: The on-board ethernet on Seattle requires the driver to program its AXI attributes, so configuring it to be a coherent master actually means program the same cacheable AXI

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-16 Thread Rob Herring
On Fri, Jan 16, 2015 at 3:07 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: On 01/15/2015 03:24 PM, Rob Herring wrote: On Tue, Jan 13, 2015 at 2:42 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: On 01/12/2015 05:55 PM, Rob Herring wrote: Adding Mark B and Liam... On Mon, Jan

Re: [PATCH v5 1/5] Documentation: DT: Renamed of-serial.txt to 8250.txt

2015-01-16 Thread Rob Herring
On Fri, Jan 16, 2015 at 4:00 AM, Chunyan Zhang chunyan.zh...@spreadtrum.com wrote: The file of-serial.txt was only for 8250 compatible UART implementations, so renamed it to 8250.txt to avoid confusing other persons. This is suggested by Arnd, see:

Re: [PATCH] Documentation: gpio: fix bindings document

2015-01-15 Thread Rob Herring
On Thu, Jan 15, 2015 at 2:52 AM, Masahiro Yamada yamad...@jp.panasonic.com wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Perhaps some explanation. You can't just remove properties. Please explain to what extent the old/wrong name is used. This patch is only okay if there are no

Re: [PATCH 00/16] PCI generic configuration space accessors

2015-01-22 Thread Rob Herring
On Thu, Jan 22, 2015 at 3:03 PM, Bjorn Helgaas bhelg...@google.com wrote: On Fri, Jan 09, 2015 at 08:34:34PM -0600, Rob Herring wrote: This series adds common accessor functions for PCI configuration space accesses. This supports most PCI hosts with memory mapped configuration space like ECAM

Re: [PATCH] of: Empty node property flag accessors when !OF

2015-01-22 Thread Rob Herring
-by: Pantelis Antoniou pantelis.anton...@konsulko.com Acked-by: Rob Herring r...@kernel.org I've asked Wolfram to apply. While not a fix itself, this is needed for an I2C related fix for 3.19. Rob --- include/linux/of.h | 32 1 file changed, 32 insertions(+) diff

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-15 Thread Rob Herring
On Tue, Jan 13, 2015 at 2:42 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: On 01/12/2015 05:55 PM, Rob Herring wrote: Adding Mark B and Liam... On Mon, Jan 12, 2015 at 10:10 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: On 01/12/2015 02:52 PM, Rob Herring wrote: On Mon

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-15 Thread Rob Herring
On Thu, Jan 15, 2015 at 6:33 AM, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 12/01/15 18:06, Mark Brown wrote: On Mon, Jan 12, 2015 at 10:55:29AM -0600, Rob Herring wrote: On Mon, Jan 12, 2015 at 10:10 AM, Jacek Anaszewski There are however devices that don't fall into this category

Re: [PATCH 1/2] device: Add dev_of_node() accessor

2015-02-17 Thread Rob Herring
-by: Benjamin Herrenschmidt b...@kernel.crashing.org --- I'll let Greg take this with the other patch: Acked-by: Rob Herring r...@kernel.org This is what we discussed back in November and I had forgotten to finish :) include/linux/device.h | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [PATCH 2/2 v3] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-02-17 Thread Rob Herring
Herrenschmidt b...@kernel.crashing.org Acked-by: Rob Herring r...@kernel.org --- This addresses Greg's comments. Note that I'm not 100% certain about using device_add_class_symlinks(), I had to put the code before the test for dev-class, maybe we should rename that function to device_add_symlinks

Re: [PATCH 05/14] ARM: call reset_controller_of_init from default time_init handler

2015-02-16 Thread Rob Herring
On Sun, Feb 15, 2015 at 5:12 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sun, Feb 15, 2015 at 04:17:31PM -0600, Rob Herring wrote: On Thu, Feb 12, 2015 at 11:45 AM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: Some DT ARM platforms need the reset controllers

Re: [PATCH v2 4/4] clk: dt: Introduce always-on clock domain documentation

2015-02-18 Thread Rob Herring
On Wed, Feb 18, 2015 at 10:15 AM, Lee Jones lee.jo...@linaro.org wrote: Signed-off-by: Lee Jones lee.jo...@linaro.org --- .../devicetree/bindings/clock/clk-domain.txt | 35 ++ 1 file changed, 35 insertions(+) create mode 100644

Re: [PATCH v2 4/4] clk: dt: Introduce always-on clock domain documentation

2015-02-18 Thread Rob Herring
On Wed, Feb 18, 2015 at 11:12 AM, Lee Jones lee.jo...@linaro.org wrote: On Wed, 18 Feb 2015, Rob Herring wrote: On Wed, Feb 18, 2015 at 10:15 AM, Lee Jones lee.jo...@linaro.org wrote: Signed-off-by: Lee Jones lee.jo...@linaro.org --- .../devicetree/bindings/clock/clk-domain.txt

Re: [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors.

2015-02-18 Thread Rob Herring
On Wed, Feb 18, 2015 at 12:27 PM, Bjorn Helgaas bhelg...@google.com wrote: On Tue, Feb 17, 2015 at 02:03:01PM +0100, Tomasz Nowicki wrote: On 11.12.2014 00:17, Bjorn Helgaas wrote: On Wed, Nov 19, 2014 at 05:04:48PM +0100, Tomasz Nowicki wrote: We are going to use mmio_config_{} name

Re: [PATCH 2/2] drivers/core/of: Add symlink to device-tree from devices with an OF node

2015-02-17 Thread Rob Herring
+GregKH On Sun, Feb 15, 2015 at 9:59 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: So I've been annoyed lately with having a bunch of devices such as i2c eeproms (for use by VPDs, server world !) and other bits and pieces that I want to be able to identify from userspace, and

Re: [PATCH 2/8] devicetree: vendor-prefixes: Add CompuLab to known vendors

2015-02-17 Thread Rob Herring
Acked-by: Rob Herring r...@kernel.org --- Cc: Jason Cooper ja...@lakedaemon.net Cc: Andrew Lunn and...@lunn.ch Cc: Gregory Clement gregory.clem...@free-electrons.com Cc: Gabriel Dobato doba...@gmail.com Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland

Re: [RESEND PATCH 2/2] arm: socfpga: Set share override bit of the l2 cache controller

2015-02-19 Thread Rob Herring
On Thu, Feb 19, 2015 at 11:06 AM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com By not having bit 22 set in the PL310 Auxiliary Control register (shared attribute override enable) has the side effect of transforming Normal Shared Non-cacheable reads

Re: [RESEND PATCH 2/2] arm: socfpga: Set share override bit of the l2 cache controller

2015-02-20 Thread Rob Herring
On Fri, Feb 20, 2015 at 1:15 AM, Dinh Nguyen dinh.li...@gmail.com wrote: Hi Rob, On 2/19/15 12:13 PM, Rob Herring wrote: On Thu, Feb 19, 2015 at 11:06 AM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com By not having bit 22 set in the PL310 Auxiliary

Re: [PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries

2015-02-19 Thread Rob Herring
On Thu, Feb 19, 2015 at 10:13 AM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: Hi Rob, 2015-02-15 23:42 GMT+01:00 Rob Herring robherri...@gmail.com: On Fri, Feb 13, 2015 at 2:42 AM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: Hi Geert, 2015-02-12 21:34 GMT+01:00 Geert Uytterhoeven

Re: [PATCH 2/4] of: DT quirks infrastructure

2015-02-19 Thread Rob Herring
On Wed, Feb 18, 2015 at 8:08 PM, Frank Rowand frowand.l...@gmail.com wrote: On 2/18/2015 6:59 AM, Pantelis Antoniou wrote: Implement a method of applying DT quirks early in the boot sequence. A DT quirk is a subtree of the boot DT that can be applied to a target in the base DT resulting in a

[PATCH 1/3] gpio: pxa: remove mach IRQ includes

2015-01-26 Thread Rob Herring
as it is no longer needed. Signed-off-by: Rob Herring r...@kernel.org Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com --- drivers/gpio/gpio-pxa.c | 38 ++ 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/drivers/gpio/gpio-pxa.c b

[PATCH 3/3] gpio: pxa: add PXA1928 gpio type support

2015-01-26 Thread Rob Herring
Add support for PXA1928 GPIOs. The PXA1928 adds a 6th bank from previous generations. Signed-off-by: Jing Xiang jxi...@marvell.com Signed-off-by: Xiangzhan Meng meng...@marvell.com [robh: ported to 3.19 from vendor kernel] Signed-off-by: Rob Herring r...@kernel.org Cc: Linus Walleij linus.wall

[PATCH 0/3] PXA1928 GPIO support

2015-01-26 Thread Rob Herring
PXA1928 is an ARMv8 SOC in the PXA/MMP family. This series enables building on ARM64 and adds support for the PXA1928. The PXA1928 GPIO differs from previous generations by adding a 6th GPIO bank. Rob Rob Herring (3): gpio: pxa: remove mach IRQ includes dt/bindings: gpio: add compatible

[PATCH 2/3] dt/bindings: gpio: add compatible string for marvell,pxa1928-gpio

2015-01-26 Thread Rob Herring
Add a new compatible string for PXA1928 GPIO controller. The IP block is same as prior chips with a 6th bank added. Signed-off-by: Rob Herring r...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga

Re: [PATCH] ARM: /proc/atags: Export also for DT

2015-01-27 Thread Rob Herring
On Tue, Jan 27, 2015 at 7:21 AM, Pavel Machek pa...@ucw.cz wrote: On Mon 2015-01-26 14:33:21, Rob Herring wrote: On Mon, Jan 26, 2015 at 1:16 PM, Pali Rohár pali.ro...@gmail.com wrote: This patch will cause that decompressor store full ATAG structure into DT tree (/atags

Re: [PATCH v5 5/8] of/pci: add of_pci_dma_configure() update dma configuration

2015-01-27 Thread Rob Herring
() for implementing this. Cc: Joerg Roedel j...@8bytes.org Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring robh...@kernel.org Acked-by: Rob Herring r...@kernel.org Cc: Will Deacon will.dea...@arm.com Cc: Russell King li...@arm.linux.org.uk Cc: Arnd Bergmann a...@arndb.de Cc: Suravee

[PATCH 1/3] dt/bindings: Add binding for Versatile system registers

2015-01-28 Thread Rob Herring
Add binding for Versatile board system registers found in the FPGA of the Versatile/AB and Versatile/PB boards. Signed-off-by: Rob Herring r...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga

[PATCH 3/3] dts: versatile: add sysregs node

2015-01-28 Thread Rob Herring
The Versatile boards have the same sysregs as other ARM Ltd boards. Add the nodes in order to enable support for 24MHz counter as sched_clock. This is a minimal node definition as the existing sub node definition used on VExpress has some issues raised by Linus W. Signed-off-by: Rob Herring r

[PATCH 0/3] Versatile AB/PB clocksource support

2015-01-28 Thread Rob Herring
is fairly trivial and is ready to go. Daniel, Can you please take the whole series. Rob Rob Herring (3): dt/bindings: Add binding for Versatile system registers clocksource: versatile: adapt for Versatile AB and PB boards dts: versatile: add sysregs node Documentation/devicetree/bindings

[PATCH 2/3] clocksource: versatile: adapt for Versatile AB and PB boards

2015-01-28 Thread Rob Herring
The same 24MHz counter is also present on Versatile AB and PB boards, so add the compatible string for them. Signed-off-by: Rob Herring r...@kernel.org Cc: Liviu Dudau liviu.du...@arm.com Cc: Sudeep Holla sudeep.ho...@arm.com Cc: Lorenzo Pieralisi lorenzo.pieral...@arm.com Cc: Daniel Lezcano

Re: [PATCH] ARM: /proc/atags: Export also for DT

2015-01-28 Thread Rob Herring
On Wed, Jan 28, 2015 at 8:33 AM, Nicolas Pitre n...@fluxnic.net wrote: On Wed, 28 Jan 2015, Pali Rohár wrote: On Wednesday 28 January 2015 01:50:33 Tony Lindgren wrote: On omaps, the bootrom passes the bootreason in r1 to the bootloader that can do whatever it wants with it. We could

Re: [PATCH v4 3/6] of: fix size when dma-range is not used

2015-01-28 Thread Rob Herring
Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring robh...@kernel.org Cc: Bjorn Helgaas bhelg...@google.com Cc: Will Deacon will.dea...@arm.com Cc: Russell King li...@arm.linux.org.uk Cc: Arnd Bergmann a...@arndb.de Cc: Suravee Suthikulpanit suravee.suthikulpa...@amd.com Signed

Re: [PATCH] dtc: Use quotes to include header files

2015-01-29 Thread Rob Herring
On Thu, Jan 29, 2015 at 9:56 AM, Grant Likely grant.lik...@linaro.org wrote: On Tue, 16 Dec 2014 15:13:24 +1300 , Chris Packham chris.pack...@alliedtelesis.co.nz wrote: Currently in arch and driver code that needs early access to the flattened device tree it is necessary to add specific

Re: [PATCH 02/24] Documentation: DT bindings: add more chip compatible strings for Tegra PCIe

2015-01-29 Thread Rob Herring
On Thu, Jan 29, 2015 at 9:45 AM, Paul Walmsley p...@pwsan.com wrote: Hi Rob On Thu, 29 Jan 2015, Rob Herring wrote: On Wed, Jan 28, 2015 at 5:49 PM, Paul Walmsley p...@pwsan.com wrote: Add compatible strings for the PCIe IP blocks present on several Tegra chips. The primary objective

Re: [PATCH v4 1/6] of: iommu: add ptr to OF node arg to of_iommu_configure()

2015-01-29 Thread Rob Herring
On Wed, Jan 28, 2015 at 5:32 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Will, On Wednesday 28 January 2015 13:32:19 Will Deacon wrote: On Wed, Jan 28, 2015 at 01:15:10PM +, Laurent Pinchart wrote: On Wednesday 28 January 2015 12:29:42 Will Deacon wrote: On Wed,

Re: [PATCH 01/24] Documentation: DT: document compatible string existence requirement

2015-01-29 Thread Rob Herring
On Thu, Jan 29, 2015 at 10:43 AM, Javier Martinez Canillas javier.marti...@collabora.co.uk wrote: Hello Paul, On 01/29/2015 12:49 AM, Paul Walmsley wrote: DT maintainers require all compatible strings used in chip or board DTS file to be previously documented somewhere in

Re: [PATCH 02/24] Documentation: DT bindings: add more chip compatible strings for Tegra PCIe

2015-01-29 Thread Rob Herring
On Thu, Jan 29, 2015 at 11:08 AM, Paul Walmsley p...@pwsan.com wrote: Hi Rob On Thu, 29 Jan 2015, Rob Herring wrote: On Thu, Jan 29, 2015 at 9:45 AM, Paul Walmsley p...@pwsan.com wrote: On Thu, 29 Jan 2015, Rob Herring wrote: On Wed, Jan 28, 2015 at 5:49 PM, Paul Walmsley p...@pwsan.com

Re: [PATCH 24/24] Documentation: DT bindings: add nvidia, denver compatible string

2015-01-29 Thread Rob Herring
: http://marc.info/?l=linux-tegram=142201349727836w=2 Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Cc

Re: [PATCH 02/24] Documentation: DT bindings: add more chip compatible strings for Tegra PCIe

2015-01-29 Thread Rob Herring
Walmsley p...@pwsan.com Cc: Thierry Reding thierry.red...@gmail.com Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Cc: Stephen Warren swar...@wwwdotorg.org

Re: [PATCH] ARM: /proc/cpuinfo: DT: Add support for Revision

2015-01-30 Thread Rob Herring
lOn Fri, Jan 30, 2015 at 8:14 AM, Pali Rohár pali.ro...@gmail.com wrote: On Monday 26 January 2015 21:22:27 Rob Herring wrote: On Mon, Jan 26, 2015 at 1:09 PM, Pali Rohár pali.ro...@gmail.com wrote: Ok, here is patch which set Revision field (global variable system_rev) in /proc/cpuinfo

Re: [PATCH v5 1/8] of: iommu: add ptr to OF node arg to of_iommu_configure()

2015-01-27 Thread Rob Herring
-range is used for PCI and iommu is not supported. So return error if the device is PCI. Cc: Joerg Roedel j...@8bytes.org Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring robh...@kernel.org Acked-by: Rob Herring r...@kernel.org Cc: Will Deacon will.dea...@arm.com Cc: Russell King li

Re: [PATCH v5 3/8] of: fix size when dma-range is not used

2015-01-27 Thread Rob Herring
: Joerg Roedel j...@8bytes.org Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring robh...@kernel.org Cc: Bjorn Helgaas bhelg...@google.com Cc: Will Deacon will.dea...@arm.com Cc: Russell King li...@arm.linux.org.uk Cc: Arnd Bergmann a...@arndb.de Cc: Suravee Suthikulpanit

Re: [PATCH] pci: introduce common pci config space accessors

2015-01-05 Thread Rob Herring
On Mon, Jan 5, 2015 at 3:16 AM, Arnd Bergmann a...@arndb.de wrote: On Sunday 04 January 2015 20:19:34 Rob Herring wrote: Many PCI controllers' configuration space accesses are memory mapped varying only in address calculation and access checks. There are 2 main access methods: a decoded

Re: [PATCH] pci: introduce common pci config space accessors

2015-01-05 Thread Rob Herring
On Mon, Jan 5, 2015 at 2:01 PM, Arnd Bergmann a...@arndb.de wrote: On Monday 05 January 2015 08:46:09 Rob Herring wrote: diff --git a/include/linux/pci.h b/include/linux/pci.h index 360a966..e7fd519 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -560,6 +560,7 @@ static

Re: [Patch v4] ARC: Dynamically determine BASE_BAUD from DeviceTree

2015-01-06 Thread Rob Herring
Slaby jsl...@suse.cz Cc: linux-ser...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Rob Herring r...@kernel.org Cc: Arnd Bergmann a...@arndb.de Cc: Peter Hurley pe...@hurleysoftware.com Signed-off-by: Vineet Gupta vgu...@synopsys.com --- arch/arc/include/asm/serial.h | 23

[PATCH 03/16] mn10300: add struct pci_ops member names to initialization

2015-01-09 Thread Rob Herring
Some instances of pci_ops initialization rely on the read/write members' location in the struct. This is fragile and may break when adding new members to the beginning of the struct. Signed-off-by: Rob Herring r...@kernel.org Cc: David Howells dhowe...@redhat.com Cc: Koichi Yasutake yasutake.koi

[PATCH 01/16] frv: add struct pci_ops member names to initialization

2015-01-09 Thread Rob Herring
Some instances of pci_ops initialization rely on the read/write members' location in the struct. This is fragile and may break when adding new members to the beginning of the struct. Signed-off-by: Rob Herring r...@kernel.org Cc: David Howells dhowe...@redhat.com --- arch/frv/mb93090-mb00/pci

[PATCH 07/16] ARM: integrator: convert PCI to use generic config accesses

2015-01-09 Thread Rob Herring
can occur during the .pre_init function. Signed-off-by: Rob Herring r...@kernel.org Cc: Russell King li...@arm.linux.org.uk Cc: Linus Walleij linus.wall...@linaro.org Cc: linux-arm-ker...@lists.infradead.org --- arch/arm/mach-integrator/pci_v3.c | 61 --- 1 file

[PATCH 10/16] powerpc: fsl_pci: convert PCI to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the fsl_pci driver to use the generic config access functions. This changes accesses from (in|out)_(8|le16|le32) to readX/writeX variants. I believe these should be equivalent for PCI config space accesses, but confirmation would be nice. Signed-off-by: Rob Herring r...@kernel.org Cc

[PATCH 11/16] powerpc: powermac: convert PCI to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the powermac PCI driver to use the generic config access functions. This changes accesses from (in|out)_(8|le16|le32) to readX/writeX variants. I believe these should be equivalent for PCI config space accesses, but confirmation would be nice. Signed-off-by: Rob Herring r...@kernel.org

[PATCH 05/16] pci: introduce common pci config space accessors

2015-01-09 Thread Rob Herring
, word, or dword sized accesses. Signed-off-by: Rob Herring r...@kernel.org Cc: Bjorn Helgaas bhelg...@google.com Cc: linux-...@vger.kernel.org --- drivers/pci/access.c | 87 include/linux/pci.h | 11 +++ 2 files changed, 98 insertions

[PATCH 08/16] ARM: sa1100: convert PCI to use generic config accesses

2015-01-09 Thread Rob Herring
-off-by: Rob Herring r...@kernel.org Cc: Russell King li...@arm.linux.org.uk Cc: linux-arm-ker...@lists.infradead.org --- arch/arm/mach-sa1100/pci-nanoengine.c | 94 +++ 1 file changed, 8 insertions(+), 86 deletions(-) diff --git a/arch/arm/mach-sa1100/pci

[PATCH 13/16] pci/host: rcar-gen2: convert to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the rcar-gen2 host PCI driver to use the generic config access functions. This changes the i/o accessors from io(read|write)X to readX/writeX variants which are equivalent on ARM. Signed-off-by: Rob Herring r...@kernel.org Cc: Simon Horman ho...@verge.net.au Cc: Bjorn Helgaas bhelg

[PATCH 14/16] pci/host: tegra: convert to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the tegra host PCI driver to use the generic config access functions. Signed-off-by: Rob Herring r...@kernel.org Cc: Thierry Reding thierry.red...@gmail.com Cc: Bjorn Helgaas bhelg...@google.com Cc: Stephen Warren swar...@wwwdotorg.org Cc: Alexandre Courbot gnu...@gmail.com Cc: linux-te

[PATCH 15/16] pci/host: xgene: convert to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the xgene host PCI driver to use the generic config access functions. Signed-off-by: Rob Herring r...@kernel.org Cc: Tanmay Inamdar tinam...@apm.com Cc: Bjorn Helgaas bhelg...@google.com Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org --- drivers/pci/host/pci

[PATCH 04/16] powerpc: add struct pci_ops member names to initialization

2015-01-09 Thread Rob Herring
Some instances of pci_ops initialization rely on the read/write members' location in the struct. This is fragile and may break when adding new members to the beginning of the struct. Signed-off-by: Rob Herring r...@kernel.org Cc: Arnd Bergmann a...@arndb.de Cc: Benjamin Herrenschmidt b

[PATCH 06/16] ARM: cns3xxx: convert PCI to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the cns3xxx PCI driver to use the generic config access functions. This changes accesses from __raw_readl/__raw_writel to readl/writel. Signed-off-by: Rob Herring r...@kernel.org Cc: Krzysztof Halasa khal...@piap.pl Cc: Russell King li...@arm.linux.org.uk Cc: linux-arm-ker

[PATCH 02/16] mips: add struct pci_ops member names to initialization

2015-01-09 Thread Rob Herring
Some instances of pci_ops initialization rely on the read/write members' location in the struct. This is fragile and may break when adding new members to the beginning of the struct. Signed-off-by: Rob Herring r...@kernel.org Cc: Ralf Baechle r...@linux-mips.org Cc: linux-m...@linux-mips.org

[PATCH 12/16] pci/host: generic: convert to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the generic host PCI driver to use the generic config access functions. Signed-off-by: Rob Herring r...@kernel.org Cc: Will Deacon will.dea...@arm.com Cc: Bjorn Helgaas bhelg...@google.com Cc: linux-...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org --- drivers/pci/host/pci

[PATCH 16/16] pci/host: xilinx: convert to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the Xilinx host PCI driver to use the generic config access functions. Signed-off-by: Rob Herring r...@kernel.org Cc: Bjorn Helgaas bhelg...@google.com Cc: Michal Simek michal.si...@xilinx.com Cc: Sören Brinkmann soren.brinkm...@xilinx.com Cc: linux-...@vger.kernel.org Cc: linux-arm-ker

[PATCH 09/16] ARM: ks8695: convert PCI to use generic config accesses

2015-01-09 Thread Rob Herring
Convert the ks8695 PCI driver to use the generic config access functions. This changes accesses from __raw_readX/__raw_writeX to readX/writeX variants. Signed-off-by: Rob Herring r...@kernel.org Cc: Greg Ungerer g...@uclinux.org Cc: Russell King li...@arm.linux.org.uk Cc: linux-arm-ker

[PATCH 00/16] PCI generic configuration space accessors

2015-01-09 Thread Rob Herring
-able functions that I've not gotten my head around. This series is available here [1]. Rob [1] git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git pci-config-access Rob Herring (16): frv: add struct pci_ops member names to initialization mips: add struct pci_ops member names

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-12 Thread Rob Herring
On Mon, Jan 12, 2015 at 2:32 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: On 01/09/2015 07:33 PM, Rob Herring wrote: On Fri, Jan 9, 2015 at 9:22 AM, Jacek Anaszewski j.anaszew...@samsung.com wrote: Add a property for defining the device outputs the LED represented by the DT child

Re: [PATCH v8 2/4] fpga manager: add sysfs interface document

2015-01-12 Thread Rob Herring
On Sun, Jan 11, 2015 at 10:29 AM, atull at...@opensource.altera.com wrote: On Sat, 10 Jan 2015, Pavel Machek wrote: On Sat 2015-01-10 10:10:51, Pantelis Antoniou wrote: Hi Pavel, On Jan 9, 2015, at 22:56 , Pavel Machek pa...@denx.de wrote: On Fri 2015-01-09 13:14:24, atull wrote:

Re: [PATCH v5 1/3] of: Add binding for NVIDIA Tegra ACTMON node

2015-01-09 Thread Rob Herring
On Tue, Dec 16, 2014 at 2:41 AM, Tomeu Vizoso tomeu.viz...@collabora.com wrote: This block gathers statistics about various counters and can be configured to fire interrupts when thresholds are crossed. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- v2: * Add

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-09 Thread Rob Herring
On Tue, Jan 6, 2015 at 4:34 PM, atull at...@opensource.altera.com wrote: On Tue, 6 Jan 2015, Rob Herring wrote: On Tue, Jan 6, 2015 at 2:13 PM, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com New bindings document for Altera fpga manager. Signed-off

Re: [PATCH v3 2/4] of: move of_dma_configure() to device,c to help re-use

2015-01-09 Thread Rob Herring
On Thu, Jan 8, 2015 at 4:24 PM, Arnd Bergmann a...@arndb.de wrote: On Thursday 08 January 2015 14:26:36 Murali Karicheri wrote: On 01/08/2015 03:40 AM, Arnd Bergmann wrote: On Wednesday 07 January 2015 17:37:56 Rob Herring wrote: On Wed, Jan 7, 2015 at 12:49 PM, Murali Karicherim-kariche

Re: [PATCH] drivers: of: Export of_reserved_mem_device_{init,release}

2015-01-09 Thread Rob Herring
On Fri, Jan 9, 2015 at 8:29 AM, George G. Davis ggdavi...@gmail.com wrote: Export of_reserved_mem_device_{init,release} so that modules can initialize and release their assigned per-device cma_area. I believe the original intent was for the core bus code to call these functions. While the

Re: [PATCH/RFC v10 03/19] DT: leds: Add led-sources property

2015-01-09 Thread Rob Herring
Cc: Bryan Wu coolo...@gmail.com Cc: Richard Purdie rpur...@rpsys.net Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org --- Documentation/devicetree

Re: [PATCH] drivers: of: Export of_reserved_mem_device_{init,release}

2015-01-09 Thread Rob Herring
On Fri, Jan 9, 2015 at 4:05 PM, George G. Davis ggdavi...@gmail.com wrote: On Fri, Jan 09, 2015 at 01:33:10PM -0500, George G. Davis wrote: On Fri, Jan 09, 2015 at 11:53:01AM -0600, Rob Herring wrote: On Fri, Jan 9, 2015 at 8:29 AM, George G. Davis ggdavi...@gmail.com wrote: Export

Re: [PATCH RESEND 3/3] Documentation: Add documentation for rt5033 multifunction device

2015-01-06 Thread Rob Herring
On Tue, Jan 6, 2015 at 5:34 PM, Beomho Seo beomho@samsung.com wrote: Thank you for review. On 01/07/2015 01:54 AM, Rob Herring wrote: On Mon, Jan 5, 2015 at 11:45 PM, Beomho Seo beomho@samsung.com wrote: This patch device tree binding documentation for rt5033 multifunction device

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-06 Thread Rob Herring
On Tue, Jan 6, 2015 at 2:13 PM, at...@opensource.altera.com wrote: From: Alan Tull at...@opensource.altera.com New bindings document for Altera fpga manager. Signed-off-by: Alan Tull at...@opensource.altera.com Acked-by: Rob Herring r...@kernel.org Like I said, this binding doesn't look

Re: [PATCH] ARM: vexpress: bindings: Add generic PD awareness to the spc controller

2015-01-06 Thread Rob Herring
On Tue, Jan 6, 2015 at 12:36 PM, Mathieu Poirier mathieu.poir...@linaro.org wrote: On 6 January 2015 at 10:02, Rob Herring robherri...@gmail.com wrote: On Tue, Jan 6, 2015 at 10:45 AM, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Among other things

Re: [PATCH v2 1/5] irqchip: add dumb demultiplexer implementation

2015-01-13 Thread Rob Herring
On Tue, Jan 13, 2015 at 12:46 PM, Boris Brezillon boris.brezil...@free-electrons.com wrote: Some interrupt controllers are multiplexing several peripheral IRQs on a single interrupt line. While this is not a problem for most IRQs (as long as all peripherals request the interrupt with

Re: [PATCH trivial 1/3] ARM: dt: GIC: Spelling s/specific/specifier/, s/flaggs/flags/

2015-01-13 Thread Rob Herring
On Wed, Dec 10, 2014 at 7:54 AM, Geert Uytterhoeven geert+rene...@glider.be wrote: Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: Stephen Warren swar...@nvidia.com Cc: Rob Herring robh...@kernel.org Applied for 3.20. Thanks. --- include/dt-bindings/interrupt-controller/arm

  1   2   3   4   5   6   7   8   9   10   >