Re: [PATCH v3 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt on AM335x

2013-10-18 Thread NeilBrown
On Sat, 5 Oct 2013 13:17:09 +0200 Andreas Fenkart afenk...@gmail.com wrote: The am335x can't detect pending cirq in PM runtime suspend. This patch reconfigures dat1 as a GPIO before going to suspend. SDIO interrupts are detected with the GPIO, while in runtime suspend, standard detection of

Re: [PATCH 0/2] ARM: dts: AM4372: Add more nodes

2013-10-18 Thread Benoit Cousson
Hi Lokesh, On 18/10/2013 05:49, Lokesh Vutla wrote: Hi Benoit, On Friday 11 October 2013 12:44 AM, Lokesh Vutla wrote: This patch series add nodes for l2-cache-controller, EDMA, mailbox, mmc, sham, and updates the properties for cpsw, i2c0, matrix-keypad. These patches are applied on top of

Re: [PATCH 0/2] ARM: dts: AM4372: Add more nodes

2013-10-18 Thread Lokesh Vutla
Hi Benoit, On Friday 18 October 2013 12:26 PM, Benoit Cousson wrote: Hi Lokesh, On 18/10/2013 05:49, Lokesh Vutla wrote: Hi Benoit, On Friday 11 October 2013 12:44 AM, Lokesh Vutla wrote: This patch series add nodes for l2-cache-controller, EDMA, mailbox, mmc, sham, and updates the

Re: [PATCH v2] usb: phy: omap: Add omap-control Support for AM437x

2013-10-18 Thread Roger Quadros
On 10/15/2013 01:02 PM, George Cherian wrote: This adds omap control module support for USBSS in AM437x SoC. Update DT binding information to reflect these changes. Signed-off-by: George Cherian george.cher...@ti.com Acked-by: Roger Quadros rog...@ti.com --- Changes from v1: Make

Re: [PATCH v3 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt on AM335x

2013-10-18 Thread Balaji T K
On Friday 18 October 2013 11:50 AM, NeilBrown wrote: On Sat, 5 Oct 2013 13:17:09 +0200 Andreas Fenkart afenk...@gmail.com wrote: The am335x can't detect pending cirq in PM runtime suspend. This patch reconfigures dat1 as a GPIO before going to suspend. SDIO interrupts are detected with the

Re: [PATCH 4/6] pinctrl: single: Add support for wake-up interrupts

2013-10-18 Thread Balaji T K
On Friday 11 October 2013 09:31 PM, Tony Lindgren wrote: * Linus Walleij linus.wall...@linaro.org [131011 09:05]: On Fri, Oct 11, 2013 at 5:43 PM, Tony Lindgren t...@atomide.com wrote: * Linus Walleij linus.wall...@linaro.org [131011 03:40]: On Fri, Oct 11, 2013 at 10:56 AM, Roger Quadros

Re: [PATCH v3 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt on AM335x

2013-10-18 Thread NeilBrown
On Fri, 18 Oct 2013 12:59:56 +0530 Balaji T K balaj...@ti.com wrote: On Friday 18 October 2013 11:50 AM, NeilBrown wrote: On Sat, 5 Oct 2013 13:17:09 +0200 Andreas Fenkart afenk...@gmail.com wrote: The am335x can't detect pending cirq in PM runtime suspend. This patch reconfigures

Re: [PATCH] set data enable logic level to low

2013-10-18 Thread Tomi Valkeinen
On 14/10/13 01:44, Roel Kluin wrote: Signed-off-by: Roel Kluin roel.kl...@gmail.com --- drivers/video/omap2/dss/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c index fafe7c9..669a81f

[PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-18 Thread Daniel Mack
v3 of my musb_dsps suspend patches. With these patches applied, I can successfully bring an AM335x board to suspend with a USB media connected, and access it again after resume. This works for both PIO mode and CPPI41 enabled configurations, together with Sebasitian's and my cppi41 patches

[PATCH v3 1/5] usb: musb: call musb_port_suspend from musb_bus_suspend

2013-10-18 Thread Daniel Mack
Make musb_port_suspend() externally available, and call it when to host goes into suspend. This allows the core to go into suspend while a device is connected. Signed-off-by: Daniel Mack zon...@gmail.com --- drivers/usb/musb/musb_host.c| 2 ++ drivers/usb/musb/musb_host.h| 2 ++

[PATCH v3 2/5] usb: musb: conditionally save and restore the context on suspend

2013-10-18 Thread Daniel Mack
It appears not all platforms featuring a musb core need to save the musb core registers at suspend time and restore them on resume. The dsps platform does, however. So add a bit in struct musb_hdrc_platform_data to let platforms specify their need of such action being taken. Signed-off-by:

[PATCH v3 4/5] usb: musb: dsps: add support for suspend and resume

2013-10-18 Thread Daniel Mack
The dsps platform needs to save save some registers at suspend time and restore them after resume. This patch adds a struct for these registers, and also lets the musb core know that the core registers need to be saved as well. We also have to call musb_port_reset() for this platform upon resume,

[PATCH v3 3/5] usb: musb: dsps: add {tx,rx}_mode to wrapper

2013-10-18 Thread Daniel Mack
rx_mode and tx_mode need to be read at suspend time and restored on resume for dsps platforms. So add it to the wrapper struct first, and initialize the values. Signed-off-by: Daniel Mack zon...@gmail.com --- drivers/usb/musb/musb_dsps.c | 4 1 file changed, 4 insertions(+) diff --git

[PATCH v3 5/5] usb: musb: dsps: indentation and whitespace fixes

2013-10-18 Thread Daniel Mack
Just a cosmetic thing, no functional change. Signed-off-by: Daniel Mack zon...@gmail.com --- drivers/usb/musb/musb_dsps.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index

Re: [PATCH v3 4/5] usb: musb: dsps: add support for suspend and resume

2013-10-18 Thread Sebastian Andrzej Siewior
On 10/18/2013 11:39 AM, Daniel Mack wrote: diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index da21a4e..ce5bbc6 100644 --- a/drivers/usb/musb/musb_dsps.c +++ b/drivers/usb/musb/musb_dsps.c @@ -632,11 +648,54 @@ static const struct of_device_id musb_dsps_of_match[]

Re: [PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-18 Thread Sebastian Andrzej Siewior
On 10/18/2013 11:39 AM, Daniel Mack wrote: v3 of my musb_dsps suspend patches. With these patches applied, I can successfully bring an AM335x board to suspend with a USB media connected, and access it again after resume. This works for both PIO mode and CPPI41 enabled configurations,

Re: [PATCH v3 4/5] usb: musb: dsps: add support for suspend and resume

2013-10-18 Thread Daniel Mack
On 10/18/2013 11:58 AM, Sebastian Andrzej Siewior wrote: On 10/18/2013 11:39 AM, Daniel Mack wrote: diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index da21a4e..ce5bbc6 100644 --- a/drivers/usb/musb/musb_dsps.c +++ b/drivers/usb/musb/musb_dsps.c @@ -632,11

Re: [PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-18 Thread Daniel Mack
On 10/18/2013 11:59 AM, Sebastian Andrzej Siewior wrote: On 10/18/2013 11:39 AM, Daniel Mack wrote: v3 of my musb_dsps suspend patches. With these patches applied, I can successfully bring an AM335x board to suspend with a USB media connected, and access it again after resume. This works

Re: [PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-18 Thread Sebastian Andrzej Siewior
On 10/18/2013 12:02 PM, Daniel Mack wrote: As mentioned, that doesn't hit me anymore with the current patch stack. That doesn't mean we should ignore that issue, of course, we're still sleeping while atomic. But I removed the patch from the series for now, so we can address that separately.

Re: [PATCH v3 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt on AM335x

2013-10-18 Thread Javier Martinez Canillas
On Fri, Oct 18, 2013 at 8:20 AM, NeilBrown ne...@suse.de wrote: On Sat, 5 Oct 2013 13:17:09 +0200 Andreas Fenkart afenk...@gmail.com wrote: The am335x can't detect pending cirq in PM runtime suspend. This patch reconfigures dat1 as a GPIO before going to suspend. SDIO interrupts are detected

[PATCH 1/1] ARM: OMAP2+: remove legacy support for IGEP boards

2013-10-18 Thread Javier Martinez Canillas
Device Tree support for IGEP boards in mainline is almost finished. The only remaining bits are support for the Marvell SD8686 wifi + BT and TFP410 DVI chips. Adding support for these should be straightforward so let's not block OMAP3 moving to Device Tree only boot and remove the board file for

Re: [PATCH v9 1/9] mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes

2013-10-18 Thread Mark Rutland
Hi Pekon, On Tue, Oct 15, 2013 at 06:49:49AM +0100, Pekon Gupta wrote: OMAP NAND driver currently supports multiple flavours of 1-bit Hamming ecc-scheme, like: - OMAP_ECC_HAMMING_CODE_DEFAULT 1-bit hamming ecc code using software library - OMAP_ECC_HAMMING_CODE_HW 1-bit hamming

Re: [PATCH 1/6] mmc: omap_hsmmc: start using generic non-removable DT binding

2013-10-18 Thread Balaji T K
On Thursday 17 October 2013 08:55 PM, Mark Rutland wrote: On Thu, Oct 17, 2013 at 11:53:48AM +0100, Balaji T K wrote: On Thursday 17 October 2013 02:08 PM, Mark Rutland wrote: On Wed, Oct 16, 2013 at 04:18:22PM +0100, Balaji T K wrote: From: Sekhar Nori nsek...@ti.com add generic

RE: [PATCH v9 1/9] mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes

2013-10-18 Thread Gupta, Pekon
Hi Mark, From: Mark Rutland [...] diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach- omap2/gpmc.c index 579697a..c9fb353 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c @@ -1342,9 +1342,7 @@ static void __maybe_unused gpmc_read_timings_dt(struct

Re: [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework

2013-10-18 Thread Roger Quadros
Hi Benoit, Could you please include this one for 3.13? Without this OTG port will be broken for beagle. Thanks. cheers, -roger On 10/07/2013 01:46 PM, Roger Quadros wrote: The generic PHY framewrok expects different properties than the old USB PHY framework. Supply those properties. Fixes

[PATCH 1/1] arm: dra7xx: Add hwmod data for MDIO and CPSW

2013-10-18 Thread Mugunthan V N
Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC Signed-off-by: Mugunthan V N mugunthan...@ti.com --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 64 +++ 1 file changed, 64 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c

Re: [PATCH 1/1] arm: dra7xx: Add hwmod data for MDIO and CPSW

2013-10-18 Thread Sourav Poddar
Hi Mugunthan, On Friday 18 October 2013 07:09 PM, Mugunthan V N wrote: Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC Signed-off-by: Mugunthan V Nmugunthan...@ti.com change the subject to: ARM: OMAP2+: hwmod: Add hwmod data for MDIO and CPSW ---

Re: [PATCH 1/1] arm: dra7xx: Add hwmod data for MDIO and CPSW

2013-10-18 Thread Mugunthan V N
On Friday 18 October 2013 07:49 PM, Sourav Poddar wrote: Hi Mugunthan, On Friday 18 October 2013 07:09 PM, Mugunthan V N wrote: Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC Signed-off-by: Mugunthan V Nmugunthan...@ti.com change the subject to: ARM: OMAP2+: hwmod: Add

Re: [GIT PULL 1/2] omap board removal for some omap3 boards for v3.13 merge window

2013-10-18 Thread Kevin Hilman
Hi Tony, Tony Lindgren t...@atomide.com writes: The following changes since commit f41509ad0d4c11d0911630440749d409ce2aa1aa: Merge branches 'omap-for-v3.13/dt' and 'omap-for-v3.13/quirk' into omap-for-v3.13/board-removal (2013-10-14 11:33:07 -0700) are available in the git repository

[PATCH v2 1/1] ARM: OMAP2+: DRA7: hwmod: Add hwmod data for MDIO and CPSW

2013-10-18 Thread Mugunthan V N
Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC Signed-off-by: Mugunthan V N mugunthan...@ti.com --- Changes from initial version: * changed the subject with proper text --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 64 +++ 1 file changed, 64

Re: [GIT PULL 2/2] omap changes for am43xx hwmod for v3.13 merge window

2013-10-18 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 254f57a92987b6cde6004f58d6b847813dfb9e0e: ARM: OMAP5: hwmod: add missing ocp2scp hwmod data (2013-10-11 15:37:05 -0700) are available in the git repository at:

Re: [GIT PULL 1/2] omap board removal for some omap3 boards for v3.13 merge window

2013-10-18 Thread Tony Lindgren
* Kevin Hilman khil...@linaro.org [131018 07:49]: Hi Tony, Tony Lindgren t...@atomide.com writes: The following changes since commit f41509ad0d4c11d0911630440749d409ce2aa1aa: Merge branches 'omap-for-v3.13/dt' and 'omap-for-v3.13/quirk' into omap-for-v3.13/board-removal

Re: [PATCH 4/6] pinctrl: single: Add support for wake-up interrupts

2013-10-18 Thread Tony Lindgren
* Balaji T K balaj...@ti.com [131018 00:41]: Any conclusion on using regmap for omap control module non-mux registers ? I don't think anybody has even started looking into a SCM driver yet considering there are tons of other issues to sort out. If you're thinking about implementing the MMC

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

2013-10-18 Thread Jyri Sarha
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. Signed-off-by: Jyri Sarha jsa...@ti.com --- .../bindings/sound/davinci-mcasp-audio.txt |5 +++

[PATCH v5 07/12] ASoC: davinci-mcasp: Remove redundant num-serializer DT parameter

2013-10-18 Thread Jyri Sarha
From: Peter Ujfalusi peter.ujfal...@ti.com The serial-dir array gives this information so there is no need to have the num-serializer property in DT description. Just ignore the property in the driver the DTS files can be updated separately without regression. Update the documentation at the same

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

2013-10-18 Thread Jyri Sarha
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. Signed-off-by: Jyri Sarha jsa...@ti.com --- sound/soc/davinci/Kconfig |4 ++-- 1 file changed,

[PATCH v2 1/1] ARM: OMAP2+: remove legacy support for IGEP boards

2013-10-18 Thread Javier Martinez Canillas
Device Tree support for IGEP boards in mainline is almost finished. The only remaining bits are support for the Marvell SD8686 wifi + BT and TFP410 DVI chips. Adding support for these should be straightforward so let's not block OMAP3 moving to Device Tree only boot and remove the board file for

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

2013-10-18 Thread Jyri Sarha
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 memory location. Signed-off-by: Hebbar, Gururaja

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

2013-10-18 Thread Jyri Sarha
Change the model omap2-mcasp-audio in compatible property to am33xx-mcasp-audio as omap2 does not have mcasp. Signed-off-by: Jyri Sarha jsa...@ti.com --- .../bindings/sound/davinci-mcasp-audio.txt |2 +- sound/soc/davinci/davinci-mcasp.c |2 +- 2 files changed, 2

[PATCH v5 12/12] arm: omap2plus_defconfig: enable AM33xx SOC EVM audio

2013-10-18 Thread Jyri Sarha
Modifying the omap2plus_defconfig to enable the audio support for AM335x EVM and other AM33xx based devices with TLV320AIC3X connected to McASP. Signed-off-by: Jyri Sarha jsa...@ti.com --- arch/arm/configs/omap2plus_defconfig |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH v5 09/12] ARM/dts: am33xx: mcasp: Add location for data port registers to reg-property

2013-10-18 Thread Jyri Sarha
This patch adds a second tuple to reg property. The new property tuple describes the memory location for data port registers mapped trough L3 bus on am33xx. The both property tuples are named accordingly in the reg-names property. Signed-off-by: Hebbar, Gururaja gururaja.heb...@ti.com

[PATCH v5 06/12] ASoC: davinci-mcasp: Improve DT bindings document

2013-10-18 Thread Jyri Sarha
Makes interrupts property optional as the interrupts are not currently used by the driver and adds interrupt-names property to name listed interrupts. Currently know interrupt names are tx and rx. - Improve tdm-slots propery description - Improve op-mode property description - Add pinctrl-names

[PATCH v5 10/12] ARM/dts: am335x-evm: Add audio support for am335x-evm.dts

2013-10-18 Thread Jyri Sarha
From: Darren Etheridge detheri...@ti.com Adds sound, tlv320aic3106, mcasp1, and am335x_evm_audio_pin nodes. Signed-off-by: Darren Etheridge detheri...@ti.com Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Signed-off-by: Jyri Sarha jsa...@ti.com --- arch/arm/boot/dts/am335x-evm.dts | 51

[PATCH v5 08/12] ARM/dts: am33xx: Add mcasp0 and mcasp1 device tree entries

2013-10-18 Thread Jyri Sarha
From: Pantelis Antoniou pa...@antoniou-consulting.com Add missing mcasp entries in the am33xx.dtsi include file. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Darren Etheridge detheri...@ti.com Signed-off-by: Jyri Sarha jsa...@ti.com ---

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

2013-10-18 Thread Jyri Sarha
From: Hebbar, Gururaja gururaja.heb...@ti.com Device tree support for Davinci Machine driver When the board boots with device tree, the driver will receive card, codec, dai interface details (like the card name, DAPM routing map, phandle for the audio components described in the dts file, codec

[PATCH v5 00/12] Fix AM335x-evm analog audio support

2013-10-18 Thread Jyri Sarha
The v4 version of patches can be found here: http://mailman.alsa-project.org/pipermail/alsa-devel/2013-October/067098.html The v3 version of patches can be found here: http://mailman.alsa-project.org/pipermail/alsa-devel/2013-September/066728.html The v2 version of patches can be found here:

[PATCH v5 11/12] ARM/dts: am335x-evmsk: Audio support

2013-10-18 Thread Jyri Sarha
From: Peter Ujfalusi peter.ujfal...@ti.com AM335x EVM-SK have only support for audio playback (stereo jack on the board) via tlv320aic3106 codec connected to McASP1. Enable the support for audio playback on the board: - McASP1 configuration - tlv320aic3106 configuration - Machine driver.

Re: [GIT PULL 1/2] omap board removal for some omap3 boards for v3.13 merge window

2013-10-18 Thread Javier Martinez Canillas
On Fri, Oct 18, 2013 at 5:24 PM, Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@linaro.org [131018 07:49]: Hi Tony, Tony Lindgren t...@atomide.com writes: The following changes since commit f41509ad0d4c11d0911630440749d409ce2aa1aa: Merge branches 'omap-for-v3.13/dt'

Re: [GIT PULL 1/2] omap board removal for some omap3 boards for v3.13 merge window

2013-10-18 Thread Tony Lindgren
* Javier Martinez Canillas martinez.jav...@gmail.com [131018 08:46]: On Fri, Oct 18, 2013 at 5:24 PM, Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@linaro.org [131018 07:49]: Hi Tony, Tony Lindgren t...@atomide.com writes: The following changes since commit

Re: [PATCH v3] ARM: omap: edma: add suspend suspend/resume hooks

2013-10-18 Thread Daniel Mack
On 10/09/2013 10:14 PM, Joel Fernandes wrote: On 10/09/2013 09:12 AM, Joel Fernandes wrote: On 10/09/2013 02:38 AM, Daniel Mack wrote: [..] (And the 'v3' in the subject is really my bad, sorry - I only sent one version of this patch ever). I can respin the patch on top of the proper driver

Re: [PATCH 4/6] pinctrl: single: Add support for wake-up interrupts

2013-10-18 Thread Balaji T K
On Friday 18 October 2013 09:05 PM, Tony Lindgren wrote: * Balaji T K balaj...@ti.com [131018 00:41]: Any conclusion on using regmap for omap control module non-mux registers ? I don't think anybody has even started looking into a SCM driver yet considering there are tons of other issues to

Re: [PATCH v3] ARM: dts: add minimal DT support for Nokia N950 N9 phones

2013-10-18 Thread Benoit Cousson
On 16/10/2013 02:35, Tony Lindgren wrote: * Aaro Koskinen aaro.koski...@iki.fi [131015 13:36]: Add minimal DT support for Nokia N950 N9 phones. The same functionality that is provided by the current board file should work: serial console, USB, OneNAND and MMC. Signed-off-by: Aaro Koskinen

Re: [PATCH] ARM: dts: omap3-beagle: Adapt USB OTG to generic PHY framework

2013-10-18 Thread Benoit Cousson
Hi Roger, On 18/10/2013 14:00, Roger Quadros wrote: Hi Benoit, Could you please include this one for 3.13? Without this OTG port will be broken for beagle. Thanks. I've just applied it. Thanks, Benoit cheers, -roger On 10/07/2013 01:46 PM, Roger Quadros wrote: The generic PHY framewrok

[PATCH] ARM: OMAP1: Fix a bunch of GPIO related section warnings after initdata got corrected

2013-10-18 Thread Tony Lindgren
From: Tony Lindgren t...@atomide.com Date: Fri, 18 Oct 2013 08:54:16 -0700 Subject: [PATCH] ARM: OMAP1: Fix a bunch of GPIO related section warnings after initdata got corrected Commit f8e7ba66 (ARM: OMAP1: fix incorrect placement of __initdata tag) fixed things but we started seeing section

Re: [PATCH v5 00/12] Fix AM335x-evm analog audio support

2013-10-18 Thread Benoit Cousson
+ Tony Hi Jyri, The DTS part looks fine to me, but does not apply at all on my branch, Could you rebase it and repost it without the driver part to avoid any issue during the driver merge? Thanks, Benoit On 18/10/2013 17:37, Jyri Sarha wrote: The v4 version of patches can be found here:

Re: [PATCH 4/6] pinctrl: single: Add support for wake-up interrupts

2013-10-18 Thread Tony Lindgren
* Balaji T K balaj...@ti.com [131018 08:59]: On Friday 18 October 2013 09:05 PM, Tony Lindgren wrote: * Balaji T K balaj...@ti.com [131018 00:41]: Any conclusion on using regmap for omap control module non-mux registers ? I don't think anybody has even started looking into a SCM driver

Re: [PATCH v3] ARM: dts: add minimal DT support for Nokia N950 N9 phones

2013-10-18 Thread Tony Lindgren
* Benoit Cousson bcous...@baylibre.com [131018 08:57]: On 16/10/2013 02:35, Tony Lindgren wrote: * Aaro Koskinen aaro.koski...@iki.fi [131015 13:36]: Add minimal DT support for Nokia N950 N9 phones. The same functionality that is provided by the current board file should work: serial console,

Re: [PATCH] ARM: OMAP1: Fix a bunch of GPIO related section warnings after initdata got corrected

2013-10-18 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131018 09:04]: From: Tony Lindgren t...@atomide.com Date: Fri, 18 Oct 2013 08:54:16 -0700 Subject: [PATCH] ARM: OMAP1: Fix a bunch of GPIO related section warnings after initdata got corrected Oops, sorry duplicate header. Below is a clean version that

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

2013-10-18 Thread Felipe Balbi
Hi, On Thu, Oct 17, 2013 at 04:28:20PM -0700, Tony Lindgren wrote: 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

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

2013-10-18 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [131018 09:19]: --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c @@ -39,6 +39,7 @@ #include linux/irq.h #include linux/pm_runtime.h #include linux/of.h +#include linux/of_irq.h #include linux/gpio.h #include

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

2013-10-18 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131018 09:38]: * Felipe Balbi ba...@ti.com [131018 09:19]: @@ -786,7 +813,10 @@ static void serial_omap_shutdown(struct uart_port *port) pm_runtime_mark_last_busy(up-dev); pm_runtime_put_autosuspend(up-dev); - free_irq(up-port.irq, up);

Re: [GIT PULL 1/2] omap board removal for some omap3 boards for v3.13 merge window

2013-10-18 Thread Kevin Hilman
On Fri, Oct 18, 2013 at 8:24 AM, Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@linaro.org [131018 07:49]: Hi Tony, Tony Lindgren t...@atomide.com writes: The following changes since commit f41509ad0d4c11d0911630440749d409ce2aa1aa: Merge branches 'omap-for-v3.13/dt'

Re: [GIT PULL 1/2] omap board removal for some omap3 boards for v3.13 merge window

2013-10-18 Thread Tony Lindgren
* Kevin Hilman khil...@linaro.org [131018 10:14]: On Fri, Oct 18, 2013 at 8:24 AM, Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@linaro.org [131018 07:49]: Hi Tony, Tony Lindgren t...@atomide.com writes: The following changes since commit

Re: [PATCH v2 1/1] ARM: OMAP2+: remove legacy support for IGEP boards

2013-10-18 Thread Tony Lindgren
* Javier Martinez Canillas javier.marti...@collabora.co.uk [131018 08:38]: Device Tree support for IGEP boards in mainline is almost finished. The only remaining bits are support for the Marvell SD8686 wifi + BT and TFP410 DVI chips. Adding support for these should be straightforward so

[GIT PULL 1/1] omap board removal for some omap3 boards for v3.13 merge window

2013-10-18 Thread Tony Lindgren
The following changes since commit f41509ad0d4c11d0911630440749d409ce2aa1aa: Merge branches 'omap-for-v3.13/dt' and 'omap-for-v3.13/quirk' into omap-for-v3.13/board-removal (2013-10-14 11:33:07 -0700) are available in the git repository at:

Re: [PATCH] ARM: OMAP1: Fix a bunch of GPIO related section warnings after initdata got corrected

2013-10-18 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Tony Lindgren t...@atomide.com [131018 09:04]: From: Tony Lindgren t...@atomide.com Date: Fri, 18 Oct 2013 08:54:16 -0700 Subject: [PATCH] ARM: OMAP1: Fix a bunch of GPIO related section warnings after initdata got corrected Oops, sorry duplicate

Re: [GIT PULL 1/1] omap board removal for some omap3 boards for v3.13 merge window

2013-10-18 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit f41509ad0d4c11d0911630440749d409ce2aa1aa: Merge branches 'omap-for-v3.13/dt' and 'omap-for-v3.13/quirk' into omap-for-v3.13/board-removal (2013-10-14 11:33:07 -0700) are available in the git repository at:

[PATCH v3 0/3] Prevent races when doing read-modify-write of INTMASK

2013-10-18 Thread Doug Anderson
Bing Zhao at Marvell discovered a race in the way that dw_mmc was doing a read-modify-write of the INTMASK register. This 2-patch series attempts to fix the problem using a simple spinlock. In order to do so cleanly, we include a patch to tidy up the way that we disable low power mode when using

[PATCH v3 1/3] mmc: core: Support the optional init_card() callback for MMC and SD

2013-10-18 Thread Doug Anderson
In (3fcb027 ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handling) the optional init_card() callback was added. According to the original change it was for now only called from mmc_sdio_init_card(). This callback really ought to be called from the SD and MMC init functions as well.

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

2013-10-18 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131018 09:45]: * Tony Lindgren t...@atomide.com [131018 09:38]: * Felipe Balbi ba...@ti.com [131018 09:19]: @@ -786,7 +813,10 @@ static void serial_omap_shutdown(struct uart_port *port) pm_runtime_mark_last_busy(up-dev);

Re: [PATCH v3 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt on AM335x

2013-10-18 Thread NeilBrown
On Fri, 18 Oct 2013 12:12:48 +0200 Javier Martinez Canillas martinez.jav...@gmail.com wrote: On Fri, Oct 18, 2013 at 8:20 AM, NeilBrown ne...@suse.de wrote: On Sat, 5 Oct 2013 13:17:09 +0200 Andreas Fenkart afenk...@gmail.com wrote: The am335x can't detect pending cirq in PM runtime

[GIT PULL] urgent omap related x86 pinctrl build fix for v3.13 merge window

2013-10-18 Thread Tony Lindgren
The following changes since commit dc7743aa3c49fabbc6dc9edbcf7df74d776ac32e: pinctrl: single: Add support for auxdata (2013-10-10 15:30:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/pinctrl-fix for you

Re: [GIT PULL] urgent omap related x86 pinctrl build fix for v3.13 merge window

2013-10-18 Thread Olof Johansson
On Fri, Oct 18, 2013 at 5:26 PM, Tony Lindgren t...@atomide.com wrote: The following changes since commit dc7743aa3c49fabbc6dc9edbcf7df74d776ac32e: pinctrl: single: Add support for auxdata (2013-10-10 15:30:47 -0700) are available in the git repository at:

Re: [PATCH v3 3/4] mmc: omap_hsmmc: Remux pins to support SDIO interrupt on AM335x

2013-10-18 Thread Javier Martinez Canillas
On Sat, Oct 19, 2013 at 1:14 AM, NeilBrown ne...@suse.de wrote: On Fri, 18 Oct 2013 12:12:48 +0200 Javier Martinez Canillas martinez.jav...@gmail.com wrote: On Fri, Oct 18, 2013 at 8:20 AM, NeilBrown ne...@suse.de wrote: On Sat, 5 Oct 2013 13:17:09 +0200 Andreas Fenkart afenk...@gmail.com

RE: [PATCH v9 3/9] mtd: nand: omap: cleanup: replace local references with generic framework names

2013-10-18 Thread Gupta, Pekon
From: Brian Norris [mailto:computersforpe...@gmail.com] On Tue, Oct 15, 2013 at 11:19:51AM +0530, Pekon Gupta wrote: This patch updates following in omap_nand_probe() and omap_nand_remove() - replaces info-nand with nand_chip (struct nand_chip *nand_chip) - replaces info-mtd with mtd