Re: [PATCH] ARM: dts: am4372: Add McASP nodes

2013-10-22 Thread Peter Ujfalusi
Hi, On 10/21/2013 10:01 PM, Sergei Shtylyov wrote: diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index c328d5c..defaad1 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -633,5 +633,32 @@ dma-names = tx, rx;

Re: [PATCH] ARM: dts: am4372: Add McASP nodes

2013-10-22 Thread Benoit Cousson
On 22/10/2013 09:46, Peter Ujfalusi wrote: Hi, On 10/21/2013 10:01 PM, Sergei Shtylyov wrote: diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index c328d5c..defaad1 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -633,5 +633,32 @@

Re: [PATCH 1/2] input: touchscreen: fix spelling mistake in TSC/ADC DT binding

2013-10-22 Thread Sebastian Andrzej Siewior
On 10/21/2013 10:13 PM, Felipe Balbi wrote: diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c index e1c5300..b61df9d 100644 --- a/drivers/input/touchscreen/ti_am335x_tsc.c +++ b/drivers/input/touchscreen/ti_am335x_tsc.c @@ -348,9 +348,16 @@

Re: [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support.

2013-10-22 Thread Benoit Cousson
Hi Enric, On 19/10/2013 22:55, Enric Balletbo i Serra wrote: Add mmc1 dt node to IGEP COM AQUILA board. I've just applied it. Please note that since we are already at -rc6 and since all the maintainers are actually visiting Edinburgh for KS and ELCE, I doubt all the latest patches will

Re: [PATCH] ARM: dts: igep0033: Add mmc1 node for SDCARD support.

2013-10-22 Thread Enric Balletbo Serra
Hi Benoit 2013/10/22 Benoit Cousson bcous...@baylibre.com: Hi Enric, On 19/10/2013 22:55, Enric Balletbo i Serra wrote: Add mmc1 dt node to IGEP COM AQUILA board. I've just applied it. Please note that since we are already at -rc6 and since all the maintainers are actually visiting

Re: [PATCH] typo fixes (coordiante - coordinate) in am335x

2013-10-22 Thread Lee Jones
On Sat, 19 Oct 2013, Jan Lübbe wrote: On Wed, 2013-08-21 at 00:58 -0700, Tony Lindgren wrote: * Zubair Lutfullah zubair.lutful...@gmail.com [130715 08:33]: Did a grep for coordiante and replaced them all with coordinate. This applies to the mfd-next tree. This should be safe

cppi41: pending patches

2013-10-22 Thread Sebastian Andrzej Siewior
Hi Vinod, this series contains patches which are floating on the mainling list so I hope it is easier to collect them. It contains two of Daniel's which were not yet applied and two of mine. The patch redo descriptor collection in abort case was posted earlier and tested by Daniel, in this

[PATCH 3/4] dma: cppi41: redo descriptor collection in abort case

2013-10-22 Thread Sebastian Andrzej Siewior
Most of the logic here is try and error since what actually happens does not match the trm or I miss read it. My first assumption was that the queue on which the tear-down descriptor completes (their own complete queue vs active descriptor complete queue) depends on the transfer direction. This

[PATCH 2/4] dma: cppi41: use cppi41_pop_desc() where possible

2013-10-22 Thread Sebastian Andrzej Siewior
From: Daniel Mack zon...@gmail.com Use cppi41_pop_desc() when appropriate instead of open-coding the same functionality again. That makes the code more readable. The function has to be moved some lines up for this change. Signed-off-by: Daniel Mack zon...@gmail.com Signed-off-by: Sebastian

[PATCH 1/4] dma: cppi41: restore more registers

2013-10-22 Thread Sebastian Andrzej Siewior
From: Daniel Mack zon...@gmail.com With active users over suspend/resume cycles, it turns out that more registers, in particular DMA_TDFDQ and RXHPCRA0, have to be restored on resume. Signed-off-by: Daniel Mack zon...@gmail.com Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de ---

[PATCH 4/4] dma: cppi41: return code 0 of pm_runtime_get_sync() is not an error

2013-10-22 Thread Sebastian Andrzej Siewior
Return code of pm_runtime_get_sync() 0 is not an error and may happen. Noticed during rmmod modprobe testing. Signed-off-by: Sebastian Andrzej Siewior bige...@linutronix.de --- drivers/dma/cppi41.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/cppi41.c

[GIT PULL] ARM: OMAP: Some more Device Tree for 3.13

2013-10-22 Thread Benoit Cousson
Hi Tony, Please pull the branch for few more OMAP Device Tree for v3.13 or later. Thanks, Benoit The following changes since commit 6cf02dbb4b71f1c0c9acec89ae2df3b2318135f4: ARM: dts: dra7-evm: Add mmc2 node for eMMC support (2013-10-11 21:15:02 +0200) are available in the git repository

[PATCH] DTS: ARM: OMAP3-N900: Add pinctrl for i2c devices

2013-10-22 Thread Sebastian Reichel
Add pin muxing support for the Nokia N900 i2c controllers. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts

Re: [PATCH v5 02/12] ASoC: davinci-evm: Add device tree binding

2013-10-22 Thread Mark Brown
On Fri, Oct 18, 2013 at 06:37:41PM +0300, Jyri Sarha wrote: + TLV320AIC3X pins: + + * LLOUT + * RLOUT + * MONO_LOUT + * HPLOUT + * HPROUT + * HPLCOM + * HPRCOM + * MIC3L + * MIC3R + * LINE1L + * LINE2L + * LINE1R + * LINE2R These should be documented in the CODEC

[PATCH] DTS: ARM: OMAP3-N900: Fix i2c bus speed

2013-10-22 Thread Sebastian Reichel
Fix the bus speed of i2c bus 2 and 3. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 57f5a2a..2374b9a 100644

Re: [PATCH v5 03/12] ASoC: davinci-mcasp: Add location for data port registers to DT

2013-10-22 Thread Mark Brown
On Fri, Oct 18, 2013 at 06:37:42PM +0300, Jyri Sarha wrote: This patch adds a separate register location for data port registers to mcasp DT bindings. On am33xx SoCs the McASP registers are mapped trough L4 interconnect, but data port registers are also mapped trough L3 bus to a different

[PATCH] DTS: ARM: OMAP3-N900: Add UART support

2013-10-22 Thread Sebastian Reichel
Add UART support to Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 2374b9a..99d0668

[PATCH] DTS: ARM: OMAP3-N900: Add support for SD cards

2013-10-22 Thread Sebastian Reichel
Add support for external SD card slot. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index

Re: [PATCH 1/2] input: touchscreen: fix spelling mistake in TSC/ADC DT binding

2013-10-22 Thread Felipe Balbi
Hi, On Tue, Oct 22, 2013 at 10:42:00AM +0200, Sebastian Andrzej Siewior wrote: On 10/21/2013 10:13 PM, Felipe Balbi wrote: diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c index e1c5300..b61df9d 100644 ---

Re: [PATCH v5 05/12] ASoC: davinci-mcasp: Change compatible property model to more accurate

2013-10-22 Thread Mark Brown
On Fri, Oct 18, 2013 at 06:37:44PM +0300, Jyri Sarha wrote: Change the model omap2-mcasp-audio in compatible property to am33xx-mcasp-audio as omap2 does not have mcasp. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v5 01/12] ASoC: davinci: Fix AM33xx SoC Audio support

2013-10-22 Thread Mark Brown
On Fri, Oct 18, 2013 at 06:37:40PM +0300, Jyri Sarha wrote: SND_DAVINCI_SOC is a platform driver for Davinci and AM33XX SoCs, not a machine driver. Make SND_AM33XX_SOC_EVM dependent of SND_DAVINCI_SOC instead of selecting it and add dependecy to SOC_AM33XX. This doesn't apply against

Re: [PATCH v5 02/12] ASoC: davinci-evm: Add device tree binding

2013-10-22 Thread Jyri Sarha
On 10/22/2013 02:01 PM, Mark Brown wrote: On Fri, Oct 18, 2013 at 06:37:41PM +0300, Jyri Sarha wrote: + TLV320AIC3X pins: ... These should be documented in the CODEC binding and not in the card driver, that way this doesn't need to be replicated in every machine and any future software

Re: [PATCH v5 04/12] ASoC: davinci-mcasp: Extract DMA channels directly from DT

2013-10-22 Thread Mark Brown
On Fri, Oct 18, 2013 at 06:37:43PM +0300, Jyri Sarha wrote: Extract DMA channels directly from DT as they can not be found from platform resources anymore. This is a work-around until davinci audio driver is updated to use dmaengine. Applied, thanks. signature.asc Description: Digital

Re: [PATCH v5 02/12] ASoC: davinci-evm: Add device tree binding

2013-10-22 Thread Mark Brown
On Tue, Oct 22, 2013 at 03:26:11PM +0300, Jyri Sarha wrote: On 10/22/2013 02:01 PM, Mark Brown wrote: + /* +* If dtb is there, the devices will be created dynamically. +* Only register platfrom driver structure. +*/ + if (of_have_populated_dt()) + return

[PATCHv2 3/3] ARM: dts: N900: TWL4030 Keypad Matrix definition

2013-10-22 Thread Sebastian Reichel
Add Keyboard Matrix information to N900's DTS file. This patch maps the keys exactly as the original board code. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 55 1 file changed, 55 insertions(+) diff --git

[PATCHv2 0/3] Add Nokia N900 DT support

2013-10-22 Thread Sebastian Reichel
Add device tree support for the Nokia N900 keyboard. Changes since v1: * create DTS: ARM: TWL4030: Add keypad node patch, which was part of Input: twl4030-keypad - add device tree support before. * use IS_ENABLED(CONFIG_OF) to check if DT is enabled Currently non-DT boot crashes for me

[PATCHv2 1/3] Input: twl4030-keypad - add device tree support

2013-10-22 Thread Sebastian Reichel
Add device tree support for twl4030 keypad driver and update the Documentation with twl4030 keypad device tree binding information. Tested on Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/input/twl4030-keypad.txt | 31

[PATCHv2 2/3] DTS: ARM: TWL4030: Add keypad node

2013-10-22 Thread Sebastian Reichel
Add keypad node to twl4030, so that board DTS files can just add the keymap. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/twl4030.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index

Re: [RFCv3 7/7] ARM: dts: N900: Add SSI information

2013-10-22 Thread Benoit Cousson
Hi Sebastian, Thanks to Tony, I've just realized that I missed all your patches, that for some reason ended-up in my junk folder :-( That being said, I cannot apply any of your DTS patches! What base branch are you using? Could you repost all your pending DTS patches in one series rebased

[PATCH] ARM: dts: N900: GPIO key definitions

2013-10-22 Thread Sebastian Reichel
Add device tree node for the GPIO keys provided by the N900 board. This is a simple conversion of the existing board code. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 48 1 file changed, 48 insertions(+) diff

[PATCH] DTS: ARM: OMAP3-N900: Add vibrator device

2013-10-22 Thread Sebastian Reichel
Add support for Nokia N900's vibrator. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 2841002..55deb18 100644 ---

[PATCH 1/2] Documentation: DTS: bq27xxx are trivial i2c devices

2013-10-22 Thread Sebastian Reichel
Add all chips supported by the bq27xxx driver to the list of trivial i2c devices. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH 2/4] Input: twl4030-pwrbutton: use dev_err for errors

2013-10-22 Thread Sebastian Reichel
Use dev_err() to output errors instead of dev_dbg(). Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/input/misc/twl4030-pwrbutton.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/input/misc/twl4030-pwrbutton.c

[PATCH 1/4] Input: twl4030-pwrbutton - add device tree support

2013-10-22 Thread Sebastian Reichel
Add device tree support for twl4030 power button driver. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/input/misc/twl4030-pwrbutton.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/drivers/input/misc/twl4030-pwrbutton.c

[PATCH 2/2] DTS: ARM: OMAP3-N900: Add bq27200 battery monitor

2013-10-22 Thread Sebastian Reichel
Support the bq27200 battery monitor chip. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 60cb33f..992338c 100644 ---

[PATCH 0/4] Add N900 powerbutton DT support

2013-10-22 Thread Sebastian Reichel
This patchset adds support for the Nokia N900 powerbutton. Currently non-DT boot crashes for me very early, so I was not able to check this patch using non-DT boot. It would be nice if somebody can check if the first patch works using non-DT boot. It should be enough to test it with any omap3

[PATCH 4/4] ARM: dts: twl4030: Add power button support

2013-10-22 Thread Sebastian Reichel
Enable support for the power button. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/twl4030.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index 773c94c..19e3cd0 100644 ---

[PATCH 3/4] Input: twl4030-pwrbutton: simplify driver using devm_*

2013-10-22 Thread Sebastian Reichel
Use managed irq resource to simplify the driver. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/input/misc/twl4030-pwrbutton.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/input/misc/twl4030-pwrbutton.c

Re: [GIT PULL] ARM: OMAP: Some more Device Tree for 3.13

2013-10-22 Thread Tony Lindgren
* Benoit Cousson bcous...@baylibre.com [131022 03:26]: Hi Tony, Please pull the branch for few more OMAP Device Tree for v3.13 or later. Thanks, Benoit The following changes since commit 6cf02dbb4b71f1c0c9acec89ae2df3b2318135f4: ARM: dts: dra7-evm: Add mmc2 node for eMMC support

[PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Sebastian Reichel
This patch moves the handling of the chip's enable pin from the board code into the driver. It also updates all board-code files using the driver to incorporate this change. This is needed for device tree support of the enable pin. Signed-off-by: Sebastian Reichel s...@debian.org ---

[PATCH 0/2] Add lp5523 DT support

2013-10-22 Thread Sebastian Reichel
Hi, This patchset adds device tree support for the enable-pin of the lp55xx. The second part adds support for the LP5523 to the Nokia N900's DTS file. I have tested the patchset only using DT boot, since non-DT boot is currently broken for me. -- Sebastian Sebastian Reichel (2): leds:

[PATCH 2/2] DTS: ARM: OMAP3-N900: Add LP5523 support

2013-10-22 Thread Sebastian Reichel
Add support for LP5523 device. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 61 1 file changed, 61 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index

Re: [PATCH v5 01/12] ASoC: davinci: Fix AM33xx SoC Audio support

2013-10-22 Thread Jyri Sarha
On 10/22/2013 03:24 PM, Mark Brown wrote: On Fri, Oct 18, 2013 at 06:37:40PM +0300, Jyri Sarha wrote: SND_DAVINCI_SOC is a platform driver for Davinci and AM33XX SoCs, not a machine driver. Make SND_AM33XX_SOC_EVM dependent of SND_DAVINCI_SOC instead of selecting it and add dependecy to

Re: [PATCH v3] Add support for Newflow NanoBone board

2013-10-22 Thread Benoit Cousson
Hi Mark, On 04/10/2013 10:15, Mark Jackson wrote: NanoBone Specification: --- CPU: TI AM335x Memory: 256MB DDR3 128MB NOR flash 128KB FRAM Ethernet: 2 x 10/100 connected to SMSC LAN8710 PHY USB: 1 x USB2.0 Type A I2C: 2Kbit EEPROM (Microchip 24AA02)

Re: [PATCH] serial: omap: Add support for optional wake-up interrupt

2013-10-22 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [131021 05:21]: looks much nicer Reviewed-by: Felipe Balbi ba...@ti.com Thanks, will repost with acks to make Greg's life easier. Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH 1/4] Input: twl4030-pwrbutton - add device tree support

2013-10-22 Thread Felipe Balbi
Hi, On Tue, Oct 22, 2013 at 02:55:01PM +0200, Sebastian Reichel wrote: Add device tree support for twl4030 power button driver. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/input/misc/twl4030-pwrbutton.c | 19 +++ 1 file changed, 15 insertions(+), 4

Re: [PATCH v2] ARM: OMAP2+: wakeupgen: AM43x adaptation

2013-10-22 Thread Afzal Mohammed
Hi Tony, On Saturday 12 October 2013 03:52 PM, Afzal Mohammed wrote: On Wednesday 09 October 2013 12:42 PM, Afzal Mohammed wrote: AM43x has 224 interrupts and 7 banks, make it as maximum values. Keep default values as earlier, if am43x is detected, update interrupts and banks accordingly.

[PATCH v2] serial: omap: Add support for optional wake-up

2013-10-22 Thread Tony Lindgren
With the recent pinctrl-single changes, omaps can treat wake-up events from deeper idle states as interrupts. There's a separate io chain controller on most omaps that stays enabled when the device hits off-idle and the regular interrupt controller is powered off. Let's add support for the

Re: [PATCH] ARM: dts: am33xx, change usb ctrl module label

2013-10-22 Thread Benoit Cousson
Hi Markus, On 14/10/2013 14:49, Markus Pargmann wrote: Control module is not usb specific. This patch changes the label to usb_ctrl_mod. Signed-off-by: Markus Pargmann m...@pengutronix.de I've just applied it. Thanks, Benoit --- arch/arm/boot/dts/am33xx.dtsi | 6 +++--- 1 file changed,

Re: [PATCH v2] ARM: OMAP2+: wakeupgen: AM43x adaptation

2013-10-22 Thread Tony Lindgren
* Afzal Mohammed af...@ti.com [131022 06:53]: Hi Tony, On Saturday 12 October 2013 03:52 PM, Afzal Mohammed wrote: On Wednesday 09 October 2013 12:42 PM, Afzal Mohammed wrote: AM43x has 224 interrupts and 7 banks, make it as maximum values. Keep default values as earlier, if am43x is

Re: [PATCH v6 2/3] usb: phy: Add Qualcomm SS-USB and HS-USB drivers for DW PHY's

2013-10-22 Thread Mark Rutland
[...] + phy-sleep_a_clk = devm_clk_get(phy-dev, sleep_a); What means the _a in clock name? They are 2 PHY's on 8074 chip. This drivers is supposed to operate on PHY 0, thus sleep_a. PHY 1 is using sleep_b. Take a look here http://www.spinics.net/lists/arm-kernel/msg276945.html When

Re: [RFCv3 7/7] ARM: dts: N900: Add SSI information

2013-10-22 Thread Sebastian Reichel
Hi Benoit, On Tue, Oct 22, 2013 at 02:48:45PM +0200, Benoit Cousson wrote: Thanks to Tony, I've just realized that I missed all your patches, that for some reason ended-up in my junk folder :-( oh :( Can you check why they ended up in junk? I would like to prevent more mails going there.

Re: [PATCH] ARM: dts: omap5-uevm: fix mcspi node pin descriptions

2013-10-22 Thread Benoit Cousson
Hi Eric, On 18/10/2013 08:42, Eric Witcher wrote: Correct mcspi pin descriptions to match corresponding node name and add chip select number to be consistent with OMAP5 TRM. Signed-off-by: Eric Witcher ewitc...@mindspring.com Applied on my tree. Thanks, Benoit ---

Re: [PATCH] ARM: omap2: irq, AM33XX add missing register check

2013-10-22 Thread Tony Lindgren
* Markus Pargmann m...@pengutronix.de [131017 00:19]: am33xx has a INTC_PENDING_IRQ3 register that is not checked for pending interrupts. This patch adds AM33XX to the ifdef of SOCs that have to check this register. Signed-off-by: Markus Pargmann m...@pengutronix.de Thanks, it seems this

Re: [PATCH V7 3/8] ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot

2013-10-22 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [131016 08:39]: With OMAP3+ and AM33xx supported SoC having defined CPU device tree entries with operating-points and clock nodes defined, we can now use the SoC generic cpufreq-cpu0 driver by registering appropriate device. Thanks I'm taking patches 1 - 3 from

Re: [PATCH v2 5/6] Revert ARM: OMAP2+: Provide alias to USB PHY clock

2013-10-22 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [131010 02:23]: On 10/09/2013 06:15 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [131009 00:19]: Hi Tony, On 10/08/2013 01:06 PM, Roger Quadros wrote: This reverts commit 741532c4a995be11815cb72d4d7a48f442a22fea. The proper clock reference is

Re: [RFCv3 7/7] ARM: dts: N900: Add SSI information

2013-10-22 Thread Benoit Cousson
Hi Sebastian, On 22/10/2013 16:44, Sebastian Reichel wrote: Hi Benoit, On Tue, Oct 22, 2013 at 02:48:45PM +0200, Benoit Cousson wrote: Thanks to Tony, I've just realized that I missed all your patches, that for some reason ended-up in my junk folder :-( oh :( Can you check why they ended up

Re: [PATCH 2/3] dma: edma: Add support for Cyclic DMA

2013-10-22 Thread Joel Fernandes
On 10/21/2013 01:53 AM, Vinod Koul wrote: On Mon, Sep 23, 2013 at 06:05:14PM -0500, Joel Fernandes wrote: @@ -449,6 +455,138 @@ static struct dma_async_tx_descriptor *edma_prep_slave_sg( return vchan_tx_prep(echan-vchan, edesc-vdesc, tx_flags); } +static struct

Re: [PATCH v6 2/3] usb: phy: Add Qualcomm SS-USB and HS-USB drivers for DW PHY's

2013-10-22 Thread Ivan T. Ivanov
Hi, On Tue, 2013-10-22 at 15:32 +0100, Mark Rutland wrote: [...] + phy-sleep_a_clk = devm_clk_get(phy-dev, sleep_a); What means the _a in clock name? They are 2 PHY's on 8074 chip. This drivers is supposed to operate on PHY 0, thus sleep_a. PHY 1 is using sleep_b. Take a

Re: [PATCH V7 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot

2013-10-22 Thread Benoit Cousson
Hi Nishanth, On 16/10/2013 17:39, Nishanth Menon wrote: Hi, This series enables the use of cpufreq-cpu0 generic driver for all OMAP and related derivatives. Only patch#8 in the series, which introduces CPU clock nodes, depends on Tero's V8 patch series for clock nodes[1] I will stop copy

Re: [PATCH v5 02/12] ASoC: davinci-evm: Add device tree binding

2013-10-22 Thread Jyri Sarha
On 10/22/2013 03:39 PM, Mark Brown wrote: It would look a good deal less odd which is useful in itself; the best thing would be if they could both use the same driver which uses both platform and DT data. I see. To be honest the whole non DT part looks pretty hairy to me too, but I can not

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Linus Walleij
On Tue, Oct 22, 2013 at 3:01 PM, Sebastian Reichel s...@debian.org wrote: This patch moves the handling of the chip's enable pin from the board code into the driver. It also updates all board-code files using the driver to incorporate this change. This is needed for device tree support of

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Linus Walleij
On Tue, Oct 22, 2013 at 6:57 PM, Linus Walleij linus.wall...@linaro.org wrote: BTW: should we disable the GPIO when remove()ing the module? This is a topic of another patch but... Bah forget this stupid comment, I misread it, obviously you're doing this. Yours, Linus Walleij -- To unsubscribe

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [131022 06:02]: This patch moves the handling of the chip's enable pin from the board code into the driver. It also updates all board-code files using the driver to incorporate this change. This is needed for device tree support of the enable pin. This

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Bryan Wu
On Tue, Oct 22, 2013 at 10:06 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@debian.org [131022 06:02]: This patch moves the handling of the chip's enable pin from the board code into the driver. It also updates all board-code files using the driver to incorporate this

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Tony Lindgren
* Bryan Wu coolo...@gmail.com [131022 10:23]: On Tue, Oct 22, 2013 at 10:06 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@debian.org [131022 06:02]: This patch moves the handling of the chip's enable pin from the board code into the driver. It also updates all

Re: [PATCH 2/2] DTS: ARM: OMAP3-N900: Add LP5523 support

2013-10-22 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [131022 06:02]: Add support for LP5523 device. This patch should be queued separately by Benoit. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-22 Thread Bryan Wu
On Tue, Oct 22, 2013 at 10:37 AM, Tony Lindgren t...@atomide.com wrote: * Bryan Wu coolo...@gmail.com [131022 10:23]: On Tue, Oct 22, 2013 at 10:06 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@debian.org [131022 06:02]: This patch moves the handling of the chip's enable

Re: [PATCH 2/2] DTS: ARM: OMAP3-N900: Add LP5523 support

2013-10-22 Thread Bryan Wu
On Tue, Oct 22, 2013 at 10:38 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@debian.org [131022 06:02]: Add support for LP5523 device. This patch should be queued separately by Benoit. OK, got it. I will merge Patch 1. -Bryan -- To unsubscribe from this list: send the

[PATCH v2] ARM: OMAP4460: cpuidle: Extend PM_OMAP4_ROM_SMP_BOOT_ERRATUM_GICD on cpuidle

2013-10-22 Thread Grygorii Strashko
The same workaround as ff999b8a0983ee15668394ed49e38d3568fc6859 ARM: OMAP4460: Workaround for ROM bug because of CA9 r2pX GIC ... need to be applied not only when system is booting, but when MPUSS hits OSWR state through CPUIdle too. Without this WA the same issue is reproduced now on boards

Re: [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus

2013-10-22 Thread Brian Norris
Hi Pekon, On Sat, Oct 19, 2013 at 02:14:08PM +0530, Pekon Gupta wrote: As per comments below, NAND_CMD_RESET, NAND_CMD_READID, and NAND_CMD_PARAM would work only in x8 mode. commit 64b37b2a63eb2f80b65c7185f0013f8ffc637ae3 Author: Matthieu CASTET matthieu.cas...@parrot.com

Re: [PATCH v9 7/9] mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead of lib/bch.c

2013-10-22 Thread Brian Norris
On Thu, Oct 17, 2013 at 3:14 AM, Gupta, Pekon pe...@ti.com wrote: From: Brian Norris [mailto:computersforpe...@gmail.com] On Tue, Oct 15, 2013 at 11:19:55AM +0530, Pekon Gupta wrote: [snip] diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index d885298..5836039 100644

Re: [PATCH v10 00/10] mtd:nand:omap2: clean-up of supported ECC schemes

2013-10-22 Thread Brian Norris
On Sat, Oct 19, 2013 at 02:14:04PM +0530, Pekon Gupta wrote: *changes v9 - v10* [PATCH 1/10], [PATCH 2/10] swapped [PATCH v9 1/9] and [PATCH v9 2/9] so that DT parsing updates (with backward compatibility) happen before the deprecation of DT values. This way DTB does not break

Re: [PATCH 2/4] power: isp1704_charger: Fix driver to work with changes introduced in v3.5

2013-10-22 Thread Anton Vorontsov
On Sun, Sep 08, 2013 at 10:50:37AM +0200, Pali Rohár wrote: * omap musb driver does not report USB_EVENT_ENUMERATED event anymore * omap musb driver reporting USB_EVENT_VBUS when charger is connected * read last event from phy-last_event (instead from ulpi register) * do not call wall charger

[PATCH 01/14] DTS: ARM: OMAP3-N900: Add pinctrl for i2c devices

2013-10-22 Thread Sebastian Reichel
Add pin muxing support for the Nokia N900 i2c controllers. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts

[PATCH 09/14] DTS: ARM: OMAP3-N900: Specify regulator info

2013-10-22 Thread Sebastian Reichel
Add regulator names and voltage information to the Nokia N900 DTS file. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 84 1 file changed, 84 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts

[PATCH 11/14] DTS: ARM: OMAP3-N900: Mux RX51_LCD_RESET_GPIO in DTS

2013-10-22 Thread Sebastian Reichel
Add RX51_LCD_RESET_GPIO pin mux information to display. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 999a80c..5afbd28

[PATCH 12/14] DTS: ARM: OMAP3-N900: Add TLV320AIC3X support

2013-10-22 Thread Sebastian Reichel
This patch adds support for Nokia N900 TLV320AIC3X chips. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts

[PATCH 13/14] DTS: ARM: OMAP3-N900: Add LP5523 support

2013-10-22 Thread Sebastian Reichel
Add support for LP5523 device. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 61 1 file changed, 61 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index

[PATCH 14/14] DTS: TWL4030: Add power button support

2013-10-22 Thread Sebastian Reichel
Enable support for the power button. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/twl4030.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index cb5afcd..af7fa40 100644 ---

[PATCH 07/14] DTS: ARM: OMAP3-N900: Add LP5523 support

2013-10-22 Thread Sebastian Reichel
Add support for LP5523 device. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index a02f64f..c7e0d2d 100644 ---

[PATCH 08/14] DTS: TWL4030: Add missing regulators

2013-10-22 Thread Sebastian Reichel
The twl4030.dtsi is missing some regulators. This patch adds the missing ones and orders the regulators alphabetically. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/twl4030.dtsi | 44 ++ 1 file changed, 40 insertions(+), 4

[PATCH 10/14] DTS: ARM: OMAP3-N900: Add NAND support

2013-10-22 Thread Sebastian Reichel
This patch adds supports for Nokia N900 NAND memory. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 72 1 file changed, 72 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts

[PATCH 04/14] DTS: ARM: OMAP3-N900: Add support for SD cards

2013-10-22 Thread Sebastian Reichel
Add support for external SD card slot. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index

[PATCH 05/14] DTS: ARM: OMAP3-N900: GPIO key definitions

2013-10-22 Thread Sebastian Reichel
Add device tree node for the GPIO keys provided by the N900 board. This is a simple conversion of the existing board code. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 48 1 file changed, 48 insertions(+) diff

[PATCH 02/14] DTS: ARM: OMAP3-N900: Fix i2c bus speed

2013-10-22 Thread Sebastian Reichel
Fix the bus speed of i2c bus 2 and 3. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index ad4edd9..7dd6fb6 100644

[PATCH 06/14] DTS: ARM: OMAP3-N900: Add vibrator device

2013-10-22 Thread Sebastian Reichel
Add support for Nokia N900's vibrator. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 5082cb6..a02f64f 100644 ---

[PATCH 00/14] DTS: ARM: OMAP3-N900: Add misc. HW

2013-10-22 Thread Sebastian Reichel
This patchset adds misc. hardware elements to the Nokia N900 DTS file. Apart from the last two patches the kernel drivers in 3.12 are already capable of handling the DT entries. The series is based on bcousson/linux-omap-dt.git:for_3.13/dts. Additional notes: * LP5523 support depends on [0],

[PATCH 03/14] DTS: ARM: OMAP3-N900: Add UART support

2013-10-22 Thread Sebastian Reichel
Add UART support to Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- arch/arm/boot/dts/omap3-n900.dts | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 7dd6fb6..9226268

OMAP baseline test results for v3.12-rc6

2013-10-22 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.12-rc6. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.12-rc6/20131021185919/ Test summary Build: uImage: Pass (14/14): omap1_defconfig, omap1_defconfig_1510innovator_only,

[PATCH] ARM: OMAP: devicetree: fix SPI node compatible property syntax items

2013-10-22 Thread Eric Witcher
Correct the SPI node compatible property items to match example code and match current DTS usage. Signed-off-by: Eric Witcher ewitc...@mindspring.com --- Documentation/devicetree/bindings/spi/omap-spi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

RE: [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus

2013-10-22 Thread Gupta, Pekon
Hi Brian, From: Brian Norris [mailto:computersforpe...@gmail.com] On Sat, Oct 19, 2013 at 02:14:08PM +0530, Pekon Gupta wrote: [...] Thus this patch run nand_scan_ident() with driver configured as x8 device. So are you saying that the driver currently doesn't work if you started in x16

RE: [PATCH v10 00/10] mtd:nand:omap2: clean-up of supported ECC schemes

2013-10-22 Thread Gupta, Pekon
Hi Brian, From: Brian Norris [mailto:computersforpe...@gmail.com] [PATCH 4/10] dropped [PATCH v9 4/9] introducing NAND_BUSWIDTH_AUTO, instead using DT 'nand-bus-width' for device bus-width As mentioned in reply to the patch, I don't think this patch belongs in this series now, and