[PATCH 3/3] ARM: OMAP: Update OneNAND support

2008-08-05 Thread Adrian Hunter
Signed-off-by: Adrian Hunter <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/board-n800-flash.c | 241 +++- include/asm-arm/arch-omap/onenand.h|3 + include/linux/mtd/onenand_regs.h |2 + 3 files changed, 182 insertions(+), 64 deletions(-) diff --git a/arc

[PATCH 2/3] ARM: OMAP: Add fields to GPMC for OMAP3

2008-08-05 Thread Adrian Hunter
Add fields wr_access and wr_data_mux_bus. Signed-off-by: Adrian Hunter <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/gpmc.c |5 + include/asm-arm/arch-omap/gpmc.h |4 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2

[PATCH 1/3] ARM: OMAP: OneNAND for OMAP3

2008-08-05 Thread Adrian Hunter
Update OneNAND support for OMAP3. Signed-off-by: Adrian Hunter <[EMAIL PROTECTED]> --- drivers/mtd/onenand/omap2.c | 588 +-- 1 files changed, 404 insertions(+), 184 deletions(-) diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index

Re: [PATCH] ARM: OMAP: OneNAND for OMAP3

2008-08-05 Thread Adrian Hunter
I have split the patch into 3 patches, tidied up drivers/mtd/onenand/omap2.c ready to be sent to MTD (which I will do shortly), and made multi-omap changes -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCHv3] TWL4030: mark init-only functions as __init

2008-08-05 Thread Paul Walmsley
Mark many functions in twl4030-core.c as __init. Signed-off-by: Paul Walmsley <[EMAIL PROTECTED]> --- drivers/i2c/chips/twl4030-core.c | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/i2c/chips/twl4030-core.c b/drivers/i2c/chips/twl4030-core.c index

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

2008-08-05 Thread David Brownell
On Tuesday 05 August 2008, Gadiyar, Anand wrote: > 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, the index register contents are over-written. This causes > t

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

2008-08-05 Thread Bryan Wu
On Wed, Aug 6, 2008 at 12:45 PM, Gadiyar, Anand <[EMAIL PROTECTED]> wrote: >> 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 >> >

[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 ++

Re: Problems with USB Gadget on the OMAP3EVM

2008-08-05 Thread kanagesh radhakrishnan
On 8/5/08, Felipe Balbi <[EMAIL PROTECTED]> wrote: > Hi, > > > On Tue, Aug 05, 2008 at 04:47:02PM +0530, ext kanagesh radhakrishnan wrote: > > Running the Test > > - > > On the OMAP3EVM Target > > ### > > On successful boot with this kernel on the t

Re: Problems with USB Gadget on the OMAP3EVM

2008-08-05 Thread kanagesh radhakrishnan
On 8/5/08, Koen Kooi <[EMAIL PROTECTED]> wrote: > > Op 5 aug 2008, om 13:17 heeft kanagesh radhakrishnan het volgende > geschreven: > > > > Hello, > > > > I am trying to get USB gadget (RNDIS) working with an OMAP3EVM and a > > Linux Host system. I am looking for help since I have problems > > se

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 > > retur

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_

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: Sent: Tuesday, August 05, 2008 7:34 PM Subject: Re: [PATCH 3/3] Fixes required for HSMMC driver to work as module >* M

RE: [PATCH] ARM: OMAP3: Update BeagleBoard defconfig

2008-08-05 Thread Syed Mohammed, Khasim
Acked-by: Syed Mohammed Khasim <[EMAIL PROTECTED]> > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk > Behme > Sent: Wednesday, August 06, 2008 12:11 AM > To: linux-omap@vger.kernel.org > Subject: [PATCH] ARM: OMAP3: Update BeagleBoard defconfig > >

[PATCH] ARM: OMAP3: Update BeagleBoard defconfig

2008-08-05 Thread Dirk Behme
From: Dirk Behme <[EMAIL PROTECTED]> Update BeagleBoard defconfig: - Use MPU timer instead of 32k timer to work around serial hang issue - Disable CONFIG_DEBUG_LL Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> Index: linux-beagle/arch/arm/configs/omap3_beagle_defconfig ==

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 maili

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,

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

2008-08-05 Thread Gadiyar, Anand
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, the index register contents are over-written. This causes the CSR register wri

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 record

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 powerdom

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 Flash

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

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

2008-08-05 Thread Tony Lindgren
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 some debug

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

2008-08-05 Thread Tony Lindgren
* 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 patchset to allow them to make a better informed decision > wether

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 MP

Re: [PATCH] Added support for OMAP35x processor series

2008-08-05 Thread Kridner, Jason
No, ROM CRC is useful for detecting between some device revisions, but not OMAp3430 vs OMAP3530. - Original Message - From: Koen Kooi <[EMAIL PROTECTED]> To: linux-omap@vger.kernel.org Cc: Kridner, Jason Sent: Tue Aug 05 05:10:40 2008 Subject: Re: [PATCH] Added support for OMAP35x proces

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 Fel

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: Madh

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 prototype

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-o

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, ca

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. Pus

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,

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

2008-08-05 Thread Carlos Aguiar
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 patches can take care of the renaming. It it

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 t

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: OMAP

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.

Re: [PATCH] OMAP2EVM: add LCD panel support

2008-08-05 Thread Tony Lindgren
* arun c <[EMAIL PROTECTED]> [080703 18:03]: > omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Looks like this patch needs to be refreshed to apply it, can you please resend? Thanks, Tony > Signed-off-by: Arun C <[EMAIL PROTECTED]> > --- > arch/arm/mach-omap2/board-o

Re: [Resending PATCH 2/2] ARM: OMAP2: RTC board specific code: rebased

2008-08-05 Thread Tony Lindgren
* Girish. S. G. <[EMAIL PROTECTED]> [080627 13:30]: > This patch adds rtc-twl4030 driver specific code. Pushing today. Tony > Signed-off-by: Girish S G <[EMAIL PROTECTED]> > --- > arch/arm/configs/omap_3430sdp_defconfig | 17 > arch/arm/mach-omap2/board-3430sdp.c | 64 > +

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

2008-08-05 Thread Trilok Soni
Hi Felipe, On Tue, Aug 5, 2008 at 3:05 PM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > 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

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

2008-08-05 Thread Woodruff, Richard
> Is the controller allowed to write dirty cache lines out at any time > it > likes? Surely a better fix is to drain the cache of the changes before > changing the clock for the SDRAM? - Previously the SRAM was marked as cached. _Execution_ using that attribute will generate line fetches to SRAM

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 t

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 Tony Lindgren
* 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 they were too big for the lists. Individual >> should ha

Re: [PATCH 0/9] OMAP2/3 SDRC/clock: control CORE M2 divider, clean up SDRC

2008-08-05 Thread Tony Lindgren
* Paul Walmsley <[EMAIL PROTECTED]> [080708 05:56]: > This patch series has three main objectives: > > - connect Rajendra Nayak's existing OMAP3 SRAM code for CORE DPLL M2 > divider reprogramming to the OMAP3 clock tree; > > - create a sane method to pass SDRAM timing parameters from board-*.c

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

2008-08-05 Thread Koen Kooi
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 they were too big for the lists. Individual should have got them. If anyone has the time this is a good to test wi

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

RE: Problems with USB Gadget on the OMAP3EVM

2008-08-05 Thread Premi, Sanjeev
Hi Kanagesh, This list may not be aware of the SDK_0.9.8 releases you mention. I will forward the request. You can look at the section "Reporting Issues" in the release notes to get the mail-id for support on the SDK. ~sanjeev -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

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 acce

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 tim

Re: Problems with USB Gadget on the OMAP3EVM

2008-08-05 Thread Felipe Balbi
Hi, On Tue, Aug 05, 2008 at 04:47:02PM +0530, ext kanagesh radhakrishnan wrote: > Running the Test > - > On the OMAP3EVM Target > ### > On successful boot with this kernel on the target board, after > plugging in the USB cable, the following messages app

Re: Problems with USB Gadget on the OMAP3EVM

2008-08-05 Thread Koen Kooi
Op 5 aug 2008, om 13:17 heeft kanagesh radhakrishnan het volgende geschreven: Hello, I am trying to get USB gadget (RNDIS) working with an OMAP3EVM and a Linux Host system. I am looking for help since I have problems setting up the USB network between the target and host systems. Kernel C

Problems with USB Gadget on the OMAP3EVM

2008-08-05 Thread kanagesh radhakrishnan
Hello, I am trying to get USB gadget (RNDIS) working with an OMAP3EVM and a Linux Host system. I am looking for help since I have problems setting up the USB network between the target and host systems. Kernel Configuration - The kernel I am using is Linux-2.6.22.18.

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 > b/arc

Re: [PATCH] MUSB: Workaround for simultaneous TX and RX usage

2008-08-05 Thread Felipe Balbi
On Mon, Aug 04, 2008 at 06:48:22PM +0530, ext Gadiyar, Anand wrote: > MUSB RTL v1.4 has a hardware issue which results in a DMA controller > hang when TX and RX DMA channels are simultaneously enabled. This > affects at least OMAP2430 and OMAP34XX. > > Since RX transfers are in Mode 0 and anyway r

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 tim

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_mcs

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 a/arch/arm/ma

Re: [PATCH] Rid of product specific SDTI pin multiplexing.

2008-08-05 Thread Tony Lindgren
* Roman Tereshonkov <[EMAIL PROTECTED]> [080805 11:48]: > Pushing today. Tony > Signed-off-by: Roman Tereshonkov <[EMAIL PROTECTED]> > --- > drivers/misc/sti/sdti.c | 27 ++- > 1 files changed, 2 insertions(+), 25 deletions(-) > > diff --git a/drivers/misc/sti/sdti.

Re: [PATCH] OMAP: USB EHCI: Support final revision of USB board

2008-08-05 Thread Tony Lindgren
* Pandita, Vikram <[EMAIL PROTECTED]> [080630 17:03]: > > >Code changes for final rev of EHCI/OHCI USB expansion board 750-2099-001(C) >with h/w bug fixes to support ISP1504 PHY in input clocking mode > >The board has 12-pin ULPI Port1 and Port2 EHCI pins connected to ISP1504's. >

RE: [PATCH] Added support for OMAP35x processor series

2008-08-05 Thread Premi, Sanjeev
A configure time selection will be definitive. Best regards, Sanjeev -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Koen Kooi Sent: Tuesday, August 05, 2008 3:41 PM To: linux-omap@vger.kernel.org Cc: Kridner, Jason Subject: Re: [PATCH] Added support for

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 OMAP3

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 disa

RE: [PATCH] Added support for OMAP35x processor series

2008-08-05 Thread Igor Stoppa
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 disable/ > manage the clocks for > DSP on this processor. Same for SGX.

RE: [PATCH] Added support for OMAP35x processor series

2008-08-05 Thread Premi, Sanjeev
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 disable/ manage the clocks for DSP on this processor. Same for SGX. Enabling NEON is support iby default is just based on the number of r

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 y

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

2008-08-05 Thread Felipe Balbi
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 drivers/i2c/chips and it was added by you :-p commit 0c4

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 r

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 file

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:

Re: [PATCH 0/3 v2] OMAP3 Beagle: Enable nand support

2008-08-05 Thread Tony Lindgren
* Dirk Behme <[EMAIL PROTECTED]> [080804 19:01]: > This series of patches adds NAND support to the BeagleBoard. > > The first patch in the series builds on work by Teerth Reddy > <[EMAIL PROTECTED]> and Steve Sakoman <[EMAIL PROTECTED]> to extend the > omap2 nand driver to work with both omap2

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

2008-08-05 Thread Tony Lindgren
* Gadiyar, Anand <[EMAIL PROTECTED]> [080805 11:59]: > > 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 dele

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

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

[PATCH] Rid of product specific SDTI pin multiplexing.

2008-08-05 Thread Roman Tereshonkov
Signed-off-by: Roman Tereshonkov <[EMAIL PROTECTED]> --- drivers/misc/sti/sdti.c | 27 ++- 1 files changed, 2 insertions(+), 25 deletions(-) diff --git a/drivers/misc/sti/sdti.c b/drivers/misc/sti/sdti.c index adfbcbc..e12fb12 100644 --- a/drivers/misc/sti/sdti.c +++ b/

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: Pau

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] OMAP3 CPUidle patches - fixes

2008-08-05 Thread Rajendra Nayak
> -Original Message- > From: Tony Lindgren [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2008 2:04 PM > To: Rajendra Nayak > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH] OMAP3 CPUidle patches - fixes > > * Rajendra Nayak <[EMAIL PROTECTED]> [080805 08:35]: > > > > >

Re: [PATCH] OMAP3 CPUidle patches - fixes

2008-08-05 Thread Tony Lindgren
* Rajendra Nayak <[EMAIL PROTECTED]> [080805 08:35]: > > > -Original Message- > > From: Tony Lindgren [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 04, 2008 8:03 PM > > To: Rajendra Nayak > > Cc: linux-omap@vger.kernel.org > > Subject: Re: [PATCH] OMAP3 CPUidle patches - fixes > > >

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 o

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

2008-08-05 Thread Koen Kooi
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. I just heard that from TI and wanted to fix th

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 ker

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) > > > > platform_