Re: [alsa-devel] Audio on omap3+twl4030 codec

2008-10-24 Thread Jarkko Nikula
On Thu, 23 Oct 2008 14:50:33 +0530 ext naveen krishna ch [EMAIL PROTECTED] wrote: So to summarize: - 2.6.26 + backported drivers on OMAP3 EVM - audio works - 2.6.26 + backported drivers on custom board with NAND boot - no audio - 2.6.26 + backported drivers on custom board with MMC boot

RE: [PATCH] OMAP2 NAND: Fix __raw_readsl() length argument

2008-10-24 Thread Singh, Vimal
- __raw_readsl(nand-IO_ADDR_R, buf, len / 2); + __raw_readsw(nand-IO_ADDR_R, buf, len / 2); I would prefer len 1 rather len / 2. --- vimal-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [patch 2.6.27-omap-git 0/4] start phasing out legacy GPIO calls

2008-10-24 Thread Jarkko Nikula
On Wed, 22 Oct 2008 23:50:54 -0700 ext David Brownell [EMAIL PROTECTED] wrote: Following this are four patches matching $SUBJECT: - remove omap_set_gpio_dataout() and omap_get_gpio_datain() ... same call syntax, different name, minor code shrink - use gpio_direction_input()

Re: [patch 2.6.27-omap-git 0/4] start phasing out legacy GPIO calls

2008-10-24 Thread David Brownell
On Thursday 23 October 2008, Jarkko Nikula wrote: Hi David Did you know what? I was doing something like similar conversion patches just few days ago but didn't find yet time to finalize them and fix arch/arm/plat-omap/gpio.c for omap_[request | free]_gpio :-) Sounds ... oddly familiar.

Re: [patch 2.6.27-omap-git 3/4] remove omap_set_gpio_direction()

2008-10-24 Thread David Brownell
On Friday 24 October 2008, Jarkko Nikula wrote:  drivers/leds/leds-omap.c                |    2 +- IMO this driver should go and board-palmtt.c to use drivers/leds/leds-gpio.c instead. I second that. There's no need for leds-omap.c ... In a similar vein, drivers/leds/leds-omap-pwm.c seems

Re: [patch 2.6.27-omap-git 0/4] start phasing out legacy GPIO calls

2008-10-24 Thread Jarkko Nikula
On Fri, 24 Oct 2008 00:38:12 -0700 ext David Brownell [EMAIL PROTECTED] wrote: My set was basically doing all gpiolib conversions in one patch and the set was grouped so that one patch for all OMAP1 boards (all of them are in mainline), separate patches for couple OMAP2 boards and some

Re: [PATCH 0/6] Integrate the twl4030 power code into new twl4030 mfd

2008-10-24 Thread Peter 'p2' De Schrijver
On Mon, Oct 20, 2008 at 02:02:16AM -0700, ext David Brownell wrote: On Monday 20 October 2008, Peter 'p2' De Schrijver wrote: This patchset integrates the twl4030 power code into the new twl4030 mfd framework. The scripts will be moved to the board specific data. Peter 'p2' De

[PATCH 0/4] OMAP 2/3 DSS Library and V4L2 Display Driver

2008-10-24 Thread Shah, Hardik
Hi All, I will be posting the version 2 of the DSS library and V4L2 display driver with almost all the comments from the community taken care of. It will be series of 4 patches containing OMAP 2/3 DSS Library OMAP3 EVM TV encoder Driver. New IOCTLS added to V4L2 Framework (Already posted on V4L2

RE: [PATCH] OMAP 2/3 V4L2 display driver on video planes

2008-10-24 Thread Shah, Hardik
-Original Message- From: Hans Verkuil [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 11:59 AM To: Shah, Hardik Cc: Mauro Carvalho Chehab; [EMAIL PROTECTED]; linux- [EMAIL PROTECTED]; [EMAIL PROTECTED]; Hadli, Manjunath Subject: Re: [PATCH] OMAP 2/3 V4L2 display driver

[PATCHv2 2/4] OMAP3 EVM TV Encoder Driver

2008-10-24 Thread Hardik Shah
Cleaned and Restructured the OMAP DSS TV Encoder according to open source comments. Made TV encoder driver mach specific rather than arch specific. Removed architecture specific macros. Removed machine specific macros. Platform device registration moved to board specific file. Tested on OMAP3

[PATCHv2 3/4] V4L2 New IOCTLs for OMAP V4L2 Display Driver

2008-10-24 Thread Hardik Shah
New IOCTLs added to the V4L2 framework according to the comments received from the open source. Signed-off-by: Brijesh Jadav [EMAIL PROTECTED] Hari Nagalla [EMAIL PROTECTED] Hardik Shah [EMAIL PROTECTED] Manjunath Hadli [EMAIL PROTECTED]

RE: [PREVIEW] New display subsystem for OMAP2/3

2008-10-24 Thread Shah, Hardik
-Original Message- From: Hiremath, Vaibhav Sent: Friday, October 03, 2008 7:46 PM To: Tony Lindgren; Tomi Valkeinen Cc: [EMAIL PROTECTED]; Shah, Hardik; linux-omap@vger.kernel.org; video4linux- [EMAIL PROTECTED] Subject: RE: [PREVIEW] New display subsystem for OMAP2/3

Re: [PATCH] OMAP3: Remove CONFIG_OMAP_SYSOFFMODE flag

2008-10-24 Thread Kalle Jokiniemi
Hi Tony, On pe, 2008-10-17 at 09:46 +0300, Kalle Jokiniemi wrote: Remove CONFIG_OMAP_SYSOFFMODE flag and do the full initialization of voltage controller . Enabling automatic sending of OFF command and selecting wether SYS_OFF_MODE signal is used should be determined dynamically. Hence they

Re: Small patch for dsp bridge code

2008-10-24 Thread Hiroshi DOYU
Hi Dan, Would it be possible to explain how dma_alloc_coherent() returned ~0? Hiroshi DOYU From: ext Bright, Dan [EMAIL PROTECTED] Subject: Small patch for dsp bridge code Date: Thu, 23 Oct 2008 15:03:31 -0700 Hello, I'm not sure if this code ever get exercised, but I found a small

RE: Small patch for dsp bridge code

2008-10-24 Thread Bright, Dan
Oops, I apologize. dma_alloc_coherent does return NULL. Dan Bright -Original Message- From: [EMAIL PROTECTED] [mailto:linux-omap- [EMAIL PROTECTED] On Behalf Of Hiroshi DOYU Sent: Friday, October 24, 2008 9:00 AM To: Bright, Dan Cc: linux-omap@vger.kernel.org Subject: Re: Small

Re: [PATCH] alsa: add beagleboard SoC configuration.

2008-10-24 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [081022 12:14]: On Wednesday 22 October 2008, Felipe Contreras wrote: + +   printk(KERN_INFO OMAP3 Beagle SoC init\n); +   if (!machine_is_omap3_beagle()) { +   printk(KERN_ERR Not OMAP3 Beagle!\n); +   return -ENODEV;

Re: [PATCH] OMAP3: Remove CONFIG_OMAP_SYSOFFMODE flag

2008-10-24 Thread Tony Lindgren
* Kalle Jokiniemi [EMAIL PROTECTED] [081024 03:50]: Hi Tony, On pe, 2008-10-17 at 09:46 +0300, Kalle Jokiniemi wrote: Remove CONFIG_OMAP_SYSOFFMODE flag and do the full initialization of voltage controller . Enabling automatic sending of OFF command and selecting wether SYS_OFF_MODE

Re: [PATCH] OMAP3 DSS: Fixed FIFO buffer register field sizes

2008-10-24 Thread Tony Lindgren
* Kalle Jokiniemi [EMAIL PROTECTED] [081021 23:46]: The size status field in DISPC_[GFX | VID1 | VID2]_FIFO_SIZE_STATUS register is 11 bits wide in OMAP3, but only 9 bits were read. Similarly, the threshold field in DISPC_[GFX | VID1 | VID2]_FIFO_THRESHOLD register is 12 bits wide, while only

Re: [PATCH] OMAPFB: fix printing of reserved memory

2008-10-24 Thread Tony Lindgren
* Tomi Valkeinen [EMAIL PROTECTED] [081020 11:50]: On Fri, 2008-10-17 at 14:45 -0700, ext Tony Lindgren wrote: * Tomi Valkeinen [EMAIL PROTECTED] [080912 03:27]: Print reserved memory only if it was actually reserved. Can you reply with your Signed-off-by? Signed-off-by: Tomi

v2.6.27-omap1 tagged

2008-10-24 Thread Tony Lindgren
Hi all, I've tagged v2.6.27-omap1 and posted the patch to the usual place. I'll merge our git tree to 2.6.28-rc1 on Monday so we can continue development on that. Cheers, Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED]

Re: [PATCH] omap: get rid of OMAP_TAG_USB

2008-10-24 Thread Felipe Balbi
Hi Tony, On Thu, Sep 25, 2008 at 05:22:11PM +0300, Felipe Balbi wrote: OMAP_TAGS should vanish soon since they're not generic arm tags. Most of them can be converted to a platform_data or parsed from a command line line the serial tag. For OMAP_TAG_USB we just let boards call

Re: [PATCH 0/6] Integrate the twl4030 power code into new twl4030 mfd

2008-10-24 Thread Kevin Hilman
Peter 'p2' De Schrijver [EMAIL PROTECTED] writes: This patchset integrates the twl4030 power code into the new twl4030 mfd framework. The scripts will be moved to the board specific data. Peter 'p2' De Schrijver (6): Add defines and data types for twl4030. Move existing TWL4030 code

Re: [PATCH 0/6] Integrate the twl4030 power code into new twl4030 mfd

2008-10-24 Thread Tony Lindgren
* Kevin Hilman [EMAIL PROTECTED] [081024 15:39]: Peter 'p2' De Schrijver [EMAIL PROTECTED] writes: This patchset integrates the twl4030 power code into the new twl4030 mfd framework. The scripts will be moved to the board specific data. Peter 'p2' De Schrijver (6): Add defines