Re: [PATCH 1/5] arm: dts: omap3-gta04: Add missing nodes to fully describe gta04 board

2014-07-17 Thread Joachim Eastwood
On 16 July 2014 09:17, Dr. H. Nikolaus Schaller wrote: > Am 15.07.2014 um 14:45 schrieb Joachim Eastwood: > >> Hi Marek, >> >> You seem to add some DT nodes for hw that doesn't have drivers in >> mainline. I think you should leave those out until the driver itself >> is upstream and the bindings f

Re: [PATCH V5 05/12] Documentation: Add DT bindings for panel-lvds driver

2014-07-17 Thread Ajay kumar
Hi Thierry, Thanks for your comments. On Fri, Jul 18, 2014 at 4:18 AM, Thierry Reding wrote: > On Fri, Jul 18, 2014 at 02:20:39AM +0530, Ajay kumar wrote: >> +devicetree@vger.kernel.org >> >> On Fri, Jul 18, 2014 at 2:13 AM, Ajay Kumar wrote: >> > Add DT binding documentation for panel-lvds dri

Re: [v3 PATCH 1/6] drivers: reset: TI: SoC reset controller support.

2014-07-17 Thread Lothar Waßmann
Hi, Dan Murphy wrote: > The TI SoC reset controller support utilizes the > reset controller framework to give device drivers or > function drivers a common set of APIs to call to reset > a module. > > The reset-ti is a common interface to the reset framework. > The register data is retrieved dur

Re: [RFC] cpufreq: Add bindings for CPU clock sharing topology

2014-07-17 Thread Viresh Kumar
On 18 July 2014 11:47, Olof Johansson wrote: > Why complicate it by using two properties? > > If there is no property, then the CPUs are assumed to be controlled > independently. > > if there is a clock-master = property, then that points at > the cpu that is the main one controlling clock for th

Re: [RFC] cpufreq: Add bindings for CPU clock sharing topology

2014-07-17 Thread Olof Johansson
On Thu, Jul 17, 2014 at 10:35 PM, Viresh Kumar wrote: > Clock lines may or may not be shared among different CPUs on a platform. When > clock lines are shared between CPUs, they change DVFS state together. > > Possible configurations: > > 1.) All CPUs share a single clock line. > 2.) All CPUs have

[PATCHv6 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean

2014-07-17 Thread Chanwoo Choi
This patchset support Exynos3250 ADC (Analog Digital Converter) because Exynos3250 has additional special clock for ADC IP. Changes from v5: - Add acked message by Kukjin Kim - Add reviewed messgae by Tomasz Figa - Fix typo (for for -> for) Changes from v4: - Use 'exynos_adc_data' structure inste

[PATCHv6 4/4] ARM: dts: Fix wrong compatible string for Exynos3250 ADC

2014-07-17 Thread Chanwoo Choi
This patchset fix wrong compatible string for Exynos3250 ADC. Exynos3250 SoC need to control only special clock for ADC. Exynos SoC except for Exynos3250 has not included special clock for ADC. The exynos ADC driver can control special clock if compatible string is 'exynos3250-adc-v2'. Signed-off-

[PATCHv6 2/4] iio: adc: exynos_adc: Control special clock of ADC to support Exynos3250 ADC

2014-07-17 Thread Chanwoo Choi
This patch control special clock for ADC in Exynos series's FSYS block. If special clock of ADC is registerd on clock list of common clk framework, Exynos ADC drvier have to control this clock. Exynos3250/Exynos4/Exynos5 has 'adc' clock as following: - 'adc' clock: bus clock for ADC Exynos3250 ha

[PATCHv6 1/4] iio: adc: exynos_adc: Add exynos_adc_data structure to improve readability

2014-07-17 Thread Chanwoo Choi
This patchset add 'exynos_adc_data' structure which includes some functions to control ADC operation and specific data according to ADC version (v1 or v2). Signed-off-by: Chanwoo Choi Acked-by: Kyungmin Park Reviewed-by: Naveen Krishna Chatradhi Reviewed-by: Tomasz Figa --- drivers/iio/adc/ex

[PATCHv6 3/4] iio: devicetree: Add DT binding documentation for Exynos3250 ADC

2014-07-17 Thread Chanwoo Choi
This patch add DT binding documentation for Exynos3250 ADC IP. Exynos3250 has special clock ('sclk_adc') for ADC which provide clock to internal ADC. Signed-off-by: Chanwoo Choi Acked-by: Kyungmin Park Reviewed-by: Naveen Krishna Chatradhi Reviewed-by: Tomasz Figa Acked-by: Kukjin Kim --- ..

[RFC] cpufreq: Add bindings for CPU clock sharing topology

2014-07-17 Thread Viresh Kumar
Clock lines may or may not be shared among different CPUs on a platform. When clock lines are shared between CPUs, they change DVFS state together. Possible configurations: 1.) All CPUs share a single clock line. 2.) All CPUs have independent clock lines. 3.) CPUs within a group/cluster share clo

[PATCH v9 2/3] ASoC: add es8328 codec driver

2014-07-17 Thread Sean Cross
Add a codec driver for the Everest ES8328. It supports two separate audio outputs and two separate audio inputs. Signed-off-by: Sean Cross --- Documentation/devicetree/bindings/sound/es8328.txt | 38 + sound/soc/codecs/Kconfig | 13 + sound/soc/codecs/Makefile

[PATCH v9 3/3] ASoC: fsl: add imx-es8328 machine driver

2014-07-17 Thread Sean Cross
This adds an initial machine driver for the ES8328 audio codec on Freescale boards. The driver supports headphones and an audio regulator for an onboard speaker amp. Signed-off-by: Sean Cross --- .../devicetree/bindings/sound/imx-audio-es8328.txt | 61 ++ sound/soc/fsl/Kconfig

[PATCH v9 1/3] devicetree: bindings: Add Everest Semicodunctor

2014-07-17 Thread Sean Cross
Everest Semiconductor makes audio codecs. Signed-off-by: Sean Cross --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 4

[PATCH v9 0/3] Add ES8328 audio codec

2014-07-17 Thread Sean Cross
This patchset adds support for the Everest Semi ES8328 audio codec, used in the Novena open source laptop. It also adds support for using the es8328 on IMX boards. We write a machine driver rather than using simple-card because the machine driver needs to support regulators for the speaker amps a

RE: [PATCHv5 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean

2014-07-17 Thread Kukjin Kim
Jonathan Cameron wrote: > > On 27/06/14 05:30, Chanwoo Choi wrote: > > Changes from v4: > > - Use 'exynos_adc_data' structure instead of 'exynos_adc_ops' structure > >and remove enum variable of ADC version > > - Fix wrong name of special clock (sclk_tsadc -> sclk_adc) > > - Add reviewed messa

Re: [PATCH 2/2] pwm: add this series patch to support for rk-pwm and vop-pwm.

2014-07-17 Thread caesar
Hi Beniamino, 于 2014年07月18日 03:24, Beniamino Galvani 写道: On Thu, Jul 17, 2014 at 02:08:14PM +0800, caesar wrote: Signed-off-by: caesar Hi Caesar, just a couple of comments below. --- drivers/pwm/pwm-rockchip.c | 108 - 1 file changed, 88 insert

Re: [PATCH 00/14] cpufreq: cpu0: Extend support beyond CPU0, V2

2014-07-17 Thread Viresh Kumar
On 18 July 2014 06:32, Rafael J. Wysocki wrote: >> > only support the following cases: >> > >> > * One clock for all CPUs >> > * One clock for each CPU >> >> Yeah, so I also proposed this yesterday that we stick to only these >> two implementations for now. And was looking at how would the >> cp

Re: [PATCH v2 3/3] [media] atmel-isi: add primary DT support

2014-07-17 Thread Josh Wu
Dear Laurent On 7/17/2014 7:00 PM, Laurent Pinchart wrote: Hi Josh, What's the status of this patch set ? Do you plan to rebase and resubmit it ? Thanks for the reminding. yes, I will rebase it and resubmit the new version for this patch set with the data bus width support. Thanks. Best R

Re: [PATCH v6 09/14] ARM: dts: s6e3fa0: add DT bindings

2014-07-17 Thread YoungJun Cho
Hi Thierry, On 07/17/2014 07:38 PM, Thierry Reding wrote: On Thu, Jul 17, 2014 at 06:01:24PM +0900, YoungJun Cho wrote: This patch adds DT bindings for s6e3fa0 panel. The bindings describes panel resources and display timings. The commit message here should preferably say which platform this

Re: [PATCH v6 10/14] drm/panel: add S6E3FA0 driver

2014-07-17 Thread YoungJun Cho
Hi Thierry, Thank you a lot for kind comments. On 07/17/2014 07:36 PM, Thierry Reding wrote: On Thu, Jul 17, 2014 at 06:01:25PM +0900, YoungJun Cho wrote: [...] diff --git a/drivers/gpu/drm/panel/panel-s6e3fa0.c b/drivers/gpu/drm/panel/panel-s6e3fa0.c [...] +/* Manufacturer Command Set */ +

Re: [PATCH 00/14] cpufreq: cpu0: Extend support beyond CPU0, V2

2014-07-17 Thread Rafael J. Wysocki
On Thursday, July 17, 2014 01:11:45 PM Viresh Kumar wrote: > On 17 July 2014 13:05, Thomas Petazzoni > wrote: > > Could you summarize what is the issue with the binding? > > > > At least for the case where we have one clock per CPU, the DT binding > > is really dead simple: each CPU node can carry

[PATCH v2 7/7] ARM: dts: add rk3288 evaluation board

2014-07-17 Thread Heiko Stübner
There exist 2 variants using either the act8846 or rk808 as pmic, while the rest of the board stays the same. Signed-off-by: Heiko Stuebner Tested-by: Will Deacon --- arch/arm/boot/dts/rk3288-evb-act8846.dts | 134 +++ arch/arm/boot/dts/rk3288-evb-rk808.dts | 18 +

[PATCH v2 6/7] ARM: dts: rockchip: add core rk3288 dtsi

2014-07-17 Thread Heiko Stübner
Node definitions shared by all rk3288 based boards. Signed-off-by: Heiko Stuebner Tested-by: Will Deacon --- arch/arm/boot/dts/rk3288.dtsi | 552 ++ 1 file changed, 552 insertions(+) create mode 100644 arch/arm/boot/dts/rk3288.dtsi diff --git a/arch/arm

[PATCH v2 5/7] ARM: rockchip: enable support for RK3288 SoCs

2014-07-17 Thread Heiko Stübner
Enable HAVE_ARM_ARCH_TIMER and add a rockchip,rk3288 compatible. Signed-off-by: Heiko Stuebner Tested-by: Will Deacon --- arch/arm/mach-rockchip/Kconfig| 1 + arch/arm/mach-rockchip/rockchip.c | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/ma

[PATCH v2 4/7] ARM: Kconfig: set default gpio number for rockchip SoCs

2014-07-17 Thread Heiko Stübner
The new rk3288 needs a bigger gpio space, as it has 9 gpio banks. Signed-off-by: Heiko Stuebner Reviewed-by: Doug Anderson Tested-by: Doug Anderson Tested-by: Will Deacon --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 87b63fd

[PATCH v2 2/7] ARM: rockchip: clarify usability of DEBUG_RK3X_UART debug_ll options

2014-07-17 Thread Heiko Stübner
The debug uart settings from the DEBUG_RK3X_UART options are usable on all Rockchip SoCs from the rk30xx and rk31xx series but not on the new rk3288 SoCs. Thus clarify their use to prevent confusion. Signed-off-by: Heiko Stuebner --- arch/arm/Kconfig.debug | 8 1 file changed, 4 inserti

[PATCH v2 3/7] ARM: rockchip: add debug uart used by rk3288

2014-07-17 Thread Heiko Stübner
The uarts on rk3288 are still compatible with the dw_8250, but located at a different position and need DEBUG_UART_8250_WORD enabled. Signed-off-by: Heiko Stuebner Reviewed-by: Doug Anderson Tested-by: Doug Anderson Tested-by: Will Deacon --- arch/arm/Kconfig.debug | 12 +++- 1 file c

[PATCH v2 1/7] dt-bindings: arm: add cortex-a12 and cortex-a17 cpu compatible properties

2014-07-17 Thread Heiko Stübner
As announced parts from ARM they will probably be used in socs shortly. Signed-off-by: Heiko Stuebner Acked-by: Mark Rutland --- Documentation/devicetree/bindings/arm/cpus.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/d

[PATCH v2 0/7] ARM: rockchip: add initial support for rk3288

2014-07-17 Thread Heiko Stübner
This series adds the initial support for Rockchip rk3288 socs including debug uart and devicetree files for the rk3288 evaluation board and enables these boards to boot into an initramfs. Boards using uboot need an updated bootloader, which must start the timer supplying the architected timer, whi

[RESEND PATCH] thermal: samsung: Add TMU support for Exynos3250 SoC

2014-07-17 Thread Chanwoo Choi
This patch adds the registers, bit fields and compatible strings required to support for the 1 TMU channels on Exynos3250. Signed-off-by: Chanwoo Choi [Add MUX address setting bits by Jonghwa Lee] Signed-off-by: Jonghwa Lee Acked-by: Kyungmin Park Reviewed-by: Amit Daniel Kachhap --- .../devic

Re: [PATCH v2 0/4] Support for Qualcomm QPNP PMIC's

2014-07-17 Thread Stephen Boyd
On 07/17/14 09:17, Stanimir Varbanov wrote: > Hello everyone, > > Here is the continuation of patch sets sent recently about Qualcomm > QPNP SPMI PMICs. > > The previous version of the patch set can be found at [1]. > > Changes since v1: > - removed completely custom *of* parser > - renamed the m

Re: [PATCH V5 05/12] Documentation: Add DT bindings for panel-lvds driver

2014-07-17 Thread Thierry Reding
On Fri, Jul 18, 2014 at 02:20:39AM +0530, Ajay kumar wrote: > +devicetree@vger.kernel.org > > On Fri, Jul 18, 2014 at 2:13 AM, Ajay Kumar wrote: > > Add DT binding documentation for panel-lvds driver. > > > > Signed-off-by: Ajay Kumar > > --- > > .../devicetree/bindings/panel/panel-lvds.txt

Re: [PATCH v3] ARM: dts: Add cros_ec to exynos5420-peach-pit and exynos5800-peach-pi

2014-07-17 Thread Javier Martinez Canillas
Hello Kukjin, On 06/24/2014 06:28 PM, Doug Anderson wrote: > This adds cros_ec to exynos5420-peach-pit and exynos5800-peach-pi, > including: > * The keyboard > * The i2c tunnel > * The tps65090 under the i2c tunnel > * The battery under the i2c tunnel > > To add extra motivation, it should be not

Re: [PATCH V5 11/12] Documentation: Add DT bindings for ps8622/ps8625 bridge driver

2014-07-17 Thread Ajay kumar
+devicetree@vger.kernel.org On Fri, Jul 18, 2014 at 2:13 AM, Ajay Kumar wrote: > From: Vincent Palatin > > Add DT binding documentation for ps8622/ps8625 bridge driver. > > Signed-off-by: Vincent Palatin > Signed-off-by: Ajay Kumar > --- > .../devicetree/bindings/drm/bridge/ps8622.txt |

Re: [PATCH V5 05/12] Documentation: Add DT bindings for panel-lvds driver

2014-07-17 Thread Ajay kumar
+devicetree@vger.kernel.org On Fri, Jul 18, 2014 at 2:13 AM, Ajay Kumar wrote: > Add DT binding documentation for panel-lvds driver. > > Signed-off-by: Ajay Kumar > --- > .../devicetree/bindings/panel/panel-lvds.txt | 50 > > 1 file changed, 50 insertions(+) > cre

Re: [PATCH v8 2/3] ASoC: add es8328 codec driver

2014-07-17 Thread Mark Brown
On Thu, Jul 17, 2014 at 08:57:09PM +0100, Mark Brown wrote: > On Tue, Jul 15, 2014 at 09:41:33AM +0800, Sean Cross wrote: > > > Add a codec driver for the Everest ES8328. It supports two separate audio > > outputs and two separate audio inputs. > > This looks mostly fine so I've applied it, ther

Re: [PATCH v8 3/3] ASoC: fsl: add imx-es8328 machine driver

2014-07-17 Thread Mark Brown
On Tue, Jul 15, 2014 at 09:41:34AM +0800, Sean Cross wrote: > This adds an initial machine driver for the ES8328 audio codec on Freescale > boards. The driver supports headphones and an audio regulator for an onboard > speaker amp. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v8 2/3] ASoC: add es8328 codec driver

2014-07-17 Thread Mark Brown
On Tue, Jul 15, 2014 at 09:41:33AM +0800, Sean Cross wrote: > Add a codec driver for the Everest ES8328. It supports two separate audio > outputs and two separate audio inputs. This looks mostly fine so I've applied it, there are some issues below - please send followups fixing them. > + if

[PATCH RESEND v2 1/4] pinctrl: Update Qualcomm pm8xxx GPIO parameters definitions

2014-07-17 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" Available 'power-source' labels differ between chips. Use just VIN0-VIN14 in the input source names. PM8018, PM8038, PM8058, PM8917, PM8921 pin controller hardware support only one function 'gpio'. Currently GPIO's will support only 'normal' mode. Rest of the modes will be

Re: [PATCH 1/4] Revert "spi: s3c64xx: Added provision for dedicated cs pin"

2014-07-17 Thread Javier Martinez Canillas
Hello Mark, On 07/17/2014 08:46 PM, Mark Brown wrote: > On Wed, Jul 16, 2014 at 05:19:07PM +0200, Javier Martinez Canillas wrote: >> This reverts commit 3146beec21b64f4551fcf0ac148381d54dc41b1b. > > For the benefit of those who haven't memorized the SHA1s of every commit > that's "spi: s3c64xx: A

Re: [PATCH 2/2] pwm: add this series patch to support for rk-pwm and vop-pwm.

2014-07-17 Thread Beniamino Galvani
On Thu, Jul 17, 2014 at 02:08:14PM +0800, caesar wrote: > Signed-off-by: caesar Hi Caesar, just a couple of comments below. > --- > drivers/pwm/pwm-rockchip.c | 108 > - > 1 file changed, 88 insertions(+), 20 deletions(-) > > diff --git a/drivers/p

Re: [PATCH 7/8] mailbox: f_mhu: add driver for Fujitsu MHU controller

2014-07-17 Thread Sudeep Holla
On 17/07/14 18:07, Jassi Brar wrote: On 17 July 2014 20:39, Sudeep Holla wrote: On 17/07/14 13:56, Jassi Brar wrote: On 17 July 2014 16:01, Sudeep Holla wrote: [...] This note could be added as how this mailbox works in general and it's not just Rx right ? Even Tx done is based on

Re: [PATCH 4/4] ARM: DTS: fix the chip select gpios definition in the SPI nodes

2014-07-17 Thread Mark Brown
On Wed, Jul 16, 2014 at 05:19:10PM +0200, Javier Martinez Canillas wrote: > From: Naveen Krishna Chatradhi > > This patch replaces the "cs-gpio" from "controller-data" node > as was specified in the old binding and uses the standard > "cs-gpios" property expected by the SPI core as is defined now

Re: [PATCH 3/4] spi: samsung: Update binding documentation

2014-07-17 Thread Mark Brown
On Wed, Jul 16, 2014 at 05:19:09PM +0200, Javier Martinez Canillas wrote: > From: Naveen Krishna Chatradhi > > Samsung SPI driver now uses the generic SPI "cs-gpios" > binding so update the documentation accordingly. Applied, thanks. Please do try to use changelogs that are consistent with the

Re: [PATCH 2/4] spi: s3c64xx: use the generic SPI "cs-gpios" property

2014-07-17 Thread Mark Brown
On Wed, Jul 16, 2014 at 05:19:08PM +0200, Javier Martinez Canillas wrote: > From: Naveen Krishna Chatradhi > > The s3c64xx SPI driver uses a custom DT binding to specify > the GPIO used to drive the chip select (CS) line instead of > using the generic "cs-gpios" property already defined in: > Doc

Re: [PATCH 1/4] Revert "spi: s3c64xx: Added provision for dedicated cs pin"

2014-07-17 Thread Mark Brown
On Wed, Jul 16, 2014 at 05:19:07PM +0200, Javier Martinez Canillas wrote: > This reverts commit 3146beec21b64f4551fcf0ac148381d54dc41b1b. For the benefit of those who haven't memorized the SHA1s of every commit that's "spi: s3c64xx: Added provision for dedicated cs pin" - please include the human

Re: [PATCH v2] i2c: efm32: correct namespacing of location property

2014-07-17 Thread Uwe Kleine-König
On Thu, Jul 17, 2014 at 03:40:00PM +0200, Wolfram Sang wrote: > On Fri, Jul 11, 2014 at 10:50:14AM +0200, Uwe Kleine-König wrote: > > Olof Johansson pointed out that usually the company name is picked as > > namespace prefix to specific properties. So expect "energymicro,location" > > but fall back

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

2014-07-17 Thread Bjorn Andersson
On Thu, Jul 17, 2014 at 10:33 AM, pramod gurav wrote: > Hi Bjorn, > > On Wed, Jul 16, 2014 at 4:30 AM, Bjorn Andersson > wrote: >> Driver for the Resource Power Manager (RPM) found in Qualcomm 8660, 8960 >> and 8064 based devices. The driver exposes resources that child drivers >> can operate on;

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

2014-07-17 Thread pramod gurav
Hi Bjorn, On Wed, Jul 16, 2014 at 4:30 AM, Bjorn Andersson wrote: > Driver for the Resource Power Manager (RPM) found in Qualcomm 8660, 8960 > and 8064 based devices. The driver exposes resources that child drivers > can operate on; to implementing regulator, clock and bus frequency > drivers. >

Re: [PATCH 1/8] ARM: Add platform support for Fujitsu MB86S7X SoCs

2014-07-17 Thread Arnd Bergmann
On Thursday 17 July 2014 22:24:43 Jassi Brar wrote: > On 17 July 2014 19:18, Arnd Bergmann wrote: > > On Thursday 17 July 2014 19:02:53 Jassi Brar wrote: > >> From a few hundred micro-sec for CPU reset, to potentially tens of > >> milli-sec for some I2C transaction ... yes we do have for I2C over

Re: [PATCH v7] ASoC: tas2552: Support TI TAS2552 Amplifier

2014-07-17 Thread Murphy, Dan
Mark On 07/17/2014 11:58 AM, Mark Brown wrote: > On Mon, Jul 14, 2014 at 03:10:45PM -0500, Dan Murphy wrote: > > There's a few smallish issues below but this is basically good so I've > applied it, please send incremental fixed for the things below. > >> +/* Turn on Class D amplifier */ >> +

Re: [PATCH 7/8] mailbox: f_mhu: add driver for Fujitsu MHU controller

2014-07-17 Thread Jassi Brar
On 17 July 2014 20:39, Sudeep Holla wrote: > > > On 17/07/14 13:56, Jassi Brar wrote: >> >> On 17 July 2014 16:01, Sudeep Holla wrote: >>> >>> On 17/07/14 07:25, Jassi Brar wrote: > >> + u32 val; >> + >> + pr_debug("%s:%d\n", __func__, __LINE__); > >

Re: [PATCH v7] ASoC: tas2552: Support TI TAS2552 Amplifier

2014-07-17 Thread Mark Brown
On Mon, Jul 14, 2014 at 03:10:45PM -0500, Dan Murphy wrote: There's a few smallish issues below but this is basically good so I've applied it, please send incremental fixed for the things below. > + /* Turn on Class D amplifier */ > + snd_soc_update_bits(codec, TAS2552_CFG_2, TAS2552_CLAS

Re: [PATCH 1/8] ARM: Add platform support for Fujitsu MB86S7X SoCs

2014-07-17 Thread Jassi Brar
On 17 July 2014 19:18, Arnd Bergmann wrote: > On Thursday 17 July 2014 19:02:53 Jassi Brar wrote: > >> > Losing half the RAM or PCI should not be a problem, you'd just run >> > with reduced functionality. You wouldn't want to do that in practice, >> > but it's different from a hard dependency. >>

[v3 PATCH 6/6] ARM: dts: omap5: Add prm_resets node

2014-07-17 Thread Dan Murphy
Add the prm_resets node to the prm parent node. Add the omap54xx_resets file to define the omap5 reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- v3 - No changes arch/arm/boot/dts/omap5.dtsi |7 arch/arm/boot/dts/omap54xx-resets.dtsi | 6

[v3 PATCH 4/6] ARM: dts: am4372: Add prcm_resets node

2014-07-17 Thread Dan Murphy
Add the prcm_resets node to the prcm parent node. Add the am34xx_resets file to define the am34xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- v3 - No changes arch/arm/boot/dts/am4372.dtsi|7 + arch/arm/boot/dts/am43xx-resets.dtsi | 52

[v3 PATCH 2/6] dt: TI: Describe the ti reset DT entries

2014-07-17 Thread Dan Murphy
Describe the TI reset DT entries for TI SoC's. Signed-off-by: Dan Murphy --- v3 - Changed Headline no other changes .../devicetree/bindings/reset/ti,reset.txt | 103 1 file changed, 103 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/ti,r

[v3 PATCH 1/6] drivers: reset: TI: SoC reset controller support.

2014-07-17 Thread Dan Murphy
The TI SoC reset controller support utilizes the reset controller framework to give device drivers or function drivers a common set of APIs to call to reset a module. The reset-ti is a common interface to the reset framework. The register data is retrieved during initialization of the reset driv

[v3 PATCH 3/6] ARM: dts: am33xx: Add prcm_resets node

2014-07-17 Thread Dan Murphy
Add the prcm_resets node to the prcm parent node. Add the am33xx_resets file to define the am33xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- v3 - No changes arch/arm/boot/dts/am33xx-resets.dtsi | 42 ++ arch/arm/boot/d

[v3 PATCH 5/6] ARM: dts: dra7: Add prm_resets node

2014-07-17 Thread Dan Murphy
Add the prcm_resets node to the prm parent node. Add the draxx_resets file to define the dra7xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- v3 - No changes arch/arm/boot/dts/dra7.dtsi |7 +++ arch/arm/boot/dts/dra7xx-resets.dtsi | 82

[PATCH v2 2/4] mfd: pm8xxx-spmi: document DT bindings for Qualcomm SPMI PMICs

2014-07-17 Thread Stanimir Varbanov
Document DT bindings used to describe the Qualcomm SPMI PMICs. Currently the SPMI PMICs supported are pm8941, pm8841 and pma8084. Signed-off-by: Stanimir Varbanov --- .../devicetree/bindings/mfd/qcom,pm8xxx-spmi.txt | 49 1 files changed, 49 insertions(+), 0 deletions(-)

[PATCH v2 3/4] ARM: DT: qcom: add pm8941 and pm8841 device nodes

2014-07-17 Thread Stanimir Varbanov
The pm8941 and pm8841 spmi devicetree nodes are childrens of spmi pmic arbiter. The msm8974 SoC uses two PMIC chips pm8941 and pm8841. Every PMIC chip has two spmi bus slave id's. Signed-off-by: Stanimir Varbanov --- arch/arm/boot/dts/qcom-msm8974.dtsi | 37 +++

[PATCH v2 4/4] mfd: pm8921: rename pm8921-core driver

2014-07-17 Thread Stanimir Varbanov
The pm8921-core driver presently supports pm8921 and pm8058 Qualcomm PMICs. To avoid confusion with new generation PMICs (like pm8941) rename the pm8921-core driver to more appropriate name pm8xxx-ssbi, which reflects better that those chips use SSBI interface. Signed-off-by: Stanimir Varbanov -

[PATCH v2 1/4] mfd: pm8xxx-spmi: add support for Qualcomm SPMI PMICs

2014-07-17 Thread Stanimir Varbanov
From: Josh Cartwright The Qualcomm SPMI PMIC chips are components used with the Snapdragon 800 series SoC family. This driver exists largely as a glue mfd component, it exists to be an owner of an SPMI regmap for children devices described in device tree. Signed-off-by: Stanimir Varbanov ---

[PATCH v2 0/4] Support for Qualcomm QPNP PMIC's

2014-07-17 Thread Stanimir Varbanov
Hello everyone, Here is the continuation of patch sets sent recently about Qualcomm QPNP SPMI PMICs. The previous version of the patch set can be found at [1]. Changes since v1: - removed completely custom *of* parser - renamed the mfd driver from qpnp-spmi to pm8xxx-spmi - now MFD_PM8XXX_SPM

Re: [PATCH 03/14] ARM: sunxi: sun5i: Enforce max frequency on PLL6

2014-07-17 Thread Emilio López
Hi Maxime, El 17/07/14 06:08, Maxime Ripard escribió: PLL6 out of reset is running at 2.4GHz, which is outside of its operating boundaries. Enforce its maximum frequency as set in the datasheet to make sure we stays within these bounds. Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/sun

Re: [PATCH 02/14] clk: sunxi: factors: Implement clock min and max frequencies

2014-07-17 Thread Emilio López
Hi Maxime, El 17/07/14 06:08, Maxime Ripard escribió: In the A13, the out of reset frequency for the PLL6 is too high to be actually working. Hence, we need to be able to lower down its frequency whenever we need to use the clock to some acceptable frequency. This patch adds two new properties

Re: [RFCv2] drm/msm: DT support for 8960/8064

2014-07-17 Thread Bjorn Andersson
On Thu, Jul 17, 2014 at 8:29 AM, Rob Clark wrote: > On Thu, Jul 17, 2014 at 4:10 AM, divya ojha wrote: [...] >> Don't we need to have a if(regulator_enabled) check after >> devm_regulator_get function ? >> I see a similar test after camera regulator_get function call. > > tbh, I'm not 100% sure.

Re: [PATCH v4 1/3] soc: devicetree: bindings: Add Qualcomm RPM DT binding

2014-07-17 Thread pramod gurav
On Thu, Jul 17, 2014 at 3:50 AM, Bjorn Andersson wrote: >> On Wed, Jul 16, 2014 at 4:30 AM, Bjorn Andersson >> wrote: > [...] >>> + rpm@108000 { >>> + compatible = "qcom,rpm-msm8960"; >>> + reg = <0x108000 0x1000>; >>> + qcom,ipc = <&apcs 0x8 2>; >>

Re: [RFCv2] drm/msm: DT support for 8960/8064

2014-07-17 Thread Rob Clark
On Thu, Jul 17, 2014 at 4:10 AM, divya ojha wrote: > Hi Rob, > > On Tue, Jul 8, 2014 at 9:30 PM, Rob Clark wrote: >> Now that we (almost) have enough dependencies in place (MMCC, RPM, etc), >> add necessary DT support so that we can use drm/msm on upstream kernel. >> >> Signed-off-by: Rob Clark

[PATCH v2 2/4] pinctrl: qpnp: Qualcomm PMIC pin controller driver

2014-07-17 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm GPIO and MPP sub-function blocks found in the PMIC chips. Signed-off-by: Ivan T. Ivanov --- drivers/pinctrl/Kconfig | 12 + drivers/pinctrl/Makefile |

[PATCH v2 0/4] New Qualcomm PMIC pin controller drivers

2014-07-17 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" Hi, This is second version of the patches posted earlier[1]. Patches could be applied on top of the Bjorn Andersson qcom,pm8xxx-gpio driver, which could be found here[2]. Fist patch modify Bjorn's driver and bindings to make room for newer Qualcomm PMIC chips. It is not

[PATCH v2 3/4] pinctrl: qcom: Add documentation for pinctrl-qpnp driver bindings

2014-07-17 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" DT binding documentation for qcom,pm8xxx-mpp pinctrl drivers. Signed-off-by: Ivan T. Ivanov --- .../bindings/pinctrl/qcom,pm8xxx-mpp.txt | 199 + 1 file changed, 199 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctr

[PATCH v2 4/4] ARM: dts: qcom: Add PM8941 and PM8841 pinctrl nodes

2014-07-17 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" Add nodes for PM8941 and PM8841 GPIO and MPP sub-functions. Signed-off-by: Ivan T. Ivanov --- arch/arm/boot/dts/qcom-msm8974.dtsi | 61 + 1 file changed, 61 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/bo

Re: [PATCH 7/8] mailbox: f_mhu: add driver for Fujitsu MHU controller

2014-07-17 Thread Sudeep Holla
On 17/07/14 13:56, Jassi Brar wrote: On 17 July 2014 16:01, Sudeep Holla wrote: On 17/07/14 07:25, Jassi Brar wrote: + u32 val; + + pr_debug("%s:%d\n", __func__, __LINE__); Please remove all these debug prints. These are as good as absent unless DEBUG is defined. Yes

Re: [PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support

2014-07-17 Thread Suravee Suthikulanit
On 7/17/2014 8:55 AM, Mark Rutland wrote: Hi Jason, On Thu, Jul 17, 2014 at 02:18:54PM +0100, Jason Cooper wrote: On Wed, Jul 09, 2014 at 06:05:00PM -0500, suravee.suthikulpa...@amd.com wrote: From: Suravee Suthikulpanit This patch set introduces support for MSI(-X) in GICv2m specification,

Re: [PATCH 1/3] ARM: dts: keystone: add mdio devices entries

2014-07-17 Thread Grygorii Strashko
Hi Santosh, On 07/17/2014 05:58 PM, Grygorii Strashko wrote: The Keystone 2 has MDIO HW block which are compatible to Davinci SoCs: See "Gigabit Ethernet (GbE) Switch Subsystem" See http://www.ti.com/lit/ug/sprugv9d/sprugv9d.pdf Hence, add corresponding DT entry for Keystone 2. This is upda

[PATCH 1/3] ARM: dts: keystone: add mdio devices entries

2014-07-17 Thread Grygorii Strashko
The Keystone 2 has MDIO HW block which are compatible to Davinci SoCs: See "Gigabit Ethernet (GbE) Switch Subsystem" See http://www.ti.com/lit/ug/sprugv9d/sprugv9d.pdf Hence, add corresponding DT entry for Keystone 2. Signed-off-by: Grygorii Strashko --- arch/arm/boot/dts/keystone.dtsi | 11

Re: [PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support

2014-07-17 Thread Jason Cooper
On Thu, Jul 17, 2014 at 02:55:34PM +0100, Mark Rutland wrote: > Hi Jason, > > On Thu, Jul 17, 2014 at 02:18:54PM +0100, Jason Cooper wrote: > > On Wed, Jul 09, 2014 at 06:05:00PM -0500, suravee.suthikulpa...@amd.com > > wrote: > > > From: Suravee Suthikulpanit > > > > > > This patch set introdu

Re: [PATCH] irqchip: gic: Add binding probe for ARM GIC400

2014-07-17 Thread Suravee Suthikulanit
On 7/17/2014 7:48 AM, Jason Cooper wrote: On Tue, Jul 15, 2014 at 12:03:03AM +0200, Heiko Stübner wrote: From: Suravee Suthikulpanit Commit 3ab72f9156bb "dt-bindings: add GIC-400 binding" added the "arm,gic-400" compatible string, but the corresponding IRQCHIP_DECLARE was never added to the gi

Re: [PATCH 0/4 v2] hwmon: ntc_thermistor: prepose vendor prefix change

2014-07-17 Thread Javier Martinez Canillas
Hello Naveen, On Thu, Jul 17, 2014 at 6:21 AM, Naveen Krishna Ch wrote: > > Can you pull the 3/4 and 4/4 patches. > Patch 4/4 depends on the max77802 support series [0] since the ADC uses the max77802 ldo9 regulator as its voltage supply. So that patch can't be merged before the series land in m

Re: [PATCH 1/4 v2] iio: exyno-adc: use syscon for PMU register access

2014-07-17 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday, July 17, 2014 05:41:16 PM Naveen Krishna Ch wrote: > Hello Sachin, > > On 17 July 2014 17:24, Sachin Kamat wrote: > > Hi Naveen, > > > > On Thu, Jul 17, 2014 at 4:49 PM, Naveen Krishna Chatradhi > > wrote: > >> This patch updates the IIO based ADC driver to use syscon and regm

Re: [PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support

2014-07-17 Thread Mark Rutland
Hi Jason, On Thu, Jul 17, 2014 at 02:18:54PM +0100, Jason Cooper wrote: > On Wed, Jul 09, 2014 at 06:05:00PM -0500, suravee.suthikulpa...@amd.com wrote: > > From: Suravee Suthikulpanit > > > > This patch set introduces support for MSI(-X) in GICv2m specification, > > which is implemented in some

Re: [PATCH 1/8] ARM: Add platform support for Fujitsu MB86S7X SoCs

2014-07-17 Thread Arnd Bergmann
On Thursday 17 July 2014 19:02:53 Jassi Brar wrote: > On 16 July 2014 01:39, Arnd Bergmann wrote: > > On Tuesday 15 July 2014 23:07:58 Jassi Brar wrote: > > >> >> diff --git a/arch/arm/mach-mb86s7x/Kconfig > >> >> b/arch/arm/mach-mb86s7x/Kconfig > >> >> new file mode 100644 > >> >> index 000

Re: [PATCH v2] i2c: efm32: correct namespacing of location property

2014-07-17 Thread Wolfram Sang
On Fri, Jul 11, 2014 at 10:50:14AM +0200, Uwe Kleine-König wrote: > Olof Johansson pointed out that usually the company name is picked as > namespace prefix to specific properties. So expect "energymicro,location" > but fall back to the previously introduced name "efm32,location". > > Cc: Olof Joh

Re: [PATCH v4 0/7] ARM: at91: move aic driver to drivers/irqchips

2014-07-17 Thread Jason Cooper
On Thu, Jul 10, 2014 at 07:14:15PM +0200, Boris BREZILLON wrote: > Hello, > > This series moves the AIC driver to the irqchip directory and make use of > the generic chip framework whenever possible. > > This driver only support DT boards (all legacy board files should be soon > replaced by their

Re: [PATCH 1/8] ARM: Add platform support for Fujitsu MB86S7X SoCs

2014-07-17 Thread Jassi Brar
On 16 July 2014 01:39, Arnd Bergmann wrote: > On Tuesday 15 July 2014 23:07:58 Jassi Brar wrote: >> >> diff --git a/arch/arm/mach-mb86s7x/Kconfig b/arch/arm/mach-mb86s7x/Kconfig >> >> new file mode 100644 >> >> index 000..44f5b0c >> >> --- /dev/null >> >> +++ b/arch/arm/mach-mb86s7x/Kconfig >

Re: [PATCH] irqchip: gic: Add binding probe for ARM GIC400

2014-07-17 Thread Mark Rutland
On Mon, Jul 14, 2014 at 11:03:03PM +0100, Heiko Stübner wrote: > From: Suravee Suthikulpanit > > Commit 3ab72f9156bb "dt-bindings: add GIC-400 binding" added the > "arm,gic-400" compatible string, but the corresponding IRQCHIP_DECLARE > was never added to the gic driver. > > Therefore add the mi

Re: [PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support

2014-07-17 Thread Jason Cooper
On Wed, Jul 09, 2014 at 06:05:00PM -0500, suravee.suthikulpa...@amd.com wrote: > 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 V7 of"Add s

Re: [PATCH 3/4 V3] irqchip: gic: Add supports for ARM GICv2m MSI(-X)

2014-07-17 Thread Mark Rutland
Hi Suravee, Apologies for the late reply on this one. I was hoping that Marc would be able to take another look at this, but he's away at present. On Thu, Jul 10, 2014 at 12:05:03AM +0100, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > ARM GICv2m specification extends GI

Re: [PATCH 2/4 V3] irqchip: gic: Restructuring ARM GIC code

2014-07-17 Thread Jason Cooper
On Wed, Jul 09, 2014 at 06:05:02PM -0500, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > This patch restructures the code to prepare for future MSI support. > It moves the declaration of structures and functions into the header file, > and omit the static prefix. > > Sinc

Re: [PATCH 3/4 V3] irqchip: gic: Add supports for ARM GICv2m MSI(-X)

2014-07-17 Thread Jason Cooper
On Wed, Jul 09, 2014 at 06:05:03PM -0500, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > ARM GICv2m specification extends GICv2 to support MSI(-X) with > a new set of register frames. This patch introduces support for > the non-secure GICv2m register frame. > > The driver

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

2014-07-17 Thread Wolfram Sang
On Thu, Jul 17, 2014 at 11:23:42AM +0100, Lee Jones wrote: > Hi Wolfram, > > Are you going to take a lot at this set? Sure thing, yet I won't make it for 3.17, sadly :( It has high priority for 3.18, though. signature.asc Description: Digital signature

Re: [PATCH 7/8] mailbox: f_mhu: add driver for Fujitsu MHU controller

2014-07-17 Thread Jassi Brar
On 17 July 2014 16:01, Sudeep Holla wrote: > On 17/07/14 07:25, Jassi Brar wrote: >> >>> + u32 val; + + pr_debug("%s:%d\n", __func__, __LINE__); >>> >>> >>> >>> Please remove all these debug prints. >>> >> These are as good as absent unless DEBUG is defined. >> > > Yes,

Re: [PATCH 4/4 V3] irqchip: gicv2m: Add support for multiple MSI for ARM64 GICv2m

2014-07-17 Thread Jason Cooper
Suravee, On Wed, Jul 09, 2014 at 06:05:04PM -0500, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > This patch extend GICv2m MSI to support multiple MSI in ARM64. > > This requires the common arch_setup_msi_irqs() to be overwriten > with ARM64 version which does not return

Re: [PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support

2014-07-17 Thread Jason Cooper
On Mon, Jul 14, 2014 at 10:59:57AM -0500, Suravee Suthikulanit wrote: > On 7/13/2014 6:14 PM, Jason Cooper wrote: > >Suravee, > > > >On Wed, Jul 09, 2014 at 06:05:00PM -0500, suravee.suthikulpa...@amd.com > >wrote: > >>From: Suravee Suthikulpanit > >> > >>This patch set introduces support for MSI

Re: [PATCH] irqchip: gic: Add binding probe for ARM GIC400

2014-07-17 Thread Jason Cooper
On Tue, Jul 15, 2014 at 12:03:03AM +0200, Heiko Stübner wrote: > From: Suravee Suthikulpanit > > Commit 3ab72f9156bb "dt-bindings: add GIC-400 binding" added the > "arm,gic-400" compatible string, but the corresponding IRQCHIP_DECLARE > was never added to the gic driver. > > Therefore add the mi

Re: [RFC/PATCH 0/5] Add Video Processing Front End Support

2014-07-17 Thread Prabhakar Lad
On Tue, Jul 15, 2014 at 6:56 PM, Felipe Balbi wrote: > Hi all, > > the following patches add suport for AM43xx's Video Processing > Front End (VPFE). Full documentation is available at [1] chapter 14. > > This driver has been tested with linux-next from yesterday, plus my > (already queued) am437x

Re: [PATCH v3 07/12] usb: chipidea: add a usb2 driver for ci13xxx

2014-07-17 Thread Russell King - ARM Linux
On Thu, Jul 17, 2014 at 07:19:15PM +0800, Peter Chen wrote: > Currently, we are designing a generic driver, we don't know what's the > hardware architecture, we are trying to find a solution how to set > dma mask for all possible devices which will use this driver, Antoine's > this patch is trying

  1   2   >