Re: [RFC PATCH] clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clock

2014-06-18 Thread Paul Walmsley
On Tue, 17 Jun 2014, Tero Kristo wrote: On 06/17/2014 11:19 AM, Paul Walmsley wrote: The only case that approached this was with PLLs. PLLs would automatically be placed into bypass if the PLL rate was set to the bypass rate. Someone could argue that this is rather strange approach

Re: [PATCH] ARM: omap: rework platform selection

2014-06-18 Thread Tony Lindgren
* Rob Herring robherri...@gmail.com [140617 09:42]: On Tue, Jun 17, 2014 at 10:25 AM, Tony Lindgren t...@atomide.com wrote: * Rob Herring robherri...@gmail.com [140617 08:05]: On Tue, Jun 17, 2014 at 8:57 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 16 June 2014, Rob Herring wrote:

Re: [RFC PATCH] clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clock

2014-06-18 Thread Paul Walmsley
On Tue, 17 Jun 2014, Mike Turquette wrote: Quoting Paul Walmsley (2014-06-17 01:15:09) On Tue, 17 Jun 2014, Tomi Valkeinen wrote: When setting the rate of a clock, by default the clock framework will change the parent of the clock to the most suitable one in

Re: [RFC PATCH] clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clock

2014-06-18 Thread Paul Walmsley
On Wed, 18 Jun 2014, Paul Walmsley wrote: I don't disagree that some platforms might want this behavior. But it's not a safe default, the flag should be the other way around. Rare is the software engineer that knows whether the clock muxes on their platform are glitchless. (beyond all

Re: [PATCH 7/9] regulator: palmas: Add palmas_pmic_driver_data structure

2014-06-18 Thread Lee Jones
Add palmas_pmic_driver_data structure. Signed-off-by: Keerthy j-keer...@ti.com --- include/linux/mfd/palmas.h | 25 + 1 file changed, 25 insertions(+) diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h index 8d68452..70f0695 100644 ---

Re: [PATCH] clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabled

2014-06-18 Thread Roger Quadros
On 06/17/2014 05:03 PM, Roger Quadros wrote: Define ti_clk_register_dpll_x2() and of_ti_am3_dpll_x2_setup() if AM43XX is defined. Fixes the below boot issue. [2.157258] gpmc_l3_clk not enabled [2.161194] gpmc_l3_clk not enabled [2.164896] Division by zero in kernel. [

Re: [PATCH v4 3/4] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods

2014-06-18 Thread Roger Quadros
+ Rajendra, Nishant and Kevin. as you were mentioned in the discussion. cheers, -roger On 06/15/2014 06:33 AM, Paul Walmsley wrote: On Fri, 13 Jun 2014, Paul Walmsley wrote: Hi Roger, On Wed, 23 Apr 2014, Roger Quadros wrote: From: Nikhil Devshatwar nikhil...@ti.com Add hwmods for

Re: [PATCH v4 3/4] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods

2014-06-18 Thread Roger Quadros
On 04/23/2014 08:35 PM, Roger Quadros wrote: From: Nikhil Devshatwar nikhil...@ti.com Add hwmods for ocp2scp3 and sata modules. [Roger Q] Clean up. CC: Benoit Cousson bcous...@baylibre.com CC: Paul Walmsley p...@pwsan.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Nikhil

RE: Unifying cape overlays into boot .dtb for BeagleBoard.org boards

2014-06-18 Thread Gupta, Pekon
Hi, From: Jason Kridner [mailto:jkrid...@gmail.com] On Tue, Jun 17, 2014 at 3:11 AM, Gupta, Pekon pe...@ti.com wrote: From: Jason Kridner [...] * The devicetree sources, including the primary boot .dts files, will eventually be removed from the kernel source tree. I'm not too sure if and when

Re: [PATCH v2 04/18] PCI: designware: use untranslated address while programming ATU

2014-06-18 Thread Kishon Vijay Abraham I
Hi Arnd, On Thursday 29 May 2014 12:08 PM, Kishon Vijay Abraham I wrote: In DRA7, the cpu sees 32bit address, but the pcie controller can see only 28bit address. So whenever the cpu issues a read/write request, the 4 most significant bits are used by L3 to determine the target controller.

Re: [PATCH v2 03/18] PCI: designware: Configuration space should be specified in 'reg'

2014-06-18 Thread Kishon Vijay Abraham I
Hi, On Friday 30 May 2014 07:45 PM, Karicheri, Muralidharan wrote: -Original Message- From: Murali Karicheri [mailto:m-kariche...@ti.com] Sent: Thursday, May 29, 2014 12:32 PM To: ABRAHAM, KISHON VIJAY Cc: devicet...@vger.kernel.org; linux-...@vger.kernel.org; linux-arm-

Re: [PATCH v2 03/18] PCI: designware: Configuration space should be specified in 'reg'

2014-06-18 Thread Jingoo Han
On Wednesday, June 18, 2014 6:15 PM, Kishon Vijay Abraham I wrote: On Friday 30 May 2014 07:45 PM, Karicheri, Muralidharan wrote: On 5/29/2014 2:38 AM, ABRAHAM, KISHON VIJAY wrote: The configuration address space has so far been specified in *ranges*, however it should be specified in *reg*

[PATCH v2 1/9] mfd: Add DT bindings for tps65917 PMIC

2014-06-18 Thread Keerthy
Add DT bindings for tps65917 PMIC. Signed-off-by: Keerthy j-keer...@ti.com --- Documentation/devicetree/bindings/mfd/palmas.txt |2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/palmas.txt b/Documentation/devicetree/bindings/mfd/palmas.txt index

[PATCH v2 9/9] regulator: palmas: Add tps65917 PMIC support

2014-06-18 Thread Keerthy
Add tps65917 PMIC support. Signed-off-by: Keerthy j-keer...@ti.com --- drivers/regulator/palmas-regulator.c | 387 ++ 1 file changed, 387 insertions(+) diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c index

[PATCH v2 6/9] mfd: palmas: shift the palmas_sleep_requestor_info structure definition to the header file

2014-06-18 Thread Keerthy
shift the palmas_sleep_requestor_info structure definition to the header file. Acked-by: Lee Jones lee.jo...@linaro.org Signed-off-by: Keerthy j-keer...@ti.com --- drivers/mfd/palmas.c | 10 -- include/linux/mfd/palmas.h | 10 ++ 2 files changed, 10 insertions(+), 10

[PATCH v2 8/9] regulator: palmas: add driver data and modularize the probe

2014-06-18 Thread Keerthy
add driver data and modularize the probe. Signed-off-by: Keerthy j-keer...@ti.com --- Changes in V2: * Fixed the order of variable declarations. drivers/mfd/palmas.c | 44 +-- drivers/regulator/palmas-regulator.c | 658 -- 2 files changed,

[PATCH v2 4/9] mfd: palmas: Add tps65917 support

2014-06-18 Thread Keerthy
Add tps65917 PMIC support. tps65917 is a subset of palmas PMIC. Some of the register definitions and the interrupt mappings are different. Acked-by: Lee Jones lee.jo...@linaro.org Signed-off-by: Keerthy j-keer...@ti.com --- Changes in v2: * Removed redundant features variable.

[PATCH v2 5/9] regulator: palmas: Shift the reg_info structure definition to the header file

2014-06-18 Thread Keerthy
Shift the reg_info structure definition to the header file. Acked-by: Lee Jones lee.jo...@linaro.org Signed-off-by: Keerthy j-keer...@ti.com --- drivers/regulator/palmas-regulator.c |9 - include/linux/mfd/palmas.h |9 + 2 files changed, 9 insertions(+), 9

[PATCH v2 7/9] regulator: palmas: Add palmas_pmic_driver_data structure

2014-06-18 Thread Keerthy
Add palmas_pmic_driver_data structure. Signed-off-by: Keerthy j-keer...@ti.com --- include/linux/mfd/palmas.h | 25 + 1 file changed, 25 insertions(+) diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h index 0136e58..1a045ba 100644 ---

[PATCH v2 3/9] mfd: palmas: Add tps65917 specific definitions and enums

2014-06-18 Thread Keerthy
Add tps65917 specific definitions and enums. Acked-by: Lee Jones lee.jo...@linaro.org Signed-off-by: Keerthy j-keer...@ti.com --- include/linux/mfd/palmas.h | 793 1 file changed, 793 insertions(+) diff --git a/include/linux/mfd/palmas.h

[PATCH v2 2/9] regulator: palmas: Add tps65917 compatible string

2014-06-18 Thread Keerthy
Add tps65917 compatible string. Signed-off-by: Keerthy j-keer...@ti.com --- .../devicetree/bindings/regulator/palmas-pmic.txt |1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt

[PATCH v2 0/9] mfd: tps65917: Add support for for TPS65917 PMIC

2014-06-18 Thread Keerthy
The TPS65917 chip is a power management IC for Portable Navigation Systems and Tablet Computing devices. It contains the following components: - Regulators. - GPADC. - Over Temperature warning and Shut down. This patch series adds support for TPS65917 mfd device. At this time only the

Re: [PATCH v4 3/4] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods

2014-06-18 Thread Rajendra Nayak
On Wednesday 18 June 2014 01:32 PM, Roger Quadros wrote: On 04/23/2014 08:35 PM, Roger Quadros wrote: From: Nikhil Devshatwar nikhil...@ti.com Add hwmods for ocp2scp3 and sata modules. From what I see this is actually adding the ocp2scp3 data and fixing up some of the sata data which is

Re: [PATCH v3 5/7] ARM: DRA7: hwmod: Add SYSCONFIG for usb_otg_ss

2014-06-18 Thread Roger Quadros
+ Nishant and Rajendra for review. On 05/05/2014 12:54 PM, Roger Quadros wrote: Add the sysconfig class bits for the Super Speed USB controllers CC: Paul Walmsley p...@pwsan.com Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 12 1

Re: [PATCH v4 3/4] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods

2014-06-18 Thread Roger Quadros
On 06/18/2014 01:29 PM, Rajendra Nayak wrote: On Wednesday 18 June 2014 01:32 PM, Roger Quadros wrote: On 04/23/2014 08:35 PM, Roger Quadros wrote: From: Nikhil Devshatwar nikhil...@ti.com Add hwmods for ocp2scp3 and sata modules. From what I see this is actually adding the ocp2scp3 data

Re: [PATCH v3 5/7] ARM: DRA7: hwmod: Add SYSCONFIG for usb_otg_ss

2014-06-18 Thread Rajendra Nayak
On Wednesday 18 June 2014 04:40 PM, Roger Quadros wrote: + Nishant and Rajendra for review. On 05/05/2014 12:54 PM, Roger Quadros wrote: Add the sysconfig class bits for the Super Speed USB controllers CC: Paul Walmsley p...@pwsan.com Signed-off-by: Roger Quadros rog...@ti.com verified

Re: [PATCH v3 5/7] ARM: DRA7: hwmod: Add SYSCONFIG for usb_otg_ss

2014-06-18 Thread Roger Quadros
On 06/18/2014 02:19 PM, Rajendra Nayak wrote: On Wednesday 18 June 2014 04:40 PM, Roger Quadros wrote: + Nishant and Rajendra for review. On 05/05/2014 12:54 PM, Roger Quadros wrote: Add the sysconfig class bits for the Super Speed USB controllers CC: Paul Walmsley p...@pwsan.com

[PATCH 0/2] ARM: DRA7: hwmod: fixes for 3.16

2014-06-18 Thread Roger Quadros
Hi, These patches add the missing OCP2SCP3 module and fixup the SATA hwmod for DRA7 SoC. Both patches are tested on 3.16-rc1. SATA should have worked on DRA7-evm with just these 2 patches on top of 3.16-rc1,but it didn't :(. So something else is missing and needs to be investigated. SATA worked

[PATCH 1/2] ARM: DRA7: hwmod: Add OCP2SCP3 module

2014-06-18 Thread Roger Quadros
This module is needed for the SATA and PCIe PHYs. Signed-off-by: Roger Quadros rog...@ti.com Tested-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 25 + 1 file changed, 25 insertions(+) diff --git

[PATCH 2/2] ARM: DRA7: hwmod: Fixup SATA hwmod

2014-06-18 Thread Roger Quadros
Get rid of optional clock as that is now managed by the AHCI platform driver. Correct .mpu_rt_idx to 1 as the module register space (SYSCONFIG..) is passed as the second memory resource in the device tree. Signed-off-by: Roger Quadros rog...@ti.com Tested-by: Roger Quadros rog...@ti.com ---

Re: [PATCH 1/2] ARM: DRA7: hwmod: Add OCP2SCP3 module

2014-06-18 Thread Rajendra Nayak
On Wednesday 18 June 2014 05:46 PM, Roger Quadros wrote: This module is needed for the SATA and PCIe PHYs. Signed-off-by: Roger Quadros rog...@ti.com Tested-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 25 + 1 file changed, 25

[PATCH 2/2] regulators: TPS65218: Correct the the config register for LDO1

2014-06-18 Thread Felipe Balbi
From: Keerthy j-keer...@ti.com Correct the the config register for LDO1. Cc: sta...@vger.kernel.org # v3.15 Signed-off-by: Keerthy j-keer...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/regulator/tps65218-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 1/2] regulators: TPS65218: Add the missing of_node assignment in probe

2014-06-18 Thread Felipe Balbi
From: Keerthy j-keer...@ti.com Add the missing of_node assignment in probe. Cc: sta...@vger.kernel.org # v3.15 Signed-off-by: Keerthy j-keer...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/regulator/tps65218-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 2/2] regulators: TPS65218: Correct the the config register for LDO1

2014-06-18 Thread Nishanth Menon
nit pick: s/regulators: TPS65218:/regulators: tps65218:/ On 06/18/2014 10:17 AM, Felipe Balbi wrote: From: Keerthy j-keer...@ti.com Correct the the config register for LDO1. Cc: sta...@vger.kernel.org # v3.15 Fixes: 90e7d5262796 (regulator: tps65218: Add Regulator driver for TPS65218 PMIC)

[PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog

2014-06-18 Thread Felipe Balbi
by providing phandles to rtc and wdt nodes, we can let boards enable rtc and wdt as necessary. Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/am4372.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am4372.dtsi

[PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Felipe Balbi
Add support for TI's AM437x StarterKit Evaluation Module. Cc: Josh Elliot jelli...@ti.com Cc: Darren Etheridge detheri...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com --- .../devicetree/bindings/arm/omap/omap.txt | 3 + arch/arm/boot/dts/Makefile | 1 +

[PATCH v2 0/2] arm: dts: add support for am437x sk

2014-06-18 Thread Felipe Balbi
Hi, here's v2 of am437x sk support. Patches tested on top of next-20140617. Note that this series was tested with the following extra patches: http://marc.info/?l=linux-omapm=140299431732700w=2 http://marc.info/?l=linux-omapm=140300146503126w=2 http://marc.info/?l=linux-omapm=140299231232123

Re: [PATCH 1/2] regulators: TPS65218: Add the missing of_node assignment in probe

2014-06-18 Thread Nishanth Menon
nit pick: s/regulators: TPS65218:/regulators: tps65218:/ On 06/18/2014 10:17 AM, Felipe Balbi wrote: From: Keerthy j-keer...@ti.com Add the missing of_node assignment in probe. Hmm... I think an explanation of the type below might be nice: config.of_node is used to populate the

Re: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog

2014-06-18 Thread Nishanth Menon
$subject - ARM: dts: On 06/18/2014 10:43 AM, Felipe Balbi wrote: by providing phandles to rtc and wdt nodes, we can let boards enable rtc and wdt as necessary. Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/am4372.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Nishanth Menon
On 06/18/2014 10:43 AM, Felipe Balbi wrote: Add support for TI's AM437x StarterKit Evaluation Module. is there a link for this platform? Cc: Josh Elliot jelli...@ti.com Cc: Darren Etheridge detheri...@ti.com Signed-off-by: Felipe Balbi ba...@ti.com ---

[PATCH] omap3-n900.dts: Rename model name to Nokia RX-51 board

2014-06-18 Thread Pali Rohár
Use same name as in legacy board code. There are lot of userspace applications which using machine/model name for determinating device type. And changing this name will break all of them. Due to small features support in DT code only non DT kernel was used for Nokia N900 until now. Signed-off-by:

Re: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog

2014-06-18 Thread Felipe Balbi
Hi, On Wed, Jun 18, 2014 at 10:55:35AM -0500, Nishanth Menon wrote: $subject - ARM: dts: On 06/18/2014 10:43 AM, Felipe Balbi wrote: by providing phandles to rtc and wdt nodes, we can let boards enable rtc and wdt as necessary. Signed-off-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Felipe Balbi
On Wed, Jun 18, 2014 at 11:14:21AM -0500, Nishanth Menon wrote: On 06/18/2014 10:43 AM, Felipe Balbi wrote: Add support for TI's AM437x StarterKit Evaluation Module. is there a link for this platform? internal only Cc: Josh Elliot jelli...@ti.com Cc: Darren Etheridge

Re: [PATCH 1/2] ARM: DRA7: hwmod: Add OCP2SCP3 module

2014-06-18 Thread Roger Quadros
On 06/18/2014 03:34 PM, Rajendra Nayak wrote: On Wednesday 18 June 2014 05:46 PM, Roger Quadros wrote: This module is needed for the SATA and PCIe PHYs. Signed-off-by: Roger Quadros rog...@ti.com Tested-by: Roger Quadros rog...@ti.com --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 25

[PATCH v2 1/2] ARM: DRA7: hwmod: Add OCP2SCP3 module

2014-06-18 Thread Roger Quadros
This module is needed for the SATA and PCIe PHYs. Signed-off-by: Roger Quadros rog...@ti.com Tested-by: Roger Quadros rog...@ti.com --- v2: - added .main_clk to hwmod. - moved interface structure to the right place. arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 24 1 file

Re: [PATCH] omap3-n900.dts: Rename model name to Nokia RX-51 board

2014-06-18 Thread Aaro Koskinen
On Wed, Jun 18, 2014 at 06:57:15PM +0200, Pali Rohár wrote: Use same name as in legacy board code. There are lot of userspace applications which using machine/model name for determinating device type. Can you clarify this? Nokia kernel or userspace never had DT, so they cannot see e.g.

Re: [PATCH] omap3-n900.dts: Rename model name to Nokia RX-51 board

2014-06-18 Thread Pali Rohár
On Wednesday 18 June 2014 22:12:41 Aaro Koskinen wrote: On Wed, Jun 18, 2014 at 06:57:15PM +0200, Pali Rohár wrote: Use same name as in legacy board code. There are lot of userspace applications which using machine/model name for determinating device type. Can you clarify this? Nokia

Re: [PATCH] omap3-n900.dts: Rename model name to Nokia RX-51 board

2014-06-18 Thread Aaro Koskinen
Hi, On Wed, Jun 18, 2014 at 10:23:03PM +0200, Pali Rohár wrote: On Wednesday 18 June 2014 22:12:41 Aaro Koskinen wrote: On Wed, Jun 18, 2014 at 06:57:15PM +0200, Pali Rohár wrote: Use same name as in legacy board code. There are lot of userspace applications which using machine/model

Re: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog

2014-06-18 Thread Nishanth Menon
On 06/18/2014 02:25 PM, Felipe Balbi wrote: Hi, On Wed, Jun 18, 2014 at 10:55:35AM -0500, Nishanth Menon wrote: $subject - ARM: dts: On 06/18/2014 10:43 AM, Felipe Balbi wrote: by providing phandles to rtc and wdt nodes, we can let boards enable rtc and wdt as necessary. Signed-off-by:

Re: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog

2014-06-18 Thread Felipe Balbi
Hi, On Wed, Jun 18, 2014 at 04:43:28PM -0500, Nishanth Menon wrote: On 06/18/2014 02:25 PM, Felipe Balbi wrote: Hi, On Wed, Jun 18, 2014 at 10:55:35AM -0500, Nishanth Menon wrote: $subject - ARM: dts: On 06/18/2014 10:43 AM, Felipe Balbi wrote: by providing phandles to rtc and wdt

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Nishanth Menon
On 06/18/2014 02:31 PM, Felipe Balbi wrote: On Wed, Jun 18, 2014 at 11:14:21AM -0500, Nishanth Menon wrote: On 06/18/2014 10:43 AM, Felipe Balbi wrote: Add support for TI's AM437x StarterKit Evaluation Module. is there a link for this platform? internal only but will eventually be sold

Re: [PATCH v2 1/2] arm: dts: am4372: let boards enable RTC and Watchdog

2014-06-18 Thread Nishanth Menon
On 06/18/2014 04:51 PM, Felipe Balbi wrote: Hi, On Wed, Jun 18, 2014 at 04:43:28PM -0500, Nishanth Menon wrote: On 06/18/2014 02:25 PM, Felipe Balbi wrote: Hi, On Wed, Jun 18, 2014 at 10:55:35AM -0500, Nishanth Menon wrote: $subject - ARM: dts: On 06/18/2014 10:43 AM, Felipe Balbi wrote:

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Felipe Balbi
Hi, On Wed, Jun 18, 2014 at 04:54:05PM -0500, Nishanth Menon wrote: On 06/18/2014 02:31 PM, Felipe Balbi wrote: On Wed, Jun 18, 2014 at 11:14:21AM -0500, Nishanth Menon wrote: On 06/18/2014 10:43 AM, Felipe Balbi wrote: Add support for TI's AM437x StarterKit Evaluation Module. is there a

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Felipe Balbi
Hi, (side note) On Wed, Jun 18, 2014 at 06:19:23PM -0500, Felipe Balbi wrote: +interrupt-controller; +#interrupt-cells = 2; + +dcdc1: regulator-dcdc1 { +compatible = ti,tps65218-dcdc1; +/*

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Nishanth Menon
On 06/18/2014 06:19 PM, Felipe Balbi wrote: [...] Add support for TI's AM437x StarterKit Evaluation Module. is there a link for this platform? internal only but will eventually be sold externally? I assume this is not an TI probably, but there's nothing public yet. internal only board.

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Felipe Balbi
Hi, On Wed, Jun 18, 2014 at 09:26:01PM -0500, Nishanth Menon wrote: On 06/18/2014 06:19 PM, Felipe Balbi wrote: [...] Add support for TI's AM437x StarterKit Evaluation Module. is there a link for this platform? internal only but will eventually be sold externally? I assume this is

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Nishanth Menon
On 06/18/2014 10:05 PM, Felipe Balbi wrote: Hi, On Wed, Jun 18, 2014 at 09:26:01PM -0500, Nishanth Menon wrote: On 06/18/2014 06:19 PM, Felipe Balbi wrote: [...] Add support for TI's AM437x StarterKit Evaluation Module. is there a link for this platform? internal only but will

Re: [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

2014-06-18 Thread Felipe Balbi
Hi, On Wed, Jun 18, 2014 at 10:17:34PM -0500, Nishanth Menon wrote: On 06/18/2014 10:05 PM, Felipe Balbi wrote: Hi, On Wed, Jun 18, 2014 at 09:26:01PM -0500, Nishanth Menon wrote: On 06/18/2014 06:19 PM, Felipe Balbi wrote: [...] Add support for TI's AM437x StarterKit Evaluation

Re: [PATCH 1/2] ARM: DRA7: hwmod: Add OCP2SCP3 module

2014-06-18 Thread Paul Walmsley
On Wed, 18 Jun 2014, Roger Quadros wrote: This module is needed for the SATA and PCIe PHYs. Signed-off-by: Roger Quadros rog...@ti.com Tested-by: Roger Quadros rog...@ti.com Is this one a fix? It looks to me like a new IP block addition. - Paul -- To unsubscribe from this list: send the