Re: Please help in adding ams-delta support to ASoC

2009-05-27 Thread Jarkko Nikula
Hi On Tue, 26 May 2009 15:17:23 +0200 Janusz Krzysztofik wrote: Grr, these McBSP bits are always almost un-readable :-) > 4. the following McBSP register settings changes: > > - .xcr2 = XPHASE | XFRLEN2(OMAP_MCBSP_WORD_8) | > - XWDLEN2(OMAP_MCBSP_WORD_16) | XDATDLY(0) | XFIG, > +

Re: [PATCH 03/10] ARM: OMAP: Update contact address of I2C registration helper

2009-05-25 Thread Jarkko Nikula
On Mon, 25 May 2009 10:23:50 +0100 Russell King - ARM Linux wrote: > On Tue, May 19, 2009 at 04:34:53PM -0700, Tony Lindgren wrote: > > From: Jarkko Nikula > > > > This email address is going to expire soon so update it. > > Should also be in MAINTAINERS, especiall

Re: n810 internal mmc boot

2009-05-24 Thread Jarkko Nikula
On Fri, 22 May 2009 21:44:15 -0600 green wrote: > > If I remember correctly: > > 401b285 DOES work > > cb4befa does NOT work > > > > That is before/after the v2.6.29-rc1 merge. > > At 401b285, does internal mmc work for you? > Yes it does, nice :-) This is sales model also so probably the pro

Re: N810: latest linux-omap-2.6.git master

2009-05-20 Thread Jarkko Nikula
On Wed, 20 May 2009 08:13:02 -0700 Tony Lindgren wrote: > OK, I can help a bit too. Here's what I have in mind we should do: > I can participate at least to testing if nothing else. > - Get drivers/cbus into mainline. Kalle, do you want to do this? > I can be part of process how to remove driv

Re: N810: latest linux-omap-2.6.git master

2009-05-18 Thread Jarkko Nikula
On Tue, 19 May 2009 00:09:20 -0500 "Luke-Jr" wrote: > Yes, that change seemed to get me booting... however, with "rc6", the > keyboard no longer works *at all*, and in neither rc4 nor rc6 does > p54spi actually work. > For me keyboard still works as partially (commit 0b2ce840c9fb58cf489bfdfc2d77

Re: N810: latest linux-omap-2.6.git master

2009-05-13 Thread Jarkko Nikula
On Tue, 12 May 2009 18:18:13 -0500 Luke Dashjr wrote: > > For me mmc is working. I'm booting through the modified initfs with > > official major number 179 for /dev/mmcblk* device nodes. > > Modified initfs? Is there something needed beyond copying the > filesystem's modules? > Actually I'm not

Re: N810: latest linux-omap-2.6.git master

2009-05-12 Thread Jarkko Nikula
On Sat, 9 May 2009 17:45:00 -0500 "Luke-Jr" wrote: > Having trouble getting "2.6.30-rc4-omap1" to boot my US N810 (running > Gentoo). The initial problem appears to be related to /dev/mmcblk* > missing, but I can't debug it very far due to the second problem I For me mmc is working. I'm booting

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Jarkko Nikula
On Thu, 7 May 2009 14:08:14 +0300 Peter Ujfalusi wrote: > I need to revisit this... > After more testing and debugging, it seams that I can not confirm the > existence of the "tuck" (with the latest twl4030 codec code). > As soon as I receive my Beagle board I will test it again (can anyone > t

[PATCH] onenand_init: Fix missing comma

2009-05-07 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula --- arch/arm/mach-omap2/gpmc-onenand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc-onenand.c b/arch/arm/mach-omap2/gpmc-onenand.c index 71fc05a..712af59 100644 --- a/arch/arm/mach-omap2/gpmc-onenand.c +++ b/arch

Re: [PATCH] ARM: OMAP: Fix tusb6010 init error and compilation warning

2009-05-06 Thread Jarkko Nikula
On Thu, 23 Apr 2009 20:06:39 +0300 Kalle Valo wrote: > Jarkko Nikula writes: > > > Fix "tusb6010 init error 5, -19" and compilation warning from > > function tusb6010_platform_retime "warning: 'sysclk_ps' is used > > uninitia

Re: [PATCH] OMAP: sDMA: Correct the the omap_request_dma_chain() signature

2009-04-29 Thread Jarkko Nikula
On Wed, 29 Apr 2009 17:39:16 +0530 Santosh Shilimkar wrote: > Original OMAP DMA chaining design has chain_id as one of the callback > parameters. The below patch broke the desing. > http://git.omapzoom.org/?p=repo/omapkernel.git;a=commitdiff;h=538528de0cb256f65716ab2e9613d9e920f97fe2 > Now callba

[PATCH] ARM: OMAP: Fix tusb6010 init error and compilation warning

2009-04-22 Thread Jarkko Nikula
Fix "tusb6010 init error 5, -19" and compilation warning from function tusb6010_platform_retime "warning: 'sysclk_ps' is used uninitialized in this function". I suppose commit c094ba34b8f780885d029ce3c2715a194b780e5d was meant to test for zero fclk_ps instead of sys

Re: trouble with alsa, wolfson, and TI OMAP35xx McBSP

2009-04-22 Thread Jarkko Nikula
On Wed, 22 Apr 2009 20:05:40 +0200 "ext Menon, Nishanth" wrote: > > Test tone is being presented by the user application, providing a > > 1Khz tone sampled at 44.1Khz. The data are S16_LE, right channel > > only. Left channel is quiet. The data seems to slip back and forth > > from left to right

Re: [PATCH] ARM: OMAP: Update contact address of I2C registration helper

2009-04-21 Thread Jarkko Nikula
On Fri, 17 Apr 2009 16:47:41 +0200 ext Riku Voipio wrote: > On Fri, Apr 17, 2009 at 02:15:05PM +0300, Jarkko Nikula wrote: > > This email address is going to expire soon so update it. > > You'll want to send this to the "trivial changes" git tree by Jiri &g

[PATCH] ARM: OMAP: Update contact address of I2C registration helper

2009-04-17 Thread Jarkko Nikula
This email address is going to expire soon so update it. Signed-off-by: Jarkko Nikula --- arch/arm/plat-omap/i2c.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index a303071..8b84839 100644 --- a/arch/arm/plat-omap

Re: 2.6.29 and SDP3430

2009-04-09 Thread Jarkko Nikula
On Thu, 9 Apr 2009 08:45:00 +0200 ext Nishanth Menon wrote: > Hi Folks, > > just messing around with tony's master branch on SDP3430, just did a > defconfig and a build with 2007q3-51 codesourcery compiler, I see it > hang around: > Kernels built with this compiler stuck into delay loop calibr

Re: Git tree updated, clocks and PM code reset to mainline

2009-04-05 Thread Jarkko Nikula
On Sun, 5 Apr 2009 00:33:25 +0200 ext Paul Walmsley wrote: > Evidently the 24xx clock code/data was never actually tested. Does > this patch work for you? > Thanks Paul! Your patch makes N810 booting up to retu initialization (kernel BUG at drivers/cbus/retu.c:90!) but I don't think so this has

Re: Git tree updated, clocks and PM code reset to mainline

2009-04-02 Thread Jarkko Nikula
On Fri, 3 Apr 2009 02:13:33 +0200 ext Tony Lindgren wrote: > This means that the PM and some clock features will be broken until > we can merge in Paul's clock branch and Kevin's pm branch. > > Please everybody take a look at the big commit that resets the code, > it's commit eba05254cb561dc27d5

[mainline 2.6.29][PATCH] ARM: OMAP: Remove defines and resource init for OMAP24XX EAC

2009-04-02 Thread Jarkko Nikula
There is no anymore legacy driver for OMAP24XX Enhanced Audio Controller in linux-omap and it was newer in mainline so cleanup these unneeded defines and initialization code. Signed-off-by: Jarkko Nikula --- arch/arm/mach-omap2/devices.c | 33 --- arch/arm/plat-omap/include

[linux-omap only][PATCH] ARM: OMAP: Partial revert for EAC IO address changes

2009-04-02 Thread Jarkko Nikula
This is partial revert for commit 3a02c1ae56a61c5249594553735ff32557e2e7ed and only purpose is to sync these lines with mainline version and to have common cleanup patch for both linux-omap and mainline. Signed-off-by: Jarkko Nikula --- arch/arm/mach-omap2/devices.c |4 ++-- 1 files changed

Re: Latest l-o and usb gadget + NFS root problems

2009-03-30 Thread Jarkko Nikula
On Mon, 30 Mar 2009 08:47:20 +0200 ext Igor Mazanov wrote: > I got stuck in same problem last week. A reason was napi related > changes in net/core/dev.c. There is a discussion and workaround too > in LKML, > > Revert "gro: Fix legacy path napi_complete crash", (was: Re: Linux > > http://marc.i

Re: Latest l-o and usb gadget + NFS root problems

2009-03-28 Thread Jarkko Nikula
On Fri, 27 Mar 2009 11:40:21 +0200 Tomi Valkeinen wrote: > Hi, > > There seems to be something wrong with latest l-o, usb gadget ethernet > and nfsroot. I'm not sure when it broke, but 2.6.29-rc3 worked fine. > This happens to me with beagleboard and a non-public omap3 board: > I saw something

Re: n810 internal mmc boot

2009-03-25 Thread Jarkko Nikula
On Sat, 21 Mar 2009 20:33:55 +0100 ext green wrote: > green wrote at 2009-02-27 18:27 -0700: > > Any news on booting n810 from internal mmc? It hasn't worked for a > > while. > > The kernel detects the external mmc fine (for root=), but not the > internal... I'm just wondering whether any progr

[PATCH 2/2] ARM: OMAP: N8x0: Remove board-n800-audio.c

2009-03-25 Thread Jarkko Nikula
This file is needless since there is no anymore omap specific sound drivers. Drivers got removed by the commit 9fa298dc5f0b3e343337848b63c850e1a89d2d59. Signed-off-by: Jarkko Nikula --- arch/arm/mach-omap2/Makefile |2 +- arch/arm/mach-omap2/board-n800-audio.c | 88

[PATCH 1/2] ARM: OMAP: N8x0: Add retu-headset platform data

2009-03-25 Thread Jarkko Nikula
This was earlier in board-n800-audio.c but got removed by the commit c65c733e1af5eac5681233309fed38538c9e06d2. Signed-off-by: Jarkko Nikula --- arch/arm/mach-omap2/board-n800.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-n800.c b

Re: [PATCHv2] OMAP: McBSP: Do not enable or disable clocks on failed path

2009-03-19 Thread Jarkko Nikula
use. Fix this > phenomenom by enabling and disabling the clocks at the > proper location. > > Signed-off-by: Eero Nurkkala > --- > arch/arm/plat-omap/mcbsp.c | 14 -- > 1 files changed, 8 insertions(+), 6 deletions(-) > Acked-by: Jarkko Nikula -- To unsubscribe

Re: [PATCHv2] OMAP: McBSP: Always maintain McBSP fclk while active

2009-03-19 Thread Jarkko Nikula
P | SIDLEMODE(0x03) | CLOCKACTIVITY > (0x03)); > + w |= (ENAWAKEUP | SIDLEMODE(0x02) | CLOCKACTIVITY > (0x02)); Based on updated TRM info: http://marc.info/?l=linux-omap&m=123674373120880&w=2 Acked-by: Jarkko Nikula -- To unsubscribe from this list: send the line "unsubs

Re: [PATCH 3/7] ARM: OMAP: Add command line option for I2C bus speed

2009-03-19 Thread Jarkko Nikula
On Wed, 18 Mar 2009 20:30:45 +0100 ext Russell King - ARM Linux wrote: > > > I had similar thought as Felipe that it looks more generic this > > > way. But don't know now immediately would multibuild will work? > > > Was that your concern? E.g. > > > > > > __setup("i2c_bus=", arm_xxx_i2c_bus_set

Re: [2.6.29-rc7][take #2][PATCH 2/3] ARM: OMAP: Add command line option for I2C bus speed

2009-03-17 Thread Jarkko Nikula
On Mon, 16 Mar 2009 18:29:08 +0100 ext Tony Lindgren wrote: > * Jarkko Nikula [090310 01:47]: > > This patch adds a new command line option "i2c_bus=bus_id,clkrate" > > into I2C bus registration helper. Purpose of the option is to > > override the default bo

Re: [PATCH 1/2] OMAP: McBSP: Always maintain McBSP fclk while active

2009-03-11 Thread Jarkko Nikula
On Wed, 11 Mar 2009 06:48:10 +0100 "Nurkkala Eero.An (EXT-Offcode/Oulu)" wrote: > On Tue, 2009-03-10 at 15:29 +0100, Nikula Jarkko (Nokia-D/Helsinki) > wrote: > > Looks like a valid change eventhough haven't tested the actual > > problem. Would it be possible with the PM branch and Beagle now? >

Re: [PATCH 2/2] OMAP: McBSP: Do not enable or disable clocks on failed path

2009-03-11 Thread Jarkko Nikula
On Tue, 10 Mar 2009 19:43:40 +0100 "Nurkkala Eero.An (EXT-Offcode/Oulu)" wrote: > Good comment... why do I always do everything in such a hurry, without > thinking any =) > Either that or leave clock disabling within the spin_lock covered > code? (probably risky business) > Didn't check any dee

Re: [PATCH 2/2] OMAP: McBSP: Do not enable or disable clocks on failed path

2009-03-10 Thread Jarkko Nikula
On Mon, 9 Mar 2009 08:05:12 +0100 "Nurkkala Eero.An (EXT-Offcode/Oulu)" wrote: > From: Eero Nurkkala > > McBSP clocks are being double enabled in the event the > McBSP is already active. Also, they are unnecessarily > disabled when there's no active McBSP in use. Fix this > phenomenom by enabli

Re: [PATCH 1/2] OMAP: McBSP: Always maintain McBSP fclk while active

2009-03-10 Thread Jarkko Nikula
On Mon, 9 Mar 2009 08:05:11 +0100 "Nurkkala Eero.An (EXT-Offcode/Oulu)" wrote: > From: Eero Nurkkala > > McBSP fclk must be maintained for the duration of > audio playback or recording. Otherwise the fclk > may get autogated when the PER96M clk is no longer > required by other modules. This res

[2.6.29-rc7][take #2][PATCH 0/3] ARM: OMAP: Add command line option for I2C bus speed

2009-03-10 Thread Jarkko Nikula
Hi These patches are for linux-omap but we want to wide discussion also to linux-i2c is the new command line option "i2c_bus=bus_id,clkrate" generic enough to be used for other architectures as well in the future. Patches are generated on top of mainline 2.6.29-rc7. Purpose of this command line o

[2.6.29-rc7][take #2][PATCH 3/3] ARM: OMAP: Add method to register additional I2C busses on the command line

2009-03-10 Thread Jarkko Nikula
ctors only without any on board I2C devices. Signed-off-by: Jarkko Nikula --- Documentation/kernel-parameters.txt |2 + arch/arm/plat-omap/i2c.c| 73 +-- 2 files changed, 54 insertions(+), 21 deletions(-) diff --git a/Documentation/kernel-paramet

[2.6.29-rc7][take #2][PATCH 2/3] ARM: OMAP: Add command line option for I2C bus speed

2009-03-10 Thread Jarkko Nikula
hip on the bus and overriding allow to use some experimental configurations or updated chip versions without any kernel modifications. Signed-off-by: Jarkko Nikula --- Documentation/kernel-parameters.txt |4 ++ arch/arm/plat-omap/i2c.c| 54 -

[2.6.29-rc7][take #2][PATCH 1/3] ARM: OMAP: Add documentation for function omap_register_i2c_bus

2009-03-10 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula --- arch/arm/plat-omap/i2c.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index 467531e..3e95954 100644 --- a/arch/arm/plat-omap/i2c.c +++ b/arch/arm/plat-omap/i2c.c @@ -119,6

[2.6.29-rc7][take #2][PATCH 1/3] ARM: OMAP: Add documentation for function omap_register_i2c_bus

2009-03-09 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula --- arch/arm/plat-omap/i2c.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index 467531e..3e95954 100644 --- a/arch/arm/plat-omap/i2c.c +++ b/arch/arm/plat-omap/i2c.c @@ -119,6

[2.6.29-rc7][take #2][PATCH 3/3] ARM: OMAP: Add method to register additional I2C busses on the command line

2009-03-09 Thread Jarkko Nikula
ctors only without any on board I2C devices. Signed-off-by: Jarkko Nikula --- Documentation/kernel-parameters.txt |2 + arch/arm/plat-omap/i2c.c| 73 +-- 2 files changed, 54 insertions(+), 21 deletions(-) diff --git a/Documentation/kernel-paramet

[2.6.29-rc7][take #2][PATCH 0/3] ARM: OMAP: Add command line option for I2C bus speed

2009-03-09 Thread Jarkko Nikula
Hi Tony, I added kernel-parameters.txt change to the patches 2 and 3. Otherwise set is the same than currently in linux-omap. Set is generated on top of mainline version 2.6.29-rc7. Earlier discussion was http://marc.info/?l=linux-omap&m=123635604511892&w=2 -- Jarkko -- To unsubscribe from thi

[2.6.29-rc7][take #2][PATCH 2/3] ARM: OMAP: Add command line option for I2C bus speed

2009-03-09 Thread Jarkko Nikula
hip on the bus and overriding allow to use some experimental configurations or updated chip versions without any kernel modifications. Signed-off-by: Jarkko Nikula --- Documentation/kernel-parameters.txt |4 ++ arch/arm/plat-omap/i2c.c| 54 -

Re: [PATCH 3/7] ARM: OMAP: Add command line option for I2C bus speed

2009-03-05 Thread Jarkko Nikula
On Thu, 5 Mar 2009 17:20:43 +0100 ext Tony Lindgren wrote: > Jarkko, this should also be in Documentation/kernel-parameters.txt. > Can you please reply with a patch for that, and I'll fold it into this > patch? > Ah, good, will do it over weekend - early next week. Probably better to handle as a

Re: [RFC][PATCH] Fix SND_OMAP_SOC_MCBSP=m undefined symbols

2009-03-02 Thread Jarkko Nikula
dule exports" or something as a subject. But otherwise fine to me. Acked-by: Jarkko Nikula -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [alsa-devel] [PATCH] ASoC: Add support for OMAP3 EVM

2009-02-25 Thread Jarkko Nikula
On Wed, 25 Feb 2009 21:27:44 +0100 ext Mark Brown wrote: > On Wed, Feb 25, 2009 at 03:25:59PM -0500, George G. Davis wrote: > > > Is someone working on updating ASoC drivers for OMAP TWL4030 based > > boards as recommended above? Just curious since I already made the > > mistake of creating my

[2.6.29-rc5][PATCH 1/1] ARM: OMAP: BEAGLE: Remove dead code for CONFIG_I2C2_OMAP_BEAGLE

2009-02-22 Thread Jarkko Nikula
There is no CONFIG_I2C2_OMAP_BEAGLE in mainline and it is under removal in linux-omap also so remove this dead code now. Signed-off-by: Jarkko Nikula --- arch/arm/mach-omap2/board-omap3beagle.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/board

[2.6.29-rc5][PATCH 0/1] ARM: OMAP: BEAGLE: Remove dead code for CONFIG_I2C2_OMAP_BEAGLE

2009-02-22 Thread Jarkko Nikula
This is for mainline and generated on top of Koen's patch "board-omap3beagle: set i2c-3 to 100kH" commit e6b6f3462951153bc89e0247e562680759f5ad32 -- Jarkko -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordom

[linux-omap][PATCH 1/1] ARM: OMAP3: Revert "Make I2C bus 2 configurable for BeagleBoard"

2009-02-22 Thread Jarkko Nikula
mainline. Signed-off-by: Jarkko Nikula Cc: Dirk Behme --- arch/arm/mach-omap2/board-omap3beagle.c |3 --- drivers/i2c/busses/Kconfig | 20 ++-- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm

[linux-omap][PATCH 0/1] ARM: OMAP3: Revert "Make I2C bus 2 configurable for BeagleBoard"

2009-02-22 Thread Jarkko Nikula
Hi This Dirk's patch is not needed anymore since Tony pushed my RFC patches for command line option "i2c_bus=bus_id,clkrate" in. Note this revert removes also worth OMAP I2C help text change so would you Dirk like to bring it back by sending it to linux-i2c list? I tested this by hooking older I

Re: [PATCH] ARM: OMAP: Allow I2C bus driver to be compiled as a module

2009-02-18 Thread Jarkko Nikula
ion should be > always built-in. > > Signed-off-by: Aaro Koskinen > --- > arch/arm/plat-omap/Makefile |3 ++- > arch/arm/plat-omap/include/mach/common.h |2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) > Acked-by: Jarkko Nikula -- To un

Re: kexec on Nokia Internet Tablets

2009-02-18 Thread Jarkko Nikula
On Tue, 17 Feb 2009 14:09:36 -0800 Tony Lindgren wrote: > > > Well since the LCD is on, you could write a little function that > > > writes the output to the LCD. You just need to find out the > > > virtual address of the LCD and then add a function for displaying > > > fonts.. Pretty easy to do.

Re: [PATCH 1/1] Allow I2C_OMAP to compile as a module.

2009-02-17 Thread Jarkko Nikula
On Mon, 16 Feb 2009 18:40:12 +0200 Aaro Koskinen wrote: > Taking example from fs/Makefile (nfsd): > > -obj-$(CONFIG_I2C_OMAP) += i2c.o > +i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o > +obj-y += $(i2c-omap-m) $(i2c-omap-y) > This is getting shorter and shorter :-) > Also arch/arm/plat-omap/include/mac

Re: [PATCH 1/1] Allow I2C_OMAP to compile as a module.

2009-02-15 Thread Jarkko Nikula
On Sun, 15 Feb 2009 21:35:59 +0200 Jarkko Nikula wrote: > Tony's version does not fix the issue since obj-$(CONFIG_I2C_OMAP) > below still tries to compile arch/arm/plat-omap/i2c.c as a module. > > -obj-$(CONFIG_I2C_OMAP) += i2c.o > + > +ifneq ($(CONFIG_I2C_OMAP),) > +

Re: [PATCH 1/1] Allow I2C_OMAP to compile as a module.

2009-02-15 Thread Jarkko Nikula
On Fri, 13 Feb 2009 14:21:00 -0800 Tony Lindgren wrote: > > Subject needs a "ARM: OMAP: " prefix, otherwise ok from me. > > > > Acked-by: Jarkko Nikula > > Sounds like a fix, except I posted a shorter version of the patch that > should do the trick (untes

Re: ASoC audio not working on OMAP3 EVM

2009-02-13 Thread Jarkko Nikula
On Fri, 13 Feb 2009 10:44:02 +0100 ext Anuj Aggarwal wrote: > Hi All, > > Thanks for your help, it came out as a hardware issue. Same image > worked fine when tried on a different EVM. Now the audio is playing > fine, except that I am hearing a very light pop-noise as soon I start > the playback

Re: [PATCH] Removal of duplicate cbus entry

2009-02-12 Thread Jarkko Nikula
On Thu, 12 Feb 2009 16:39:53 +0100 "Palande Ameya (Nokia-D/Helsinki)" wrote: > Removal of duplicate cbus entry. > > Signed-off-by: Ameya Palande > --- > drivers/Makefile |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/Makefile b/drivers/Makefile > index

Re: [PATCH 1/1] Allow I2C_OMAP to compile as a module.

2009-02-12 Thread Jarkko Nikula
ke[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 make: *** Waiting for unfinished jobs Subject needs a "ARM: OMAP: " prefix, otherwise ok from me. Acked-by: Jarkko Nikula -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the

Re: [PATCH 1/1] Allow I2C_OMAP to compile as a module.

2009-02-12 Thread Jarkko Nikula
On Thu, 12 Feb 2009 13:54:54 +0100 "Shargorodsky Atal (EXT-Teleca/Helsinki)" wrote: > This patch allows I2C_OMAP to be compiled as a module. > Only drivers/i2c/busses/i2c-omap.c can be compiled as a module, > but not arch/arm/plat-omap/i2c.c , so let the contents of i2c.c > to compile into the ke

Re: ASoC audio not working on OMAP3 EVM

2009-02-12 Thread Jarkko Nikula
On Thu, 12 Feb 2009 10:38:27 +0100 ext Anuj Aggarwal wrote: > The patch doesn't help, result is same... > > Any help is welcome > My Beagle is working fine on top of l-o head (commit 70ff4a1aafd2378c9e3ff153135ba6d0bde45215) and with Steve's patch http://git.kernel.org/?p=linux/kernel/git/tiwa

Re: musb OTG broken in 2.6.29-rc3?

2009-02-10 Thread Jarkko Nikula
On Tue, 10 Feb 2009 15:27:18 +0100 ext Steve Sakoman wrote: > > But for me Beagle work. Ethernet gadget just fine and HS HUB by > > kicking the session on. > > What method did you use to kick the session on? Was this always > required? I might be misremembering, but I seem to recall that > plu

Re: [PATCH] ASoC: Replace snd_soc_machine by snd_soc_card structure in SDP3430 machine driver

2009-02-10 Thread Jarkko Nikula
ame snd_soc_card to snd_soc_machine" > patch (875065491fba8eb13219f16c36e79a6fb4e15c68). > > Signed-off-by: Misael Lopez Cruz > --- > sound/soc/omap/sdp3430.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > IMO, this is for 2.6.29-rc since it fixes a compilation e

Re: musb OTG broken in 2.6.29-rc3?

2009-02-10 Thread Jarkko Nikula
On Tue, 10 Feb 2009 08:35:31 +0100 "Balbi Felipe (Nokia-D/Helsinki)" wrote: > > > Could you give me a little more detail on what you had to do for > > > session start? Perhaps I have a similar issue on Overo. > > It is same $ echo "F" >/proc/driver/musb_hdrc, which was earlier > > In musb_procfs

Re: [PATCH] ASoC: Replace snd_soc_machine by snd_soc_card structure in SDP3430 machine driver

2009-02-09 Thread Jarkko Nikula
ince I don't see your patch there? You can subscribe but have mail delivery disabled if you don't want to get mailing list traffic to your account. Patch itself looks like for 2.6.29-rc since it fixes a compilation error. Ack from me, compile tested on linux-omap. Acked-by: Jarkko Nikula

Re: musb OTG broken in 2.6.29-rc3?

2009-02-09 Thread Jarkko Nikula
On Mon, 9 Feb 2009 09:40:57 -0800 Steve Sakoman wrote: > In 2.6.29-rc3 I don't get any joy - the musb port doesn't seem to > switch into host mode when I plug in a miniA cable. Booting with the > miniA cable in place doesn't seem to help. Compiling the kernel with > host mode enabled works as ex

[RFC 1/3] ARM: OMAP: Add documentation for function omap_register_i2c_bus

2009-02-09 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula --- arch/arm/plat-omap/i2c.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index 467531e..3e95954 100644 --- a/arch/arm/plat-omap/i2c.c +++ b/arch/arm/plat-omap/i2c.c @@ -119,6

[RFC 2/3] ARM: OMAP: Add command line option for I2C bus speed

2009-02-09 Thread Jarkko Nikula
hip on the bus and overriding allow to use some experimental configurations or updated chip versions without any kernel modifications. Signed-off-by: Jarkko Nikula --- arch/arm/plat-omap/i2c.c | 54 + 1 files changed, 44 insertions(+), 10 deletion

[RFC 3/3] ARM: OMAP: Add method to register additional I2C busses on the command line

2009-02-09 Thread Jarkko Nikula
ctors only without any on board I2C devices. Signed-off-by: Jarkko Nikula --- arch/arm/plat-omap/i2c.c | 73 - 1 files changed, 52 insertions(+), 21 deletions(-) diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index aa70e43..a303

Re: [REPOST][PATCH 0/3] ARM: OMAP: Add command line option for I2C bus speed

2009-02-08 Thread Jarkko Nikula
On Sun, 8 Feb 2009 18:32:46 +0100 ext Jarkko Nikula wrote: > Hi > > I'm reposting this patch[set] adding command line option for I2C bus > speed. First version was > > http://marc.info/?l=linux-omap&m=123289314421984&w=2 > Grr.. sorry for spamming but will

[PATCH] ARM: OMAP: Add command line option for I2C bus speed

2009-02-08 Thread Jarkko Nikula
From: Jarkko Nikula This patch adds a new command line option "i2c_bus=bus_id,clkrate" into I2C bus registration helper. Purpose of the option is to override the default board specific bus speed which is supplied by the omap_register_i2c_bus. The default bus speed is typically set t

[PATCH] ARM: OMAP: Add method to register additional I2C busses on the command line

2009-02-08 Thread Jarkko Nikula
From: Jarkko Nikula This patch extends command line option "i2c_bus=bus_id,clkrate" so that it allow to register additional I2C busses that are not registered with omap_register_i2c_bus from board initialization code. Purpose of this is to register additional board busses which are

[PATCH] ARM: OMAP: Add documentation for function omap_register_i2c_bus

2009-02-08 Thread Jarkko Nikula
From: Jarkko Nikula Signed-off-by: Jarkko Nikula --- arch/arm/plat-omap/i2c.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index 467531e..3e95954 100644 --- a/arch/arm/plat-omap/i2c.c +++ b/arch/arm/plat

[REPOST][PATCH 0/3] ARM: OMAP: Add command line option for I2C bus speed

2009-02-08 Thread Jarkko Nikula
Hi I'm reposting this patch[set] adding command line option for I2C bus speed. First version was http://marc.info/?l=linux-omap&m=123289314421984&w=2 With this set, the option name is now i2c_bus instead of i2c_rate and this version allow to register busses from command line as well. Idea of the

Re: Soft lockups with 2.6.29-rc3 when using ASoC?

2009-02-01 Thread Jarkko Nikula
On Sat, 31 Jan 2009 06:51:45 -0800 Steve Sakoman wrote: > I did a quick test of 2.6.29-rc3. Things looked pretty good till I > tried mplayer. > > There was a one minute hang (no sound), then a set of soft lockup > messages: > .. > I do not see this issue with 2.6.29-rc2 > (675e66d8261d3327bc46

Re: No audio support for BeagleBoard in Latest GIT tree?

2009-01-27 Thread Jarkko Nikula
On Tue, 27 Jan 2009 10:18:16 +0100 "ext ndno72-o...@yahoo.com" wrote: > 2) The BeagleBoard uses the twl4030 device for its audio (among other > things); for our OMAP3 custom board, we're not using that, we're going to > continue use the AIC33 codec (like what we used on our Davinci custom board

[PATCH] ARM: OMAP: Add command line option for I2C bus speed

2009-01-25 Thread Jarkko Nikula
From: Jarkko Nikula This patch adds a new command line option "i2c_rate=bus_id,clkrate" into I2C bus registration helper. Purpose of the option is to override the default board specific bus speed which is supplied by the omap_register_i2c_bus. The default bus speed is typically set t

Re: v2.6.28-omap1 tagged, some bugs remain

2009-01-22 Thread Jarkko Nikula
On Thu, 22 Jan 2009 16:02:21 -0800 "ext Tony Lindgren" wrote: > > Probably we should revert the patch and split it into three > > separate patches: > > > > 1. Header change in linux-omap adding those registers (and queue it) > > 2. Patch to alsa-devel setting default values to those registers >

Re: [PATCH] ASoC: Complete Beagleboard support

2009-01-21 Thread Jarkko Nikula
teve Sakoman > Acked-by: Jarkko Nikula Not tested but definitely a way to go forward :-) Jarkko -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Is anybody else having problems with SDHC cards on Beagleboard?

2009-01-20 Thread Jarkko Nikula
On Tue, 20 Jan 2009 06:38:38 -0600 "ext David Hagood" wrote: > I have been trying to bring up a Beagleboard as a development platform > for a project at work, but I am having a killer problem: any significant > access of the memory card (a class 8 SDHC 8G card) will die with a > transfer error, f

Re: v2.6.28-omap1 tagged, some bugs remain

2009-01-18 Thread Jarkko Nikula
On Wed, 14 Jan 2009 17:28:07 +0200 "ext Tony Lindgren" wrote: > > You need to have the counterpart (in /sound/soc/omap/omap-mcbsp.c) for > > that patch, othwerwise there's no chance to hear any DMA transferred > > audio. > > Jarkko, can you post the patch queued up for alsa? We might want to > h

Re: ALSA with linux-omap

2009-01-15 Thread Jarkko Nikula
On Thu, 15 Jan 2009 18:24:25 -0700 "ext Philip Balister" wrote: > cat /dev/random > /dev/dsp make a brief soft sound, then stops. Ctrl-c > and you can hear a pop a few seconds later. > This sounds like digital audio link between cpu and codec is working but DMA stalls after transmitting one ALS

Re: [PATCH 2/3] McBSP: Provide functions for ASoC frame syncronization

2009-01-13 Thread Jarkko Nikula
On Tue, 13 Jan 2009 10:41:20 +0200 Eero Nurkkala wrote: > On Tue, 2009-01-13 at 10:28 +0200, Jarkko Nikula wrote: > > This doesn't fix problem on 2420. I assume when it works on 2420, the > > same fix will fix the 34xx as well. I fear the mcbsp initialization > > proced

Re: [PATCH 2/3] McBSP: Provide functions for ASoC frame syncronization

2009-01-13 Thread Jarkko Nikula
On Tue, 13 Jan 2009 09:52:14 +0200 "ext ext-eero.nurkk...@nokia.com" wrote: > From: Eero Nurkkala > > 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

Re: [PATCH 3/3] ASoC: Always syncronize audio transfers on frames

2009-01-13 Thread Jarkko Nikula
On Tue, 13 Jan 2009 09:52:15 +0200 "ext ext-eero.nurkk...@nokia.com" wrote: > From: Eero Nurkkala > > All these steps are required for ASoC to behave correctly. > This is, no RFIG or XFIG (Not defined in 34xx), correct > initiliazation of rccr and xccr. They are format dependent, > for example

Re: v2.6.28-omap1 tagged, some bugs remain

2009-01-12 Thread Jarkko Nikula
On Mon, 12 Jan 2009 18:15:20 +0200 "ext Tony Lindgren" wrote: > >> - According to Jarkko Nikula, ASoC does not currently work because of > >> some recent clock changes. > > > > Confirmed on omap3evm. > > Thanks, can you try to git-bisect the break

Re: [PATCH 2/2] ARM: OMAP: Fix gpio by switching to generic gpio calls

2009-01-07 Thread Jarkko Nikula
On Wed, 7 Jan 2009 13:17:45 +0200 "ext Tony Lindgren" wrote: > From: Jarkko Nikula > Date: Wed, 7 Jan 2009 12:54:34 +0200 > Subject: [PATCH] ARM: OMAP: Fix gpio by switching to generic gpio calls > > Fix compile by removing remaining omap specific gpio > calls.

Re: Nokia Internet Tablets

2008-12-23 Thread Jarkko Nikula
On Tue, 23 Dec 2008 14:57:30 +0530 "ext Hemanth V" wrote: > - Original Message ----- > From: "Jarkko Nikula" > > I recently tried xserver-xorg-video-fbdev from Debian/testing and got it > > working just by adding 'Option "UseFBDev" &q

Re: Nokia Internet Tablets

2008-12-23 Thread Jarkko Nikula
On Tue, 23 Dec 2008 10:04:24 +0100 "ext Koen Kooi" wrote: > have you tried http://cgit.pingu.fi/xf86-video-omapfb/ yet? That > should give you XV and it shouldn't need an xorg.conf. > Thanks for info! Do you know does it support standard xset commands, i.e. setting the different blanking modes

Re: Nokia Internet Tablets

2008-12-22 Thread Jarkko Nikula
On Mon, 22 Dec 2008 08:01:37 -0600 "ext green" wrote: > This is great; I hope you have success. I (who am new to kernel development > and git) have an N810 and have been trying to get Debian running on it > usably; > I do have Debian running, but: no X, no RTC, no audio, and a very short idle

Re: Nokia Internet Tablets

2008-12-22 Thread Jarkko Nikula
On Mon, 22 Dec 2008 14:33:41 +0200 "ext Igor Stoppa" wrote: > > hmm... it could be used for charging but it won't work unless you get > > documentation of the charging chips used on n8x0. Also, you'd need to > > change BME I suppose, which you can't :-s > > I think there was the intention to pro

Re: Nokia Internet Tablets

2008-12-22 Thread Jarkko Nikula
On Mon, 22 Dec 2008 04:34:22 -0600 "ext Otto Solares" wrote: > Hi all! > > I want to resurrect missing support for the Nokia Internet Tablets > starting with the N8x0s for my NITdroid project, which uses just > standard Linux kernel APIs. > > So first I would like to ask some very newbie questi

Re: [alsa-devel][PATCHv2 1/1] Fix a Oops bug in omap soc driver.

2008-12-19 Thread Jarkko Nikula
untime_data), GFP_KERNEL); Oh my... Can you change this as prtd = kzalloc(sizeof(*prtd), GFP_KERNEL); like suggested by the CodingStyle and then you can have my ack. Acked-by: Jarkko Nikula -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a

FYI: Retu RTC script for setting and storing system time in N8x0

2008-12-19 Thread Jarkko Nikula
Hi I hacked once this Debian script for setting the N8x0 system time from Retu RTC during the boot and saving the time stamp when doing shutdown. Script can coexist with other hwclock and ntpdate scripts and can work with read-only root as well. So if script cannot store the timestamp diff then R

Re: [PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registers for McBSP DAI driver

2008-12-18 Thread Jarkko Nikula
On Thu, 18 Dec 2008 15:41:37 +0200 "ext Tony Lindgren" wrote: > Hi, > > * Lopez Cruz, Misael [081218 12:16]: > > This patch enables XCCR and RCCR McBSP register writing in OMAP 24xx/34xx > > platforms. It also explicitly initializes those registers to their default > > values in ASoC McBSP DAI

Re: N810 suspend

2008-12-18 Thread Jarkko Nikula
On Thu, 18 Dec 2008 14:51:20 +0200 "ext Felipe Contreras" wrote: > > xorg.conf's Option "SuspendTime" seems to equal to blanking command 3 > > (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank. > > Yes, but it should be FB_BLANK_POWERDOWN (4), shouldn't it? > Good question,

Re: [PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registers for McBSP DAI driver

2008-12-18 Thread Jarkko Nikula
On Thu, 18 Dec 2008 04:15:09 -0600 "ext Lopez Cruz, Misael" wrote: > diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c > index 8485a8a..2e7000d 100644 > --- a/sound/soc/omap/omap-mcbsp.c > +++ b/sound/soc/omap/omap-mcbsp.c > @@ -295,6 +295,10 @@ static int omap_mcbsp_dai_set_

Re: N810 suspend

2008-12-17 Thread Jarkko Nikula
On Wed, 17 Dec 2008 14:09:11 +0200 "ext Jarkko Nikula" wrote: > On Tue, 16 Dec 2008 09:22:38 -0800 > "ext Tony Lindgren" wrote: > > > > > Oh, I just tested that sleep-while-idle worked when fb was blanked. I > > > > had a script t

Re: N810 suspend

2008-12-17 Thread Jarkko Nikula
On Tue, 16 Dec 2008 09:22:38 -0800 "ext Tony Lindgren" wrote: > > > Oh, I just tested that sleep-while-idle worked when fb was blanked. I > > > had a script that forced the LCD off via /sys, sorry don't remember > > > the path now. Will be also heading to catch a plane in few hours, may > > > not

Re: [PATCH] OMAP2 OneNAND GPIO fix

2008-12-16 Thread Jarkko Nikula
On Tue, 16 Dec 2008 09:19:24 +0100 "ext Jean Pihet" wrote: > On Tuesday 16 December 2008 00:40:59 Tony Lindgren wrote: > > * Jean Pihet [081211 09:02]: > > > Hi, > > > > > > Here is a patch to have the OMAP2 OneNAND driver compile on the latest > > > tree. I do not know if this has been addresse

Re: N810 suspend

2008-12-15 Thread Jarkko Nikula
On Mon, 15 Dec 2008 13:14:32 -0800 "ext Tony Lindgren" wrote: > > I'm running Debian on an N810. With the current state of power management > > in > > linux-omap, the N810 will only run (with LCD off) for about 12 hours on a > > charge. > > Well you need to make sure the serial clocks are no

Re: N810 suspend

2008-12-15 Thread Jarkko Nikula
On Mon, 15 Dec 2008 16:51:16 -0700 "ext green" wrote: > > Suspend/resume on n810 is currently broken in linux-omap. I submitted > > a patch a week or so ago to fix an assembly bug which was crashing the > > suspend, but it is still not resuming. > > > > Most likely a simple fix needed to init t

Re: Remove drivers/input/touchscreen/omap directory?

2008-12-05 Thread Jarkko Nikula
On Fri, 5 Dec 2008 19:25:48 +0530 "ext Trilok Soni" <[EMAIL PROTECTED]> wrote: > Hi Tony, > > I think no one using touchscreen drivers under this directory, please remove. > > I will start process of sending tsc patches to upstream soon... > That's great! Also drivers/spi/tsc2301-mixer.c ca

<    1   2   3   4   5   6   7   8   >