RE: [PATCH 08/14] omap: Use ioremap for omap4 L4 code

2009-10-19 Thread Shilimkar, Santosh
Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, October 19, 2009 5:54 AM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 08/14] omap: Use ioremap for omap4 L4 code * Tony Lindgren

Re: [PATCH 6/8] RX-51: Audio: Add usage of regulator framework to control VMMC2

2009-10-19 Thread Eduardo Valentin
Hi, On Mon, Oct 12, 2009 at 11:21:04AM +0200, Mark Brown wrote: On Mon, Oct 12, 2009 at 12:04:55PM +0300, Eduardo Valentin wrote: Right. Should we add 4 instances of drvdd and 2 of iovdd? So, naming those would be like: No, if there's multiple pins for the supply then there's no need

RE: [PATCH 01/17] PM: fix suspend control for IVA2

2009-10-19 Thread Tero.Kristo
-Original Message- From: ext Girish S G [mailto:giris...@ti.com] Sent: 16 October, 2009 20:16 To: Kristo Tero (Nokia-D/Tampere); linux-omap@vger.kernel.org Subject: RE: [PATCH 01/17] PM: fix suspend control for IVA2 -Original Message- From: linux-omap-ow...@vger.kernel.org

Re: [PATCH 6/8] RX-51: Audio: Add usage of regulator framework to control VMMC2

2009-10-19 Thread Mark Brown
On Mon, Oct 19, 2009 at 12:13:00PM +0300, Eduardo Valentin wrote: [Please fix your MUA to wrap before 80 columns.] Might be a stupid question probably because of my lack of knowledge of regulator framework, but if the driver code must be written in such a way that it requires all regulators

Re: [PATCH 6/8] RX-51: Audio: Add usage of regulator framework to control VMMC2

2009-10-19 Thread Mark Brown
On Mon, Oct 19, 2009 at 10:23:32AM +0100, Mark Brown wrote: On Mon, Oct 19, 2009 at 12:13:00PM +0300, Eduardo Valentin wrote: Might be a stupid question probably because of my lack of knowledge of regulator framework, but if the driver code must be written in such a way that it requires

RE: [PATCH 03/17] PM: Block CORE off when DSS is active

2009-10-19 Thread Tero.Kristo
-Original Message- From: ext Cousson, Benoit [mailto:b-cous...@ti.com] Sent: 16 October, 2009 18:27 To: Kristo Tero (Nokia-D/Tampere); linux-omap@vger.kernel.org Cc: Kalle Jokiniemi Subject: RE: [PATCH 03/17] PM: Block CORE off when DSS is active Hi Tero, Texas Instruments France

RE: [PATCH 12/17] OMAP2/3: Do not enable AUTOIDLE in interrupt controller

2009-10-19 Thread Tero.Kristo
-Original Message- From: ext Girish S G [mailto:giris...@ti.com] Sent: 16 October, 2009 21:10 To: 'Woodruff, Richard'; Kristo Tero (Nokia-D/Tampere); linux-omap@vger.kernel.org Cc: Hogander Jouni (Nokia-D/Tampere) Subject: RE: [PATCH 12/17] OMAP2/3: Do not enable AUTOIDLE in

[PATCH 1/5] mfd: twl4030-power: Rename DEVGROUP to DEV_GRP

2009-10-19 Thread Amit Kucheria
Stick to the names used in the reference manual Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: sa...@linux.intel.com Cc: linux-omap@vger.kernel.org --- drivers/mfd/twl4030-power.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH 2/5] mfd: twl4030-power: Add comments for the register and bit layout

2009-10-19 Thread Amit Kucheria
Describe how the resource registers are laid out and the various bit-fields in them. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: sa...@linux.intel.com Cc: linux-omap@vger.kernel.org --- drivers/mfd/twl4030-power.c | 12 ++-- 1 files changed, 10 insertions(+), 2

[PATCH 4/5] mfd: twl4030-power: Add support for remapping power states

2009-10-19 Thread Amit Kucheria
The RESOURCE_REMAP register allows configuration of the RESOURCE in case of a sleep or off transition. Allow this property of resources to be configured (through twl4030_resconfig) and add code to parse these values to program the registers accordingly. Signed-off-by: Amit Kucheria

[PATCH 3/5] mfd: twl4030-power: Move power-related data closer together in the header file

2009-10-19 Thread Amit Kucheria
Bring together all the TWL power-related data in the header file Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: sa...@linux.intel.com Cc: linux-omap@vger.kernel.org --- include/linux/i2c/twl4030.h | 154 ++- 1 files changed, 78

[PATCH 5/5] mfd: twl4030-power: Optimised power scripts for the rx51

2009-10-19 Thread Amit Kucheria
The power scripts optimisation was mainly done by: Tero Kristo tero.kri...@nokia.com and Arnaud Mandy ext-arnaud.2.ma...@nokia.com I'm only refactoring and testing it against the mainline kernel. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: Samuel Ortiz sa...@linux.intel.com Cc:

[PATCH 1/4] MFD: twl4030: add twl4030_codec MFD as a new child to the core

2009-10-19 Thread Peter Ujfalusi
New MFD child to twl4030 MFD device. This MFD device will be used by the drivers, which needs resources from the twl4030 codec like audio and vibra. The platform specific configuration data is passed along to the child drivers (audio, vibra). Signed-off-by: Peter Ujfalusi

[PATCH 3/4] ASoC: TWL4030: Only update the needed bits in *set_dai_sysclk

2009-10-19 Thread Peter Ujfalusi
Do not rewrite the whole register, but only update the needed bits in set_dai_sysclk functions. Signed-off-by: Peter Ujfalusi peter.ujfal...@nokia.com --- sound/soc/codecs/twl4030.c | 22 -- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git

[PATCH 4/4] ASoC: TWL4030: Driver registration via twl4030_codec MFD

2009-10-19 Thread Peter Ujfalusi
TWL4030 codec is now using the device registration via tlw4030_codec MFD device. Signed-off-by: Peter Ujfalusi peter.ujfal...@nokia.com --- sound/soc/codecs/Kconfig |2 +- sound/soc/codecs/twl4030.c | 203 +++-- sound/soc/codecs/twl4030.h | 242

[PATCH 0/4] twl4030 codec as MFD device

2009-10-19 Thread Peter Ujfalusi
Hello, The following series adds new MFD device on top of the twl4030 MFD device for the codec part of the chip, and also converts the soc audio driver to use the correct probing (device model). Reason for the twl4030_codec MFD: the vibra control is actually in the codec part of the twl4030. If

Re: [PATCH 3/4] ASoC: TWL4030: Only update the needed bits in *set_dai_sysclk

2009-10-19 Thread Mark Brown
On Mon, Oct 19, 2009 at 03:42:19PM +0300, Peter Ujfalusi wrote: + apll_ctrl = twl4030_read_reg_cache(codec, TWL4030_REG_APLL_CTL); + apll_ctrl = ~TWL4030_APLL_INFREQ; switch (freq) { I'll apply this - it's idiomatic for the current driver - but you might want to look at

Re: [PATCH v2 1/2] arm: a driver for on-chip ETM and ETB

2009-10-19 Thread Alexander Shishkin
2009/10/13 Russell King - ARM Linux li...@arm.linux.org.uk: On Tue, Oct 13, 2009 at 08:06:50PM +0300, Alexander Shishkin wrote: Changes: v2 -- major update:       * fixes according to comments from Linus Walleij and Anand Gadiyar       * omap3 clock-related stuff moved to platform device

Re: [PATCH 3/4] ASoC: TWL4030: Only update the needed bits in *set_dai_sysclk

2009-10-19 Thread Peter Ujfalusi
On Monday 19 October 2009 15:55:08 ext Mark Brown wrote: On Mon, Oct 19, 2009 at 03:42:19PM +0300, Peter Ujfalusi wrote: + apll_ctrl = twl4030_read_reg_cache(codec, TWL4030_REG_APLL_CTL); + apll_ctrl = ~TWL4030_APLL_INFREQ; switch (freq) { I'll apply this - it's idiomatic for the

Re: [PATCH 0/2 v2] ARM: OMAP3: add support for cm-t35 board

2009-10-19 Thread Mike Rapoport
Mike Rapoport wrote: The following patches add support for CompuLab CM-T35 board. Any comments on these? -- v2 changes: remove EHCI-related code move usb_musb_init to cm_t35_init -- Changes since commit 2caa731819a633bec5a56736e64c562b7e193666: Linus Torvalds (1): Merge

RE: stable kernel version

2009-10-19 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Janosch Machowinski Sent: Monday, October 19, 2009 9:15 AM To: linux-omap@vger.kernel.org Subject: Re: stable kernel version Can you try it with the omap-debug branch, and

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Dirk Behme
Woodruff, Richard wrote: From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Dirk Behme Sent: Sunday, October 18, 2009 11:45 AM It would be funny if the TRM was wrong and the CIRQ bit is really cleared by writing 1 to it. I'll try that. A while

RE: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Woodruff, Richard
From: Dirk Behme [mailto:dirk.be...@googlemail.com] Sent: Monday, October 19, 2009 9:52 AM To: Woodruff, Richard Do you have any idea about MMCHS_HCTL.IBG? Not off the top of my head. I was working with someone who hit issues so I did a quick spec read and came up with previous list. For

Re: [PATCH 1/2] twl4030: Do not dereference null pointer in error path

2009-10-19 Thread Samuel Ortiz
Hi Ilkka, On Fri, Oct 16, 2009 at 04:21:41PM +0200, ilkka.koski...@nokia.com wrote: Hi Samuel, What is the status of this patch and the other one: [PATCH 2/2] twl4030: Enable low-power mode to 32KHz oscillator I'm sorry but it seems I havent received those 2 patches. Could you please

Re: stable kernel version

2009-10-19 Thread Janosch Machowinski
Pandita, Vikram schrieb: Here's the problem: 3HS USB OTG: no transceiver configured 3musb_hdrc musb_hdrc: musb_init_controller failed with status -19 Depending on your board, you will have to define the transceiver for MUSB. It could be TWL4030 or NO-transceiver... I got an Gumstix Overo

Re: [PATCH 08/14] omap: Use ioremap for omap4 L4 code

2009-10-19 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [091019 00:27]: Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, October 19, 2009 5:54 AM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re:

RE: stable kernel version

2009-10-19 Thread Maldonado Zambrano, Ivan
Hi Machowinski, Enabling TWL4030 USB Transceiver Driver on your menuconfig the issue that you mentioned on a log file attached on previous mails is corrected. I had the same problem. Like an introduction, my name is Ivan Maldonado Zambrano and I'm working on USB tests for zoom3 and sdp.

RE: [PATCH 08/14] omap: Use ioremap for omap4 L4 code

2009-10-19 Thread Aguirre Rodriguez, Sergio Alberto
Tony, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Monday, October 19, 2009 12:12 PM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re:

RE: [PATCH 12/17] OMAP2/3: Do not enable AUTOIDLE in interrupt controller

2009-10-19 Thread Woodruff, Richard
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of tero.kri...@nokia.com Sent: Monday, October 19, 2009 5:19 AM Is there errata number available for this issue by the way? I could attach this to the patch. No. I expect in the next few weeks it

Re: [PATCH v2] ARM: OMAP: SDMA: Fix omap_stop_dma() API for channel linking

2009-10-19 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [091015 00:07]: OMAP sDMA driver API omap_stop_dma() doesn't really stop the dma when used in linking scenario. This patch fixes the same. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: Venkatraman S svenk...@ti.com

[APPLIED] [PATCH] ARM: OMAP4: Allow omap_serial_early_init() for OMAP4430

2009-10-19 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 43eea68cf86f5dbdcd3020bf15c9bec87501f16b PatchWorks http://patchwork.kernel.org/patch/53599/ Git (Likely to change, and takes a while to get

RE: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Madhusudhan
From: John Rigby [mailto:jcri...@gmail.com] Sent: Sunday, October 18, 2009 7:24 PM To: Woodruff, Richard Cc: Dirk Behme; Chikkature Rajashekar, Madhusudhan; linux-...@vger.kernel.org; linux-omap@vger.kernel.org; Steve Sakoman Subject: Re:

[APPLIED] [PATCH] ARM: OMAP4: Fix UART4 platform data

2009-10-19 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 73f027f05cf29c7e581618f8bac6551aed6a8fcc PatchWorks http://patchwork.kernel.org/patch/53600/ Git (Likely to change, and takes a while to get

Re: stable kernel version

2009-10-19 Thread Ameya Palande
Hi, Does this commit fixes the issue? [v2] usb: musb: Warn and check for OTG transceiver misconfiguration Warn if OTG is selected in Kconfig but not initialized by platform code. Add checks to prevent NULL pointer exception in case the OTG transceiver has not been initialized. i.e. musb-xceiv

OMAP2420-HS flashing question

2009-10-19 Thread Andrejs Cainikovs
Dear all, I've googled that OMAP HS are checking some kind of signature (applications should be signed with the special tool (OST Tools)) so the developer must own the keys for particular CPU? It is possible to turn off the HS option so I'll be able to work with non-signed binaries? The

Re: [PATCH 08/14] omap: Use ioremap for omap4 L4 code

2009-10-19 Thread Tony Lindgren
* Aguirre Rodriguez, Sergio Alberto saagui...@ti.com [091019 10:21]: Tony, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Monday, October 19, 2009 12:12 PM To: Shilimkar, Santosh Cc:

RE: stable kernel version

2009-10-19 Thread Maldonado Zambrano, Ivan
Hi Ameya, The issue that I'm talking about is: 3HS USB OTG: no transceiver configured 3musb_hdrc musb_hdrc: musb_init_controller failed with status -19 Actually I'm running usb tests. At the moment of boot my zoom3 I had this issue. Taking the suggestion of Vikram the issue was solved.

Re: [PATCH 1/2] ARM: OMAP3: add CompuLab CM-T35 module

2009-10-19 Thread Tony Lindgren
* Mike Rapoport m...@compulab.co.il [091014 01:14]: This patch adds basic support for CompuLab CM-T35 module. Signed-off-by: Mike Rapoport m...@compulab.co.il --- arch/arm/mach-omap2/Kconfig|4 + arch/arm/mach-omap2/Makefile |2 + arch/arm/mach-omap2/board-cm-t35.c |

Re: [PATCH 0/2 v2] ARM: OMAP3: add support for cm-t35 board

2009-10-19 Thread Tony Lindgren
* Mike Rapoport m...@compulab.co.il [091019 07:00]: Mike Rapoport wrote: The following patches add support for CompuLab CM-T35 board. Any comments on these? Just few cosmetic comments I just replied with. I will need to integrate the mach - plat headers series first before I'll start

RE: [PATCH 08/14] omap: Use ioremap for omap4 L4 code

2009-10-19 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, October 19, 2009 12:39 PM To: Aguirre Rodriguez, Sergio Alberto Cc: Shilimkar, Santosh; linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 08/14] omap: Use ioremap

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Dirk Behme
Madhusudhan wrote: Hi John, So does the SDIO card interrupt mode work fine now? If somebody likes to test, my updated patch v2 in attachment. Compile tested only, testing and comments are welcome. Cheers Dirk _ From: John Rigby [mailto:jcri...@gmail.com] Sent: Sunday, October

Re: OMAP2420-HS flashing question

2009-10-19 Thread Vladimir Pantelic
Andrejs Cainikovs wrote: Dear all, I've googled that OMAP HS are checking some kind of signature (applications should be signed with the special tool (OST Tools)) so the developer must own the keys for particular CPU? It is possible to turn off the HS option so I'll be able to work with

RE: [PATCH 01/17] PM: fix suspend control for IVA2

2009-10-19 Thread Girish S G
-Original Message- From: tero.kri...@nokia.com [mailto:tero.kri...@nokia.com] Sent: Monday, October 19, 2009 4:23 AM To: giris...@ti.com; linux-omap@vger.kernel.org Subject: RE: [PATCH 01/17] PM: fix suspend control for IVA2 Agree, IVA2 pwrdm is handled autonomously by bridge. I

RE: [PATCH 12/17] OMAP2/3: Do not enable AUTOIDLE in interrupt controller

2009-10-19 Thread Girish S G
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of tero.kri...@nokia.com Sent: Monday, October 19, 2009 5:19 AM Anyway, I guess the optimization would look something like this: diff --git

RE: OMAP2420-HS flashing question

2009-10-19 Thread Woodruff, Richard
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Andrejs Cainikovs Sent: Monday, October 19, 2009 12:33 PM I've googled that OMAP HS are checking some kind of signature (applications should be signed with the special tool (OST Tools)) so the

Re: [PATCH 3/5] mfd: twl4030-power: Move power-related data closer together in the header file

2009-10-19 Thread Samuel Ortiz
Hi Amit, On Mon, Oct 19, 2009 at 03:10:52PM +0300, Amit Kucheria wrote: Bring together all the TWL power-related data in the header file I dont really see the point of doing this, as you're not really gathering scattered structures but rather moving a group of definitions up in the header file.

Re: [PATCH 1/5] mfd: twl4030-power: Rename DEVGROUP to DEV_GRP

2009-10-19 Thread Samuel Ortiz
Hi Amit, I've applied patches 1,2 and 3 to my for-next branch. I dont think patch 4 is really useful, and I'll wait for an ACK from Tony or Nokia before pushing patch 5. Thanks for your work. Cheers, Samuel. On Mon, Oct 19, 2009 at 03:10:44PM +0300, Amit Kucheria wrote: Stick to the names

OMAP3 - FPGA boot-delay

2009-10-19 Thread Jerry Johns
Hello all,     I'm not exactly sure where to ask this, but I figured it would be on a mailing list that is linux specific, with a slight bias towards the OMAP: I have an OMAP3530 mated to an FPGA over the GPMC interface found on that chip. I have an interrupt controller on the FPGA (and

[PATCH] omap: 3630: update is_chip variable

2009-10-19 Thread Vikram Pandita
3630 is getting treated like next rev of 3430 omap_chip.oc variable has to be updated for 3630 version Otherwise the Core power domain is not getting registered. This gets used in the registration of power domains in: arch/arm/mach-omap2/powerdomains34xx.h core_34xx_es3_1_pwrdm

[PATCH 0/1] dying serial console in PM branch

2009-10-19 Thread Kevin Hilman
This patch fixes the problems in the PM branch where the serial console on UART3 was not able to wakeup after the inactivity timer. This fix has been pushed to the PM branch already, but should also be queued as a fix upstream. Tony, this is available in my pm-upstream/pm-fixes-32 branch based

[PATCH 1/1] OMAP3: PM: enable UART3 module wakeups

2009-10-19 Thread Kevin Hilman
UART3 is in the PER powerdomain. If PER goes idle/inactive independently of CORE, for UART3 to wakeup it must have its wakeup enable bits setup in PM_WKEN_PER. This patch enables these bits. The reason it works when PER and CORE work together is because when CORE goes inactive/retention, the

RE: [PATCH] omap: 3630: update is_chip variable

2009-10-19 Thread Woodruff, Richard
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Pandita, Vikram Sent: Monday, October 19, 2009 4:58 PM diff --git a/arch/arm/plat-omap/include/mach/cpu.h b/arch/arm/plat- omap/include/mach/cpu.h index 7cb0556..05a0a33 100644 ---

RE: [PATCH] omap: 3630: update is_chip variable

2009-10-19 Thread Pandita, Vikram
-Original Message- From: Woodruff, Richard Sent: Monday, October 19, 2009 5:18 PM To: Pandita, Vikram; linux-omap@vger.kernel.org Cc: Menon, Nishanth Subject: RE: [PATCH] omap: 3630: update is_chip variable From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-

Re: [PATCH 0/1] dying serial console in PM branch

2009-10-19 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [091019 15:14]: This patch fixes the problems in the PM branch where the serial console on UART3 was not able to wakeup after the inactivity timer. This fix has been pushed to the PM branch already, but should also be queued as a fix upstream. OK,

[APPLIED] [PATCH 1/1] OMAP3: PM: enable UART3 module wakeups

2009-10-19 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-fixes Initial commit ID (Likely to change): 4d9e7efaf9e87613101068900d6f57d5bea6f129 PatchWorks http://patchwork.kernel.org/patch/54849/ Git (Likely to change, and takes a while to get

Plat header changes merged, script to convert existing patches

2009-10-19 Thread Tony Lindgren
Hi all, I've pushed the series posted last week to create #include plat/xxx.h directory for us. [1] As the series touches tons of header includes, here's a script you can use to convert your existing patches. Since generic arm code expects to find certain headers under #include mach/xxx.h, we

Re: [PATCH 5/5] mfd: twl4030-power: Optimised power scripts for the rx51

2009-10-19 Thread Tony Lindgren
* Samuel Ortiz sa...@linux.intel.com [091019 12:15]: Hi Amit, On Mon, Oct 19, 2009 at 03:11:08PM +0300, Amit Kucheria wrote: The power scripts optimisation was mainly done by: Tero Kristo tero.kri...@nokia.com and Arnaud Mandy ext-arnaud.2.ma...@nokia.com I'm only refactoring and

RE: [PATCH] omap: 3630: update is_chip variable

2009-10-19 Thread Menon, Nishanth
-Original Message- From: Pandita, Vikram Sent: Monday, October 19, 2009 5:25 PM To: Woodruff, Richard; linux-omap@vger.kernel.org From: Woodruff, Richard From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Pandita, Vikram diff

Re: [PATCH 11/14] omap: Remap L3, L4 to get more kernel io address space

2009-10-19 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [091016 16:42]: From: Santosh Shilimkar santosh.shilim...@ti.com This patch remap L3 and L4 io space to get more kernel address space. With this patch, 512 MB of IO space is reclaimed. Some more combinations are possible but to make it uniform across

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread John Rigby
All, I have sdio working mostly. With a flood ping of 1000 packets I have 2 dropped. Before I was seeing 300+ packets dropped. It is not perfect yet, I am still polling in sdio_irq.c because sometimes the card irq does get dropped. I suspect that is why the davinci driver had extra checks

RE: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Woodruff, Richard
From: John Rigby [mailto:jcri...@gmail.com] Sent: Monday, October 19, 2009 8:13 PM It is not perfect yet, I am still polling in sdio_irq.c because sometimes the card irq does get dropped. I suspect that is why the davinci driver had extra checks and calls in various places. Maybe. Do

Re: MMC_CAP_SDIO_IRQ for omap 3430

2009-10-19 Thread Dirk Behme
John Rigby wrote: All, Sorry for the delay, I have been without internet access until just now. I added the cptl bit and I don't get continuous cirqs anymore. Right now I have a hacked driver that still does timed polling in sdio_irq.c and also wakes up on cirq. With this config the libertas