Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-22 Thread Olof Johansson
On Fri, Aug 22, 2014 at 02:10:23PM -0700, Andrew Bresticker wrote: > On Fri, Aug 22, 2014 at 1:42 PM, Florian Fainelli > wrote: > > > > On Aug 21, 2014 3:05 PM, "Andrew Bresticker" wrote: > > > > > > To be consistent with other architectures and to avoid unnecessary > > > makefile duplication, m

Re: [PATCH v3 0/7] i2c: Relax mandatory I2C ID table passing

2014-08-22 Thread Wolfram Sang
> > Sure thing, yet I won't make it for 3.17, sadly :( It has high priority > > for 3.18, though. > > Do you want me to re-send now the -rc1 had been released? I think this version will do for an initial review. Thanks, Wolfram signature.asc Description: Digital signature

Re: [PATCH 01/23] fdt: Add functions to query a node's #address- and #size-cells

2014-08-22 Thread Simon Glass
Hi Thierry, On 19 August 2014 07:06, Thierry Reding wrote: > On Tue, Aug 19, 2014 at 06:52:22AM -0600, Simon Glass wrote: >> Hi Theirry, >> >> >> On 19 August 2014 04:59, Thierry Reding wrote: >> >> > On Mon, Aug 18, 2014 at 11:52:36AM -0600, Simon Glass wrote: >> > > Hi Thierry, >> > > >> > > O

Re: [PATCH v5 2/3] mfd: qcom-rpm: Driver for the Qualcomm RPM

2014-08-22 Thread Bjorn Andersson
On Fri, Aug 22, 2014 at 12:50 AM, Lee Jones wrote: > On Thu, 21 Aug 2014, Bjorn Andersson wrote: >> On Thu 21 Aug 06:22 PDT 2014, Lee Jones wrote: >> > > +struct qcom_rpm *dev_get_qcom_rpm(struct device *dev) >> > > +{ >> > > + return dev_get_drvdata(dev); >> > > +} >> > > +EXPORT_SYMBOL(dev_get_q

Re: [PATCH 0/3] ARM: l2c: cache size parsing through device tree

2014-08-22 Thread Florian Fainelli
2014-08-13 16:29 GMT-07:00 Florian Fainelli : > Hi all, > > This patch series adds support for specifying the L2 cache size through Device > Tree using the ePAPR standard 'cache-size' and 'cache-sets' properties. > > The rationale behind these patches is to support Broadcom's BCM63138 DSL SoC > whi

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-22 Thread Andrew Bresticker
On Fri, Aug 22, 2014 at 4:16 PM, Jonas Gorski wrote: > On Sat, Aug 23, 2014 at 12:10 AM, Andrew Bresticker > wrote: >> On Fri, Aug 22, 2014 at 1:57 PM, David Daney wrote: >>> On 08/22/2014 01:42 PM, Florian Fainelli wrote: On Aug 21, 2014 3:05 PM, "Andrew Bresticker" >>>

[PATCH 1/2] dt-bindings: document Rockchip thermal

2014-08-22 Thread Caesar Wang
This add the necessary binding documentation for the thermal found on Rockchip SoCs Signed-off-by: zhaoyifeng Signed-off-by: Caesar Wang --- .../bindings/thermal/rockchip-thermal.txt | 33 1 file changed, 33 insertions(+) create mode 100644 Documentation/device

[PATCH 0/2] Rockchip SoC thermal driver

2014-08-22 Thread Caesar Wang
This series adds support for the thermal Found on Rockhip SoCs. Caesar Wang (2): dt-bindings: document Rockchip thermal thermal: rockchip: add driver for Rockchip thermal Tested on rk3288 Board. .../bindings/thermal/rockchip-thermal.txt | 33 + drivers/thermal/Kconfig

[PATCH 2/2] thermal: rockchip: add driver for Rockchip thermal

2014-08-22 Thread Caesar Wang
Thermal is TS-ADC Controller module supports user-defined mode and automatic mode. User-defined mode refers,TSADC all the control signals entirely by software writing to register for direct control. Automaic mode refers to the module automatically poll TSADC output,and the results Were checked.

Re: [PATCH V6 6/8] drm/bridge: Modify drm_bridge core to support driver model

2014-08-22 Thread Javier Martinez Canillas
Hello Ajay, On Thu, Jul 31, 2014 at 12:58 PM, Thierry Reding wrote: > On Wed, Jul 30, 2014 at 09:33:28PM +0530, Ajay kumar wrote: >> On Wed, Jul 30, 2014 at 8:38 PM, Thierry Reding >> wrote: > [...] >> > I think it should even be possible to do this in more separate steps. >> > For example you

Re: [PATCH 3/3] ARM: dts: Add DT changes for display on peach_pi

2014-08-22 Thread Javier Martinez Canillas
Hello Ajay, On Fri, Jul 25, 2014 at 9:44 PM, Ajay Kumar wrote: > Add DT nodes for panel-simple "auo,b133htn01" panel. > Add backlight enable pin and backlight power supply for pwm-backlight. > Also add panel phandle needed by dp to enable display on peach_pi. > > Signed-off-by: Ajay Kumar > ---

Re: [PATCH 2/3] ARM: dts: Add DT changes for display on peach_pit

2014-08-22 Thread Javier Martinez Canillas
Hello Ajay, On Fri, Jul 25, 2014 at 9:44 PM, Ajay Kumar wrote: > Add DT nodes for ps8622 bridge chip and panel-simple panel. > Add backlight power supply for pwm-backlight. > Also add bridge phandle needed by dp to enable display on peach_pit. > > Note that, peach_pit doesn't support "chunghwa,cl

[PATCH 0/3] Add APM X-Gene SoC RNG device driver

2014-08-22 Thread Feng Kan
Add APM X-Gene SoC RNG device driver. Feng Kan (3): hwrng: xgene: add support for APM X-Gene SoC RNG support Documentation: rng: Add X-Gene SoC RNG driver documentation arm64: dts: add random number generator dts node to APM X-Gene platform. Documentation/devicetree/bindings/rng/apm,rn

[PATCH 3/3] arm64: dts: add random number generator dts node to APM X-Gene platform.

2014-08-22 Thread Feng Kan
This adds random number generator dts node to APM X-Gene platform. Signed-off-by: Feng Kan --- arch/arm64/boot/dts/apm-storm.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch/arm64/boot/dts/apm-storm.dtsi index 40aa96c..6e4

[PATCH 2/3] Documentation: rng: Add X-Gene SoC RNG driver documentation

2014-08-22 Thread Feng Kan
Add X-Gene SoC RNG driver documentation. Signed-off-by: Feng Kan --- Documentation/devicetree/bindings/rng/apm,rng.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/rng/apm,rng.txt diff --git a/Documentation/devicetree/bindings/rn

[PATCH 1/3] hwrng: xgene: add support for APM X-Gene SoC RNG support

2014-08-22 Thread Feng Kan
This adds the APM X-Gene SoC RNG support. Signed-off-by: Feng Kan --- drivers/char/hw_random/Kconfig | 13 ++ drivers/char/hw_random/Makefile| 1 + drivers/char/hw_random/xgene-rng.c | 423 + 3 files changed, 437 insertions(+) create mode 100644 dr

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-22 Thread Jonas Gorski
On Sat, Aug 23, 2014 at 12:10 AM, Andrew Bresticker wrote: > On Fri, Aug 22, 2014 at 1:57 PM, David Daney wrote: >> On 08/22/2014 01:42 PM, Florian Fainelli wrote: >>> >>> On Aug 21, 2014 3:05 PM, "Andrew Bresticker" >> > wrote: >>> > >>> > To be consistent with ot

Re: [PATCH] ARM: dts: DRA7: fix interrupt-cells for GPIO

2014-08-22 Thread Tony Lindgren
* Nishanth Menon [140818 11:49]: > On 07/30/2014 02:20 PM, Nishanth Menon wrote: > > GPIO modules are also interrupt sources. However, they require both the > > GPIO number and IRQ type to function properly. > > > > By declaring that GPIO uses interrupt-cells=<1>, we essentially do not > > allow

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-22 Thread Doug Anderson
Hi, On Fri, Aug 22, 2014 at 3:02 PM, Javier Martinez Canillas wrote: > Hello Mark, > > On 08/22/2014 08:30 PM, Mark Brown wrote: >> >>> The problem is that one of these regulators is used as the vqmmc-supply >>> (VCCQ/VDD_IO) so the mmc host controller driver disables it on >>> MMC_POWER_OFF. Now

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-22 Thread Andrew Bresticker
On Fri, Aug 22, 2014 at 1:57 PM, David Daney wrote: > On 08/22/2014 01:42 PM, Florian Fainelli wrote: >> >> On Aug 21, 2014 3:05 PM, "Andrew Bresticker" > > wrote: >> > >> > To be consistent with other architectures and to avoid unnecessary >> > makefile duplicatio

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-22 Thread Javier Martinez Canillas
Hello Mark, On 08/22/2014 08:30 PM, Mark Brown wrote: > >> The problem is that one of these regulators is used as the vqmmc-supply >> (VCCQ/VDD_IO) so the mmc host controller driver disables it on >> MMC_POWER_OFF. Now AFAIK (Yuvaraj can correct me what I got wrong) this >> shouldn't be an issue

[PATCH v3] ARM: dts: Gateworks GW5520 support (i.MX6)

2014-08-22 Thread Tim Harvey
Add support for the Gateworks GW5520 board. Signed-off-by: Tim Harvey --- Changes in v3: - remove gpiogrp and hog - fix state on pcie reset - remove unused input bindings include Changes in v2: - use GPIO constants - move gpio pins from hoggrp to gpiogrp - use proper pad conf instead of 0x

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-22 Thread Andrew Bresticker
On Fri, Aug 22, 2014 at 1:42 PM, Florian Fainelli wrote: > > On Aug 21, 2014 3:05 PM, "Andrew Bresticker" wrote: > > > > To be consistent with other architectures and to avoid unnecessary > > makefile duplication, move all MIPS device-trees to arch/mips/boot/dts > > and build them with a common m

Re: [PATCH 0/7] MIPS: Move device-tree files to a common location

2014-08-22 Thread David Daney
On 08/22/2014 01:42 PM, Florian Fainelli wrote: On Aug 21, 2014 3:05 PM, "Andrew Bresticker" mailto:abres...@chromium.org>> wrote: > > To be consistent with other architectures and to avoid unnecessary > makefile duplication, move all MIPS device-trees to arch/mips/boot/dts > and build them w

Re: [PATCH 3/3] ARM: zynq: DT: Add Ethernet phys

2014-08-22 Thread Florian Fainelli
2014-08-21 8:49 GMT-07:00 Sören Brinkmann : > On Thu, 2014-08-21 at 01:32PM +0200, Andreas Färber wrote: >> Am 21.08.2014 10:41, schrieb Michal Simek: >> > On 08/20/2014 05:56 PM, Soren Brinkmann wrote: >> >> Add missing Ethernet phys to Zynq DTs. >> >> >> >> Signed-off-by: Soren Brinkmann >> >> -

Re: [PATCH v2 2/3] net: Add Keystone NetCP ethernet driver

2014-08-22 Thread Santosh Shilimkar
On Thursday 21 August 2014 10:48 PM, Stephen Hemminger wrote: > On Fri, 15 Aug 2014 11:12:41 -0400 > Santosh Shilimkar wrote: > >> NetCP driver has a plug-in module architecture where each of the NetCP >> sub-modules exist as a loadable kernel module which plug in to the netcp >> core. These sub-

[PATCH 9/9] arm64: Add new cpu-return-addr device tree binding

2014-08-22 Thread Geoff Levand
Add a new arm64 device tree binding cpu-return-addr. This binding is recomended for all ARM v8 CPUs that have an "enable-method" property value of "spin-table". The value is a 64 bit physical address that secondary CPU execution will transfer to upon CPU shutdown. Signed-off-by: Geoff Levand --

Re: [PATCH v2 0/3] net: Add Keystone NetCP ethernet driver support

2014-08-22 Thread Santosh Shilimkar
Hi David, On Thursday 21 August 2014 07:36 PM, David Miller wrote: > From: Santosh Shilimkar > Date: Fri, 15 Aug 2014 11:12:39 -0400 > >> Update version after incorporating David Miller's comment from earlier >> posting [1]. I would like to get these merged for upcoming 3.18 merge >> window if t

Re: [PATCH] arm: tegra: apalis/colibri t30: fix on-module 5v0 supplies

2014-08-22 Thread Stephen Warren
On 08/22/2014 09:06 AM, Marcel Ziswiler wrote: Working on Gigabit/PCIe support in U-Boot for Apalis T30 I realised that the current device tree source includes for our modules only happen to work due to referencing the on-carrier 5v0 supply from USB which is not at all available on-module. The mo

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-22 Thread Mark Brown
On Fri, Aug 22, 2014 at 07:53:19PM +0200, Javier Martinez Canillas wrote: > On 08/22/2014 04:45 PM, Mark Brown wrote: > > On Fri, Aug 22, 2014 at 02:15:46PM +0200, Javier Martinez Canillas wrote: > >> Mark, any opinions on how this should be solved will be highly appreciated. > > If someone could

[PATCH] of: Fix constantness of of_n_size_cells

2014-08-22 Thread Geoff Levand
The of_n_size_cells() routine only does a read-only operation on the device tree passed in, so add the const keyword to that argument so that of_n_size_cells() can be called with read-only data without casting. Signed-off-by: Geoff Levand --- The following changes since commit 7d1311b93e58ed55f3a

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-22 Thread Javier Martinez Canillas
Hello Mark, On 08/22/2014 04:45 PM, Mark Brown wrote: > On Fri, Aug 22, 2014 at 02:15:46PM +0200, Javier Martinez Canillas wrote: > >> Mark, any opinions on how this should be solved will be highly appreciated. > > If someone could tell me what "this" is that'd help... > Sorry for not being cl

Re: [PATCH v3 1/5] MFD: Add rk808 device tree bindings documentation

2014-08-22 Thread Doug Anderson
Chris, On Thu, Aug 21, 2014 at 6:27 AM, Chris Zhong wrote: > rk808.txt: Add device tree bindings for rockchip's rk808 pmic. > > Signed-off-by: Chris Zhong > > --- > > Changes in v3: > - fix compile err Please make sure to address comments that were made against your v2 version, too. > > Change

Re: [PATCH v2] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Felipe Balbi
On Fri, Aug 22, 2014 at 12:12:19PM -0500, Dan Murphy wrote: > Update the drv260x dt binding document: > - Change the node name to the devices function not the > device name. > - Add vbat-supply to the example. > - Fix indentation of the example. > > Signed-off-by: Dan Murphy Reviewed-by: Felipe

[PATCH v2] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Dan Murphy
Update the drv260x dt binding document: - Change the node name to the devices function not the device name. - Add vbat-supply to the example. - Fix indentation of the example. Signed-off-by: Dan Murphy --- v2 - Address comments on indentation, node declaration, add vbat-supply, removed descripti

Re: [PATCH 1/6] V4L2: Add Renesas R-Car JPEG codec driver.

2014-08-22 Thread Hans Verkuil
On 08/22/2014 01:39 PM, Mikhail Ulianov wrote: > Hi Hans, > > Thanks for your comments. > > I have a question on default width, height and sizeimage values > m2m driver should return in case when we try to run G_FMT on just > opened device. Is there any preferable values? v4l2-compliance tool > w

Re: [PATCH 3/3] ARM: zynq: DT: Add Ethernet phys

2014-08-22 Thread Jason Gunthorpe
On Fri, Aug 22, 2014 at 09:31:20AM -0700, Sören Brinkmann wrote: > > > - the marvell compatible strings are used in our vendor tree. They > > >aren't used anywhere but in our vendor tree. I though keeping them is > > >nice since it identifies the PHY fully. And in case that level of > > >

Re: [PATCH v2] serial: uart: add hw flow control support configuration

2014-08-22 Thread Murali Karicheri
On 08/21/2014 03:33 PM, Peter Hurley wrote: On 08/09/2014 07:28 AM, Murali Karicheri wrote: On 08/08/2014 06:59 PM, Murali Karicheri wrote: On 08/08/2014 06:09 PM, Peter Hurley wrote: On 08/08/2014 05:02 PM, Murali Karicheri wrote: On 08/08/2014 04:44 PM, Peter Hurley wrote: On 08/08/2014 03

Re: [PATCH 3/3] ARM: zynq: DT: Add Ethernet phys

2014-08-22 Thread Sören Brinkmann
On Fri, 2014-08-22 at 10:20AM -0600, Jason Gunthorpe wrote: > On Thu, Aug 21, 2014 at 08:49:19AM -0700, Sören Brinkmann wrote: > > > So my thinkings: > > - the compatible string with the -c22 is used and documented in the phy > >bindings, it should be there. > > Yes > > > - the ID based st

Re: [PATCH v3 2/5] MFD: RK808: Add new mfd driver for RK808

2014-08-22 Thread Dmitry Torokhov
Hi Chris, On Thu, Aug 21, 2014 at 09:30:17PM +0800, Chris Zhong wrote: > The RK808 chip is a power management IC for multimedia and handheld > devices. It contains the following components: > > - Regulators > - RTC > > The rk808 core driver is registered as a platform driver and provides > commu

Re: [PATCH 3/3] ARM: zynq: DT: Add Ethernet phys

2014-08-22 Thread Jason Gunthorpe
On Thu, Aug 21, 2014 at 08:49:19AM -0700, Sören Brinkmann wrote: > So my thinkings: > - the compatible string with the -c22 is used and documented in the phy >bindings, it should be there. Yes > - the ID based strings seem to be not needed since, IIUC, the core >reads the ID from the P

Re: [PATCH v7] ARM: dts: Prepare node labels for exynos5250

2014-08-22 Thread Doug Anderson
Kukjin, On Fri, Aug 22, 2014 at 3:49 AM, Kukjin Kim wrote: > Andreas Färber wrote: >> >> Allows them to be extended by reference. >> >> Reviewed-by: Doug Anderson >> Signed-off-by: Andreas Färber >> --- >> v6 -> v7: >> * Dropped uart* labels (Tomasz Figa) >> >> v6: Split off from Snow/SMDK c

Re: [PATCH 00/24] PM / Domains: Generic OF-based support and cleanups

2014-08-22 Thread Ulf Hansson
On 22 August 2014 14:15, Geert Uytterhoeven wrote: > Hi Ulf, Tomasz, > > On Tue, Jun 10, 2014 at 12:51 PM, Ulf Hansson wrote: >> Parts of this patchset has been posted earlier. To be able to smoothly >> continue >> my work in re-factoring genpd I have collected patches into this patchset. >> >>

Re: [RFC PATCH 0/9] dt: dependencies (for deterministic driver initialization order based on the DT)

2014-08-22 Thread Alexander Holler
Am 22.08.2014 15:19, schrieb Mark Rutland: On Thu, Aug 21, 2014 at 08:19:00PM +0100, Alexander Holler wrote: Am 21.08.2014 16:02, schrieb Thierry Reding: Anyway, those are all fairly standard reasons for where deferred probe triggers, and since I do like deferred probe for it's simplicity and

Re: [PATCH v5] devicetree: Add generic IOMMU device tree bindings

2014-08-22 Thread Will Deacon
Hi Varun, On Tue, Aug 19, 2014 at 01:11:43PM +0100, Varun Sethi wrote: > > I think there's some confusion here. The ARM architected SMMU does not > > perform any StreamID translation -- it sees an incoming ID and uses that to > > lookup a set of translation tables. > > I don't completely agree w

[PATCH] arm: tegra: apalis/colibri t30: fix on-module 5v0 supplies

2014-08-22 Thread Marcel Ziswiler
Working on Gigabit/PCIe support in U-Boot for Apalis T30 I realised that the current device tree source includes for our modules only happen to work due to referencing the on-carrier 5v0 supply from USB which is not at all available on-module. The modules actually contain TPS60150 charge pumps to g

Re: [PATCH 2/2] spi: davinci: support adding delay between transmission

2014-08-22 Thread Mark Brown
On Fri, Aug 22, 2014 at 04:33:09PM +0300, Grygorii Strashko wrote: > On 08/21/2014 09:20 PM, Mark Brown wrote: > > On Thu, Aug 21, 2014 at 06:25:06PM +0300, Grygorii Strashko wrote: > >> +- ti,davinci-spi-wdelay : delay between transmissions. > > I don't understand why this is here - there is alr

Re: [PATCH] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Murphy, Dan
Felipe On 08/22/2014 09:45 AM, Balbi, Felipe wrote: > Hi, > > On Fri, Aug 22, 2014 at 09:25:13AM -0500, Murphy, Dan wrote: >> Felipe >> >> On 08/22/2014 09:15 AM, Balbi, Felipe wrote: >>> On Fri, Aug 22, 2014 at 09:12:21AM -0500, Dan Murphy wrote: Update the drv260x dt binding document:

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-22 Thread Mark Brown
On Fri, Aug 22, 2014 at 02:15:46PM +0200, Javier Martinez Canillas wrote: > Mark, any opinions on how this should be solved will be highly appreciated. If someone could tell me what "this" is that'd help... signature.asc Description: Digital signature

Re: [PATCH] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Felipe Balbi
Hi, On Fri, Aug 22, 2014 at 09:25:13AM -0500, Murphy, Dan wrote: > Felipe > > On 08/22/2014 09:15 AM, Balbi, Felipe wrote: > > On Fri, Aug 22, 2014 at 09:12:21AM -0500, Dan Murphy wrote: > >> Update the drv260x dt binding document: > >> - Change the node name to the devices function not the > >>

Re: Trickle charging for rtc-bq32k

2014-08-22 Thread Pavel Machek
On Fri 2014-08-22 09:28:52, Wolfram Sang wrote: > > > _But_ this should probably be enabled using device tree entry, right? > > Unfortunately, the driver is i2c driver, not platform one, so I don't > > see how to do that easily... > > Trickle charging is usually depending on the hardware setup, s

Re: [PATCH] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Murphy, Dan
Felipe On 08/22/2014 09:15 AM, Balbi, Felipe wrote: > On Fri, Aug 22, 2014 at 09:12:21AM -0500, Dan Murphy wrote: >> Update the drv260x dt binding document: >> - Change the node name to the devices function not the >> device name. >> - Add vbat-supply to the example. >> - Fix indentation of the ex

Re: [PATCH 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-22 Thread Mikhail Ulianov
Hi Laurent, Thanks for your comments. On Thu, 21 Aug 2014 01:01:43 +0200 Laurent Pinchart wrote: > Hi Mikhail, > > Thank you for the patch. > > On Tuesday 19 August 2014 16:50:53 Mikhail Ulyanov wrote: > > Signed-off-by: Mikhail Ulyanov > > --- > > .../devicetree/bindings/media/renesas,jp

Re: [PATCH] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Felipe Balbi
On Fri, Aug 22, 2014 at 09:12:21AM -0500, Dan Murphy wrote: > Update the drv260x dt binding document: > - Change the node name to the devices function not the > device name. > - Add vbat-supply to the example. > - Fix indentation of the example. > > Signed-off-by: Dan Murphy > --- > .../devicetr

[PATCH] doc: dt/bindings: input: Fix drv260x binding document

2014-08-22 Thread Dan Murphy
Update the drv260x dt binding document: - Change the node name to the devices function not the device name. - Add vbat-supply to the example. - Fix indentation of the example. Signed-off-by: Dan Murphy --- .../devicetree/bindings/input/ti,drv260x.txt | 19 ++- 1 file chan

[PATCH 6/6] ARM: dts: dra7-evm: Mark uart1 rxd as wakeup capable

2014-08-22 Thread Nishanth Menon
Mark rxd as wakeupcapable for 115200n8 no hardware-flow control configuration. If h/w flow control is being used, then rts/cts appropriately should be used. Signed-off-by: Nishanth Menon --- arch/arm/boot/dts/dra7-evm.dts |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH 1/6] ARM: dts: OMAP3+: Add PRM interrupt

2014-08-22 Thread Nishanth Menon
Provide OMAP3, 4 and OMAP5 with interrupt number for PRM And for DRA7, provide crossbar number for prm interrupt. Signed-off-by: Nishanth Menon --- arch/arm/boot/dts/dra7.dtsi |1 + arch/arm/boot/dts/omap3.dtsi |1 + arch/arm/boot/dts/omap4.dtsi |1 + arch/arm/boot/dts/omap5.dtsi |

[PATCH 0/6] ARM: dts: OMAP5+: Fixes for pinctrl support

2014-08-22 Thread Nishanth Menon
The following series add the missing dts changes needed for pinctrl to finally work on OMAP5/DRA7. This is part 6/6 series which eventually enables framework for suspend-to-ram and cpuidle for OMAP5 and DRA7. Depends on previous series for pinctrl and PRM fixes for functionality, but is capable o

[PATCH 3/6] ARM: dts: DRA7: switch to compatible pinctrl

2014-08-22 Thread Nishanth Menon
Now that ti,dra7-padconf is available, switch over to that compatible property. Retain pinctrl-single for legacy support. While at it, mark pinctrl as interrupt controller so that it can be used with interrupts-extended property for wakeup events. Signed-off-by: Nishanth Menon --- arch/arm/boot

[PATCH 4/6] ARM: dts: AM437x: switch to compatible pinctrl

2014-08-22 Thread Nishanth Menon
Now that ti,am437-padconf is available, switch over to that compatible property. Retain pinctrl-single for legacy support. While at it, mark the pinctrl as interrupt controller so that it can be used with interrupts-extended property for wakeup events. Signed-off-by: Nishanth Menon --- arch/arm

[PATCH 0/3] pinctrl: Add DRA7/AM437x pinctrl compatibility

2014-08-22 Thread Nishanth Menon
The following series are various fixes and improvements for pinctrl for AM437x and DRA7. It also tries to add documentation for existing pinctrl bindings for Texas Instruments' OMAP SoCs. Functionality depends on the dts update (in series 6), PRM fixes and the pdata quirk changes This is part 4/6

[PATCH 3/3] pinctrl: single: AM437x: Add pinctrl compatibility

2014-08-22 Thread Nishanth Menon
From: Keerthy AM437x pinctrl definitions now differ from traditional 16 bit OMAP pin ctrl definitions, in that all 32 bits are used to describe a single pin Also the location of wakeupenable and event bits have changed. Signed-off-by: Keerthy [n...@ti.com: minor updates] Signed-off-by: Nishant

[PATCH 5/6] ARM: dts: OMAP5/DRA7: switch over to interrupts-extended property for UART

2014-08-22 Thread Nishanth Menon
We've had deeper idle states working on omaps for few years now, but only in the legacy mode. When booted with device tree, the wake-up events did not have a chance to work until commit 3e6cee1786a1 ("pinctrl: single: Add support for wake-up interrupts") that recently got merged. In addition to tha

[PATCH] phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entry

2014-08-22 Thread Sjoerd Simons
Add a MODULE_DEVICE_TABLE call for OF match tables. This allows the module to be autoloaded based on devicetree information. Signed-off-by: Sjoerd Simons --- drivers/phy/phy-exynos5-usbdrd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/phy/phy-exynos5-usbdrd.c b/drivers/phy/phy-ex

[PATCH 2/6] ARM: dts: OMAP5: switch to compatible pinctrl

2014-08-22 Thread Nishanth Menon
Now that ti,omap5-padconf is available, switch over to that compatible property. Retain pinctrl-single for legacy support. While at it, mark pinctrl as interrupt controller so that it can be used with interrupts-extended property for wakeup events. Signed-off-by: Nishanth Menon --- arch/arm/boo

[RFC PATCH 3/4] tty: omap-serial: use threaded interrupt handler

2014-08-22 Thread Frans Klaver
At 3.6Mbaud, with slightly over 2Mbit/s data coming in, we see 1600 uart rx buffer overflows within 30 seconds. Threading the interrupt handling reduces this to about 170 overflows in 10 minutes. In practice this therefore reduces the need for hardware flow control, meaning the sending side doesn'

[PATCH 2/3] pinctrl: single: Add DRA7 pinctrl compatibility

2014-08-22 Thread Nishanth Menon
DRA7 pinctrl definitions now differ from traditional 16 bit OMAP pin ctrl definitions, in that all 32 bits are used to describe a single pin Also the location of wakeupenable and event bits have changed. Signed-off-by: Nishanth Menon --- .../bindings/pinctrl/ti,omap-pinctrl.txt |1

[PATCH 1/3] pinctrl: bindings: Add OMAP pinctrl binding

2014-08-22 Thread Nishanth Menon
Add basic skeleton of OMAP pinctrl bindings. This is compatible with pinctrl,single bindings and is meant purely as a reference point. Signed-off-by: Nishanth Menon --- .../bindings/pinctrl/ti,omap-pinctrl.txt |9 + 1 file changed, 9 insertions(+) create mode 100644 Docum

Re: [PATCH 1/6] V4L2: Add Renesas R-Car JPEG codec driver.

2014-08-22 Thread Mikhail Ulianov
Hi Hans, Thanks for your comments. I have a question on default width, height and sizeimage values m2m driver should return in case when we try to run G_FMT on just opened device. Is there any preferable values? v4l2-compliance tool want it to be non zero, but at that moment we have no informatio

Re: [PATCH 2/2] spi: davinci: support adding delay between transmission

2014-08-22 Thread Grygorii Strashko
Hi Mark, On 08/21/2014 09:20 PM, Mark Brown wrote: > On Thu, Aug 21, 2014 at 06:25:06PM +0300, Grygorii Strashko wrote: > >> +- ti,davinci-spi-wdelay : delay between transmissions. > > I don't understand why this is here - there is already standard support > in the SPI core for client drivers sp

Re: [RFC PATCH 0/9] dt: dependencies (for deterministic driver initialization order based on the DT)

2014-08-22 Thread Mark Rutland
On Thu, Aug 21, 2014 at 08:19:00PM +0100, Alexander Holler wrote: > Am 21.08.2014 16:02, schrieb Thierry Reding: > > > Anyway, those are all fairly standard reasons for where deferred probe > > triggers, and since I do like deferred probe for it's simplicity and > > reliability I'd rather not try

[PATCH] dt-bindings/mfs/palmas.h: Fix typo in include guard

2014-08-22 Thread Rasmus Villemoes
Signed-off-by: Rasmus Villemoes --- include/dt-bindings/mfd/palmas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dt-bindings/mfd/palmas.h b/include/dt-bindings/mfd/palmas.h index 2c8ac48..f4db7df 100644 --- a/include/dt-bindings/mfd/palmas.h +++ b/include/dt-bi

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

2014-08-22 Thread Liviu Dudau
On Thu, Aug 21, 2014 at 11:08:48PM -0500, Rob Herring wrote: > On Tue, Aug 12, 2014 at 11:25 AM, 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 exp

Re: [PATCH v9 12/12] PCI: Introduce pci_remap_iospace() for remapping PCI I/O bus resources into CPU space

2014-08-22 Thread Liviu Dudau
On Thu, Aug 21, 2014 at 11:16:16PM -0500, Rob Herring wrote: > On Tue, Aug 12, 2014 at 11:25 AM, Liviu Dudau wrote: > > Introduce a default implementation for remapping PCI bus I/O resources > > onto the CPU address space. Architectures with special needs may > > provide their own version, but mos

Re: [PATCH v9 1/2] regulator: Add driver for max77802 PMIC PMIC regulators

2014-08-22 Thread Javier Martinez Canillas
Hello Yuvaraj, On 08/22/2014 08:01 AM, Yuvaraj Cd wrote: >> + >> +static int max77802_pmic_probe(struct platform_device *pdev) >> +{ >> + struct max77686_dev *iodev = dev_get_drvdata(pdev->dev.parent); >> + struct max77686_platform_data *pdata = dev_get_platdata(iodev->dev); >> +

Re: [PATCH 00/24] PM / Domains: Generic OF-based support and cleanups

2014-08-22 Thread Geert Uytterhoeven
Hi Ulf, Tomasz, On Tue, Jun 10, 2014 at 12:51 PM, Ulf Hansson wrote: > Parts of this patchset has been posted earlier. To be able to smoothly > continue > my work in re-factoring genpd I have collected patches into this patchset. > > The complete patchset is available at the linux-pm_linux-next_

Re: [PATCH v7] ARM: dts: Prepare node labels for exynos5250

2014-08-22 Thread Andreas Färber
Am 22.08.2014 12:49, schrieb Kukjin Kim: > Andreas Färber wrote: >> >> Allows them to be extended by reference. >> >> Reviewed-by: Doug Anderson >> Signed-off-by: Andreas Färber >> --- >> v6 -> v7: >> * Dropped uart* labels (Tomasz Figa) >> >> v6: Split off from Snow/SMDK cleanups (Doug Anders

Re: [PATCH v2 0/9] Tegra xHCI support

2014-08-22 Thread Tomeu Vizoso
On 21 August 2014 19:26, Andrew Bresticker wrote: > On Thu, Aug 21, 2014 at 6:34 AM, Tomeu Vizoso wrote: >> On 18 August 2014 19:08, Andrew Bresticker wrote: >>> >>> Tested on Venice2, Jetson TK1, and Big with a variety of USB2.0 and >>> USB3.0 memory sticks and ethernet dongles using controller

Re: [RESEND PATCH v2 1/4] irqchip: gic: Change irq type check when extension is present

2014-08-22 Thread Marc Zyngier
Hi Joe, On 13/08/14 03:11, Joe.C wrote: > From: "Joe.C" > > GIC supports the combination with external extensions. But this > is not reflected in the checks of the interrupt type flag. > This patch allows interrupt types other than the one supported by GIC, > if an architecture extension is pres

RE: [PATCH v7] ARM: dts: Prepare node labels for exynos5250

2014-08-22 Thread Kukjin Kim
Andreas Färber wrote: > > Allows them to be extended by reference. > > Reviewed-by: Doug Anderson > Signed-off-by: Andreas Färber > --- > v6 -> v7: > * Dropped uart* labels (Tomasz Figa) > > v6: Split off from Snow/SMDK cleanups (Doug Anderson) > > arch/arm/boot/dts/exynos5250.dtsi | 16 +

RE: [PATCHv2 4/6] dt-bindings: arm: add Freescale LS1021A SoC device tree binding

2014-08-22 Thread Jingchang Lu
>-Original Message- >From: Diana Craciun [mailto:diana.crac...@freescale.com] >Sent: Wednesday, August 20, 2014 8:35 PM >To: Lu Jingchang-B35083 >Cc: Guo Shawn-R65073; mark.rutl...@arm.com; devicetree@vger.kernel.org; >linux-arm-ker...@lists.infradead.org >Subject: Re: [PATCHv2 4/6] dt-bi

[PATCH v5 2/2] devicetree: Add Cadence WDT devicetree bindings documentation

2014-08-22 Thread Harini Katakam
Add cadence-wdt bindings documentation. Signed-off-by: Harini Katakam --- v5 changes: No changes v4 changes: - Change name of property "reset" to "reset-on-timeout". - Use cdns compatible string in example. - Improve description of clocks and interrupts. v3 changes: - Change reset property typ

[PATCH v5 1/2] watchdog: Add Cadence WDT driver

2014-08-22 Thread Harini Katakam
Add Cadence WDT driver. This is used by Xilinx Zynq. Signed-off-by: Harini Katakam --- v5 changes: - Add dependency on ARM v4 changes: - Change name of property "reset" to "reset-on-timeout". v3 changes: - Make rst a boolean and use of_property_read_boolean. - Use only cdns compatible string.

Re: [RFC PATCH 5/6] rtc: rtc-isl12022: Change vendor prefix for Intersil Corporation to isil

2014-08-22 Thread Philipp Zabel
Am Mittwoch, den 20.08.2014, 10:43 +0200 schrieb Philipp Zabel: > Currently there is a wild mixture of isl, isil, and intersil > compatibles in the kernel. At this point, changing the vendor > symbol to the most often used variant, which is equal to the > NASDAQ symbol, isil, should not hurt, since

Re: [PATCH v2 1/5] ARM: shmobile: r8a7740: document MSTP clock support

2014-08-22 Thread Simon Horman
On Fri, Aug 22, 2014 at 09:44:09AM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Fri, Aug 22, 2014 at 3:04 AM, Simon Horman wrote: > > On Mon, Aug 11, 2014 at 10:12:14AM +0900, Simon Horman wrote: > >> On Fri, Aug 08, 2014 at 04:23:08PM +0200, Ulrich Hecht wrote: > >> > Signed-off-by: Ulric

Re: [PATCH v4 1/2] watchdog: Add Cadence WDT driver

2014-08-22 Thread Harini Katakam
Hi Guenter, On Fri, Aug 22, 2014 at 1:03 PM, Guenter Roeck wrote: > On Thu, Aug 21, 2014 at 11:57:22AM -0700, Guenter Roeck wrote: >> On Thu, Jul 31, 2014 at 12:10:54PM +0530, Harini Katakam wrote: >> > Add Cadence WDT driver. This is used by Xilinx Zynq. >> > >> > Signed-off-by: Harini Katakam

Re: [PATCH v5 2/3] mfd: qcom-rpm: Driver for the Qualcomm RPM

2014-08-22 Thread Lee Jones
On Thu, 21 Aug 2014, Bjorn Andersson wrote: > On Thu 21 Aug 06:22 PDT 2014, Lee Jones wrote: > > > +struct qcom_rpm *dev_get_qcom_rpm(struct device *dev) > > > +{ > > > + return dev_get_drvdata(dev); > > > +} > > > +EXPORT_SYMBOL(dev_get_qcom_rpm); > > > > No need for this at all. Use dev_get_drv

Re: [PATCH 5/8] pinctrl: add driver for MB86S7x

2014-08-22 Thread Jassi Brar
On 22 July 2014 21:41, Linus Walleij wrote: > On Sun, Jul 13, 2014 at 8:31 AM, Mollie Wu wrote: > >> +static int >> +mb86s70_pmx_enable(struct pinctrl_dev *pctl, >> + unsigned func_selector, unsigned group_selector) >> +{ >> + struct mb86s70_pmux_chip *pchip = pinctrl_dev_

Re: [PATCH v2] ARM: dts: Gateworks GW5520 support (i.MX6)

2014-08-22 Thread Shawn Guo
On Thu, Aug 21, 2014 at 08:55:06PM -0700, Tim Harvey wrote: > +&iomuxc { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_hog>; DTC arch/arm/boot/dts/imx6dl-gw552x.dtb ERROR (phandle_references): Reference to non-existent node or label "pinctrl_hog" > + > + imx6qdl-gw55

Re: [PATCH] ARM: dts: Gateworks GW5520 support (i.MX6)

2014-08-22 Thread Shawn Guo
On Tue, Aug 19, 2014 at 08:17:03AM -0700, Tim Harvey wrote: > Do you know of any appropriate bindings for a USB hub reset signal? > This does get configured and used properly in the bootloader but I > thought the common belief was that GPIO's should get configured in the > kernel as well (and of co

Re: [PATCH v2 1/5] ARM: shmobile: r8a7740: document MSTP clock support

2014-08-22 Thread Geert Uytterhoeven
Hi Simon, On Fri, Aug 22, 2014 at 3:04 AM, Simon Horman wrote: > On Mon, Aug 11, 2014 at 10:12:14AM +0900, Simon Horman wrote: >> On Fri, Aug 08, 2014 at 04:23:08PM +0200, Ulrich Hecht wrote: >> > Signed-off-by: Ulrich Hecht >> >> Acked-by: Simon Horman >> >> Mike, could you consider taking thi

Re: [PATCH v4 1/2] watchdog: Add Cadence WDT driver

2014-08-22 Thread Guenter Roeck
On Thu, Aug 21, 2014 at 11:57:22AM -0700, Guenter Roeck wrote: > On Thu, Jul 31, 2014 at 12:10:54PM +0530, Harini Katakam wrote: > > Add Cadence WDT driver. This is used by Xilinx Zynq. > > > > Signed-off-by: Harini Katakam > > Reviewed-by: Guenter Roeck Hah, that was too fast. The driver caus