[patch 2.6.26-omap-git] beagle LED fixes

2008-08-05 Thread David Brownell
Signed-off-by: David Brownell [EMAIL PROTECTED] Update and fix Beagle LED declarations: gpios for USR0 and USR1 were swapped, and their names don't match docs or silksreen. Signed-off-by: David Brownell [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap3beagle.c |9 + 1 file

Re: [PATCH] OMAP3:devices.c: Enabling 4-bit for SD card

2008-08-05 Thread David Brownell
On Monday 14 July 2008, Kumar, Purushotam wrote:       if (cpu_is_omap2430() || cpu_is_omap34xx()) { -             if (mmc-enabled) +             if (mmc-enabled) { +                     mmc1_data.conf = *mmc;                       (void)

can't read/write flash device after booting from nfs

2008-08-05 Thread Zou Tao
Hi: I can't find how to subscribe this email list. so I could just send email to it. :) I have booted the omap ldp board with nfs. I want to bootup from flash. so I want to test if linux kernel could read/write flash device. I used make omap_ldp_defconfig make uImage to build kernel. After

Re: [patch 2.6.26-omap-git] beagle LED fixes

2008-08-05 Thread Tony Lindgren
* Koen Kooi [EMAIL PROTECTED] [080805 11:14]: Op 5 aug 2008, om 08:56 heeft David Brownell het volgende geschreven: Signed-off-by: David Brownell [EMAIL PROTECTED] Update and fix Beagle LED declarations: gpios for USR0 and USR1 were swapped, and their names don't match docs or silksreen.

Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus

2008-08-05 Thread Tony Lindgren
* Gadiyar, Anand [EMAIL PROTECTED] [080729 22:38]: 2008/7/29 Felipe Balbi [EMAIL PROTECTED]: On Tue, Jul 29, 2008 at 02:07:51PM -0500, Woodruff, Richard wrote: How about renaming it to twl92230c before submitting upstream? As far as I can tell the name menelaus appears only in linux and

RE: [PATCH] MUSB: Fix bug - don't mess up count number and CSR0 register value

2008-08-05 Thread Gadiyar, Anand
Hi, * Bryan Wu [EMAIL PROTECTED] [080805 06:27]: Signed-off-by: Bryan Wu [EMAIL PROTECTED] --- drivers/usb/musb/musb_gadget_ep0.c | 24 1 files changed, 12 insertions(+), 12 deletions(-) I think all musb patches should be now posted to linux-usb list as the

Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus

2008-08-05 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080805 12:35]: On Tue, Aug 05, 2008 at 11:57:53AM +0300, Tony Lindgren wrote: Yeah, let's rename it as it's not in mainline yet. I'll apply this series, then the next set of patches can take care of the renaming. It it in mainline actually, check your

Re: [PATCH] Added support for OMAP35x processor series

2008-08-05 Thread Koen Kooi
Op 5 aug 2008, om 11:50 heeft Igor Stoppa het volgende geschreven: On Tue, 2008-08-05 at 15:09 +0530, ext Premi, Sanjeev wrote: This patch is needed to ensure that we can make decisions based on the processor capabilities. E.g. OMAP3503 does not contain a DSP. We shouldn't be trying to

Re: [PATCH] MUSB: Fix bug - don't mess up count number and CSR0 register value

2008-08-05 Thread Tony Lindgren
Hi, * Bryan Wu [EMAIL PROTECTED] [080805 06:27]: Signed-off-by: Bryan Wu [EMAIL PROTECTED] --- drivers/usb/musb/musb_gadget_ep0.c | 24 1 files changed, 12 insertions(+), 12 deletions(-) I think all musb patches should be now posted to linux-usb list as the

Re: [PATCH 1/2] Move voltage controller configuration to pm34xx.c

2008-08-05 Thread Tony Lindgren
* Peter 'p2' De Schrijver [EMAIL PROTECTED] [080731 16:39]: Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/smartreflex.c | 60 - 1 files changed, 0 insertions(+), 60 deletions(-) diff --git

Re: [PATCH] PM related changes:McSPI

2008-08-05 Thread Tony Lindgren
* Girish. S. G. [EMAIL PROTECTED] [080730 14:55]: PM related changes for McSPI This should be sent to [EMAIL PROTECTED], please also Cc linux-omap list. Thanks, Tony Signed-off-by: Girish S G [EMAIL PROTECTED] --- arch/arm/mach-omap2/devices.c | 26 - drivers/spi/omap2_mcspi.c

Re: [PATCH v2] ARM: OMAP3: Make I2C bus 2 configurable for BeagleBoard

2008-08-05 Thread Tony Lindgren
* Dirk Behme [EMAIL PROTECTED] [080704 10:39]: I2C2 at BeagleBoard is connected to expansion connector, i.e. unused if nothing is connected to this connector. As internal OMAP3 pull up resistors are not strong enough, enabled but unused I2C2 bus results in error messages (e.g. I2C

RE: [PATCH] Added support for OMAP35x processor series

2008-08-05 Thread Premi, Sanjeev
Why can't the detection happen at runtime? No mechanism as of now. ~sanjeev -Original Message- From: Igor Stoppa [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 3:21 PM To: Premi, Sanjeev Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: RE: [PATCH] Added support for

Re: [PATCH] Enable SYSOFFMODE use

2008-08-05 Thread Tony Lindgren
* Peter 'p2' De Schrijver [EMAIL PROTECTED] [080721 19:03]: Signed-off-by: Peter 'p2' De Schrijver [EMAIL PROTECTED] --- arch/arm/mach-omap2/smartreflex.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/smartreflex.c

Re: [PATCHv2 1/2] TWL4030: mark init-only functions as __init

2008-08-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080805 00:17]: Mark many functions in twl4030-core.c as __init. This does not apply cleanly, maybe there's still some other twl patch missing? Can you check and refresh as needed. The second patch applies, so I'll push that today. Tony Signed-off-by: Paul

Re: [PATCH] Remove double MODULE_ALIAS declaration.

2008-08-05 Thread Tony Lindgren
* Roman Tereshonkov [EMAIL PROTECTED] [080626 17:23]: Only once MODULE_ALIAS declaration is enough. Columns are counted from 0 to n_cols - 1. Pushing today. Tony Signed-off-by: Roman Tereshonkov [EMAIL PROTECTED] --- drivers/input/keyboard/omap-twl4030keypad.c |3 +-- 1 files

Re: [PATCH] Added support for OMAP35x processor series

2008-08-05 Thread Tony Lindgren
* Sanjeev Premi [EMAIL PROTECTED] [080801 14:50]: This patch adds basic support for the OMAP35x Applications Processors. (See: http://focus.ti.com/general/docs/gencontent.tsp?contentId=46725) As you will notice, NEON SIMD coprocessor is enabled by default for these processors. Do we really

Re: [PATCH 2/3] OMAP3 Beagle: add nand support

2008-08-05 Thread Tony Lindgren
* Koen Kooi [EMAIL PROTECTED] [080804 18:01]: Can this patch go in as well today? Pushing the refreshed series posted by Dirk today. Tony regards, Koen Op 11 jun 2008, om 20:19 heeft Steve Sakoman het volgende geschreven: Add nand support to omap3beagle Signed-off-by: Steve Sakoman

Re: [PATCH] ARM MMU: add strongly-ordered memory type

2008-08-05 Thread Ben Dooks
On Mon, Aug 04, 2008 at 05:40:57PM -0600, Paul Walmsley wrote: Add the MT_MEMORY_STRONGLY_ORDERED memory type for ARM strongly ordered memory. This is used on OMAP3 for on-board SRAM. On OMAP, SRAM is used for code that changes the SDRAM controller's clock, temporarily blocking access to

Re: [PATCH 0/4] mach-omap2: resolve remaining sparse issues

2008-08-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080718 06:13]: This series fixes the current set of sparse warnings in arch/arm/mach-omap2 for the omap2_evm_defconfig, n800_defconfig, and omap_3430sdp_defconfig configs. A few checkpatch issues are also addressed. Boot-tested on N800 and 3430SDP ES2.

Re: [PATCH] suppress needless timer reprogramming {tick-sched.c} - test/comment

2008-08-05 Thread Koen Kooi
Op 5 aug 2008, om 14:14 heeft Tony Lindgren het volgende geschreven: * Koen Kooi [EMAIL PROTECTED] [080805 15:11]: Op 19 jun 2008, om 14:54 heeft Woodruff, Richard het volgende geschreven: Hi, I'll resend this to the omap list. I had originally sent it with some pictures but I guess

RE: [PATCH] suppress needless timer reprogramming {tick-sched.c} - test/comment

2008-08-05 Thread Woodruff, Richard
This needs to go in via LKML, I think Thomas Gleixner is looking into it. * Today it is in Andrew Morton's tree. * Thomas has been in copy and Andrew has ack'ed it. So far Thomas hasn't had much interest. I haven't bugged him since Andrew picked it up as I guess it will flow in from his

Re: [PATCH] OMAP2/3 clockdomains: combine pwrdm, pwrdm_name into union in struct clockdomain

2008-08-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080718 11:22]: struct clockdomain contains a struct powerdomain *pwrdm and const char *pwrdm_name. The pwrdm_name is only used at initialization to look up the appropriate pwrdm pointer. Combining these into a union saves about 100 bytes on 3430SDP. This

Re: [PATCH] Free HDQ clocks in error path

2008-08-05 Thread Tony Lindgren
* Madhusudhan Chikkature [EMAIL PROTECTED] [080722 15:04]: Hi, This patch provides the fix to free the HDQ clocks in the error path. Regards, Madhu - From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: Free HDQ

Re: [Resending - PATCH 1/3] Triton BCI driver board/device setup for OMAP3430

2008-08-05 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080723 10:32]: On Wed, 23 Jul 2008 10:16:27 +0530, Madhusudhan Chikkature [EMAIL PROTECTED] wrote: Hi Felipe, Tony, weird that we still have these prototypes in these headers. Could be some merging conflict ? Yes. I see that these prototypes are

Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus

2008-08-05 Thread Tony Lindgren
* Carlos Aguiar [EMAIL PROTECTED] [080805 16:40]: ext Tony Lindgren wrote: * Felipe Balbi [EMAIL PROTECTED] [080805 12:35]: On Tue, Aug 05, 2008 at 11:57:53AM +0300, Tony Lindgren wrote: Yeah, let's rename it as it's not in mainline yet. I'll apply this series, then the next set of

Re: [PATCH 2/2] Dynamic allocation for mcbsp devices. and related changes

2008-08-05 Thread Tony Lindgren
* chandra shekhar [EMAIL PROTECTED] [080625 18:02]: From: chandra shekhar [EMAIL PROTECTED] This patch provides dynamic allocation for mcbsp device. no. of mcbsp for each cpu is determined at runtime and accordingly memory is allocated. id check macro definition has been changed. Pushing

Re: [PATCH 3/3] Fixes required for HSMMC driver to work as module

2008-08-05 Thread Tony Lindgren
* Madhusudhan Chikkature [EMAIL PROTECTED] [080725 13:34]: From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: Fixes required to make HSMMC driver as module. This patch provides the necessary fixes to make the HSMMC driver work as loadble module. This one does not apply, can you

Re: [PATCH 2/3]HSMMC fix for hotplug scenario with I/O in progress

2008-08-05 Thread Tony Lindgren
* Madhusudhan Chikkature [EMAIL PROTECTED] [080725 13:33]: From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: HSMMC fix for hotplug scenario. This patch fixes the inconsistancy noted if the card is removed from the slot duing an active I/O. Pushing today. Tony Signed-off-by:

Re: [PATCH 1/3] HSMMC driver fix for core ret

2008-08-05 Thread Tony Lindgren
* Madhusudhan Chikkature [EMAIL PROTECTED] [080725 13:32]: From: Madhusudhan Chikkature[EMAIL PROTECTED] ARM: OMAP3: HSMMC fix for core ret. The core ret seem to be prevented by HSMMC CTO errors. This patch provides a fix for the same. Pushing today. Tony Signed-off-by: Madhusudhan

Re: [Resending - PATCH 1/3] Triton BCI driver board/device setup for OMAP3430

2008-08-05 Thread Felipe Balbi
On Tue, Aug 05, 2008 at 04:35:51PM +0300, Tony Lindgren wrote: * Felipe Balbi [EMAIL PROTECTED] [080723 10:32]: On Wed, 23 Jul 2008 10:16:27 +0530, Madhusudhan Chikkature [EMAIL PROTECTED] wrote: Hi Felipe, Tony, weird that we still have these prototypes in these headers.

Re: [Resending - PATCH 1/3] Triton BCI driver board/device setup for OMAP3430

2008-08-05 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080805 17:06]: On Tue, Aug 05, 2008 at 04:35:51PM +0300, Tony Lindgren wrote: * Felipe Balbi [EMAIL PROTECTED] [080723 10:32]: On Wed, 23 Jul 2008 10:16:27 +0530, Madhusudhan Chikkature [EMAIL PROTECTED] wrote: Hi Felipe, Tony, weird

Re: [PATCH] OMAP PM interface, version 3

2008-08-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [080717 05:00]: Hello everyone, this is the third version of the OMAP PM interface patch. Major changes since the second revision: 1. set_max_mpu_wakeup_lat() has been added. This is intended to limit the amount of time needed for the MPU to wake

Re: [PATCH 0/3] Implement powerdomain off on state counters

2008-08-05 Thread Igor Stoppa
Hi Tony, On Tue, 2008-08-05 at 17:20 +0300, ext Tony Lindgren wrote: * Peter 'p2' De Schrijver [EMAIL PROTECTED] [080724 16:00]: This patchset implement counters to count the number of off to on state transitions in a powerdomain. These counters will be made available to drivers in a later

omap ldp board(3430) failed to read/write NAND flash device after booting from nfs

2008-08-05 Thread Zou Tao
Hi: I have booted the omap ldp board with nfs. I want to bootup from flash. so I want to test if linux kernel could read/write flash device. I used make omap_ldp_defconfig make uImage to build kernel. After kernel booting, I can't read/write flash device. Anyone has bootup the ldp board with

Re: [PATCH 0/3] Implement powerdomain off on state counters

2008-08-05 Thread Tony Lindgren
* Igor Stoppa [EMAIL PROTECTED] [080805 17:38]: Hi Tony, On Tue, 2008-08-05 at 17:20 +0300, ext Tony Lindgren wrote: * Peter 'p2' De Schrijver [EMAIL PROTECTED] [080724 16:00]: This patchset implement counters to count the number of off to on state transitions in a powerdomain. These

Re: omap ldp board(3430) failed to read/write NAND flash device after booting from nfs

2008-08-05 Thread Abraham Arce
Tao, I have booted the omap ldp board with nfs. I want to bootup from flash. so I want to test if linux kernel could read/write flash device. before booting, execute a 'nand unlock' in u-boot / # dd if=/dev/mtblock4 of=test2 count=1 # dd if=/dev/mtdblock4 of=test2 count=1 1+0 records in

RE: About to tag v2.6.26-omap1, patch queue deleted, please check and repost

2008-08-05 Thread Gadiyar, Anand
Hi all, I've pushed all the patches I have in my omap inbox, except for the omap serial driver that I want to look more. I've tried to comment on the ones that did not get pushed, then erased everything from my omap inbox. Some drivers should get integrated via other mailing lists, and

Re: About to tag v2.6.26-omap1, patch queue deleted, please check and repost

2008-08-05 Thread Dirk Behme
Gadiyar, Anand wrote: Hi all, I've pushed all the patches I have in my omap inbox, except for the omap serial driver that I want to look more. I've tried to comment on the ones that did not get pushed, then erased everything from my omap inbox. Some drivers should get integrated via other

Re: [PATCH 3/3] Fixes required for HSMMC driver to work as module

2008-08-05 Thread Madhusudhan Chikkature
Hi Tony, Sure. I will take a look. Regards, Madhu - Original Message - From: Tony Lindgren [EMAIL PROTECTED] To: Madhusudhan Chikkature [EMAIL PROTECTED] Cc: linux-omap@vger.kernel.org Sent: Tuesday, August 05, 2008 7:34 PM Subject: Re: [PATCH 3/3] Fixes required for HSMMC driver to

Re: [PATCH RFC] MUSB: Fix index register corruption seen with g_ether and Windows host

2008-08-05 Thread Bryan Wu
On Tue, Aug 5, 2008 at 11:48 PM, Gadiyar, Anand [EMAIL PROTECTED] wrote: From: Anand Gadiyar [EMAIL PROTECTED] If Indexed Mode register accesses are enabled, the ep0_rxstate() function calls musb_g_ep0_giveback() before writing to the CSR register. When control returns to this ep0_rxstate,

RE: [PATCH RFC] MUSB: Fix index register corruption seen with g_ether and Windows host

2008-08-05 Thread Gadiyar, Anand
On Tue, Aug 5, 2008 at 11:48 PM, Gadiyar, Anand [EMAIL PROTECTED] wrote: From: Anand Gadiyar [EMAIL PROTECTED] If Indexed Mode register accesses are enabled, the ep0_rxstate() function calls musb_g_ep0_giveback() before writing to the CSR register. When control returns to this

[Resending - PATCH] OMAP2EVM: add LCD panel support

2008-08-05 Thread arun c
omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Signed-off-by: Arun C [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap2evm.c | 15 +++- drivers/video/omap/Makefile |2 + drivers/video/omap/lcd_omap2evm.c| 195 ++