[PATCH 0/9] Omap updates for upcoming 2.6.32 merge window

2009-08-11 Thread Tony Lindgren
Hi all, Here are some omap patches for review. I have another series for omap3 patches that I'll post probably on Wednesday. Regards, Tony --- Eero Nurkkala (1): OMAP: GPIO: Avoid generating extra IRQs Janusz Krzysztofik (1): OMAP1: AMS_DELTA: add modem support Kalle Valo (5):

Re: [PATCH-v3 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-08-11 Thread vimal singh
On Mon, Aug 10, 2009 at 9:57 PM, Tony Lindgrent...@atomide.com wrote: * vimal singh vimalsi...@ti.com [090713 13:56]: Patch updated for ' ioreadX / iowriteX and ioreadX_rep / iowriteX_rep' as per David Brownell's comment. I updated 'omap_(read/write)_buf16' fucntions also for this. -vimal

Re: [alsa-devel] [PATCH 11/20] OMAP: McBSP: Add link DMA mode selection

2009-08-11 Thread Jarkko Nikula
Sorry for the late reply. On Thu, 6 Aug 2009 20:15:40 +0200 ext-eero.nurkk...@nokia.com wrote: Well, the element mode is fine for !McBSP2. One doesn't really loose the buffer pointer accuracy, because you can get the last DMA irq timestamp with SNDRV_PCM_IOCTL_TTSTAMP (and compare that to

[PATCH] OMAP3: Enable DSS2 for OMAP3EVM board

2009-08-11 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Tested - - Validated all three outut interfaces (LCD, DVI and TV) TODO: - Support for Backlight control range (0 - 100) - Enable selection for both S-Video and Composite TV out - DVI color (VPLL2_DEV_GRP should be equal to

Re: [RFC][PATCH 3/3 v2] ASoC: OMAP: Enhance OMAP1510 DMA progress software counter

2009-08-11 Thread Janusz Krzysztofik
Hi Jarkko, Tuesday 11 August 2009 08:42:48 Jarkko Nikula wrote: On Tue, 11 Aug 2009 01:07:10 +0200 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: Enhance period index accuracy, particularly just before buffer rewind, by making use of DMA interrupt status flags in addition to simply

RE: [PATCH 0/6] Basic OMAP4 PRCM register def series

2009-08-11 Thread Nayak, Rajendra
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, August 11, 2009 4:09 PM To: Nayak, Rajendra; linux-omap@vger.kernel.org Cc: linux-arm-ker...@lists.arm.linux.org.uk Subject: Re: [PATCH 0/6] Basic OMAP4 PRCM register def series Hi Rajendra, On Mon, 10 Aug

Re: [PATCH v2] OMAP2: Zoom2: Pass irqflags to 8250 driver

2009-08-11 Thread Tony Lindgren
* Pandita, Vikram vikram.pand...@ti.com [090810 23:20]: -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Monday, August 10, 2009 11:39 AM To: Pandita, Vikram Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH v2] OMAP2: Zoom2: Pass irqflags to 8250 driver

[PATCH 1/9] OMAP: remove OMAP_TAG_SERIAL_CONSOLE

2009-08-11 Thread Tony Lindgren
From: Kalle Valo kalle.v...@iki.fi Omap tags are deprecated and remove OMAP_TAG_SERIAL_CONSOLE. Console must be enabled with the console boot parameter instead. Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/plat-omap/common.c

Re: [PATCH 1/1] omap iommu: add initial debugfs support

2009-08-11 Thread Hiroshi DOYU
Hi Tony, From: Doyu Hiroshi (Nokia-D/Helsinki) hiroshi.d...@nokia.com Subject: [PATCH 1/1] omap iommu: add initial debugfs support Date: Wed, 22 Jul 2009 16:24:02 +0200 From: Hiroshi DOYU hiroshi.d...@nokia.com This enables to peek the following data. $ /debug/iommu/isp# ls mem

Re: [PATCH 16/20] ASoC: OMAP: Use McBSP threshold again

2009-08-11 Thread Eduardo Valentin
On Tue, Aug 11, 2009 at 07:34:45AM +0200, ext Jarkko Nikula wrote: On Mon, 10 Aug 2009 11:53:55 +0300 Eduardo Valentin eduardo.valen...@nokia.com wrote: Oops, didn't notice this before. This will hard glue the DMA and McBSP together. Even currently there is only McBSP based DAI link

Re: [PATCH-v3 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-08-11 Thread Artem Bityutskiy
On 08/11/2009 08:45 AM, vimal singh wrote: On Mon, Aug 10, 2009 at 9:57 PM, Tony Lindgrent...@atomide.com wrote: * vimal singhvimalsi...@ti.com [090713 13:56]: Patch updated for ' ioreadX / iowriteX and ioreadX_rep / iowriteX_rep' as per David Brownell's comment. I updated

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-11 Thread Felipe Balbi
Hi, On Mon, Aug 10, 2009 at 10:42:41PM +0200, ext Peter Barada wrote: Since the twl4030 thinks its got Vbus, I've added code to dump the TWL4030 register accesses and other structure in the twl4030-usb.c code to understand what its doing. So, from power up(with nothing connected), I see:

[PATCH 6/9] OMAP2/3: Add support for flash on SDP boards

2009-08-11 Thread Tony Lindgren
Add support for flash on SDP boards. Currently only onenand is supported. Only tested on 3430SDP, somebody please test on 2430SDP and check the chip select for 2430SDP. Also note that in the earlier 2430SDP code the kernel partition was set to only 1MB instead of 2MB on 3430SDP. If people want

[PATCH 1/1] omap iommu: fix wrong argument in flush_cache_vmap()

2009-08-11 Thread Hiroshi DOYU
The second argument should be the end address, not the length. Actually there will not be any effect on the behavior of this driver since flush_cache_vmap() calls flush_cache_all() in the end. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/iovmm.c |2 +- 1 files

[PATCH 9/9] OMAP2: n8x0: add n8x0_defconfig

2009-08-11 Thread Tony Lindgren
From: Kalle Valo kalle.v...@iki.fi Add defconfig file for OMAP2 N800 and N810 devices. Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/configs/n8x0_defconfig | 1104 +++ 1 files changed, 1104

Re: [PATCH 1/1] omap iommu: add initial debugfs support

2009-08-11 Thread Hiroshi DOYU
From: ext Tony Lindgren t...@atomide.com Subject: Re: [PATCH 1/1] omap iommu: add initial debugfs support Date: Tue, 11 Aug 2009 11:26:17 +0200 * Tony Lindgren t...@atomide.com [090811 12:19]: * Hiroshi DOYU hiroshi.d...@nokia.com [090811 11:54]: Hi Tony, From: Doyu Hiroshi

Re: [PATCH 1/1] omap iommu: add initial debugfs support

2009-08-11 Thread Tony Lindgren
* Hiroshi DOYU hiroshi.d...@nokia.com [090811 11:54]: Hi Tony, From: Doyu Hiroshi (Nokia-D/Helsinki) hiroshi.d...@nokia.com Subject: [PATCH 1/1] omap iommu: add initial debugfs support Date: Wed, 22 Jul 2009 16:24:02 +0200 From: Hiroshi DOYU hiroshi.d...@nokia.com This enables to

[PATCH 1/2] arm: omap: beagle: add missing twl4030 usb platform_data

2009-08-11 Thread Felipe Balbi
without it twl4030_usb driver will not probe. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- Oops, mis-wrote the struct name, here's updated version. arch/arm/mach-omap2/board-omap3beagle.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 0/6] Basic OMAP4 PRCM register def series

2009-08-11 Thread Paul Walmsley
Hi Rajendra, On Mon, 10 Aug 2009, Nayak, Rajendra wrote: This series contains patches which define OMAP4430 PRM/CM1/CM2 module register offsets and masks. This series applies on top of v2.6.31-rc5. Rajendra Nayak (6): ARM: OMAP4: PM: Fix the PRM and CM base addresses ARM:

Re: [RFC][PATCH 3/3 v2] ASoC: OMAP: Enhance OMAP1510 DMA progress software counter

2009-08-11 Thread Jarkko Nikula
On Tue, 11 Aug 2009 01:07:10 +0200 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: Enhance period index accuracy, particularly just before buffer rewind, by making use of DMA interrupt status flags in addition to simply counting up interrupts. Corrections since v1: 1. Fix buggy DMA

[PATCH 2/9] OMAP: remove OMAP_TAG_UART

2009-08-11 Thread Tony Lindgren
From: Kalle Valo kalle.v...@iki.fi Omap tags are deprecrated and convert all OMAP_TAG_UART cases to use omap_uart_platform_data instead. Tested on rx51 and n8x0. Compile tested on omap_osk_5912. Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Tony Lindgren t...@atomide.com ---

Re: [PATCH 1/6] ARM: OMAP4: PM: Fix the PRM and CM base addresses

2009-08-11 Thread Paul Walmsley
Hello Rajendra Most of this patch looks fine to me but I have one question: On Mon, 10 Aug 2009, Rajendra Nayak wrote: This patch fixes the PRM and CM base addresses and adds a new CM2 base address for OMAP4 Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/prcm.c

[PATCH 4/9] OMAP: GPIO: Avoid generating extra IRQs

2009-08-11 Thread Tony Lindgren
From: Eero Nurkkala ext-eero.nurkk...@nokia.com It is possible for GPIO IRQ lines configured with falling edge triggering only to get IRQs at the rising edge upon the exit of offmode. And vice versa. Prevent such IRQs to arrive by generating the IRQ obeying the detection scheme. Signed-off-by:

[PATCH 8/9] OMAP2: add board file for Nokia N800 and N810

2009-08-11 Thread Tony Lindgren
From: Kalle Valo kalle.v...@iki.fi Add board file for Nokia N800 and N810 devices. Currently only serial ports, onenand, spi and usb are configured, more to come later. Tested on Nokia N800. Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Tony Lindgren t...@atomide.com ---

[PATCH 3/9] OMAP: Remove omap boot parsing code

2009-08-11 Thread Tony Lindgren
From: Roger Quadros ext-roger.quad...@nokia.com Remove left over code for parsing omap boot tags. This is no longer used. see commit fc0ef1bfa1353e048e055374a09c75320d22231b Signed-off-by: Roger Quadros ext-roger.quad...@nokia.com Signed-off-by: Tony Lindgren t...@atomide.com ---

RE: [PATCH] OMAP3: PM: Ensure MUSB is accessible before we attempt to reset it

2009-08-11 Thread Gadiyar, Anand
From: Jon Hunter jon-hun...@ti.com Depending on the OMAP3 boot mode the MUSB peripheral may or may not be accessible when the kernel starts. The OMAP3 can boot from several devices including USB. The sequence of the devices the OMAP will attempt to boot from is configured via the sys_boot

[APPLIED] [PATCH v2] OMAP2: Zoom2: Pass irqflags to 8250 driver

2009-08-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap3-upstream Initial commit ID (Likely to change): 577736be2190198b88c9f3868b75f8de3b98e3e6 PatchWorks http://patchwork.kernel.org/patch/31888/ Git (Likely to change, and takes a while to get

[PATCH 5/9] OMAP1: AMS_DELTA: add modem support

2009-08-11 Thread Tony Lindgren
From: Janusz Krzysztofik jkrzy...@tis.icnet.pl This patch adds support for modem device found on Amstrad E3 (Delta) board. Based on earlier patch by Jonathan McDowell, available at http://the.earth.li/pub/e3/2.6.19/ams-delta-modem.patch. Modified after Ladislav Michl's

RE: [RFC][PATCH 0/4] TWL6030 patch series

2009-08-11 Thread Krishnamoorthy, Balaji T
Hi All, Can I have your comments on this so that I can rebase the patch for the upcoming merge window. Thanks and Regards, Balaji T K -Original Message- From: Krishnamoorthy, Balaji T Sent: Thursday, August 06, 2009 2:28 PM To: sa...@linux.intel.com Cc: linux-omap@vger.kernel.org;

Re: [PATCH 3/6] OMAP3: Add runtime check for OMAP35x

2009-08-11 Thread Tony Lindgren
Hi, * Premi, Sanjeev pr...@ti.com [090810 20:15]: -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, August 07, 2009 1:53 PM To: Kevin Hilman Cc: Premi, Sanjeev; linux-omap@vger.kernel.org Subject: Re: [PATCH 3/6] OMAP3: Add runtime check for

[PATCH 7/9] OMAP2: compile usb-tusb6010.c

2009-08-11 Thread Tony Lindgren
From: Kalle Valo kalle.v...@iki.fi For some reason usb-tusb6010.c was't compiled, add it to Makefile and Kconfig. This is prepraration for upcoming n8x0 support. Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/Kconfig |5

Re: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Paul Walmsley
On Tue, 11 Aug 2009, Paul Walmsley wrote: 2. It would be better to infix the module name in these, e.g., OMAP4430_CM2_INSTR_MOD (and add PRM, CM1 variants) rather than just OMAP4430_INSTR_MOD. This will increase the number of defines but will decrease ... confusion :-) - Paul

[PATCHv2 02/20] OMAP: McBSP: Add IRQEN, IRQSTATUS, THRESHOLD2 and THRESHOLD1 registers.

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/plat-omap/include/mach/mcbsp.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/mach/mcbsp.h

[PATCHv2 03/20] OMAP: McBSP: Use appropriate value for startup delay

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/plat-omap/mcbsp.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c index

[PATCHv2 01/20] OMAP: McBSP: Provide functions for ASoC frame syncronization

2009-08-11 Thread Eduardo Valentin
From: Eero Nurkkala ext-eero.nurkk...@nokia.com ASoC has an annoying bug letting either L or R channel to be played on L channel. In other words, L and R channels can switch at random. This provides McBSP funtionality that may be used to fix this feature. Signed-off-by: Eero Nurkkala

[PATCHv2 05/20] OMAP: McBSP: Create and export max_(r|t)x_thres property

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com This patch export through sysfs two properties to configure maximum threshold for transmission and reception on each mcbsp instance. Also, it exports two helper functions to allow mcbsp users to read this values. Signed-off-by: Eduardo Valentin

[PATCHv2 07/20] OMAP: McBSP: Rename thres sysfs symbols

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com This patch renames the symbols that handles threshold sysfs properties. This way we can add more sysfs properties to them. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/plat-omap/mcbsp.c | 20 ++-- 1

[PATCHv2 04/20] OMAP: McBSP: Add transmit/receive threshold handler

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com This patch adds a way to handle transmit/receive threshold. It export to mcbsp users a callback registration procedure. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/plat-omap/include/mach/mcbsp.h |9 +

[PATCHv2 06/20] OMAP3: McBSP: Lower the maximum buffersize for McBSP1,3,4,5

2009-08-11 Thread Eduardo Valentin
From: Peter Ujfalusi peter.ujfal...@nokia.com Do not allow applications to use the full buffer found on McBSP1,3,4,5. Using the full buffer in threshold mode causes the McBSP buffer to run dry, which can be observed as channels are switching (in reality the channels are shifting). Signed-off-by:

[PATCHv2 11/20] OMAP: McBSP: Retain McBSP FCLK clockactivity

2009-08-11 Thread Eduardo Valentin
From: Eero Nurkkala ext-eero.nurkk...@nokia.com FCLK may get autogated so that it prevents the McBSP to work properly. It is the bit 9 that must be set for maintaining the McBSP FCLK. Signed-off-by: Eero Nurkkala ext-eero.nurkk...@nokia.com Signed-off-by: Eduardo Valentin

[PATCHv2 13/20] OMAP: McBSP: Do not enable wakeups for no-idle mode

2009-08-11 Thread Eduardo Valentin
From: Eero Nurkkala ext-eero.nurkk...@nokia.com When no-idle mode is taken, wakeups need not to be enabled. Moreover, CLOCKACTIVITY bits are unnecessary with this mode also. Signed-off-by: Eero Nurkkala ext-eero.nurkk...@nokia.com Acked-by: Eduardo Valentin eduardo.valen...@nokia.com ---

[PATCHv2 16/20] ASoC: OMAP: Use DMA operating mode of McBSP

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- sound/soc/omap/omap-mcbsp.c |8 ++-- sound/soc/omap/omap-pcm.c | 13 +++-- sound/soc/omap/omap-pcm.h |1 + 3 files changed, 18 insertions(+), 4 deletions(-)

[PATCHv2 17/20] ASoC: OMAP: Make DMA 64 aligned

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- sound/soc/omap/omap-pcm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index d8f52e8..b41a18b

[PATCHv2 09/20] OMAP: McBSP: Wakeups utilized

2009-08-11 Thread Eduardo Valentin
From: Eero Nurkkala ext-eero.nurkk...@nokia.com This patch enables the smart idle mode while McBPS is being utilized. Once it's done, force idle mode is taken instead. Apart of it, it also configures what signals will wake mcbsp up. Signed-off-by: Eero Nurkkala ext-eero.nurkk...@nokia.com

[PATCHv2 12/20] OMAP: McBSP: Configure NO IDLE mode for DMA mode different of threshold

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Use dma mode property to configure NO IDLE or SMART IDLE of McBSPs. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/plat-omap/mcbsp.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git

[PATCHv2 18/20] ASoC: OMAP: Enable DMA burst mode

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- sound/soc/omap/omap-pcm.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index b41a18b..4506603

[PATCHv2 08/20] OMAP: McBSP: Add link DMA mode selection

2009-08-11 Thread Eduardo Valentin
From: Peter Ujfalusi peter.ujfal...@nokia.com It adds a new sysfs file, where the user can configure the mcbsp mode to use. If the mcbsp channel is in use, it does not allow the change. Than in omap_pcm_open we can call the omap_mcbsp_get_opmode to get the mode, store it, than use it to implement

[PATCHv2 15/20] ASoC: OMAP: Use McBSP threshold to playback and capture

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com This patch changes the way DMA is done in omap-pcm.c in order to reduce power consumption. There is no need to have so much SW control in order to have DMA in idle state during audio streaming. Configuring McBSP threshold value and DMA to

[PATCHv2 20/20] ASoC: Always syncronize audio transfers on frames

2009-08-11 Thread Eduardo Valentin
From: Eero Nurkkala ext-eero.nurkk...@nokia.com All these steps are required for ASoC to behave correctly. rccr and xccr are format dependent, for example TDM audio has different values than I2S or DSP_A. Also the omap_mcbsp_xmit_enable and/or omap_mcbsp_recv_enable must be called right after the

[PATCHv2 19/20] ASoC: Add runtime check for RFIG and XFIG

2009-08-11 Thread Eduardo Valentin
From: Eero Nurkkala ext-eero.nurkk...@nokia.com This is, no RFIG or XFIG (Not defined in 34xx), correct initiliazation of rccr and xccr. Signed-off-by: Eero Nurkkala ext-eero.nurkk...@nokia.com --- sound/soc/omap/omap-mcbsp.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-)

[PATCHv2 10/20] OMAP: McBSP: Change wakeup signals

2009-08-11 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Configure only XRDYEN and RRDYEN wakeup signals in order to get better power consumption. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/plat-omap/include/mach/mcbsp.h |3 --- arch/arm/plat-omap/mcbsp.c

[PATCHv2 14/20] OMAP: McBSP: Let element DMA mode hit retention also

2009-08-11 Thread Eduardo Valentin
From: Eero Nurkkala ext-eero.nurkk...@nokia.com The device no longer hits retention if element DMA mode is taken for at least the duration of the serial console timeout. Force element DMA mode to shut down through smartidle. Signed-off-by: Eero Nurkkala ext-eero.nurkk...@nokia.com Acked-by:

Re: [PATCH 1/1] omap iommu: add initial debugfs support

2009-08-11 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090811 12:19]: * Hiroshi DOYU hiroshi.d...@nokia.com [090811 11:54]: Hi Tony, From: Doyu Hiroshi (Nokia-D/Helsinki) hiroshi.d...@nokia.com Subject: [PATCH 1/1] omap iommu: add initial debugfs support Date: Wed, 22 Jul 2009 16:24:02 +0200 From:

git pull request for omap header cleanup for upcoming 2.6.32 merge window

2009-08-11 Thread Tony Lindgren
Russell, Here's the pull request for these header clean-up patches. Tony The following changes since commit ed680c4ad478d0fee9740f7d029087f181346564: Linus Torvalds (1): Linux 2.6.31-rc5 are available in the git repository at:

Re: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Paul Walmsley
On Tue, 11 Aug 2009, Paul Walmsley wrote: On Mon, 10 Aug 2009, Rajendra Nayak wrote: diff --git a/arch/arm/mach-omap2/prcm-common.h b/arch/arm/mach-omap2/prcm-common.h index cb1ae84..ab0dd8e 100644 --- a/arch/arm/mach-omap2/prcm-common.h +++ b/arch/arm/mach-omap2/prcm-common.h ...

Re: [PATCH] omap: pm: Fix overflow when doing powerdomain deps lookups.

2009-08-11 Thread Kevin Hilman
Mike Chan m...@android.com writes: Signed-off-by: Mike Chan m...@android.com --- arch/arm/mach-omap2/powerdomain.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/powerdomain.c b/arch/arm/mach-omap2/powerdomain.c index 0334609..6077629 100644

Warnings: pm branch

2009-08-11 Thread Pandita, Vikram
Has anyone send these warning logs on the pm branch on kevin's tree [1] This seems to be some issue in CpuIdle path with interrupts? 4WARNING: at arch/arm/kernel/process.c:171 cpu_idle+0x60/0x88() WARNING: at arch/arm/kernel/process.c:171 cpu_idle+0x60/0x88() dModules linked in:Modules linked

Re: [PATCH 6/9] OMAP2/3: Add support for flash on SDP boards

2009-08-11 Thread vimal singh
On Tue, Aug 11, 2009 at 3:23 PM, Tony Lindgrent...@atomide.com wrote: Add support for flash on SDP boards. Currently only onenand is supported. Only tested on 3430SDP, somebody please test on 2430SDP and check the chip select for 2430SDP. Also note that in the earlier 2430SDP code the

Re: [PATCH-v3 1:2] [MTD][NAND]omap: Adding support for nand prefetch-read and post-write, in MPU mode.

2009-08-11 Thread vimal singh
On Tue, Aug 11, 2009 at 11:51 AM, Artem Bityutskiydedeki...@gmail.com wrote: On 08/11/2009 08:45 AM, vimal singh wrote: On Mon, Aug 10, 2009 at 9:57 PM, Tony Lindgrent...@atomide.com  wrote: * vimal singhvimalsi...@ti.com  [090713 13:56]: Patch updated for ' ioreadX / iowriteX and

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-11 Thread Peter Barada
On Tue, 2009-08-11 at 09:33 +0300, Felipe Balbi wrote: Hi, On Mon, Aug 10, 2009 at 10:42:41PM +0200, ext Peter Barada wrote: Since the twl4030 thinks its got Vbus, I've added code to dump the TWL4030 register accesses and other structure in the twl4030-usb.c code to understand what its

RE: [PATCH 1/6] ARM: OMAP4: PM: Fix the PRM and CM base addresses

2009-08-11 Thread Nayak, Rajendra
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, August 11, 2009 6:02 PM To: Nayak, Rajendra Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org; Cousson, Benoit Subject: Re: [PATCH 1/6] ARM: OMAP4: PM: Fix the PRM and CM base

RE: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Nayak, Rajendra
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, August 11, 2009 6:32 PM To: Nayak, Rajendra Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org; Cousson, Benoit; sakari.pou...@nokia.com Subject: Re: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM

Re: [PATCH 16/20] ASoC: OMAP: Use McBSP threshold again

2009-08-11 Thread Jarkko Nikula
On Mon, 10 Aug 2009 11:53:55 +0300 Eduardo Valentin eduardo.valen...@nokia.com wrote: Oops, didn't notice this before. This will hard glue the DMA and McBSP together. Even currently there is only McBSP based DAI link driver, there can be others as well. EAC DAI for OMAP2420 would be

Re: N810: external mmc died?

2009-08-11 Thread green
green wrote at 2009-07-29 14:29 -0600: green wrote at 2009-07-29 13:12 -0600: I was working on moving Debian's root from internal mmc (because it still doesn't work with linux-omap) to external mmc, running standard Maemo and connected by USB to the MMC cards (with the cards mounted),

RE: [PATCH 3/6] OMAP3: Add runtime check for OMAP35x

2009-08-11 Thread Premi, Sanjeev
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Premi, Sanjeev Sent: Tuesday, August 11, 2009 5:22 PM To: Tony Lindgren Cc: Kevin Hilman; linux-omap@vger.kernel.org Subject: RE: [PATCH 3/6] OMAP3: Add runtime check for

smsc911x IRQ on MMC1_DAT7 pin problem with ES3.1 35x

2009-08-11 Thread Peter Barada
I have a board that has the smsx911x driver IRQ hooked up to R25_MMC1_DAT7, and I've setup the pin (mux offset 0x156) as OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_INPUT, and a gpio input. The smsc911x platform data is: static struct smsc911x_platform_config ldp_smsc911x_platform_data = {

Re: [PATCH] omap: pm: Fix overflow when doing powerdomain deps lookups.

2009-08-11 Thread Mike Chan
On Tue, Aug 11, 2009 at 7:38 AM, Kevin Hilmankhil...@deeprootsystems.com wrote: Mike Chan m...@android.com writes: Signed-off-by: Mike Chan m...@android.com ---  arch/arm/mach-omap2/powerdomain.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git

RE: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Paul Walmsley
Hi Rajendra, On Tue, 11 Aug 2009, Nayak, Rajendra wrote: On Mon, 10 Aug 2009, Rajendra Nayak wrote: This patch adds the offsets for new modules in PRM and CM for OMAP4 Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/prcm-common.h | 22 ++

TI OMAP 3503 GPIO signal I/O standard for interfacing with FPGA

2009-08-11 Thread Elvis Dowson
Hi, If I have to interface the TI OMAP 3503 GPIO signals to an FPGA (Xilinx Virtex-5), which I/O standard should I use. The options available to me for single ended I/O on the FPGA are : LVCMOS, LVTTL, HSTL, SSTL, GTL, PCI Best regards, Elvis -- To unsubscribe from this list: send the

[PATCH 3/3 v3] ASoC: OMAP: Enhance OMAP1510 DMA progress software counter

2009-08-11 Thread Janusz Krzysztofik
Enhance period_index accuracy, particularly just before buffer rewind, by making use of DMA interrupt status flags in addition to simply counting up interrupts. Changes since v2: -   } +   } else if (stat == OMAP_DMA_LAST_IRQ) +   return; Is this test needed? This interrupt

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-11 Thread Felipe Balbi
Hi, On Tue, Aug 11, 2009 at 11:21:17AM -0400, Peter Barada wrote: Unfortunately, with the patch, and: 1) modprobe musb_hdrc 2) modprobe g_ether 3) connect micro-a cable 4) echo 1 /sys/devices/platform/musb_hdrc/connect Nothing happens - no isr or output. did you have anything at the

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-11 Thread Peter Barada
On Tue, 2009-08-11 at 23:51 +0300, Felipe Balbi wrote: Hi, On Tue, Aug 11, 2009 at 11:21:17AM -0400, Peter Barada wrote: Unfortunately, with the patch, and: 1) modprobe musb_hdrc 2) modprobe g_ether 3) connect micro-a cable 4) echo 1 /sys/devices/platform/musb_hdrc/connect

Re: Question regarding MUSB and dynamic fifo sizing

2009-08-11 Thread Felipe Balbi
On Tue, Aug 11, 2009 at 05:17:56PM -0400, Peter Barada wrote: On Tue, 2009-08-11 at 23:51 +0300, Felipe Balbi wrote: Hi, On Tue, Aug 11, 2009 at 11:21:17AM -0400, Peter Barada wrote: Unfortunately, with the patch, and: 1) modprobe musb_hdrc 2) modprobe g_ether 3) connect

query: omap-defconfigs

2009-08-11 Thread Pandita, Vikram
For the omap board defconfigs, is there a plan to remove these entries: CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y I can see that on pm branch on kevin's tree, these are not enabled. With older busybox, I needed these entries to be enabled, but switching to latest busybox 1_9_2 I

Re: [PATCH] omap: pm: Fix overflow when doing powerdomain deps lookups.

2009-08-11 Thread Kevin Hilman
Mike Chan m...@android.com writes: On Tue, Aug 11, 2009 at 7:38 AM, Kevin Hilmankhil...@deeprootsystems.com wrote: Mike Chan m...@android.com writes: Signed-off-by: Mike Chan m...@android.com ---  arch/arm/mach-omap2/powerdomain.c |    2 +-  1 files changed, 1 insertions(+), 1

RE: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Shilimkar, Santosh
Paul, I'd also like to see the full names of the PRCM submodules, e.g., OMAP4430_CM2_RESTORE_CM2_MOD rather than just OMAP4430_CM2_RESTORE_MOD Not sure what you mean by __full__ name here. You are adding a redundant CM2 in the name here. Regards, Santosh -- To unsubscribe from this

RE: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Paul Walmsley
Hello Santosh, On Wed, 12 Aug 2009, Shilimkar, Santosh wrote: I'd also like to see the full names of the PRCM submodules, e.g., OMAP4430_CM2_RESTORE_CM2_MOD rather than just OMAP4430_CM2_RESTORE_MOD Not sure what you mean by __full__ name here. You are adding a redundant CM2

[PATCHv2 1/8] Regulator: Add TPS65023 regulator driver

2009-08-11 Thread Anuj Aggarwal
Adding support for TI TPS65023 regulator driver Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/tps65023-regulator.c | 638 1 files changed, 638 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/tps65023-regulator.c

RE: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Nayak, Rajendra
Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, August 12, 2009 10:17 AM To: Shilimkar, Santosh Cc: Nayak, Rajendra; linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org; Cousson, Benoit; sakari.pou...@nokia.com Subject: RE: [PATCH

RE: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Nayak, Rajendra
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Nayak, Rajendra Sent: Wednesday, August 12, 2009 10:39 AM To: Paul Walmsley; Shilimkar, Santosh Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org;

RE: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Paul Walmsley
Hi guys On Wed, 12 Aug 2009, Nayak, Rajendra wrote: From: Paul Walmsley [mailto:p...@pwsan.com] On Wed, 12 Aug 2009, Shilimkar, Santosh wrote: I'd also like to see the full names of the PRCM submodules, e.g., OMAP4430_CM2_RESTORE_CM2_MOD rather than just

RE: [PATCH 2/6] ARM: OMAP4: PM: PRM/CM module offsets for OMAP4

2009-08-11 Thread Paul Walmsley
Hi Rajendra, On Wed, 12 Aug 2009, Nayak, Rajendra wrote: There are only 2 such instances of these where in WKUP_CM and EMU_CM and part of PRM module. There are no such instances in CM1 or CM2. To take care of 2 of these we would have 60 odd which would look redundant and module names as