Re: [PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Srinivas KANDAGATLA
On 11/06/13 00:19, Russell King - ARM Linux wrote: > On Mon, Jun 10, 2013 at 12:46:59PM +0100, Srinivas KANDAGATLA wrote: >>> > > + aux_ctrl = (0x1 << L2X0_AUX_CTRL_SHARE_OVERRIDE_SHIFT) | >>> > > + (0x1 << L2X0_AUX_CTRL_DATA_PREFETCH_SHIFT) | >>> > > +

[RFC 2/2] ARM/dts: add hdmiphy power control pmu register to hdmi dt node

2013-06-10 Thread Rahul Sharma
Add hdmiphy power control node as a child to hdmi node. This node will be parsed by hdmi driver to map phy control pmu reg and control the phy power. Signed-off-by: Rahul Sharma --- arch/arm/boot/dts/exynos5250.dtsi |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/e

[RFC 1/2] drm/exynos: replace dummy hdmiphy clock with pmu register control

2013-06-10 Thread Rahul Sharma
Previous to CCF, hdmiphy is added as a dummy clock in clock file for exynos SoCs. Enable/Disable to this clock, actually toggles the power control bit in PMU, instead of controlling the clock gate. Patch adds the support to parse hdmiphy control node which is a child node to hdmi, and map the pmu

[RFC 0/2] exynos5250/hdmi: replace dummy hdmiphy clock with pmu reg control

2013-06-10 Thread Rahul Sharma
Previously, hdmiphy is added as a dummy clock in clock file for exynos SoCs. Enable/Disable to this clock, actually toggles the power control bit in PMU, instead of controlling the clock gate. This RFC adds the support to parse hdmiphy control node which is a child node to hdmi, and map the pmu re

[PATCH v2 4/4] ARM: dts: Set BUCK7 as always on for Origen board

2013-06-10 Thread Sachin Kamat
From: Tushar Behera The LDO for LCD driver is currently not handled by any of the drivers. This disables the LDO during booting time. To fix this, the LDO is forced to enabled always. Signed-off-by: Tushar Behera Signed-off-by: Sachin Kamat --- No change since v1. --- arch/arm/boot/dts/exynos

[PATCH v2 2/4] ARM: dts: exynos4210: Add LCD related pinctrl entries

2013-06-10 Thread Sachin Kamat
Adds pinctrl entries required by FIMD. Signed-off-by: Sachin Kamat Signed-off-by: Tushar Behera --- arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 61 + 1 file changed, 61 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-pinctrl.dtsi b/arch/arm/boot/dts/exyno

[PATCH v2 3/4] ARM: dts: Add FIMD node to Origen4210 board

2013-06-10 Thread Sachin Kamat
Added FIMD and display timing node to Origen4210 board. Signed-off-by: Sachin Kamat Signed-off-by: Tushar Behera --- No change since v1. --- arch/arm/boot/dts/exynos4210-origen.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-origen.d

[PATCH v2 0/4] ARM: dts: Add LCD and PWM support for exynos4210-origen

2013-06-10 Thread Sachin Kamat
This series is based on for-next branch of Kukjin's tree. Tested on Origen board. Changes since v1: * Split LCD patch into LCD and PWM as suggested by Tomasz Figa. * Added all PWM output nodes to pinctrl dtsi file. Sachin Kamat (3): ARM: dts: exynos4210: Add PWM related pinctrl entries ARM: d

[PATCH v2 1/4] ARM: dts: exynos4210: Add PWM related pinctrl entries

2013-06-10 Thread Sachin Kamat
PWM nodes are added to Exynos4210 pinctrl DT file. Signed-off-by: Sachin Kamat Signed-off-by: Tushar Behera --- arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/exynos4210-pinctrl.dtsi b/arch/arm/boo

[PATCH 3/4] ARM: dts: Add mixer clocks to mixer node

2013-06-10 Thread Rahul Sharma
From: Sean Paul This patch adds the mixer clocks to the mixer node in the dts file. Signed-off-by: Sean Paul Signed-off-by: Rahul Sharma --- arch/arm/boot/dts/exynos5250.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos

[PATCH 4/4] ARM/dts: add clocks to hdmi dt node for exynos5250

2013-06-10 Thread Rahul Sharma
Fix wrong clock numbers in hdmi dt node. Removed hdmiphy clock which was a dummy clock earlier and not required now. Also added mux clock to change the clock parent. Signed-off-by: Rahul Sharma --- arch/arm/boot/dts/exynos5250.dtsi |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH 2/4] drm/exynos: add mout_hdmi clock in hdmi driver to change parent

2013-06-10 Thread Rahul Sharma
HDMI driver needs to configure the mout_hdmi mux clock to change the parent between sclk_hdmiphy and sclk_pixel. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_hdmi.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/exynos/exyno

[PATCH 1/4] drm/exynos: Prepare/Unprepare HDMI subsystem clocks

2013-06-10 Thread Rahul Sharma
From: Sean Paul Change the clk_enable/clk_disable calls in mixer and hdmi drivers into clk_prepare_enable/clk_disable_unprepare, respectively. Signed-off-by: Sean Paul Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_hdmi.c | 24 drivers/gpu/drm/exynos

[PATCH 0/4] exynos5250/hdmi: modify driver and arch data towards CCF migration

2013-06-10 Thread Rahul Sharma
After switching to CCF, driver and device tree nodes are required to be update with clock information. This set includes those changes. After these patches, the only missing portion is hdmiphy power control which is posted independently. Together, basic hdmi is working for exynos5250. Rahul Sharm

Re: [PATCH 6/6] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC

2013-06-10 Thread Jingoo Han
On Tuesday, June 11, 2013 12:22 AM, Arnd Bergmann wrote: > On Monday 10 June 2013, Jingoo Han wrote: > > On Saturday, June 08, 2013 2:43 AM, Arnd Bergmann wrote: > > For multiple domains, how can I fix the DT properties? > > Domains are a Linux concept, you have to pick a new domain number for eac

Re: [PATCH 4/9] ARM: dma-mapping: NULLify dev->archdata.mapping pointer on detach

2013-06-10 Thread Hiroshi Doyu
Hi Will, Will Deacon wrote @ Mon, 10 Jun 2013 20:34:40 +0200: > The current code only clobbers a local variable, so the device is left > with a stale mapping pointer. True. This's my bad. Thanks. ___ devicetree-discuss mailing list devicetree-discuss@

Re: [PATCH 1/1] of/documentation: Update document related to exynos_hdmi

2013-06-10 Thread Sachin Kamat
On 20 May 2013 10:21, Sachin Kamat wrote: > Exynos SoCs use pinctrl to configure GPIOs. Update the document > to reflect this change. > > Signed-off-by: Sachin Kamat > Cc: Rahul Sharma > --- > .../devicetree/bindings/video/exynos_hdmi.txt |6 ++ > 1 file changed, 2 insertions(+), 4

Re: [PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Russell King - ARM Linux
On Mon, Jun 10, 2013 at 12:46:59PM +0100, Srinivas KANDAGATLA wrote: > > + aux_ctrl = (0x1 << L2X0_AUX_CTRL_SHARE_OVERRIDE_SHIFT) | > > + (0x1 << L2X0_AUX_CTRL_DATA_PREFETCH_SHIFT) | > > + (0x1 << L2X0_AUX_CTRL_INSTR_PREFETCH_SHIFT) | > > +

Re: [RESEND PATCH V3 6/8] mmc: tegra: handle mmc_of_parse() errors during probe

2013-06-10 Thread Simon Baatz
Hi Stephen, On Mon, Jun 10, 2013 at 03:11:14PM -0600, Stephen Warren wrote: > On 06/09/2013 02:14 PM, Simon Baatz wrote: > > Signed-off-by: Simon Baatz > > Tested-by: Stephen Warren Thanks! > (On Seaboard/Springbank board, i.e. Tegra20) > > > diff --git a/drivers/mmc/host/sdhci-tegra.c b/dr

Re: [RESEND PATCH V3 6/8] mmc: tegra: handle mmc_of_parse() errors during probe

2013-06-10 Thread Stephen Warren
On 06/09/2013 02:14 PM, Simon Baatz wrote: > Signed-off-by: Simon Baatz Tested-by: Stephen Warren (On Seaboard/Springbank board, i.e. Tegra20) > diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c > +err_parse_dt: > err_power_req: > err_alloc_tegra_host: Nit: It'd

Re: [RESEND PATCH V3 0/8] mmc_of_parse() adaptations, switch mvsdio to mmc_of_parse()

2013-06-10 Thread Andrew Lunn
On Sun, Jun 09, 2013 at 10:14:10PM +0200, Simon Baatz wrote: > Hi, > > RESEND V3: > - Dropped patches 9 and 10, they are part of linux-next already > NB: patch 7 as well, but I did not want to change the numbering > > V3 changes: > - Patch 01/10: Added EPROBE_DEFER c

Re: [PATCH 2/2] clk: exynos4: Add alias for cpufreq related clocks

2013-06-10 Thread Tomasz Figa
On Monday 10 of June 2013 09:13:11 Tushar Behera wrote: > On 06/08/2013 05:20 PM, Tomasz Figa wrote: > > On Thursday 06 of June 2013 16:52:28 Tushar Behera wrote: > >> cpufreq driver for EXYNOS4 based SoCs are not platform drivers, hence > >> we cannot currently pass the clock names through a devic

Re: [PATCH v2 2/2] i2c: designware: add two optional property tx/rx-fifo-size

2013-06-10 Thread Baruch Siach
Hi Zhangfei Gao, On Mon, Jun 10, 2013 at 01:02:55PM +0800, Zhangfei Gao wrote: > rx-fifo-size and tx-fifo-size will be updated if provided from dts > > Signed-off-by: Zhangfei Gao > CC: Baruch Siach > --- > .../devicetree/bindings/i2c/i2c-designware.txt |7 +++ > drivers/i2c/busses

[PATCH 8/9] iommu: add support for ARM Ltd. System MMU architecture

2013-06-10 Thread Will Deacon
This patch adds support for SMMUs implementing the ARM System MMU architecture versions 1 or 2. Both arm and arm64 are supported, although the v7s descriptor format is not used. Cc: Rob Herring Cc: Andreas Herrmann Cc: Olav Haugan Cc: Joerg Roedel Signed-off-by: Will Deacon --- drivers/iommu

[PATCH 1/9] dma: pl330: rip out broken, redundant ID probing

2013-06-10 Thread Will Deacon
The PL330 driver probes the peripheral and primecell IDs of the device to make sure that it is indeed an AMBA PL330. However, it does this by making byte accesses to a device mapping of the word-aligned ID registers, which is either UNPREDICTABLE or generates an alignment fault (depending on the pr

[PATCH 2/9] dma: pl330: use dma_addr_t for describing bus addresses

2013-06-10 Thread Will Deacon
The microcode bus address (pl330_dmac.mcode_bus) is currently a u32, which fails to compile when building on a system with 64-bit bus addresses. This patch uses dma_addr_t to represent the address instead. Cc: Jassi Brar Cc: Vinod Koul Signed-off-by: Will Deacon --- drivers/dma/pl330.c | 2 +-

[PATCH 0/9] Add support for ARM SMMU architectures 1 and 2

2013-06-10 Thread Will Deacon
Hi all, This patch series adds support for ARM's SMMU architectures 1 and 2 to Linux. It has been tested with models of MMU-400 (AArch32) and MMU-500 (AArch32 and AArch64) coupled with four PL330s doing memory-to-memory DMA. The first six patches are preparatory and fix problems that I encountere

[PATCH 6/9] arm64: device: add iommu pointer to device archdata

2013-06-10 Thread Will Deacon
When using an IOMMU for device mappings, it is necessary to keep a pointer between the device and the IOMMU to which it is attached in order to obtain the correct IOMMU when attaching the device to a domain. This patch adds an iommu pointer to the dev_archdata structure, in a similar manner to oth

[PATCH 7/9] documentation: iommu: add description of ARM System MMU binding

2013-06-10 Thread Will Deacon
This patch adds a description of the device tree binding for the ARM System MMU architecture. Cc: Rob Herring Cc: Andreas Herrmann Cc: Joerg Roedel Signed-off-by: Will Deacon --- .../devicetree/bindings/iommu/arm,smmu.txt | 70 ++ 1 file changed, 70 insertions(+)

[PATCH 5/9] arm64: pgtable: use pte_index instead of __pte_index

2013-06-10 Thread Will Deacon
pte_index is a useful helper outside of arch/arm64, for things like the ARM SMMU driver, so rename __pte_index to pte_index to be consistent with both arch/arm/ and also the definitions of pmd_index and pgd_index. Cc: Catalin Marinas Signed-off-by: Will Deacon --- arch/arm64/include/asm/pgtable

[PATCH 9/9] MAINTAINERS: add entry for ARM system MMU driver

2013-06-10 Thread Will Deacon
Add myself as maintainer for the ARM system MMU driver. Signed-off-by: Will Deacon --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 250dc97..84df4bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1310,6 +1310,12 @@ T: git git://git.x

[PATCH 3/9] ARM: dma-mapping: convert DMA direction into IOMMU protection attributes

2013-06-10 Thread Will Deacon
IOMMU mappings take a prot parameter, identifying the protection bits to enforce on the newly created mapping (READ or WRITE). The ARM dma-mapping framework currently just passes 0 as the prot argument, resulting in faulting mappings. This patch infers the protection attributes based on the direct

[PATCH 4/9] ARM: dma-mapping: NULLify dev->archdata.mapping pointer on detach

2013-06-10 Thread Will Deacon
The current code only clobbers a local variable, so the device is left with a stale mapping pointer. Cc: Hiroshi Doyu Signed-off-by: Will Deacon --- arch/arm/mm/dma-mapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mm/dma-mapping.c b/arch/arm/mm/dma-mapping.

Re: [PATCH V3 1/2] tps6507x-ts: Add DT support

2013-06-10 Thread Dmitry Torokhov
Manish, On Mon, Jun 10, 2013 at 10:23:16AM +, Vishwanathrao Badarkhe, Manish wrote: > Hi Dmitry, > > On Mon, Jun 10, 2013 at 11:34:42, Dmitry Torokhov wrote: > > Hi Manish, > > > > On Tue, May 21, 2013 at 02:24:17PM +0530, Vishwanathrao Badarkhe, Manish > > wrote: > > > > > + struct touchs

Re: [RFC PATCH 1/4] regulator: Introduce OMAP regulator to control PMIC over VC/VP

2013-06-10 Thread Mark Brown
On Mon, Jun 10, 2013 at 12:51:42PM -0500, Nishanth Menon wrote: > a) Tegra seems to use Lookup Table for sending predefinied voltage > values to PMIC. OMAP has no concept of lookup table. They seem to be doing basically the same thing here, you've got a linear map of selector to voltage too AFAIC

Re: [RFC PATCH 1/4] regulator: Introduce OMAP regulator to control PMIC over VC/VP

2013-06-10 Thread Nishanth Menon
On Mon, Jun 10, 2013 at 11:49 AM, Mark Brown wrote: > On Mon, Jun 10, 2013 at 11:16:59AM -0500, Nishanth Menon wrote: >> On Mon, Jun 10, 2013 at 5:31 AM, Mark Brown wrote: >> > On Wed, May 22, 2013 at 01:18:34PM -0500, Nishanth Menon wrote: > >> > So, the biggest problem here has been patch 4 (ha

Re: [PATCH v4 2/6] clocksource: add Marvell Orion SoC timer

2013-06-10 Thread Andrew Lunn
On Mon, Jun 10, 2013 at 11:35:55AM +0200, Sebastian Hesselbarth wrote: > This patch add a DT enabled driver for timers found on Marvell Orion SoCs > (Kirkwood, Dove, Orion5x, and Discovery Innovation). It installs a free- > running clocksource on timer0 and a clockevent source on timer1. > Correspo

Re: [PATCH v4 2/6] clocksource: add Marvell Orion SoC timer

2013-06-10 Thread Jason Cooper
On Mon, Jun 10, 2013 at 07:06:38PM +0200, Daniel Lezcano wrote: > On 06/10/2013 06:47 PM, Sebastian Hesselbarth wrote: > > On 06/10/13 18:44, Daniel Lezcano wrote: > >> On 06/10/2013 06:31 PM, Sebastian Hesselbarth wrote: > >>> On 06/10/13 18:04, Daniel Lezcano wrote: > On 06/10/2013 11:35 AM,

Re: [PATCH V5] ASoC: fsl: add imx-wm8962 machine driver

2013-06-10 Thread Mark Brown
On Fri, Jun 07, 2013 at 08:26:14PM +0800, Nicolin Chen wrote: > + > +struct imx_priv { > + int hp_gpio; > + int hp_active_low; > + int hp_status; > + int amic_gpio; > + int amic_active_low; > + int amic_status; These are just recorded in the struct but never actually seem

Re: [RFC PATCH 1/4] regulator: Introduce OMAP regulator to control PMIC over VC/VP

2013-06-10 Thread Mark Brown
On Mon, Jun 10, 2013 at 11:16:59AM -0500, Nishanth Menon wrote: > On Mon, Jun 10, 2013 at 5:31 AM, Mark Brown wrote: > > On Wed, May 22, 2013 at 01:18:34PM -0500, Nishanth Menon wrote: > > So, the biggest problem here has been patch 4 (having to have a hack to > > deploy this stuff is a bit worry

Re: [PATCH v4 2/6] clocksource: add Marvell Orion SoC timer

2013-06-10 Thread Sebastian Hesselbarth
On 06/10/13 18:44, Daniel Lezcano wrote: On 06/10/2013 06:31 PM, Sebastian Hesselbarth wrote: On 06/10/13 18:04, Daniel Lezcano wrote: On 06/10/2013 11:35 AM, Sebastian Hesselbarth wrote: This patch add a DT enabled driver for timers found on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, and Di

Re: [PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Srinivas KANDAGATLA
On 10/06/13 13:43, Linus Walleij wrote: > On Mon, Jun 10, 2013 at 11:26 AM, Srinivas KANDAGATLA > wrote: > >> The STiH415 is the next generation of HD, AVC set-top box processors for >> satellite, cable, terrestrial and IP-STB markets. It is an ARM Cortex-A9 >> 1.0 GHz, dual-core CPU. > (...) >>

Re: [PATCH] ARM: tegra: add basic SecureOS support

2013-06-10 Thread Stephen Warren
On 06/10/2013 03:14 AM, Russell King - ARM Linux wrote: > On Mon, Jun 10, 2013 at 05:11:15PM +0900, Alexandre Courbot wrote: >> On Sat, Jun 8, 2013 at 1:33 AM, Stephen Warren wrote: > I think we need to separate the concept of support for *a* secure > monitor, from support for a *particula

Re: [PATCH v2 1/2] ARM: dts: add dtsi for palmas

2013-06-10 Thread Stephen Warren
On 06/10/2013 03:04 AM, J Keerthy wrote: > Adds palmas mfd and palmas regulator nodes. Nits: Well, you're really adding files that provide the nodes, not the nodes themselves. Palmas and MFD should be correctly capitalized. > diff --git a/arch/arm/boot/dts/palmas.dtsi b/arch/arm/boot/dts/palmas

Re: [PATCH v4 2/6] clocksource: add Marvell Orion SoC timer

2013-06-10 Thread Sebastian Hesselbarth
On 06/10/13 18:04, Daniel Lezcano wrote: On 06/10/2013 11:35 AM, Sebastian Hesselbarth wrote: This patch add a DT enabled driver for timers found on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, and Discovery Innovation). It installs a free- running clocksource on timer0 and a clockevent source o

Re: [PATCH] ARM: dts: add dtsi for palmas

2013-06-10 Thread Stephen Warren
On 06/09/2013 10:03 PM, J, KEERTHY wrote: > Hi Stephen, > > Thanks for the review comments. Cam you please fix your email client to quote the messages you're replyiing to correctly? In the message you sent, there's no differentiation between what I originally wrote and you quoted, vs. the new tex

Re: [PATCH] ARM: dts: add dtsi for palmas

2013-06-10 Thread Stephen Warren
On 06/10/2013 03:29 AM, Benoit Cousson wrote: > Hi Keerthy, > > On 06/10/2013 06:03 AM, J, KEERTHY wrote: >> Hi Stephen, >> >> Thanks for the review comments. >> >> >> From: Stephen Warren [swar...@wwwdotorg.org] >> Sent: Saturday, June 08, 2013 1:26 AM >>

Re: [PATCH v2 07/11] ARM:stixxxx: Add STiH416 SOC support

2013-06-10 Thread Srinivas KANDAGATLA
Thankyou for your comments. On 10/06/13 14:52, Arnd Bergmann wrote: > On Monday 10 June 2013 10:27:05 Srinivas KANDAGATLA wrote: > >> +soc { >> +pin-controller-sbc { >> +#address-cells = <1>; >> +#size-cells = <1>; >> +

Re: [RFC PATCH 1/4] regulator: Introduce OMAP regulator to control PMIC over VC/VP

2013-06-10 Thread Nishanth Menon
+Paul. On Mon, Jun 10, 2013 at 5:31 AM, Mark Brown wrote: > On Wed, May 22, 2013 at 01:18:34PM -0500, Nishanth Menon wrote: > > So, the biggest problem here has been patch 4 (having to have a hack to > deploy this stuff is a bit worrying) plus the general not having a real > driver thing. Patch #

Re: [PATCH v2 04/11] mfd:stixxxx-syscfg: Add ST System Configuration support.

2013-06-10 Thread Srinivas KANDAGATLA
Thanks for the comments. On 10/06/13 15:02, Arnd Bergmann wrote: > On Monday 10 June 2013 14:52:38 Srinivas KANDAGATLA wrote: >> On 10/06/13 14:16, Linus Walleij wrote: >>> On Mon, Jun 10, 2013 at 11:22 AM, Srinivas KANDAGATLA >>> wrote: >>> This mfd driver provides higher level inialization

Re: [net-next PATCH v4 1/5] net: cpsw: enhance pinctrl support

2013-06-10 Thread Linus Walleij
On Fri, Jun 7, 2013 at 4:49 PM, Mugunthan V N wrote: >> If you want to merge the direct networking parts of this series into >> another tree, I'm fine with that: >> >> Acked-by: David S. Miller > > David > > Can you the below patch series as i have adopted pinctrl PM api in another > series, > t

Re: [PATCH 2/4] pinctrl: single: Add hardware specific hooks for IRQ and GPIO wake-up events

2013-06-10 Thread Tony Lindgren
* Haojian Zhuang [130608 21:51]: > > I assume that this patch is used in both v1 & v2 version. Since Manjunathappa > changed the logic of distinguishing bits and pins in blew. > > if (pcs->bits_per_mux) > mask = vals->mask; > else > mask = pcs->fmask > > Would you like to sync with h

Re: [PATCH 4/4] ARM: OMAP: Move DT wake-up event handling over to use pinctrl-single-omap

2013-06-10 Thread Tony Lindgren
* Tony Lindgren [130607 13:58]: > * Tony Lindgren [130607 13:56]: > > Now pinctrl-single-omap can handle the wake-up events for us now > > as long as the events are configured in the .dts files. > > This patch I should queue separately, the rest should go via > the pinctrl tree. Here's this one

Re: [PATCH 6/6] ARM: dts: Add pcie controller node for Samsung EXYNOS5440 SoC

2013-06-10 Thread Arnd Bergmann
On Monday 10 June 2013, Jingoo Han wrote: > On Saturday, June 08, 2013 2:43 AM, Arnd Bergmann wrote: > For multiple domains, how can I fix the DT properties? Domains are a Linux concept, you have to pick a new domain number for each struct hw_pci you register. > Current DT properties are as belo

Re: [PATCH 3/4] pinctrl: single: omap: Add SoC specific module for wake-up events

2013-06-10 Thread Tony Lindgren
* Quadros, Roger [130610 03:09]: > + > +static int __init pcs_omap_init(void) > +{ > + platform_driver_register(&pcs_omap_soc_driver); > + platform_driver_register(&pcs_omap_driver); > + > + return 0; > +} > +module_init(pcs_omap_init); > > It seems this has to be moved to an ea

Re: [PATCH 4/4] ARM: OMAP: Move DT wake-up event handling over to use pinctrl-single-omap

2013-06-10 Thread Tony Lindgren
* Quadros, Roger [130610 05:37]: > Hi Tony, (sorry, on Outlook web) > > - compatible = "ti,omap4-padconf", "pinctrl-single"; > + compatible = "ti,omap4-padconf"; > > This change is not necessary if we make sure the pinctrl-single-omap driver > gets reg

Re: [PATCH v2 04/11] mfd:stixxxx-syscfg: Add ST System Configuration support.

2013-06-10 Thread Arnd Bergmann
On Monday 10 June 2013 14:52:38 Srinivas KANDAGATLA wrote: > On 10/06/13 14:16, Linus Walleij wrote: > > On Mon, Jun 10, 2013 at 11:22 AM, Srinivas KANDAGATLA > > wrote: > > > >> This mfd driver provides higher level inialization routines for various > >> IPs like Ethernet, USB, PCIE, SATA and so

Re: [PATCH v2 04/11] mfd:stixxxx-syscfg: Add ST System Configuration support.

2013-06-10 Thread Srinivas KANDAGATLA
On 10/06/13 14:16, Linus Walleij wrote: > On Mon, Jun 10, 2013 at 11:22 AM, Srinivas KANDAGATLA > wrote: > >> This mfd driver provides higher level inialization routines for various >> IPs like Ethernet, USB, PCIE, SATA and so on. Also it provides way to >> get to syscfg registers via standard re

Re: [PATCH v2 07/11] ARM:stixxxx: Add STiH416 SOC support

2013-06-10 Thread Arnd Bergmann
On Monday 10 June 2013 10:27:05 Srinivas KANDAGATLA wrote: > + soc { > + pin-controller-sbc { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "st,stih416-pinctrl", "simple-bus"; Why is this bot

Re: [PATCH v2 02/11] clocksource:global_timer: Add ARM global timer support.

2013-06-10 Thread Srinivas KANDAGATLA
On 10/06/13 14:13, Linus Walleij wrote: > On Mon, Jun 10, 2013 at 11:21 AM, Srinivas KANDAGATLA > wrote: >> >> Signed-off-by: Stuart Menefy >> Signed-off-by: Srinivas Kandagatla >> CC: Arnd Bergmann >> CC: Rob Herring >> CC: Linus Walleij >> CC: Will Deacon >> CC: Thomas Gleixner > > This

Re: [PATCH v2 04/11] mfd:stixxxx-syscfg: Add ST System Configuration support.

2013-06-10 Thread Linus Walleij
On Mon, Jun 10, 2013 at 11:22 AM, Srinivas KANDAGATLA wrote: > This mfd driver provides higher level inialization routines for various > IPs like Ethernet, USB, PCIE, SATA and so on. Also it provides way to > get to syscfg registers via standard regmap api which is usefull for > drivers like pinc

Re: [PATCH v2 09/11] ARM:stixxxx: Add stixxxx options to multi_v7_defconfig

2013-06-10 Thread Mark Rutland
On Mon, Jun 10, 2013 at 11:58:38AM +0100, Srinivas KANDAGATLA wrote: > Thanks for testing... > On 10/06/13 11:40, Mark Rutland wrote: > > On Mon, Jun 10, 2013 at 10:27:57AM +0100, Srinivas KANDAGATLA wrote: > >> > This patch adds stih415 and stih416 support to multi_v7_defconfig. > > This seems to

Re: [PATCH v2 02/11] clocksource:global_timer: Add ARM global timer support.

2013-06-10 Thread Linus Walleij
On Mon, Jun 10, 2013 at 11:21 AM, Srinivas KANDAGATLA wrote: > From: Stuart Menefy > > This is a simple driver for the global timer module found in the Cortex > A9-MP cores from revision r1p0 onwards. This should be able to perform > the functions of the system timer and the local timer in an SM

Re: [PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Linus Walleij
On Mon, Jun 10, 2013 at 11:26 AM, Srinivas KANDAGATLA wrote: > The STiH415 is the next generation of HD, AVC set-top box processors for > satellite, cable, terrestrial and IP-STB markets. It is an ARM Cortex-A9 > 1.0 GHz, dual-core CPU. (...) > + soc { > + pin-controller-sbc {

RE: [PATCH 4/4] ARM: OMAP: Move DT wake-up event handling over to use pinctrl-single-omap

2013-06-10 Thread Quadros, Roger
Hi Tony, (sorry, on Outlook web) - compatible = "ti,omap4-padconf", "pinctrl-single"; + compatible = "ti,omap4-padconf"; This change is not necessary if we make sure the pinctrl-single-omap driver gets registered early enough, before the pinctrl devices

Re: [PATCH 2/2] ARM: nomadik: add the new clocks to the device tree

2013-06-10 Thread Linus Walleij
On Mon, Jun 10, 2013 at 7:12 AM, Bjorn Andersson wrote: > While hacking on clock support for msm8960 the other day I did the > same thing; I figured that providing clocks with descriptive names > would be of great benefit while reading the dts. > > I had my uart device setup with: > clocks = <&gs

Re: [PATCH v2] i2c: core: make it possible to match a pure device tree driver

2013-06-10 Thread Linus Walleij
On Fri, Jun 7, 2013 at 11:32 PM, Wolfram Sang wrote: > ... >> I2C devices probed from device tree should subsequently be >> fixed to handle the case where of_match_table() is >> used (I think none of them do that today), and platforms should >> fix their device trees to use compatible strings for

Re: [PATCH v2 01/11] serial:st-asc: Add ST ASC driver.

2013-06-10 Thread Srinivas KANDAGATLA
Thankyou for your comment and suggestion, I will fix the POSIX compliant issue. On 10/06/13 10:35, Russell King - ARM Linux wrote: > On Mon, Jun 10, 2013 at 10:21:00AM +0100, Srinivas KANDAGATLA wrote: >> This patch adds support to ASC (asynchronous serial controller) >> driver, which is basically

Re: [PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Srinivas KANDAGATLA
On 10/06/13 12:15, Michal Simek wrote: Thankyou for your comments, > Hi, > > hmm - that's a nice bug that thunderbird is not able to send this email. :-( > Let's comment it again via gmail. > diff --git a/arch/arm/boot/dts/stih415.dtsi > b/arch/arm/boot/dts/stih415.dtsi > new file mod

RE: [PATCH 09/11] gpio: davinci: DT changes for driver

2013-06-10 Thread Philip, Avinash
On Thu, May 30, 2013 at 23:55:22, Linus Walleij wrote: > On Wed, May 22, 2013 at 9:10 AM, Philip Avinash wrote: > > (...) > > +- interrupts: The Starting IRQ number for GPIO > > +- intc_irq_num: The number of IRQs supported by the Interrupt Controller > (...) > > No this is not how you pass a nu

RE: [PATCH 2/2] rtc: omap: add rtc wakeup support to alarm events

2013-06-10 Thread Hebbar, Gururaja
On Fri, May 31, 2013 at 23:11:22, Kevin Hilman wrote: > Hebbar Gururaja writes: > > > On some platforms (like AM33xx), a special register (RTC_IRQWAKEEN) > > is available to enable Wakeup feature for Alarm Events. > > > > Since new platforms/Boards are now added through DT only, this feature > >

Re: [PATCH] ARM: tegra: add basic SecureOS support

2013-06-10 Thread Dave Martin
On Mon, Jun 10, 2013 at 05:05:04PM +0900, Alexandre Courbot wrote: > On Sat, Jun 8, 2013 at 3:13 AM, Dave Martin wrote: > > One way to make the backend generic would be to have something like > > one of the following (some syntax omitted due to laziness): > > > > u32 __naked __call_smc(u32

Re: [PATCH] ARM: tegra: add basic SecureOS support

2013-06-10 Thread Dave Martin
On Mon, Jun 10, 2013 at 05:11:15PM +0900, Alexandre Courbot wrote: > On Sat, Jun 8, 2013 at 1:33 AM, Stephen Warren wrote: > >>> I think we need to separate the concept of support for *a* secure > >>> monitor, from support for a *particular* secure monitor. > >> > >> Agreed. In this case, can we a

Re: [PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Michal Simek
signature.asc Description: OpenPGP digital signature ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss

Re: [PATCH v2 09/11] ARM:stixxxx: Add stixxxx options to multi_v7_defconfig

2013-06-10 Thread Srinivas KANDAGATLA
Thanks for testing... On 10/06/13 11:40, Mark Rutland wrote: > On Mon, Jun 10, 2013 at 10:27:57AM +0100, Srinivas KANDAGATLA wrote: >> > This patch adds stih415 and stih416 support to multi_v7_defconfig. > This seems to drop a few options also: > > CONFIG_ARM_ARCH_TIMER Same as last comment 2: >

Re: [PATCH 1/5] clk/exynos5250: Fix HDMI clock number in documentation

2013-06-10 Thread Rahul Sharma
This patch is already posted at http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg18331.html and Reviewed-by: Doug Anderson On Mon, Jun 10, 2013 at 4:30 PM, Rahul Sharma wrote: > From: Arun Kumar K > > This patch corrects the HDMI clock number given wrongly > in the documentatio

[PATCH 5/5] clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem

2013-06-10 Thread Rahul Sharma
parent of hdmi and mixer block is mentioned as aclk200 which is not correct. It is clocked by the ouput of aclk200_disp1. Hence parent for mixer and hdmi clocks is changed to aclk200_disp1. Signed-off-by: Rahul Sharma --- drivers/clk/samsung/clk-exynos5250.c |4 ++-- 1 file changed, 2 insert

Re: [PATCH] arm64: Add support to pass earlyprintk argument via device tree

2013-06-10 Thread Pranavkumar Sawargaonkar
Hi, On 3 June 2013 21:21, Pranavkumar Sawargaonkar wrote: > This patch adds support for defining and passing earlyprintk > related information i.e. device and address information via > device tree by adding it inside "chosen" node. > > This will help user to just specify "earlyprintk" from bootar

[PATCH 4/5] clk/exynos5250: add clock for tv sysmmu

2013-06-10 Thread Rahul Sharma
Adding sysmmu clock for tv for exynos5250 SoC. It also adds aclk200_disp1 mux which is the actual parent of the disp1 block (contains hdmi, mixer, sysmmu_tv). Signed-off-by: Rahul Sharma --- Documentation/devicetree/bindings/clock/exynos5250-clock.txt |1 + drivers/clk/samsung/clk-exynos5250

[PATCH 3/5] clk/exynos5250: add sclk_hdmiphy in the list of special clocks

2013-06-10 Thread Rahul Sharma
hdmi driver needs hdmiphy clock which is one of the parent for hdmi mux clock. This is required while changing the parent of mux clock. Signed-off-by: Rahul Sharma --- Documentation/devicetree/bindings/clock/exynos5250-clock.txt |1 + drivers/clk/samsung/clk-exynos5250.c

Re: [PATCH v2 09/11] ARM:stixxxx: Add stixxxx options to multi_v7_defconfig

2013-06-10 Thread Mark Rutland
On Mon, Jun 10, 2013 at 10:27:57AM +0100, Srinivas KANDAGATLA wrote: > This patch adds stih415 and stih416 support to multi_v7_defconfig. This seems to drop a few options also: CONFIG_ARM_ARCH_TIMER CONFIG_ARM_ERRATA_754322 CONFIG_EXPERIMENTAL CONFIG_GPIO_PL061 CONFIG_MMC_WMT I just applied this

[PATCH 2/5] clk/exynos5250: add mout_hdmi mux clock for hdmi

2013-06-10 Thread Rahul Sharma
hdmi driver needs to change the parent of hdmi clock frequently between pixel clock and hdmiphy clock. hdmiphy is not stable after power on and for a short interval while changing the phy configuration. For this duration pixel clock is used to clock hdmi. This patch is exposing the mux for changin

[PATCH 1/5] clk/exynos5250: Fix HDMI clock number in documentation

2013-06-10 Thread Rahul Sharma
From: Arun Kumar K This patch corrects the HDMI clock number given wrongly in the documentation. Signed-off-by: Arun Kumar K Signed-off-by: Rahul Sharma --- Documentation/devicetree/bindings/clock/exynos5250-clock.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docu

[PATCH 0/5] clk/exynos5250: add clocks for hdmi subsystem

2013-06-10 Thread Rahul Sharma
Add clock changes for hdmi subsystem for exynos5250 SoC. These include addition of new clocks like mout_hdmi and smmu_tv, associating ID to clk_hdmiphy and some essential corrections. This set is based on kukjin's for-next branch at http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.g

Re: [RFC PATCH 1/4] regulator: Introduce OMAP regulator to control PMIC over VC/VP

2013-06-10 Thread Mark Brown
On Wed, May 22, 2013 at 01:18:34PM -0500, Nishanth Menon wrote: So, the biggest problem here has been patch 4 (having to have a hack to deploy this stuff is a bit worrying) plus the general not having a real driver thing. > +- ti,i2c-slave-address - I2C slave address of the PMIC > +- ti,i2c-volta

RE: [PATCH V3 1/2] tps6507x-ts: Add DT support

2013-06-10 Thread Vishwanathrao Badarkhe, Manish
Hi Dmitry, On Mon, Jun 10, 2013 at 11:34:42, Dmitry Torokhov wrote: > Hi Manish, > > On Tue, May 21, 2013 at 02:24:17PM +0530, Vishwanathrao Badarkhe, Manish > wrote: > > Add device tree based support for TI's tps6507x touchscreen. > > > > Tested on da850-evm. > > > > Signed-off-by: Vishwanath

Re: [PATCH v2 2/2] ARM: dts: OMAP5: add palmas node and omap specific palmas regulator properties

2013-06-10 Thread Lee Jones
On Mon, 10 Jun 2013, J Keerthy wrote: > Add palmas node and omap specific palmas regulator properties. > > Signed-off-by: J Keerthy > --- > arch/arm/boot/dts/omap5-uevm.dts | 147 > ++ > 1 files changed, 147 insertions(+), 0 deletions(-) > > diff --git a/a

RE: [PATCH 3/4] pinctrl: single: omap: Add SoC specific module for wake-up events

2013-06-10 Thread Quadros, Roger
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki From: Tony Lindgren [t...@atomide.com] Sent: Friday, June 07, 2013 11:50 PM To: linus.wall...@linaro.org Cc: devicetree-discuss

[PATCH v2 07/11] ARM:stixxxx: Add STiH416 SOC support

2013-06-10 Thread Srinivas KANDAGATLA
The STiH416 is advanced HD AVC processor with 3D graphics acceleration and 1.2-GHz ARM Cortex-A9 SMP CPU. Signed-off-by: Srinivas Kandagatla CC: Stephen Gallimore CC: Stuart Menefy CC: Arnd Bergmann CC: Linus Walleij --- Documentation/arm/sti/stih416-overview.txt | 12 + arch/arm/boot/

Re: [PATCH v3] mfd: DT bindings for the palmas family MFD

2013-06-10 Thread Lee Jones
On Mon, 10 Jun 2013, J, KEERTHY wrote: > Hello Grant/Lee Jones, > > > -Original Message- > > From: Lee Jones [mailto:lee.jo...@linaro.org] > > Sent: Thursday, June 06, 2013 12:36 PM > > To: J, KEERTHY > > Cc: linux-ker...@vger.kernel.org; grant.lik...@secretlab.ca; linux- > > d...@vger.ke

Re: [PATCH v2 06/11] ARM:stixxxx: Add STiH415 SOC support

2013-06-10 Thread Michal Simek
signature.asc Description: OpenPGP digital signature ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss

[PATCH v4 2/6] clocksource: add Marvell Orion SoC timer

2013-06-10 Thread Sebastian Hesselbarth
This patch add a DT enabled driver for timers found on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, and Discovery Innovation). It installs a free- running clocksource on timer0 and a clockevent source on timer1. Corresponding device tree documentation is also added. Signed-off-by: Sebastian Hessel

Re: [PATCH v2 01/11] serial:st-asc: Add ST ASC driver.

2013-06-10 Thread Russell King - ARM Linux
On Mon, Jun 10, 2013 at 10:21:00AM +0100, Srinivas KANDAGATLA wrote: > This patch adds support to ASC (asynchronous serial controller) > driver, which is basically a standard serial driver. This IP is common > across all the ST parts for settop box platforms. > > ASC is embedded in ST COMMS IP blo

[PATCH v2 10/11] ARM:stih41x: Add B2000 board support

2013-06-10 Thread Srinivas KANDAGATLA
B2000 board is reference board for STIH415/416 SOCs, it has 2 x UART, 4x USB, 2 x Ethernet, 1 x SATA, 1 x PCIe, and 1GB RAM. This patch add initial support to b2000 with STiH415/416 with UART2 as console and a heard beat LED. Signed-off-by: Srinivas Kandagatla CC: Stephen Gallimore CC: Arnd Ber

[PATCH v2 09/11] ARM:stixxxx: Add stixxxx options to multi_v7_defconfig

2013-06-10 Thread Srinivas KANDAGATLA
This patch adds stih415 and stih416 support to multi_v7_defconfig. Signed-off-by: Srinivas Kandagatla CC: Arnd Bergmann --- arch/arm/configs/multi_v7_defconfig | 32 +++- 1 files changed, 15 insertions(+), 17 deletions(-) diff --git a/arch/arm/configs/multi_v7_def

[PATCH v2 11/11] ARM:stih41x: Add B2020 board support

2013-06-10 Thread Srinivas KANDAGATLA
B2020 ADI board is reference board for STIH415/416 SOCs, it has 2 x UART, 4x USB, 1 x Ethernet, 1 x SATA, 1 x PCIe, and 2GB RAM with standard set-top box IPs. This patch adds initial support to B2020 with STiH415/416 with SBC_UART1 as console and a heard beat LED. Signed-off-by: Srinivas Kandaga

[PATCH v2 08/11] ARM:stixxxx: Add DEBUG_LL console support

2013-06-10 Thread Srinivas KANDAGATLA
This patch adds low level debug uart support to sti based SOCs. Signed-off-by: Srinivas Kandagatla CC: Arnd Bergmann --- arch/arm/Kconfig.debug | 38 +++ arch/arm/include/debug/sti.S | 61 ++ arch/arm/mach-sti/boa

Re: [PATCH] ARM: dts: add dtsi for palmas

2013-06-10 Thread Benoit Cousson
Hi Keerthy, On 06/10/2013 06:03 AM, J, KEERTHY wrote: > Hi Stephen, > > Thanks for the review comments. > > > From: Stephen Warren [swar...@wwwdotorg.org] > Sent: Saturday, June 08, 2013 1:26 AM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-discuss@l

Re: [patch -next] spi: spi-xilinx: cleanup a check in xilinx_spi_txrx_bufs()

2013-06-10 Thread Mark Brown
On Sun, Jun 09, 2013 at 04:07:28PM +0300, Dan Carpenter wrote: > '!' has higher precedence than comparisons so the original condition > is equivalent to "if (xspi->remaining_bytes == 0)". This makes the > static checkers complain. Applied, thanks. signature.asc Description: Digital signature __

[PATCH v2 03/11] regmap: Add regmap_field APIs

2013-06-10 Thread Srinivas KANDAGATLA
It is common to access regmap registers at bit level, using regmap_update_bits or regmap_read functions, however the end user has to take care of a mask or shifting. This becomes overhead when such use cases are high. Having a common function to do this is much convenient and less error prone. The

  1   2   >