Re: [PATCH v3 0/7] USB support for DRA7-evm

2014-05-06 Thread Roger Quadros
Hi Kishon, Could you please pick the first 2 patches in this series for phy-next? They are independent of the rest. Thanks. cheers, -roger On 05/05/2014 12:54 PM, Roger Quadros wrote: Hi, This series enables the 2 USB ports on the DRA7-evm. NOTE: USB1 port is hard coded to work in

Re: [PATCH/RFC 3/4] of/clk: Register clocks suitable for Runtime PM with the PM core

2014-05-06 Thread Ulf Hansson
On 2 May 2014 16:35, Geert Uytterhoeven ge...@linux-m68k.org wrote: Hi Ulf, On Fri, May 2, 2014 at 10:56 AM, Ulf Hansson ulf.hans...@linaro.org wrote: +static int of_clk_pm_runtime_suspend(struct device *dev) +{ + int ret; + + ret = pm_generic_runtime_suspend(dev); + if

Re: [PATCH/RFC 3/4] of/clk: Register clocks suitable for Runtime PM with the PM core

2014-05-06 Thread Ulf Hansson
On 2 May 2014 16:58, Geert Uytterhoeven ge...@linux-m68k.org wrote: Hi Ulf, Tomasz, On Fri, May 2, 2014 at 10:13 AM, Ulf Hansson ulf.hans...@linaro.org wrote: +static int of_clk_register(struct device *dev, struct clk *clk) +{ + int error; + + if (!dev-pm_domain) { +

Re: [PATCH v4 0/4] ARM: OMAP: SATA support for OMAP5 DRA7

2014-05-06 Thread Roger Quadros
Hi Tony, On 04/23/2014 08:30 PM, Roger Quadros wrote: Hi Tony, These are the pending HWMOD and DTS patches to get SATA working on OMAP5-uevm and DRA7-evm. Please queue them for -next. Thanks. gentle reminder. Thanks. cheers, -roger --- Balaji T K (2): ARM: dts: omap5: add sata node

[PATCH] mfd: twl6040: Correct HPPLL configuration for 19.2 and 38.4 MHz mclk

2014-05-06 Thread Peter Ujfalusi
When the MCLK is 19.2 or 38.4 MHz the HPPLL need to be enabled and can be put in bypass mode. This will fix HPPLL use on boards with 19.2MHz mclk. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- drivers/mfd/twl6040.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-)

Re: [PATCH v3 4/7] ARM: dts: dra7-clock: Add l3init_960m_gfclk clock gate

2014-05-06 Thread Tero Kristo
On 05/05/2014 12:54 PM, Roger Quadros wrote: This clock gate description is missing in the older Reference manuals. It is present on the SoC to provide 960MHz reference clock to the internal USB PHYs. Reference: DRA75x_DRA74x_ES1.1_NDA_TRM_vO.pdf, pg. 900, Table 3-812.

[PATCH 1/2 v2] ASoC: Add HA (HEAD acoustics) DSP codec driver template

2014-05-06 Thread Stefan Roese
This codec driver template represents an I2C controlled multichannel audio codec that has many typical ASoC codec driver features like volume controls, mixer stages, mux selection, output power control, in-codec audio routings, codec bias management and DAI link configuration. This driver is

[PATCH 2/2 v2] ASoC: omap: Add HA (HEAD acoustics) DSP add-on card audio driver for TAO3530

2014-05-06 Thread Stefan Roese
HA DSP card which features a HA DSP audio codec is intended to be connected to TAO-3530 (or BeagleBoard) using McBSP3 for digital audio and I2C bus for codec control. A GPIO signal from CPU to codec is used to request clock signals active. This machine driver has a special feature to support

RE: [PATCH v3 0/4] add parallel NAND support for TI's new OMAPx and AMxx platforms (Part-2)

2014-05-06 Thread Gupta, Pekon
Hello Tony, From: Gupta, Pekon *changes v2 - v3* rebased on git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap :master merged leftover patches (dra7-evm and am43x-epos-evm fix) from Part-1 series Can you please see if this series can be taken in for 3.16 ? As this series

[Resend/PATCH] arm: dts: dra7: Add qspi device.

2014-05-06 Thread Sourav Poddar
These add device tree entry for qspi controller driver on dra7-evm. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- Depends on sricharan's irq crossbar. arch/arm/boot/dts/dra7-evm.dts | 80 arch/arm/boot/dts/dra7.dtsi| 14 +++ 2 files

Re: [RFC] [v2 Patch 1/6] drivers: reset: TI: SoC reset controller support.

2014-05-06 Thread Dan Murphy
Felipe Thanks for the comments On 05/05/2014 04:33 PM, Felipe Balbi wrote: Hi, On Mon, May 05, 2014 at 03:09:22PM -0500, 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

[PATCH] DTS: ARM: OMAP3-N900: use MATRIX_KEY for keymap

2014-05-06 Thread Sebastian Reichel
Use MATRIX_KEY macro from dt-bindings/input/input.h to make the keyboard matrix human readable. Signed-off-by: Sebastian Reichel s...@kernel.org --- arch/arm/boot/dts/omap3-n900.dts | 103 --- 1 file changed, 52 insertions(+), 51 deletions(-) diff --git

Re: [RFC] [v2 Patch 2/6] ARM: TI: Describe the ti reset DT entries

2014-05-06 Thread Dan Murphy
Tony Thanks for the comments On 05/05/2014 05:01 PM, Tony Lindgren wrote: * Dan Murphy dmur...@ti.com [140505 13:10]: + +Required parent properties: +- compatible : Should be one of, +ti,omap4-prm for OMAP4 PRM instances +ti,omap5-prm for OMAP5 PRM instances +

[PATCH v2 0/2] clk: Support for Palmas clk32kg and clk32kgaudio clocks

2014-05-06 Thread Peter Ujfalusi
Hi, Changes since v1: - binding documentation and driver has been separated based on Nishanth Menon's comment v1 of the driver can be found: https://lkml.org/lkml/2014/4/3/104 Palmas class of devices can provide 32K clock(s) to be used by other devices on the board. Depending on the actual

[PATCH v2 2/2] clk: Add driver for Palmas clk32kg and clk32kgaudio clocks

2014-05-06 Thread Peter Ujfalusi
Palmas class of devices can provide 32K clock(s) to be used by other devices on the board. Depending on the actual device the provided clocks can be: CLK32K_KG and CLK32K_KGAUDIO or only one: CLK32K_KG (TPS659039 for example) Use separate compatible flags for the two 32K clock. A system which

[PATCH v2 1/2] dt/bindings: Binding documentation for Palmas clk32kg and clk32kgaudio clocks

2014-05-06 Thread Peter Ujfalusi
Palmas class of devices can provide 32K clock(s) to be used by other devices on the board. Depending on the actual device the provided clocks can be: CLK32K_KG and CLK32K_KGAUDIO or only one: CLK32K_KG (TPS659039 for example) Use separate compatible flags for the two 32K clock. A system which

Re: [PATCH v2 0/2] clk: Support for Palmas clk32kg and clk32kgaudio clocks

2014-05-06 Thread Nishanth Menon
On 16:24-20140506, Peter Ujfalusi wrote: Hi, Changes since v1: - binding documentation and driver has been separated based on Nishanth Menon's comment v1 of the driver can be found: https://lkml.org/lkml/2014/4/3/104 Palmas class of devices can provide 32K clock(s) to be used

[PATCH 07/17] ARM: dts: DRA7: Add divider table to optfclk_pciephy_div clock

2014-05-06 Thread Kishon Vijay Abraham I
From: Keerthy j-keer...@ti.com Add divider table to optfclk_pciephy_div clock. The Documentation for divider clock can be found at ../clock/ti/divider.txt Cc: Rajendra Nayak rna...@ti.com Cc: Tero Kristo t-kri...@ti.com Cc: Paul Walmsley p...@pwsan.com Signed-off-by: Keerthy j-keer...@ti.com

[PATCH 15/17] ARM: OMAP: Enable PCI for DRA7

2014-05-06 Thread Kishon Vijay Abraham I
Now that we have added PCIe driver for DRA7 SOCs, enable PCI on DRA7 SOCs. Cc: Tony Lindgren t...@atomide.com Cc: Rob Herring robh...@kernel.org Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/mach-omap2/Kconfig |2 ++ 1 file changed, 2 insertions(+) diff --git

[TEMP PATCH 17/17] ARM: dts: dra7: Add *resets* property for PCIe dt node

2014-05-06 Thread Kishon Vijay Abraham I
Added *resets* and *reset-names* properies for PCIe dt node. The documention for this node can be found @ ../bindings/pci/ti-pci.txt. Cc: Dan Murphy dmur...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/boot/dts/dra7.dtsi |2 ++ 1 file changed, 2 insertions(+) diff

[PATCH 13/17] ARM: dts: dra7: Add dt data for PCIe PHY

2014-05-06 Thread Kishon Vijay Abraham I
Added dt data for PCIe PHY as a child node of ocp2scp3. The documention for this node can be found @ ../bindings/phy/ti-phy.txt. Cc: Tony Lindgren t...@atomide.com Cc: Rob Herring robh...@kernel.org Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/boot/dts/dra7.dtsi | 23

[TEMP PATCH 16/17] pci: host: pcie-dra7xx: use reset framework APIs to reset PCIe

2014-05-06 Thread Kishon Vijay Abraham I
Get reset nodes from dt and use reset framework APIs to reset PCIe. This is needed since reset is handled by the SoC. Cc: Dan Murphy dmur...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Documentation/devicetree/bindings/pci/ti-pci.txt |2 ++ drivers/pci/host/pci-dra7xx.c

[PATCH 14/17] ARM: dts: dra7: Add dt data for PCIe controller

2014-05-06 Thread Kishon Vijay Abraham I
Added dt data for PCIe controller. This node contains dt data for both the DRA7 part of designware controller and for the designware core. The documention for this node can be found @ ../bindings/pci/ti-pci.txt. Cc: Tony Lindgren t...@atomide.com Cc: Bjorn Helgaas bhelg...@google.com Cc: Jingoo

[PATCH 11/17] ARM: dts: dra7xx-clocks: Add missing 32khz clocks used for PHY

2014-05-06 Thread Kishon Vijay Abraham I
Added missing 32khz clock used by PCIe PHY. The documention for this node can be found @ ../bindings/clock/ti/gate.txt. Cc: Tony Lindgren t...@atomide.com Cc: Rajendra Nayak rna...@ti.com Cc: Tero Kristo t-kri...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Rob Herring robh...@kernel.org

[PATCH 10/17] arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems

2014-05-06 Thread Kishon Vijay Abraham I
Added hwmod data for pcie1 and pcie2 subsystem present in DRA7xx SOC. Cc: Tony Lindgren t...@atomide.com Cc: Russell King li...@arm.linux.org.uk Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 55 + 1 file changed,

[PATCH 12/17] ARM: dts: dra7: Add dt data for PCIe PHY control module

2014-05-06 Thread Kishon Vijay Abraham I
Added dt data for PCIe PHY control module used by PCIe PHY. The documention for this node can be found @ ../bindings/phy/ti-phy.txt Cc: Tony Lindgren t...@atomide.com Cc: Rob Herring robh...@kernel.org Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- arch/arm/boot/dts/dra7.dtsi |8

[PATCH 09/17] arm: dra7xx: Add hwmod data for pcie1 phy and pcie2 phy

2014-05-06 Thread Kishon Vijay Abraham I
Added hwmod data for pcie1 and pcie2 phy present in DRA7xx SOC. Also added the missing CLKCTRL OFFSET macro and CONTEXT OFFSET macro for pcie1 phy and pcie2 phy. Cc: Tony Lindgren t...@atomide.com Cc: Russell King li...@arm.linux.org.uk Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

[PATCH 05/17] pci: host: pcie-dra7xx: add support for pcie-dra7xx controller

2014-05-06 Thread Kishon Vijay Abraham I
Added support for pcie controller in dra7xx. This driver re-uses the designware core code that is already present in kernel. Cc: Bjorn Helgaas bhelg...@google.com Cc: Mohit Kumar mohit.ku...@st.com Cc: Jingoo Han jg1@samsung.com Cc: Marek Vasut ma...@denx.de Signed-off-by: Kishon Vijay

Re: [PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration

2014-05-06 Thread Peter Ujfalusi
Mike, On 04/24/2014 06:03 PM, Tero Kristo wrote: On 04/24/2014 12:11 PM, Peter Ujfalusi wrote: Mike, Tero, On 04/03/2014 09:29 AM, Peter Ujfalusi wrote: On 04/02/2014 05:12 PM, Tero Kristo wrote: On 04/02/2014 04:48 PM, Peter Ujfalusi wrote: ABE DPLL frequency need to be lowered from

Re: [TEMP PATCH 17/17] ARM: dts: dra7: Add *resets* property for PCIe dt node

2014-05-06 Thread Dan Murphy
On 05/06/2014 08:34 AM, Kishon Vijay Abraham I wrote: Added *resets* and *reset-names* properies for PCIe dt node. The documention for this node can be found @ ../bindings/pci/ti-pci.txt. Cc: Dan Murphy dmur...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

[PATCH 08/17] ARM: dts: DRA7: Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck

2014-05-06 Thread Kishon Vijay Abraham I
From: Keerthy j-keer...@ti.com Change the parent of apll_pcie_in_clk_mux to dpll_pcie_ref_m2ldo_ck from dpll_pcie_ref_ck. Cc: Rajendra Nayak rna...@ti.com Cc: Tero Kristo t-kri...@ti.com Cc: Paul Walmsley p...@pwsan.com Signed-off-by: Keerthy j-keer...@ti.com Signed-off-by: Kishon Vijay Abraham

[PATCH 03/17] phy: ti-pipe3: add external clock support for PCIe PHY

2014-05-06 Thread Kishon Vijay Abraham I
APLL used by PCIE phy can either use external clock as input or the clock from DPLL. Added support for the APLL to use external clock as input here. Cc: Rajendra Nayak rna...@ti.com Cc: Tero Kristo t-kri...@ti.com Cc: Paul Walmsley p...@pwsan.com Signed-off-by: Kishon Vijay Abraham I

[PATCH 04/17] phy: pipe3: insert delay to enumerate in GEN2 mode

2014-05-06 Thread Kishon Vijay Abraham I
8-bit delay value (0xF1) is required for GEN2 devices to be enumerated consistently. Added an API to be called from PHY drivers to set this delay value and called it from PIPE3 driver to set the delay value. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

Re: [TEMP PATCH 16/17] pci: host: pcie-dra7xx: use reset framework APIs to reset PCIe

2014-05-06 Thread Dan Murphy
On 05/06/2014 08:34 AM, Kishon Vijay Abraham I wrote: Get reset nodes from dt and use reset framework APIs to reset PCIe. This is needed since reset is handled by the SoC. Cc: Dan Murphy dmur...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---

[PATCH 01/17] phy: phy-omap-pipe3: Add support for PCIe PHY

2014-05-06 Thread Kishon Vijay Abraham I
PCIe PHY uses an external pll instead of the internal pll used by SATA and USB3. So added support in pipe3 PHY to use external pll. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt |8 +- drivers/phy/phy-ti-pipe3.c

[PATCH 06/17] pci: host: pcie-designware: Use *base-mask* for configuring the iATU

2014-05-06 Thread Kishon Vijay Abraham I
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. For example, the cpu reserves 0x2000_ - 0x2FFF_ for PCIe controller but

[PATCH 02/17] phy: omap-control: add external clock support for PCIe PHY

2014-05-06 Thread Kishon Vijay Abraham I
Export an API to be called by PIPE3 PHY to enable external clock for PCIE PHY. Added a new compatible for PCIE in omap-control in order to enable it. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt |9 ++--

[PATCH 00/17] PCIe support for DRA7xx

2014-05-06 Thread Kishon Vijay Abraham I
This patch series adds support for PCIe in DRA7xx including drivers and dt data. PCIe in DRA7xx uses desingware IP and hence this re-uses the pcie desingware driver (pcie-designware.c) by Jingoo. The last couple of patches are marked as *TEMP* since the TI reset driver [1] is not yet merged and

Re: [PATCH 05/17] pci: host: pcie-dra7xx: add support for pcie-dra7xx controller

2014-05-06 Thread Marek Vasut
On Tuesday, May 06, 2014 at 03:33:51 PM, Kishon Vijay Abraham I wrote: Added support for pcie controller in dra7xx. This driver re-uses the designware core code that is already present in kernel. [...] +#define to_dra7xx_pcie(x)container_of((x), struct dra7xx_pcie, pp) + +static inline

[PATCH V5 0/3] arm: dts: dra7: Updates for adding crossbar device

2014-05-06 Thread Sricharan R
Some socs have a large number of interrupts requests to service the needs of its many peripherals and subsystems. All of the interrupt requests lines from the subsystems are not needed at the same time, so they have to be muxed to the controllers appropriately. In such places a interrupt

[PATCH V5 1/3] arm: dts: dra7: Add crossbar device binding

2014-05-06 Thread Sricharan R
This adds the irq crossbar device node. There is a IRQ crossbar device in the soc, which maps the irq requests from the peripherals to the mpu interrupt controller's inputs. The Peripheral irq requests are connected to only one crossbar input and the output of the crossbar is connected to only

[PATCH V5 2/3] arm: dts: dra7: Replace peripheral interrupt numbers with crossbar inputs

2014-05-06 Thread Sricharan R
Now with the crossbar IP in picture, the peripherals do not have the fixed interrupt lines. Instead they rely on the crossbar irqchip to allocate and map a free interrupt line to its crossbar input. So replacing all the peripheral interrupt numbers with its fixed crossbar input lines. Cc: Benoit

[PATCH V5 3/3] arm: dts: dra7: Add routable-irqs property for gic node

2014-05-06 Thread Sricharan R
There is a IRQ crossbar device in the soc, which maps the irq requests from the peripherals to the mpu interrupt controller's inputs. The gic provides the support for such IPs in the form of routable-irqs. So adding the property here to gic node. Cc: Benoit Cousson bcous...@baylibre.com Cc:

Re: [PATCH 06/17] pci: host: pcie-designware: Use *base-mask* for configuring the iATU

2014-05-06 Thread Arnd Bergmann
On Tuesday 06 May 2014 19:03:52 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. For example,

Re: [PATCH 05/17] pci: host: pcie-dra7xx: add support for pcie-dra7xx controller

2014-05-06 Thread Arnd Bergmann
On Tuesday 06 May 2014 19:03:51 Kishon Vijay Abraham I wrote: Added support for pcie controller in dra7xx. This driver re-uses the designware core code that is already present in kernel. Cc: Bjorn Helgaas bhelg...@google.com Cc: Mohit Kumar mohit.ku...@st.com Cc: Jingoo Han

Re: [RFC 2/4] ARM: dts: Add ctrl-core DT node for DRA7

2014-05-06 Thread Tony Lindgren
* Archit Taneja arc...@ti.com [140505 22:24]: Hi, On Monday 21 April 2014 08:40 PM, Tony Lindgren wrote: * Archit Taneja arc...@ti.com [140420 22:16]: Hi, On Friday 18 April 2014 10:48 PM, Tony Lindgren wrote: * Archit Taneja arc...@ti.com [140416 06:20]: Add DT node for the ctrl-core

Re: [PATCH V5 2/3] arm: dts: dra7: Replace peripheral interrupt numbers with crossbar inputs

2014-05-06 Thread Tony Lindgren
* Sricharan R r.sricha...@ti.com [140506 06:58]: Now with the crossbar IP in picture, the peripherals do not have the fixed interrupt lines. Instead they rely on the crossbar irqchip to allocate and map a free interrupt line to its crossbar input. So replacing all the peripheral interrupt

Re: [PATCH 10/19] arm: dts: add cooling properties on omap4430 cpu node

2014-05-06 Thread Tony Lindgren
* Alex Shi alex@linaro.org [140325 03:54]: From: Eduardo Valentin eduardo.valen...@ti.com OMAP4430 devices can reach high temperatures and thus needs to have cpufreq-cooling on systems running on it. This patch adds the required cooling device properties so that cpufreq-cpu0 driver

Re: [RFC] [v2 Patch 1/6] drivers: reset: TI: SoC reset controller support.

2014-05-06 Thread Felipe Balbi
Hi, [ I had to manually rewrap your email which came with long lines, please have a read on Documentation/email-clients.txt ] On Tue, May 06, 2014 at 08:14:04AM -0500, Dan Murphy wrote: The TI SoC reset controller support utilizes the reset controller framework to give device drivers or

Re: [PATCH v3 1/4] ARM: dts: am335x-bone: add support for beaglebone NAND cape

2014-05-06 Thread Tony Lindgren
* Pekon Gupta pe...@ti.com [140422 00:34]: --- a/arch/arm/boot/dts/am335x-bone.dts +++ b/arch/arm/boot/dts/am335x-bone.dts @@ -9,6 +9,7 @@ #include am33xx.dtsi #include am335x-bone-common.dtsi +#include am335x-bone-memory-cape.dts ldo3_reg { regulator-min-microvolt =

Re: [PATCH v3 2/4] ARM: dts: am437x-gp-evm: add support for parallel NAND flash

2014-05-06 Thread Tony Lindgren
* Pekon Gupta pe...@ti.com [140422 00:34]: +gpmc { + status = okay; + pinctrl-names = default; + pinctrl-0 = nand_flash_x8; + ranges = 0 0 0x0800 0x1000; /* CS0: NAND */ Please use the minimum size 16MB GPMC range here, NAND only has few registers addressable unlike

Re: [PATCH v3 3/4] ARM: dts: dra7: add support for parallel NAND flash

2014-05-06 Thread Tony Lindgren
* Pekon Gupta pe...@ti.com [140422 02:03]: + +gpmc { + status = okay; + pinctrl-names = default; + pinctrl-0 = nand_flash_x16; + ranges = 0 0 0x0800 0x1000; Here too please use the minimum 16MB GPMC partition for NAND. + nand@0,0 { + reg = 0 0 0;

Re: [PATCH v3 4/4] ARM: dts: am43xx: fix starting offset of NAND.filesystem MTD partition

2014-05-06 Thread Tony Lindgren
* Pekon Gupta pe...@ti.com [140422 02:03]: MTD NAND partition for file-system should start at offset=0xA0 Applying to omap-for-v3.16/fixes-not-urgent with hex changed to use lower case like we tend to do. Hmm, how come you did not fold this into the original patch to the mainline kernel as

Re: [PATCH] arm/dts: am335x-evmsk enable display and lcd panel support

2014-05-06 Thread Tony Lindgren
* Darren Etheridge detheri...@ti.com [140422 13:39]: Add the necessary nodes to enable the LCD controller and the LCD panel that is attached to the Texas Instruments AM335x EVMSK platform. Also setup the necessary pin mux within the DT file to drive the LCD connector and add the correct

Re: [Resend/PATCH] arm: dts: am43x-epos: Add qspi device.

2014-05-06 Thread Tony Lindgren
* sourav sourav.pod...@ti.com [140506 01:23]: Hi Tony, On Monday 28 April 2014 07:12 PM, Sourav Poddar wrote: This patch adds qspi nodes for am43xx SOC devices. Signed-off-by: Sourav Poddarsourav.pod...@ti.com This patch has been posted many times before. If this patch looks OK, can it

Re: [PATCH 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 10:58:29AM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar Acked-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH 4/4] ARM: dts: am335x-igep0033: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 10:58:32AM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar Acked-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH v2 2/4] ARM: dts: am335x-evm: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 05:54:33PM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar Acked-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH 3/4] ARM: dts: am335x-evmsk: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 10:58:31AM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar Acked-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH v2 3/4] ARM: dts: am335x-evmsk: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 05:54:34PM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar Acked-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH v2 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 05:54:32PM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar (acked wrong version previously, sorry) Acked-by: Felipe

Re: [PATCH 2/4] ARM: dts: am335x-evm: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 10:58:30AM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar Acked-by: Felipe Balbi ba...@ti.com ---

Re: [PATCH v2 4/4] ARM: dts: am335x-igep0033: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 05:54:35PM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar Cc: Enric Balletbo i Serra eballe...@iseebcn.com

Re: [PATCH v4 5/5] ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() varients

2014-05-06 Thread Tony Lindgren
* Rajendra Nayak rna...@ti.com [140429 04:22]: On Tuesday 29 April 2014 04:48 PM, Arnd Bergmann wrote: On Tuesday 29 April 2014 16:35:13 Rajendra Nayak wrote: @@ -393,7 +395,12 @@ IS_OMAP_TYPE(3430, 0x3430) #if defined(CONFIG_SOC_DRA7XX) #undef soc_is_dra7xx +#undef soc_is_dra74x

Re: [PATCH 05/17] pci: host: pcie-dra7xx: add support for pcie-dra7xx controller

2014-05-06 Thread Jason Gunthorpe
On Tue, May 06, 2014 at 07:03:51PM +0530, Kishon Vijay Abraham I wrote: +Example: +pcie@5100 { + compatible = ti,dra7xx-pcie; + reg = 0x51002000 0x14c, 0x5100 0x2000; + reg-names = ti_conf, rc_dbics; + interrupts = 0 232 0x4, 0 233 0x4; + #address-cells = 3; +

Re: [PATCH v2 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs

2014-05-06 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [140506 09:19]: On Mon, Apr 28, 2014 at 05:54:32PM -0300, Guido Martínez wrote: Use phandles instead of unit adresses to reference usb and dma nodes. This makes the DT more robust and readable. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar (acked

Re: [PATCH 0/2] ARM: dts: AM43xx: Touchscreen support

2014-05-06 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [140430 05:43]: Hi Benoit Tony, These patches add I2C touch screen support for am43x-epos-evm and am437x-gp-evm. Relevant driver side changes are here. http://thread.gmane.org/gmane.linux.kernel.input/35803 Please queue this for -next (3.16). Thanks.

Re: [PATCH 0/2] Add VTT regulators for DDR3 AMx3xx Boards

2014-05-06 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [140505 12:59]: The am335x-evmsk and am437x-gp-evm both have a gpio controlled regulator for DDR3 VTT voltage. This is configured by boot loader and previously just left at that but it is better to define a fixed regulator to control the gpio so that the kernel

Re: [Resend/PATCH] arm: dts: dra7: Add qspi device.

2014-05-06 Thread Tony Lindgren
* Sourav Poddar sourav.pod...@ti.com [140506 04:08]: These add device tree entry for qspi controller driver on dra7-evm. Thanks applying into omap-for-v3.16/dt. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] DTS: ARM: OMAP3-N900: use MATRIX_KEY for keymap

2014-05-06 Thread Tony Lindgren
* Sebastian Reichel s...@kernel.org [140506 06:15]: Use MATRIX_KEY macro from dt-bindings/input/input.h to make the keyboard matrix human readable. Thanks applying into omap-for-v3.16/dt. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH] ARM: OMAP dts: Only build dtb if associated SoC is built

2014-05-06 Thread Tony Lindgren
* Peter Robinson pbrobin...@gmail.com [140503 17:12]: With ARCH_OMAP2PLUS being separated out into OMAP2/3/4/5 etc all the TI device tree blobs are built no matter the combination of SoCs that are enabled. This often causes a bunch of irrelevant .dts to be built on a multi platform kernel,

Re: [PATCH v2 0/4] Support for Variscite OM44 modules and boards

2014-05-06 Thread Joachim Eastwood
1On 6 May 2014 02:15, Tony Lindgren t...@atomide.com wrote: * Joachim Eastwood manab...@gmail.com [140501 12:08]: Hello, This patch set adds support for Variscite OM44 series of system on modules and boards. There weren't many comments on v1 of this patch set so I hope this can make it

dss_pwrdm core_pwrdm not entering sleep state correctly on am37xx

2014-05-06 Thread Andrew LeCain
Hi, I'm trying to backport a display driver for an RFBI panel to 2.6.32, but the dss_pwrdm is complaining about not entering target state: root@02AA01AB381207S7# cat /sys/kernel/debug/pm_debug/count | grep dss dss_pwrdm (ON),OFF:0,RET:11,INA:0,ON:12 dss_clkdm-dss_pwrdm (0)

Re: [PATCH V5 1/3] arm: dts: dra7: Add crossbar device binding

2014-05-06 Thread Felipe Balbi
On Tue, May 06, 2014 at 07:26:17PM +0530, Sricharan R wrote: This adds the irq crossbar device node. There is a IRQ crossbar device in the soc, which maps the irq requests from the peripherals to the mpu interrupt controller's inputs. The Peripheral irq requests are connected to only one

Re: [PATCH V5 1/3] arm: dts: dra7: Add crossbar device binding

2014-05-06 Thread Nishanth Menon
On 05/06/2014 02:40 PM, Felipe Balbi wrote: On Tue, May 06, 2014 at 07:26:17PM +0530, Sricharan R wrote: This adds the irq crossbar device node. There is a IRQ crossbar device in the soc, which maps the irq requests from the peripherals to the mpu interrupt controller's inputs. The

Re: dss_pwrdm core_pwrdm not entering sleep state correctly on am37xx

2014-05-06 Thread Tony Lindgren
* Andrew LeCain alec...@google.com [140506 12:10]: Hi, I'm trying to backport a display driver for an RFBI panel to 2.6.32, but the dss_pwrdm is complaining about not entering target state: Backport from which kernel? The RFBI got removed recently because of the move of the panels. Probably

Re: [PATCH V5 1/3] arm: dts: dra7: Add crossbar device binding

2014-05-06 Thread Darren Etheridge
Nishanth Menon n...@ti.com wrote on Tue [2014-May-06 14:46:10 -0500]: On 05/06/2014 02:40 PM, Felipe Balbi wrote: On Tue, May 06, 2014 at 07:26:17PM +0530, Sricharan R wrote: This adds the irq crossbar device node. There is a IRQ crossbar device in the soc, which maps the irq requests

Re: [PATCH V5 1/3] arm: dts: dra7: Add crossbar device binding

2014-05-06 Thread Darren Etheridge
Darren Etheridge detheri...@ti.com wrote on Tue [2014-May-06 14:58:04 -0500]: Nishanth Menon n...@ti.com wrote on Tue [2014-May-06 14:46:10 -0500]: On 05/06/2014 02:40 PM, Felipe Balbi wrote: On Tue, May 06, 2014 at 07:26:17PM +0530, Sricharan R wrote: This adds the irq crossbar device

Re: [PATCH V5 0/3] arm: dts: dra7: Updates for adding crossbar device

2014-05-06 Thread Darren Etheridge
Sricharan R r.sricha...@ti.com wrote on Tue [2014-May-06 19:26:16 +0530]: Some socs have a large number of interrupts requests to service the needs of its many peripherals and subsystems. All of the interrupt requests lines from the subsystems are not needed at the same time, so they have to

Re: [PATCH] power: twl4030_charger: clear IRQs after handling them

2014-05-06 Thread Nishanth Menon
On 16:00-20140425, Felipe Balbi wrote: On Fri, Apr 25, 2014 at 03:58:10PM -0500, Nishanth Menon wrote: On 04/16/2014 11:35 AM, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [140416 08:18]: TRM says we *must* write 1 to each bit we're handling in order to clear the IRQ status and

Re: [PATCH 07/16] i2c: omap: remove unnecessary OOM messages

2014-05-06 Thread Felipe Balbi
On Wed, May 07, 2014 at 01:24:23PM +0900, Jingoo Han wrote: The site-specific OOM messages are unnecessary, because they duplicate the MM subsystem generic OOM message. Signed-off-by: Jingoo Han jg1@samsung.com Acked-by: Felipe Balbi ba...@ti.com --- drivers/i2c/busses/i2c-omap.c |

Re: [PATCH v4 5/5] ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() varients

2014-05-06 Thread Rajendra Nayak
On Tuesday 06 May 2014 09:58 PM, Tony Lindgren wrote: * Rajendra Nayak rna...@ti.com [140429 04:22]: On Tuesday 29 April 2014 04:48 PM, Arnd Bergmann wrote: On Tuesday 29 April 2014 16:35:13 Rajendra Nayak wrote: @@ -393,7 +395,12 @@ IS_OMAP_TYPE(3430, 0x3430) #if

Re: [PATCH V5 0/3] arm: dts: dra7: Updates for adding crossbar device

2014-05-06 Thread Sricharan R
On Wednesday 07 May 2014 03:15 AM, Darren Etheridge wrote: Sricharan R r.sricha...@ti.com wrote on Tue [2014-May-06 19:26:16 +0530]: Some socs have a large number of interrupts requests to service the needs of its many peripherals and subsystems. All of the interrupt requests lines from the