[PATCH 3/3] dt: cap1106 active-high property addition

2014-09-20 Thread Matt Ranostay
Documenting the microchip,active-high property for interrupt pin behavior. Signed-off-by: Matt Ranostay --- Documentation/devicetree/bindings/input/cap1106.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/input/cap1106.txt b/Documentation/devicetree/

[PATCH 2/3] cap1106: support for active-high interrupt option

2014-09-20 Thread Matt Ranostay
Some applications need to use the active-high push-pull interrupt option. This allows it be enabled in the device tree child node. Signed-off-by: Matt Ranostay --- drivers/input/keyboard/cap1106.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/input/keyboard/cap1106.c b/driver

[PATCH 1/3] cap1106: Add support for various cap11xx devices

2014-09-20 Thread Matt Ranostay
Several other variants of the cap11xx device exists with a varying number of capacitance detection channels. Add support for creating the channels dynamically. Signed-off-by: Matt Ranostay --- drivers/input/keyboard/cap1106.c | 54 +++- 1 file changed, 26 inse

[PATCH 0/3] cap1106: add support for cap11xx variants

2014-09-20 Thread Matt Ranostay
These patches enable using cap11xx devices that have different number of capacitance channels, and using active-high on the interrupt output. Matt Ranostay (3): cap1106: Add support for various cap11xx devices cap1106: support for active-high interrupt option dt: cap1106 active-high property

Re: [RFC PATCH v2 00/16] Add ACPI _DSD and unified device properties support

2014-09-20 Thread Rafael J. Wysocki
On Tuesday, September 16, 2014 02:52:31 PM Mika Westerberg wrote: > This is a second revision of the patches first submitted here [1]. > > The recent publication of the ACPI 5.1 specification [2] adds a reserved name > for Device Specific Data (_DSD, Section 6.2.5). This mechanism allows for > pas

Re: [PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes

2014-09-20 Thread Sebastian Hesselbarth
On 09/20/2014 08:06 PM, Sebastian Hesselbarth wrote: > Currently, Armada XP PCIe nodes are numbered pcie@,0 with N just > incrementing. To reflect port/lane relationship, rename the nodes > to pcie@,. While at it, add node aliases to each of pcie > controller and port nodes and get rid of now redun

[no subject]

2014-09-20 Thread M.K-YIN
-- I have a portfolio project for you. Regards, M.K-YIN -- -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v5 06/11] i2c: core: Convert to dev_pm_domain_attach|detach()

2014-09-20 Thread Rafael J. Wysocki
On Saturday, September 20, 2014 02:23:19 PM Wolfram Sang wrote: > > --bAmEntskrkuBymla > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri, Sep 19, 2014 at 08:27:39PM +0200, Ulf Hansson wrote: > > Previously only the

Re: [RFC PATCH] gpio: add GPIO hogging mechanism

2014-09-20 Thread Ben Gamari
Ben Gamari writes: > Hi Boris, > > I'm just returning to this now. > > > Greg Kroah-Hartman writes: > >> I don't understand what makes GPIO's "special" enough to get included in >> the driver core like this, and called for each and every device that is >> added to the system. >> > I'm also a bit

Re: [RFC PATCH] gpio: add GPIO hogging mechanism

2014-09-20 Thread Ben Gamari
Hi Boris, I'm just returning to this now. Greg Kroah-Hartman writes: > I don't understand what makes GPIO's "special" enough to get included in > the driver core like this, and called for each and every device that is > added to the system. > I'm also a bit confused why GPIOs ended up in the d

[PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes

2014-09-20 Thread Sebastian Hesselbarth
Currently, Armada XP PCIe nodes are numbered pcie@,0 with N just incrementing. To reflect port/lane relationship, rename the nodes to pcie@,. While at it, add node aliases to each of pcie controller and port nodes and get rid of now redundant port/lane comments. Signed-off-by: Sebastian Hesselbart

[PATCH 4/5] ARM: mvebu: armada-xp: Use PCIe node aliases

2014-09-20 Thread Sebastian Hesselbarth
Armada XP pcie controller and port nodes gained aliases, make use of them. Signed-off-by: Sebastian Hesselbarth --- Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Bjorn Helgaas Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: Thomas Peta

[PATCH 5/5] ARM: mvebu: armada-xp: Configure ix4-300d PCIe0 to x4

2014-09-20 Thread Sebastian Hesselbarth
The PCIe controller on Port 0 of Lenovo ix4-300d is configured as quad-lane x4. Correct the marvell,pcie-lane property accordingly. Signed-off-by: Sebastian Hesselbarth --- Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Bjorn Helgaas Cc: Jason Coope

[PATCH 2/5] PCI: mvebu: Count number of lanes

2014-09-20 Thread Sebastian Hesselbarth
Some PCIe controllers found on Armada XP SoCs can be configured as either four single-lane x1 or one quad-lane x4 PCIe. Although we are not (yet) interested in the physical configuration of the PCIe controller, we will need it when proper PHY support for PCIe is added. Adapt the driver to the amend

[PATCH 1/5] PCI: mvebu: Amend PCIe controler node documentation

2014-09-20 Thread Sebastian Hesselbarth
Some PCIe controllers found on Armada XP SoCs can be configured as either four single-lane x1 or one quad-lane x4 PCIe. The current binding documentation is a bit unclear about it, so amend the property description of "marvell,pcie-lane" to allow multiple lanes to be passed. Also, rework the bindin

Re: [PATCH v11 07/10] OF: Introduce helper function for getting PCI domain_nr

2014-09-20 Thread Rob Herring
On 09/17/2014 08:30 PM, Liviu Dudau wrote: > Add of_pci_get_domain_nr() to retrieve the PCI domain number > of a given device from DT. If the information is not present, > the function can be requested to allocate a new domain number. > > Cc: Bjorn Helgaas > Cc: Arnd Bergmann > Cc: Grant Likely

Re: [PATCH v11 04/10] PCI: OF: Fix the conversion of IO ranges into IO resources.

2014-09-20 Thread Rob Herring
On 09/17/2014 08:30 PM, Liviu Dudau wrote: > The ranges property for a host bridge controller in DT describes > the mapping between the PCI bus address and the CPU physical address. > The resources framework however expects that the IO resources start > at a pseudo "port" address 0 (zero) and have

[V8 1/2] irqchip: gic: Add support for multiple MSI for ARM64

2014-09-20 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit This patch implelments the ARM64 version of arch_setup_msi_irqs(), which does not return 1 for when PCI_CAP_ID_MSI and nvec > 1. Signed-off-by: Suravee Suthikulpanit Acked-by: Marc Zyngier Cc: Mark Rutland Cc: Jason Cooper Cc: Catalin Marinas Cc: Will Deacon ---

[V8 2/2] irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X)

2014-09-20 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit ARM GICv2m specification extends GICv2 to support MSI(-X) with a new set of register frame. This patch introduces support for the non-secure GICv2m register frame. Currently, GICV2m is available in certain version of GIC-400. The patch introduces a new property in ARM

[V8 0/2] irqchip: gic: Introduce ARM GICv2m MSI(-X) support

2014-09-20 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit This patch set introduces support for MSI(-X) in GICv2m specification, which is implemented in some variation of GIC400. This depends on and has been tested with the following patch set which implements PCI supports for ARM64: [PATCH v11 00/10] Support for creati

Re: [PATCH v3 0/6] Migrate PXA27x platforms to clock framework

2014-09-20 Thread Robert Jarzmik
Mike Turquette writes: > Quoting Arnd Bergmann (2014-08-24 05:08:19) >> On Sunday 24 August 2014, Robert Jarzmik wrote: >> > > By default, I'd expect Haojian to pick up the patches and send >> > > us a pull request. He sent an Ack, but also didn't make it clear >> > > that we should pick them up.

Re: [PATCH v3 1/2] bcma: register bcma as device tree driver

2014-09-20 Thread Varka Bhadram
On Saturday 20 September 2014 09:13 PM, Hauke Mehrtens wrote: On 09/20/2014 05:40 PM, Varka Bhadram wrote: On Saturday 20 September 2014 06:32 PM, Hauke Mehrtens wrote: This driver is used by the bcm53xx ARM SoC code. Now it is possible to give the address of the chipcommon core in device tree

Re: [PATCH v3 1/2] bcma: register bcma as device tree driver

2014-09-20 Thread Hauke Mehrtens
On 09/20/2014 05:40 PM, Varka Bhadram wrote: > On Saturday 20 September 2014 06:32 PM, Hauke Mehrtens wrote: >> This driver is used by the bcm53xx ARM SoC code. Now it is possible to >> give the address of the chipcommon core in device tree and bcma will >> search for all the other cores. > > (...

Re: [PATCH v3 1/2] bcma: register bcma as device tree driver

2014-09-20 Thread Varka Bhadram
On Saturday 20 September 2014 06:32 PM, Hauke Mehrtens wrote: This driver is used by the bcm53xx ARM SoC code. Now it is possible to give the address of the chipcommon core in device tree and bcma will search for all the other cores. (...) + +static const struct of_device_id bcma_host_soc_of_

Re: [PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-09-20 Thread Javier Martinez Canillas
[adding Kukjin as cc] Hello Ajay, On Sat, Sep 20, 2014 at 1:22 PM, Ajay kumar wrote: >> Generally speaking, I sense that we have different views of how display >> devices and drivers are structured. You say "If some XYZ platform wishes >> to pick the DT node via a different method, they are alwa

Re: [PATCH V3 3/3] mfd: palmas: Add support for optional wakeup

2014-09-20 Thread Tony Lindgren
* Thomas Gleixner [140919 19:08]: > On Fri, 19 Sep 2014, Tony Lindgren wrote: > > * Thomas Gleixner [140919 12:47]: > > > Why on earth are you wanting tasklets in there? That's just silly, > > > really. > > > > Lack of a framework on driver side to cope with this in a generic > > way? :p > > So

[PATCH 1/2] net: stmmac: add Amlogic Meson glue layer

2014-09-20 Thread Beniamino Galvani
The Ethernet controller available in Meson6 and Meson8 SoCs is a Synopsys DesignWare MAC IP core, already supported by the stmmac driver. This glue layer implements some platform-specific settings needed by the Amlogic variant. Signed-off-by: Beniamino Galvani --- drivers/net/ethernet/stmicro/s

[PATCH 2/2] net: stmmac: meson: document device tree bindings

2014-09-20 Thread Beniamino Galvani
Add the device tree bindings documentation for the Amlogic Meson variant of the Synopsys DesignWare MAC. Signed-off-by: Beniamino Galvani --- .../devicetree/bindings/net/meson-dwmac.txt| 25 ++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicet

net: stmmac glue layer for Amlogic Meson SoCs

2014-09-20 Thread Beniamino Galvani
Hi, the Ethernet controller available in Amlogic Meson6 and Meson8 SoCs is a Synopsys DesignWare MAC IP core, already supported by the stmmac driver. These patches add a glue layer to the driver for the platform-specific settings required by the Amlogic variant. This has been tested on a Amlogic

Re: [PATCH v3 1/2] bcma: register bcma as device tree driver

2014-09-20 Thread Rafał Miłecki
On 20 September 2014 15:02, Hauke Mehrtens wrote: > This driver is used by the bcm53xx ARM SoC code. Now it is possible to > give the address of the chipcommon core in device tree and bcma will > search for all the other cores. Looks fine, thanks! -- To unsubscribe from this list: send the line "

[PATCH v3 1/2] bcma: register bcma as device tree driver

2014-09-20 Thread Hauke Mehrtens
This driver is used by the bcm53xx ARM SoC code. Now it is possible to give the address of the chipcommon core in device tree and bcma will search for all the other cores. Signed-off-by: Hauke Mehrtens --- Documentation/devicetree/bindings/bus/bcma.txt | 39 drivers/bcma/bcma_privat

[PATCH v3 2/2] bcma: get IRQ numbers from dt

2014-09-20 Thread Hauke Mehrtens
It is not possible to auto detect the irq numbers used by the cores on an arm SoC. If bcma was registered with device tree it will search for some device tree nodes with the irq number and add it to the core configuration. Signed-off-by: Hauke Mehrtens --- drivers/bcma/main.c | 49 ++

Re: [PATCH v5 06/11] i2c: core: Convert to dev_pm_domain_attach|detach()

2014-09-20 Thread Wolfram Sang
On Fri, Sep 19, 2014 at 08:27:39PM +0200, Ulf Hansson wrote: > Previously only the ACPI PM domain was supported by the i2c bus. > > Let's convert to the common attach/detach functions for PM domains, > which currently means we are extending the support to include the > generic PM domain as well. >

Re: [PATCH 0/4] Add initial support for pinctrl on Exynos7

2014-09-20 Thread Alim Akhtar
Hi Abhilash, On Sat, Sep 13, 2014 at 2:20 PM, Abhilash Kesavan wrote: > The following patches are tested based on Kgene's for-next tree. > https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next > > Following patches are required for this series: > 1- "tty/serial: fix

Re: [PATCH] i2c: axxia: Add I2C driver for AXM55xx

2014-09-20 Thread Wolfram Sang
Hi, thanks for the submission. On Mon, Aug 25, 2014 at 01:51:22PM +0200, Anders Berg wrote: > Add I2C bus driver for the controller found in the LSI Axxia family SoCs. The > driver implements 10-bit addressing and SMBus transfer modes via emulation > (including SMBus block data read). > > Signed

Re: [PATCH 4/4] arm64: dts: Add initial pinctrl support to EXYNOS7

2014-09-20 Thread Alim Akhtar
Hi Abhilash, On Sat, Sep 13, 2014 at 2:20 PM, Abhilash Kesavan wrote: > From: Naveen Krishna Chatradhi > > Add intial pin configuration nodes for EXYNOS7. > > Signed-off-by: Naveen Krishna Chatradhi > Signed-off-by: Abhilash Kesavan > Cc: Rob Herring > Cc: Catalin Marinas > Cc: Tomasz Figa

Re: [PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-09-20 Thread Ajay kumar
On Fri, Sep 19, 2014 at 7:58 PM, Tomi Valkeinen wrote: > On 19/09/14 16:59, Ajay kumar wrote: > >> I am not really able to understand, what's stopping us from using this >> bridge on a board with "complex" display connections. To use ps8622 driver, >> one needs to "attach" it to the DRM framework.

Re: [PATCH v4 0/2] mtd: nand: add sunxi NAND flash controller support

2014-09-20 Thread Boris BREZILLON
Hi Brian, On Fri, 19 Sep 2014 21:34:38 -0700 Brian Norris wrote: > Hi Boris, > > On Mon, Aug 18, 2014 at 07:26:26PM +0200, Boris BREZILLON wrote: > > This patch series adds support for the sunxi NAND Flash Controller (NFC) > > block. > > > > These two patches only add support for the basic NAN

Re: [PATCH v2 3/3] ARM: dts: sun8i: Add DMA controller node

2014-09-20 Thread Maxime Ripard
On Thu, Sep 18, 2014 at 11:24:40AM +0800, Chen-Yu Tsai wrote: > Add the DMA controller node and DMA bindings to the supported devices. > > Signed-off-by: Chen-Yu Tsai Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.

Re: [PATCH v2 2/3] dmaengine: sun6i: Add support for Allwinner A23 (sun8i) variant

2014-09-20 Thread Maxime Ripard
On Thu, Sep 18, 2014 at 11:24:39AM +0800, Chen-Yu Tsai wrote: > The A23 SoC has the same dma engine as the A31 (sun6i), with a > reduced amount of endpoints and physical channels. Add the proper > config data and compatible string to support it. > > A slight difference in sun8i is an undocumented

Re: [PATCH 6/7] ARM: dts: sun6i: Add required ahb1 clock parent and rates for dma controller

2014-09-20 Thread Maxime Ripard
On Wed, Sep 17, 2014 at 12:01:46AM +0800, Chen-Yu Tsai wrote: > On Tue, Sep 16, 2014 at 11:48 PM, Maxime Ripard > wrote: > > On Fri, Sep 12, 2014 at 10:10:25AM +0800, Chen-Yu Tsai wrote: > >> On Fri, Sep 12, 2014 at 5:15 AM, Maxime Ripard > >> wrote: > >> > On Sat, Sep 06, 2014 at 06:47:27PM +080

Re: [PATCH 7/8] ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d

2014-09-20 Thread Sebastian Hesselbarth
On 09/19/2014 10:14 PM, Sebastian Hesselbarth wrote: > There is an I2C eeprom connected on Lenovo ix4-300d, add the > corresponding node. > > Signed-off-by: Sebastian Hesselbarth > --- ... > --- > arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 5 + > 1 file changed, 5 insertions(+) > > d

Re: [PATCH] i2c designware add support of I2C standard mode

2014-09-20 Thread Wolfram Sang
On Wed, Aug 20, 2014 at 04:29:08PM +0200, Romain Baeriswyl wrote: > From: Romain Baeriswyl > > Some legacy devices support ony I2C standard mode at 100kHz. > This patch allows to select the standard mode through the DTS > with the use of the existing clock-frequency parameter. > > When clock-fre

[PATCH 3/3] spi: clps711x: dts: Add bindings documentation for the CLPS711X SPI driver

2014-09-20 Thread Alexander Shiyan
This patch adds the devicetree documentation for the Cirrus Logic CLPS711X SPI driver. Signed-off-by: Alexander Shiyan --- .../devicetree/bindings/spi/spi-clps711x.txt | 20 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/sp