Re: [PATCH v7 4/5] ARM: dts: vf610twr: add NAND flash controller peripherial

2015-07-24 Thread Shawn Guo
On Fri, Jul 24, 2015 at 03:16:23PM +0200, Stefan Agner wrote: > This adds the NAND flash controller (NFC) peripherial. The driver > supports the SLC NAND chips found on Freescale's Vybrid Tower System > Module. The Micron NAND chip on the module needs 4-bit ECC per 512 > byte page. Use 24-bit ECC p

Re: [PATCH v12 4/6] arm/dts/ls1021a: Add DCU dts node

2015-07-24 Thread Shawn Guo
On Fri, Jul 24, 2015 at 06:34:12PM +0800, Jianwei Wang wrote: > Add DCU node, DCU is a display controller of Freescale > named 2D-ACE. > > Signed-off-by: Alison Wang > Signed-off-by: Xiubo Li > Signed-off-by: Jianwei Wang For dts patches sent to me, please use prefix like "ARM: dts: ls1021a: .

[PATCH] ARM: socfpga: dts: add osc1 as a possible parent for dbg_base_clk

2015-07-24 Thread dinguyen
From: Dinh Nguyen The dbg_base_clk can also have osc1 has a parent. Signed-off-by: Dinh Nguyen --- arch/arm/boot/dts/socfpga.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 86e0fb6..01bdaaa 100644 --

[PATCH v5 5/5] MAINTAINERS: Add pcie-hisi maintainer

2015-07-24 Thread Zhou Wang
Signed-off-by: Zhou Wang --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8133cef..7cd8e47 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7854,6 +7854,13 @@ S: Maintained F: Documentation/devicetree/bindings/pci/xgene-pci-msi.tx

[PATCH v5 1/5] ARM/PCI: remove align_resource in pci_sys_data

2015-07-24 Thread Zhou Wang
From: Gabriele Paoloni This patch is needed in order to unify the PCIe designware framework for ARM and ARM64 architectures. In the PCIe designware unification process we are calling pci_create_root_bus() passing a "sysdata" parameter that is the same for both ARM and ARM64 and is of type "struct

[PATCH v5 0/5] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-07-24 Thread Zhou Wang
This patchset adds PCIe host support for HiSilicon SoC Hip05. The PCIe hosts use PCIe IP core from Synopsys, So this driver is base on designware PCIe driver. Hip05 is an ARMv8 architecture SoC. It should be able to use ARM64 PCIe API in designeware PCIe driver. So this patch also adds ARM64 supp

[PATCH v5 2/5] PCI: designware: Add ARM64 support

2015-07-24 Thread Zhou Wang
This patch tries to unify ARM32 and ARM64 PCIe in designware driver. Delete function dw_pcie_setup, dw_pcie_scan_bus, dw_pcie_map_irq and struct hw_pci, move related operations to dw_pcie_host_init. Also set pp->root_bus_nr = 0 in each PCIe host driver which is based on pcie-designware. This patch

[PATCH v5 4/5] Documentation: DT: Add HiSilicon PCIe host binding

2015-07-24 Thread Zhou Wang
This patch adds related DTS binding document for HiSilicon PCIe host driver. Signed-off-by: Zhou Wang --- .../devicetree/bindings/pci/hisilicon-pcie.txt | 46 ++ 1 file changed, 46 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/hisilicon-pcie.txt

[PATCH v5 3/5] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-07-24 Thread Zhou Wang
This patch adds PCIe host support for HiSilicon SoC Hip05. Signed-off-by: Zhou Wang --- drivers/pci/host/Kconfig | 8 ++ drivers/pci/host/Makefile| 1 + drivers/pci/host/pcie-hisi.c | 254 +++ 3 files changed, 263 insertions(+) create mode 100

RE: [PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250

2015-07-24 Thread Kukjin Kim
Krzysztof Kozlowski wrote: > > On 24.07.2015 12:40, Kukjin Kim wrote: > > On 07/24/15 09:30, Michael Turquette wrote: > >> Quoting Kukjin Kim (2015-07-07 07:43:31) > >>> Bartlomiej Zolnierkiewicz wrote: > > > > [...] > > > > Chanwoo Choi (3): > > clk: samsung: exynos3250: Add cpu clock c

Re: [PATCH 0/9] Platform support for thermal management on Junoe

2015-07-24 Thread Viresh Kumar
On 24-07-15, 15:16, Punit Agrawal wrote: > Hi Viresh, > > Viresh Kumar writes: > > > On 22-07-15, 15:02, Punit Agrawal wrote: > >> cpufreq-dt: Supply power coefficient when registering cooling devices > >> cpufreq: arm_big_little: Add support to register a cpufreq cooling > >> device > >

Re: [PATCH] drivers/of/fdt.c: replace pr_warning by pr_warn

2015-07-24 Thread long.wanglong
On 2015/7/25 3:00, Rob Herring wrote: > On Tue, Jul 21, 2015 at 3:01 AM, Wang Long wrote: >> Update the last pr_warning callsite in drivers/of. > > That is obvious in the diff, but can you tell me why? Hi Rob, When we use script "./scripts/checkpatch.pl" to check a patch, using pr_warning will

[PATCH] serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signals

2015-07-24 Thread Niklas Cassel
In order to use the mctrl_gpio helpers, we change the DT bindings: ri-gpios renamed to rng-gpios. cd-gpios renamed to dcd-gpios. However, no in-tree dts/dtsi specifies these, so no worries. Signed-off-by: Niklas Cassel --- .../bindings/serial/axis,etraxfs-uart.txt | 6 +++- drivers/tty

[RFCv2 0/3] Adding support for Zynq Reset Controller

2015-07-24 Thread Moritz Fischer
Hi all, I went ahead and generalized it to support all the resets I could find in the TRM. I don't know if all of them are sensible, so we need to carfully double check that. I also tried to add in the stuff that was pointed out in v1. If this looks good enough for a patch let me know. Thanks f

[RFCv2 1/3] docs: dts: Added documentation for Xilinx Zynq Reset Controller bindings.

2015-07-24 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- Documentation/devicetree/bindings/reset/zynq-reset-pl.txt | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/zynq-reset-pl.txt diff --git a/Documentation/devicetree/bindings/reset/zynq-reset-pl.txt b

[RFCv2 2/3] dts: zynq: Add devicetree entry for Xilinx Zynq reset controller.

2015-07-24 Thread Moritz Fischer
Signed-off-by: Moritz Fischer --- arch/arm/boot/dts/zynq-7000.dtsi| 43 - arch/arm/boot/dts/zynq-parallella.dts | 2 +- arch/arm/boot/dts/zynq-zc702.dts| 2 +- arch/arm/boot/dts/zynq-zc706.dts| 2 +- arch/arm/boot/dts/zynq-zed.dts

[RFCv2 3/3] reset: reset-zynq: Adding support for Xilinx Zynq reset controller.

2015-07-24 Thread Moritz Fischer
This adds a reset controller driver to control the Xilinx Zynq SoC's various resets. Signed-off-by: Moritz Fischer --- drivers/reset/Makefile | 1 + drivers/reset/reset-zynq.c | 142 + 2 files changed, 143 insertions(+) create mode 100644 driver

Re: [PATCH 2/3] Docs: dt: Add PCI MSI map bindings

2015-07-24 Thread Chalamarla, Tirumalesh
looks good. possible to describe the chip we have. > On Jul 23, 2015, at 9:52 AM, Mark Rutland wrote: > > Currently msi-parent is used by a few bindings to describe the > relationship between a PCI root complex and a single MSI controller, but > this property does not have a generic binding docum

Re: [PATCH v3 4/6] power: da9150: Add DT bindings documentation for Fuel-Gauge

2015-07-24 Thread Sebastian Reichel
Hi, On Tue, Jul 07, 2015 at 05:34:21PM +0100, Adam Thomson wrote: > diff --git a/Documentation/devicetree/bindings/power/da9150-fg.txt > b/Documentation/devicetree/bindings/power/da9150-fg.txt > new file mode 100644 > index 000..c3c76eb > --- /dev/null > +++ b/Documentation/devicetree/binding

Re: [PATCH 1/2] of: base: Allow more args than MAX_PHANDLE_ARGS if required

2015-07-24 Thread Rob Herring
On Thu, Jul 16, 2015 at 6:09 AM, Joerg Roedel wrote: > Hi Will, > > On Thu, Jul 16, 2015 at 11:23:26AM +0100, Will Deacon wrote: >> On Thu, Jul 16, 2015 at 09:30:43AM +0100, Joerg Roedel wrote: >> > +struct of_phandle_args *of_alloc_phandle_args(int size) >> > +{ >> > + struct of_phandle_args *a

Re: [PATCH] of/irq: introduce of_has_named_irqs helper

2015-07-24 Thread Dmitry Torokhov
On Fri, Jul 24, 2015 at 03:59:39PM -0500, Rob Herring wrote: > On Fri, Jul 24, 2015 at 2:26 PM, Dmitry Torokhov > wrote: > > On Fri, Jul 24, 2015 at 02:14:57PM -0500, Rob Herring wrote: > >> On Fri, Jul 24, 2015 at 1:26 PM, Dmitry Torokhov > >> wrote: > >> > Sometimes drivers might wish to transi

Re: [PATCH v3 1/3] ARM: dts: qcom: Add binding for the qcom coincell charger

2015-07-24 Thread Andy Gross
On Thu, Jul 16, 2015 at 04:55:31PM -0700, Tim Bird wrote: > This binding is used to configure the driver for the coincell charger > found in Qualcomm PMICs. > > Signed-off-by: Tim Bird > --- Looks reasonable. Reviewed-by: Andy Gross -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation

Re: [PATCH v3 2/3] ARM: qcom: Add coincell charger driver

2015-07-24 Thread Andy Gross
On Thu, Jul 16, 2015 at 04:55:32PM -0700, Tim Bird wrote: > This driver is used to configure the coincell charger found in > Qualcomm PMICs. > > The driver allows configuring the current-limiting resistor for > the charger, as well as the voltage to apply to the coincell > (or capacitor) when char

Re: [PATCH v3 3/3] ARM: dts: qcom: Add dts changes for qcom coincell charger

2015-07-24 Thread Andy Gross
On Thu, Jul 16, 2015 at 04:55:33PM -0700, Tim Bird wrote: > Add framework for the coincell charger DT block in pm8941 file, and > actual values for honami battery in the honami dts file. > > Signed-off-by: Tim Bird > --- Reviewed-by: Andy Gross -- Qualcomm Innovation Center, Inc. The Qualcom

Re: [PATCH] of/irq: introduce of_has_named_irqs helper

2015-07-24 Thread Rob Herring
On Fri, Jul 24, 2015 at 2:26 PM, Dmitry Torokhov wrote: > On Fri, Jul 24, 2015 at 02:14:57PM -0500, Rob Herring wrote: >> On Fri, Jul 24, 2015 at 1:26 PM, Dmitry Torokhov >> wrote: >> > Sometimes drivers might wish to transition from index-based to named >> > interrupt descriptions. To aid in dec

Re: [PATCH] of/irq: introduce of_has_named_irqs helper

2015-07-24 Thread Dmitry Torokhov
On Fri, Jul 24, 2015 at 12:26:19PM -0700, Dmitry Torokhov wrote: > On Fri, Jul 24, 2015 at 02:14:57PM -0500, Rob Herring wrote: > > On Fri, Jul 24, 2015 at 1:26 PM, Dmitry Torokhov > > wrote: > > > Sometimes drivers might wish to transition from index-based to named > > > interrupt descriptions. T

Re: [PATCH v2 3/5] dt/bindings: qcom_nandc: Add DT bindings

2015-07-24 Thread Stephen Boyd
On 07/21/2015 03:34 AM, Archit Taneja wrote: > + > +nand@0x1ac0 { s/0x// -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord

Re: [PATCH] of/irq: introduce of_has_named_irqs helper

2015-07-24 Thread Florian Fainelli
On 24/07/15 11:26, Dmitry Torokhov wrote: > Sometimes drivers might wish to transition from index-based to named > interrupt descriptions. To aid in decision-making when parsing device > tree data let's provide a helper that will indicate the scheme that is > being used. > > Signed-off-by: Dmitry

Re: [PATCH_V3 0/2] mtd: nand: jz4780: Add nand and bch driver

2015-07-24 Thread Brian Norris
On Wed, Jun 03, 2015 at 11:02:05AM +0200, Richard Weinberger wrote: > On Wed, Apr 1, 2015 at 11:30 AM, Zubair Lutfullah Kakakhel > wrote: > > NEMC is going via greg-kh. They went through greg's char-misc-testing and > > just got applied here. > > > > https://git.kernel.org/cgit/linux/kernel/git/gr

Re: [PATCH] of/irq: introduce of_has_named_irqs helper

2015-07-24 Thread Dmitry Torokhov
On Fri, Jul 24, 2015 at 02:14:57PM -0500, Rob Herring wrote: > On Fri, Jul 24, 2015 at 1:26 PM, Dmitry Torokhov > wrote: > > Sometimes drivers might wish to transition from index-based to named > > interrupt descriptions. To aid in decision-making when parsing device > > tree data let's provide a

Re: [PATCH] of/irq: introduce of_has_named_irqs helper

2015-07-24 Thread Rob Herring
On Fri, Jul 24, 2015 at 1:26 PM, Dmitry Torokhov wrote: > Sometimes drivers might wish to transition from index-based to named > interrupt descriptions. To aid in decision-making when parsing device > tree data let's provide a helper that will indicate the scheme that is > being used. Generally,

Re: [PATCH v2 4/5] arm: qcom: dts: Add NAND controller node for ipq806x

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:45PM +0530, Archit Taneja wrote: > The nand controller in IPQ806x is of the 'EBI2 type'. Use the corresponding > compatible string. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Archit Taneja > --- Reviewed-by: Andy Gross -- Qualcomm Innovation Center, Inc.

Re: [PATCH] drivers/of/fdt.c: replace pr_warning by pr_warn

2015-07-24 Thread Rob Herring
On Tue, Jul 21, 2015 at 3:01 AM, Wang Long wrote: > Update the last pr_warning callsite in drivers/of. That is obvious in the diff, but can you tell me why? Rob > Signed-off-by: Wang Long > --- > drivers/of/fdt.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --gi

Re: [PATCH v2 0/7] serial: 8250_omap: workaround for IP errata

2015-07-24 Thread Greg Kroah-Hartman
On Fri, Jul 24, 2015 at 12:11:20PM +0530, Sekhar Nori wrote: > Hi Greg, > > On Tuesday 14 July 2015 06:19 PM, Tony Lindgren wrote: > > * Peter Hurley [150714 05:24]: > >> On 07/14/2015 04:02 AM, Sekhar Nori wrote: > >>> This series works around "Advisory 21" as documented in > >>> AM437x SoC erra

Re: [PATCH v2 5/5] arm: qcom: dts: Enale NAND node on IPQ8064 AP148 platform

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:46PM +0530, Archit Taneja wrote: > Enable the NAND controller node on the AP148 platform. Provide pinmux > information. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Archit Taneja > --- Looks fine. Reviewed-by: Andy Gross -- Qualcomm Innovation Center, In

Re: [PATCH v2 5/5] arm: qcom: dts: Enale NAND node on IPQ8064 AP148 platform

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:46PM +0530, Archit Taneja wrote: > Enable the NAND controller node on the AP148 platform. Provide pinmux > information. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Archit Taneja > --- One nit though. The subject mispells Enable. -- Qualcomm Innovation Cen

Re: [PATCH v2 3/5] dt/bindings: qcom_nandc: Add DT bindings

2015-07-24 Thread Andy Gross
On Tue, Jul 21, 2015 at 04:04:44PM +0530, Archit Taneja wrote: > Add DT bindings document for the Qualcomm NAND controller driver. > > Cc: devicetree@vger.kernel.org > > Signed-off-by: Archit Taneja > --- Acked-by: Andy Gross -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center

Re: [PATCH] [PATCH v4] mtd:spi-nor: Add Altera Quad SPI Driver

2015-07-24 Thread Brian Norris
On Wed, Jun 03, 2015 at 12:30:44AM -0700, vn...@altera.com wrote: > From: VIET NGA DAO > > Altera Quad SPI Controller is a soft IP which enables access to > Altera EPCS, EPCQ and Mircon flash chips. This patch adds driver > for these devices. > > Signed-off-by: VIET NGA DAO > > --- > v4: > - A

Re: [PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250

2015-07-24 Thread Michael Turquette
Quoting Kukjin Kim (2015-07-23 21:08:27) > On 07/24/15 12:40, Kukjin Kim wrote: > > On 07/24/15 09:30, Michael Turquette wrote: > >> Quoting Kukjin Kim (2015-07-07 07:43:31) > >>> Bartlomiej Zolnierkiewicz wrote: > > > > [...] > > > > Chanwoo Choi (3): > > clk: samsung: exynos3250: Add

[PATCH] of/irq: introduce of_has_named_irqs helper

2015-07-24 Thread Dmitry Torokhov
Sometimes drivers might wish to transition from index-based to named interrupt descriptions. To aid in decision-making when parsing device tree data let's provide a helper that will indicate the scheme that is being used. Signed-off-by: Dmitry Torokhov --- The intent is to it like this:

Re: [PATCH v3 3/4] spi: mediatek: Add spi bus for Mediatek MT8173

2015-07-24 Thread Mark Brown
On Thu, Jul 23, 2015 at 05:10:42PM +0800, Leilk Liu wrote: This basically seems fine but there's a couple of issues that should be relatively easy to fix: > + mdata->cur_transfer = xfer; > + mtk_spi_prepare_transfer(master, xfer); > + mtk_spi_setup_packet(master, xfer); > + > + cn

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Rob Clark
On Fri, Jul 24, 2015 at 11:39 AM, Rob Herring wrote: > On Fri, Jul 24, 2015 at 8:10 AM, Rob Clark wrote: >> On Thu, Jul 23, 2015 at 3:52 PM, Bjorn Andersson >> wrote: >>> Add the possibility of specifying the default brightness in DT. >>> >>> Signed-off-by: Bjorn Andersson >>> --- >>> >>> This

Re: [PATCH v3 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for spi bus

2015-07-24 Thread Mark Brown
On Thu, Jul 23, 2015 at 05:10:41PM +0800, Leilk Liu wrote: > Change-Id: I6cadbf2e51d2cc4eacd518a24d5a9a1da93d4db5 > Signed-off-by: Leilk Liu Please don't include noise like Change-Id in upstream commits and please use subject lines reflecting the style for the subsystem. signature.asc Descripti

Re: [PATCH 3/6] mailbox: Add support for ST's Mailbox IP

2015-07-24 Thread Jassi Brar
On Fri, Jul 24, 2015 at 3:06 PM, Lee Jones wrote: > On Thu, 23 Jul 2015, Jassi Brar wrote: > >> >> > +static void sti_mbox_enable_channel(struct mbox_chan *chan) >> >> > +{ >> >> > + struct sti_channel *chan_info = chan->con_priv; >> >> > + struct sti_mbox_device *mdev = chan_info->mde

Applied "regulator: qcom-spmi: Add vendor specific configuration" to the regulator tree

2015-07-24 Thread Mark Brown
The patch regulator: qcom-spmi: Add vendor specific configuration has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 h

Re: [PATCH v2 05/11] mfd: devicetree: bindings: Add Qualcomm SMD based RPM DT binding

2015-07-24 Thread Mark Brown
On Fri, Jul 24, 2015 at 11:24:34AM +0100, Mark Brown wrote: > On Fri, Jul 24, 2015 at 10:58:47AM +0100, Lee Jones wrote: > > On Thu, 23 Jul 2015, Mark Brown wrote: > > > I have no idea what's going on here, sorry. I've not been reading this > > > thread. > > All of the information you need is in

Re: [PATCH v3 5/6] iommu/mediatek: Add mt8173 IOMMU driver

2015-07-24 Thread Will Deacon
On Fri, Jul 24, 2015 at 06:43:13AM +0100, Yong Wu wrote: > On Tue, 2015-07-21 at 15:59 +0100, Will Deacon wrote: > > On Thu, Jul 16, 2015 at 10:04:34AM +0100, Yong Wu wrote: > > > +static void mtk_iommu_tlb_flush_all(void *cookie) > > > +{ > > > + struct mtk_iommu_domain *domain = cookie; > >

Re: [PATCH v3 3/6] iommu: add ARM short descriptor page table allocator.

2015-07-24 Thread Will Deacon
On Fri, Jul 24, 2015 at 06:24:26AM +0100, Yong Wu wrote: > On Tue, 2015-07-21 at 18:11 +0100, Will Deacon wrote: > > On Thu, Jul 16, 2015 at 10:04:32AM +0100, Yong Wu wrote: > > > +/* level 2 pagetable */ > > > +#define ARM_SHORT_PTE_TYPE_LARGE BIT(0) > > > +#define ARM_SHORT_PTE_SMAL

Re: [PATCH] powerpc/p1010rdb:update dts for pcie interrupt-map

2015-07-24 Thread Scott Wood
On Mon, 2015-07-20 at 15:32 +0800, Zhao Qiang wrote: > From: Zhao Qiang > > p1010rdb-pb use the irq[4:5] for inta and intb to pcie, > it is active-high, so set it. What about revisions of p1010rdb other than pb? > Signed-off-by: Zhao Qiang > Change-Id: I29db41b4a8b5a67c18151099884edda6de4d9d1a

Re: [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

2015-07-24 Thread Suman Anna
Hi Tony, On 07/23/2015 11:30 PM, Tony Lindgren wrote: > * Suman Anna [150723 09:25]: >> Hi Tony, >> >> On 07/23/2015 02:24 AM, Tony Lindgren wrote: >>> * Suman Anna [150722 09:25]: On 07/22/2015 12:26 AM, Tony Lindgren wrote: > > I don't like using syscon for tinkering directly with

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Rob Herring
On Fri, Jul 24, 2015 at 8:10 AM, Rob Clark wrote: > On Thu, Jul 23, 2015 at 3:52 PM, Bjorn Andersson > wrote: >> Add the possibility of specifying the default brightness in DT. >> >> Signed-off-by: Bjorn Andersson >> --- >> >> This depends on the patch moving pm8941-wled to backlight [1]. The dt

Re: [PATCH v2 0/2] spi: dw: Reintroduce optional 16 bit data register I/O

2015-07-24 Thread Mark Brown
On Fri, Jul 24, 2015 at 06:30:12PM +0300, Andy Shevchenko wrote: > On Wed, 2015-06-24 at 18:34 +0200, Michael van der Westhuizen wrote: > > With this series applied: > > m25p80 spi32766.0: m25p40 (512 Kbytes) > Mark, what do you think about this? For me it looks okay. Please don't send content

Re: [PATCH v2 0/2] spi: dw: Reintroduce optional 16 bit data register I/O

2015-07-24 Thread Andy Shevchenko
On Wed, 2015-06-24 at 18:34 +0200, Michael van der Westhuizen wrote: > The commit dd11444327ce ("spi: dw-spi: Convert 16bit accesses to > 32bit > accesses") globally changed all register access in the dw_apb_ssi > driver > to 32 bit access, which breaks data register (FIFO) access on > picoXcell

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Rob Herring
On Thu, Jul 23, 2015 at 2:52 PM, Bjorn Andersson wrote: > Add the possibility of specifying the default brightness in DT. > > Signed-off-by: Bjorn Andersson > --- > > This depends on the patch moving pm8941-wled to backlight [1]. The dt property > is used by several other backlight drivers, so I

Re: [PATCH v7 3/3] ARM: bcm2835: Add the firmware driver information to the RPi DT

2015-07-24 Thread Lee Jones
On Fri, 17 Jul 2015, Eric Anholt wrote: > Signed-off-by: Eric Anholt > Acked-by: Lee Jones (previous version with pm-domains) For this version: Acked-by: Lee Jones > Acked-by: Stephen Warren > --- > > v2: Drop pm-domains stuff since I've dropped it from the firmware > driver for now,

Re: [PATCH v7 1/3] dt/bindings: Add binding for the Raspberry Pi firmware driver

2015-07-24 Thread Lee Jones
On Fri, 17 Jul 2015, Eric Anholt wrote: > This driver will provide support for calls into the firmware that will > be used by other drivers like cpufreq and vc4. > > Signed-off-by: Eric Anholt > Acked-by: Stephen Warren > --- > > v2: Improve commit message, point to mailbox.txt for how mboxes

Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver

2015-07-24 Thread Sebastian Reichel
Hi, On Fri, Jun 26, 2015 at 12:59:17PM +0200, Hans de Goede wrote: > This adds a driver for the usb power_supply bits of the axp20x PMICs. > > I initially started writing my own driver, before coming aware of > Bruno Prémont's excellent earlier RFC with a driver for this. > > My driver was lacki

Re: [PATCH v8 1/2] mfd: devicetree: add bindings for Atmel Flexcom

2015-07-24 Thread Lee Jones
DT chaps, Please can you take a look at this binding. In particular the use of the 'ranges' property to store device 'mode'. > This patch documents the DT bindings for the Atmel Flexcom which will be > introduced by sama5d2x SoCs. These bindings will be used by the actual > Flexcom driver to be

Re: [PATCH v7 1/2] mfd: devicetree: add bindings for Atmel Flexcom

2015-07-24 Thread Lee Jones
On Fri, 24 Jul 2015, Lee Jones wrote: > On Fri, 24 Jul 2015, Nicolas Ferre wrote: > > > Le 23/07/2015 21:48, Boris Brezillon a écrit : > > > On Thu, 23 Jul 2015 18:42:55 +0200 > > > Cyrille Pitchen wrote: > > > > > >> This patch documents the DT bindings for the Atmel Flexcom which will be > >

Re: [PATCH v3 1/4] ARM: dts: Add binding documentation for AXP20x pmic usb power supply

2015-07-24 Thread Sebastian Reichel
Hi, On Fri, Jun 26, 2015 at 12:59:14PM +0200, Hans de Goede wrote: > Add binding documentation for the usb power supply part of the AXP20x pmic. > [...] > +Example: > + > [...] > + > + usb_power_supply: usb_power_supply { use usb-pow

Re: [PATCH v7 1/2] mfd: devicetree: add bindings for Atmel Flexcom

2015-07-24 Thread Lee Jones
On Fri, 24 Jul 2015, Nicolas Ferre wrote: > Le 23/07/2015 21:48, Boris Brezillon a écrit : > > On Thu, 23 Jul 2015 18:42:55 +0200 > > Cyrille Pitchen wrote: > > > >> This patch documents the DT bindings for the Atmel Flexcom which will be > >> introduced by sama5d2x SoCs. These bindings will be

Re: [PATCH 0/9] Platform support for thermal management on Junoe

2015-07-24 Thread Punit Agrawal
Hi Viresh, Viresh Kumar writes: > On 22-07-15, 15:02, Punit Agrawal wrote: >> cpufreq-dt: Supply power coefficient when registering cooling devices >> cpufreq: arm_big_little: Add support to register a cpufreq cooling >> device > > Acked-by: Viresh Kumar Thanks for the acks. Once the

Re: [PATCH 7/9] hwmon: Support registration of thermal zones for SCP temperature sensors

2015-07-24 Thread Punit Agrawal
Hi Guenter, Guenter Roeck writes: > On 07/22/2015 07:02 AM, Punit Agrawal wrote: >> Add support to create thermal zones based on the temperature sensors >> provided by the SCP. The thermal zones can be defined using the >> thermal DT bindings and should refer to the SCP sensor id to select >> th

Re: [PATCH 6/9] hwmon: Support sensors exported via ARM SCP interface

2015-07-24 Thread Punit Agrawal
Hi Guenter, Guenter Roeck writes: > On 07/22/2015 07:02 AM, Punit Agrawal wrote: >> Create a driver to add support for SoC sensors exported by the System >> Control Processor (SCP) via the System Control and Power Interface >> (SCPI). The supported sensor types is one of voltage, temperature, >>

Re: [PATCH 3/3] Docs: dt: add PCI IOMMU map bindings

2015-07-24 Thread Mark Rutland
Hi, > This looks sane, and lets me describe the thing I have on my desk, so > I'm happy. I have a couple of general thoughts below, but I don't intend > that they should stand in the way of this proposal as-is. Good to hear that this doesn't fall apart at the sight of a real system! > On 23/07

[PATCH 1/2] ARM: shmobile: r8a7790: Add JPU device node.

2015-07-24 Thread Mikhail Ulyanov
This patch contains device tree node definition for JPEG codec peripheral found in the Renesas R-Car r8a7790 SoC. Signed-off-by: Mikhail Ulyanov --- arch/arm/boot/dts/r8a7790.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a779

[PATCH 2/2] ARM: shmobile: r8a7791: Add JPU device node.

2015-07-24 Thread Mikhail Ulyanov
This patch contains device tree node definition for JPEG codec peripheral found in the Renesas R-Car r8a7791 SoC. Signed-off-by: Mikhail Ulyanov --- arch/arm/boot/dts/r8a7791.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a779

[PATCH 0/2] ARM: shmobile: Add JPU device nodes to Renesas R-Car SoCs.

2015-07-24 Thread Mikhail Ulyanov
This series of patches contains device tree nodes definitions for JPEG codec peripheral found in the Renesas R-Car SoCs. This series of patches is against the renesas-devel-20150720-v4.2-rc3 of https://kernel.googlesource.com/pub/scm/linux/kernel/git/horms/renesas The driver itself was accepted b

[PATCH v7 1/5] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others

2015-07-24 Thread Stefan Agner
This driver supports Freescale NFC (NAND flash controller) found on Vybrid (VF610), MPC5125, MCF54418 and Kinetis K70. The driver has been tested on 8-bit and 16-bit NAND interface and supports ONFI parameter page reading. Limitations: - DMA and pipelining not used - Pages larger than 2k are not s

[PATCH v7 3/5] mtd: nand: vf610_nfc: add device tree bindings

2015-07-24 Thread Stefan Agner
Signed-off-by: Bill Pringlemeir Signed-off-by: Stefan Agner --- .../devicetree/bindings/mtd/vf610-nfc.txt | 45 ++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/vf610-nfc.txt diff --git a/Documentation/devicetree/bindings

[PATCH v7 4/5] ARM: dts: vf610twr: add NAND flash controller peripherial

2015-07-24 Thread Stefan Agner
This adds the NAND flash controller (NFC) peripherial. The driver supports the SLC NAND chips found on Freescale's Vybrid Tower System Module. The Micron NAND chip on the module needs 4-bit ECC per 512 byte page. Use 24-bit ECC per 2k page, which is supported by the driver. Signed-off-by: Bill Pri

[PATCH v7 5/5] ARM: dts: vf-colibri: enable NAND flash controller

2015-07-24 Thread Stefan Agner
Enable NAND access by adding pinmux and NAND flash controller node to device tree. The NAND chips currently used on the Colibri VF61 requires 8-bit ECC per 512 byte page, hence specify 32-bit ECC strength per 2k page size. Signed-off-by: Stefan Agner --- arch/arm/boot/dts/vf-colibri.dtsi | 32 ++

[PATCH v7 2/5] mtd: nand: vf610_nfc: add hardware BCH-ECC support

2015-07-24 Thread Stefan Agner
This adds hardware ECC support using the BCH encoder in the NFC IP. The ECC encoder supports up to 32-bit correction by using 60 error correction bytes. There is no sub-page ECC step, ECC is calculated always accross the whole page (up to 2k pages). Raw writes writes are possible through the common

[PATCH v7 0/5] mtd: nand: vf610_nfc: Freescale NFC for VF610

2015-07-24 Thread Stefan Agner
This seventh revision simplifies the config symbols somewhat, but is otherwise just a rebase version on current l2-mtd/master. I reran the MTD tests, they still all succeed. Some more information and the full test log can be found in the cover letter of the last revision v6: http://thread.gmane.o

Re: [PATCH] backlight: pm8941-wled: Add default-brightness property

2015-07-24 Thread Rob Clark
On Thu, Jul 23, 2015 at 3:52 PM, Bjorn Andersson wrote: > Add the possibility of specifying the default brightness in DT. > > Signed-off-by: Bjorn Andersson > --- > > This depends on the patch moving pm8941-wled to backlight [1]. The dt property > is used by several other backlight drivers, so I

Re: [PATCH v6 1/3] dt-bindings: pwm: add MediaTek display PWM bindings

2015-07-24 Thread Matthias Brugger
On Friday, July 24, 2015 05:00:13 PM Daniel Kurtz wrote: > On Fri, Jul 24, 2015 at 4:40 PM, Matthias Brugger > > wrote: > > On Monday, July 20, 2015 04:17:15 PM YH Huang wrote: > >> Document the device-tree binding of MediatTek display PWM. > >> The PWM has one channel to control the backlight br

Re: [PATCH v9 4/7] staging: fpga manager: add sysfs interface document

2015-07-24 Thread Pavel Machek
On Fri 2015-07-24 07:39:15, atull wrote: > On Fri, 24 Jul 2015, Pavel Machek wrote: > > Hi Pavel, > > Thanks for your your feedback in cleaning up these docs. > > > Hi! > > > > > +What:/sys/class/fpga_manager//state > > > +Date:July 2015 > > > +KernelVersion: 4.2 > > >

Re: [PATCH v9 4/7] staging: fpga manager: add sysfs interface document

2015-07-24 Thread atull
On Fri, 24 Jul 2015, Pavel Machek wrote: Hi Pavel, Thanks for your your feedback in cleaning up these docs. > Hi! > > > +What: /sys/class/fpga_manager//state > > +Date: July 2015 > > +KernelVersion: 4.2 > > +Contact: Alan Tull > > +Description: Read fpga m

RE: [RFC PATCH 4/4] iommu/arm-smmu: Add support for specifying regulators

2015-07-24 Thread Sricharan
Hi Stephen, > -Original Message- > From: linux-arm-kernel [mailto:linux-arm-kernel- > boun...@lists.infradead.org] On Behalf Of Stephen Boyd > Sent: Tuesday, July 21, 2015 11:48 PM > To: Sricharan R > Cc: devicetree@vger.kernel.org; linux-arm-...@vger.kernel.org; > will.dea...@arm.com; io.

RE: [RFC PATCH 3/4] iommu/arm-smmu: Add support for specifying clocks

2015-07-24 Thread Sricharan
Hi Will, > -Original Message- > From: linux-arm-msm-ow...@vger.kernel.org [mailto:linux-arm-msm- > ow...@vger.kernel.org] On Behalf Of Will Deacon > Sent: Tuesday, July 21, 2015 8:31 PM > To: Sricharan R > Cc: linux-arm-ker...@lists.infradead.org; io...@lists.linux-foundation.org; > device

Re: [PATCH 3/3] Docs: dt: add PCI IOMMU map bindings

2015-07-24 Thread Robin Murphy
Hi Mark, This looks sane, and lets me describe the thing I have on my desk, so I'm happy. I have a couple of general thoughts below, but I don't intend that they should stand in the way of this proposal as-is. On 23/07/15 17:52, Mark Rutland wrote: The existing IOMMU bindings are able to spe

Re: [PATCH v2 0/7] serial: 8250_omap: workaround for IP errata

2015-07-24 Thread Tony Lindgren
* Sekhar Nori [150723 23:44]: > Hi Greg, > > On Tuesday 14 July 2015 06:19 PM, Tony Lindgren wrote: > > * Peter Hurley [150714 05:24]: > >> On 07/14/2015 04:02 AM, Sekhar Nori wrote: > >>> This series works around "Advisory 21" as documented in > >>> AM437x SoC errata[1]. This errata prevents UA

Re: [PATCH v2 7/7] ARM: dts: dra7: workaround UART module disable errata

2015-07-24 Thread Tony Lindgren
* Sekhar Nori [150714 01:05]: > Add "ti,dra742-uart" to the compatible list so the driver > workaround for UART module disable errata is enabled. > > This does not break backward compatibility as existing DTBs > should continue to work with newer kernels albeit without the > capability to idle th

Re: [RESEND][PATCH 3/4] ARM: davinci: Set proper SPI prescale limit value

2015-07-24 Thread Sekhar Nori
On Wednesday 22 July 2015 06:02 PM, Franklin S Cooper Jr wrote: > SPI Davinci driver has been updated to allow SOCs to specify their minimum > prescale value. Update the various SOCs board files that use this driver with > their proper prescaler limit. > > Signed-off-by: Franklin S Cooper Jr Ack

Re: [RESEND][PATCH 2/4] spi: davinci: Choose correct pre-scaler limit based on SOC

2015-07-24 Thread Sekhar Nori
On Wednesday 22 July 2015 06:02 PM, Franklin S Cooper Jr wrote: > Currently the pre-scaler limit is incorrect. The value differs slightly > for various devices so a single value can't be used. Using the compatible > field select the correct pre-scaler limit. > > Add new compatible field value for

Re: [PATCH] dtb: Create a common home for cross-architecture dtsi files.

2015-07-24 Thread Ian Campbell
On Fri, 2015-07-24 at 12:31 +0100, Mark Rutland wrote: > On Wed, Jul 22, 2015 at 10:47:18AM +0100, Ian Campbell wrote: > > On Wed, 2015-07-22 at 09:47 +0100, Liviu Dudau wrote: > > > > > > Acked-by: Liviu Dudau > > > > Thanks. > > > > > Picking your brains here: would it be worth to have some v

Re: [PATCH v4 1/7] clk: mediatek: Add fixed clocks support for Mediatek SoC.

2015-07-24 Thread Daniel Kurtz
Hi James, On Fri, Jul 24, 2015 at 11:01 AM, James Liao wrote: > This patch adds fixed clocks support by using CCF fixed-rate > clock implementation. > > Signed-off-by: James Liao > --- > drivers/clk/mediatek/clk-mtk.c | 23 +++ > drivers/clk/mediatek/clk-mtk.h | 19 +

Re: [PATCH] dtb: Create a common home for cross-architecture dtsi files.

2015-07-24 Thread Mark Rutland
On Wed, Jul 22, 2015 at 10:47:18AM +0100, Ian Campbell wrote: > On Wed, 2015-07-22 at 09:47 +0100, Liviu Dudau wrote: > > > > Acked-by: Liviu Dudau > > Thanks. > > > Picking your brains here: would it be worth to have some vendor directories > > in > > this shared area or we can hope that ther

Re: [PATCH v4 7/7] arm64: dts: mt8173: Add subsystem clock controller device nodes

2015-07-24 Thread Daniel Kurtz
On Fri, Jul 24, 2015 at 11:02 AM, James Liao wrote: > This patch adds device nodes providing subsystem clocks on MT8173, > includes mmsys, imgsys, vdecsys, vencsys and vencltsys. > > Signed-off-by: James Liao > --- > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 37 > ++

Re: [PATCH v4 6/7] clk: mediatek: Add USB clock support in MT8173 APMIXEDSYS

2015-07-24 Thread Daniel Kurtz
On Fri, Jul 24, 2015 at 11:02 AM, James Liao wrote: > Add REF2USB_TX clock support into MT8173 APMIXEDSYS. This clock > is needed by USB 3.0. > > Signed-off-by: James Liao > --- > drivers/clk/mediatek/Makefile | 2 +- > drivers/clk/mediatek/clk-apmixed.c | 137 > +

Re: [PATCH v4 5/7] clk: mediatek: Add subsystem clocks of MT8173

2015-07-24 Thread Daniel Kurtz
On Fri, Jul 24, 2015 at 11:02 AM, James Liao wrote: > Most multimedia subsystem clocks will be accessed by multiple > drivers, so it's a better way to manage these clocks in CCF. > This patch adds clock support for MM, IMG, VDEC, VENC and VENC_LT > subsystems. > > Signed-off-by: James Liao > ---

Re: [PATCH v4 2/7] clk: mediatek: Fix rate and dependency of MT8173 clocks

2015-07-24 Thread Daniel Kurtz
On Fri, Jul 24, 2015 at 11:02 AM, James Liao wrote: > Remove the dependency from clk_null, and give all root clocks a > typical rate, include clkph_mck_o, usb_syspll_125m and hdmitx_dig_cts. > > dpi_ck was removed due to no clock reference to it. > > Replace parent clock of infra_cpum with cpum_ck

Re: [PATCH v3 1/4] i2c: tegra: implement slave mode

2015-07-24 Thread Wolfram Sang
> At the begin of my work on this patchset I even denied clock disable call if > slave is registered (to minimize code that can affect transfer). I hacked something like this, but it seems it was not enough. > If only slave mode is used, then this logic is not needed. This is not sufficent. We

[PATCH v12 3/6] drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel

2015-07-24 Thread Jianwei Wang
This adds support for the NEC NL4827HC19-05B 480x272 panel to the DRM simple panel driver. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang Acked-by: Daniel Vetter --- .../bindings/panel/nec,nl4827hc19_05b.txt | 7 ++ drivers/gpu/drm/panel/panel-sim

[PATCH v12 2/6] devicetree: Add NEC to the vendor-prefix list

2015-07-24 Thread Jianwei Wang
NEC represent NEC LCD Technologies, Ltd. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documen

[PATCH v12 5/6] arm/dts/ls1021a: Add a TFT LCD panel dts node

2015-07-24 Thread Jianwei Wang
Add a TFT LCD panel. the TFT LCD panel is WQVGA "480x272", and the bpp is 24. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- arch/arm/boot/dts/ls1021a-twr.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a-twr.dts

[PATCH v12 6/6] MAINTAINERS: add Freescale DCU DRM driver maintainer

2015-07-24 Thread Jianwei Wang
Add Alison and myself as maintainers of the Freescale DCU DRM driver. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6761318..387a84a 100644 --- a/MAINTA

[PATCH v12 4/6] arm/dts/ls1021a: Add DCU dts node

2015-07-24 Thread Jianwei Wang
Add DCU node, DCU is a display controller of Freescale named 2D-ACE. Signed-off-by: Alison Wang Signed-off-by: Xiubo Li Signed-off-by: Jianwei Wang --- arch/arm/boot/dts/ls1021a.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/

[PATCH v12 0/6] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread Jianwei Wang
Resend v12 for lack of patch 0/6 This patchset add support for Two Dimensional Animation and Compositing Engine (2D-ACE) on the Freescale LS102x SoCs. Changed in v12 -Add one patch for MAINTAINER entry for drm/layerscape Adviced by Daniel Vetter -Add #include Changed in V11 -set regmap_config.

[PATCH v12 1/6] drm/layerscape: Add Freescale DCU DRM driver

2015-07-24 Thread Jianwei Wang
This patch add support for Two Dimensional Animation and Compositing Engine (2D-ACE) on the Freescale SoCs. 2D-ACE is a Freescale display controller. 2D-ACE describes the functionality of the module extremely well its name is a value that cannot be used as a token in programming languages. Instead

  1   2   >