Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-15 Thread Hiroshi DOYU
From: ext C.A, Subramaniam subramaniam...@ti.com Subject: RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Mon, 14 Jun 2010 17:56:35 +0200 Hi Ohad/Hiroshi, Good to see the new mailbox requirements. While we are at it can we add some more :)? * Make the mailbox as a

Re: [PATCH v5] OMAP: Fix for bus width which improves SD card's peformance.

2010-06-15 Thread kishore kadiyala
Sorry its Line wrapped and please drop this, Will be reposting the same. Regards, Kishore On Mon, Jun 14, 2010 at 9:40 PM, kishore kadiyala kishorek.kadiy...@gmail.com wrote: This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'. when bus

Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-15 Thread Hiroshi DOYU
Hi Ohad, From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 15 Jun 2010 06:43:21 +0200 Hi Hiroshi, On Mon, Jun 14, 2010 at 3:58 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Does dspbridge really need its own defered

[PATCH v5] OMAP: Fix for bus width which improves SD card's peformance.

2010-06-15 Thread kishore kadiyala
From: Kishore Kadiyala kishore.kadiy...@ti.com This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'. when bus width is mentioned as 8 in controller data,the SD stack will check whether bus width is 4 and if not it will set bus width to 1 and

RE: [PATCH v3 3/3] DSS2 FB Allow usage of def_vrfb only for omap2,3

2010-06-15 Thread Guruswamy, Senthilvadivu
Tomi, -Original Message- From: Guruswamy, Senthilvadivu Sent: Thursday, June 10, 2010 4:54 PM To: linux-omap@vger.kernel.org; linux-fb...@vger.kernel.org; t...@atomide.com; tomi.valkei...@nokia.com; Hiremath, Vaibhav Cc: Guruswamy, Senthilvadivu Subject: [PATCH v3 3/3] DSS2 FB

[no subject]

2010-06-15 Thread omar hasan
I have a urgent message to share with you get back to me for details... -- 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: [PATCH v5 0/3] omap3 nand: cleanup exiting platform related code

2010-06-15 Thread Ghorai, Sukumar
Tony, -Original Message- From: Vimal Singh [mailto:vimal.neww...@gmail.com] Sent: Tuesday, June 08, 2010 10:43 PM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; t...@atomide.com; m...@compulab.co.il Subject: Re: [PATCH v5 0/3] omap3 nand: cleanup

[RFC] [PATCH] Board changes for tmp105 temperature sensor

2010-06-15 Thread Datta, Shubhrajyoti
Adding board configuration for the tmp105 temperature sensor. The interface to the sensor is I2C. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) mode change 100644 = 100755

SDHC card affected by preemption model in 2.6.35

2010-06-15 Thread Mathieu Poirier
HW: Beagleboard rev. C2 and C4 Processor: OMAP3 Kernel: 2.6.35-rc2 Driver: mmci-omap-hs I am faced with an SDHC card problem on a beagleboard. Some cards cannot be initialized on startup while others work perfectly. I tracked the issue down to one single kernel config: PREEMPT_VOLUNTARY.

[PATCH 07/13 v3] OMAP: GPIO: add GPIO hwmods structures for OMAP3

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com Add hwmod structures for GPIO module on OMAP3 Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 366 1 files changed, 366 insertions(+), 0

[PATCH 12/13 v3] OMAP: GPIO: Implement GPIO as a platform device

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch implements GPIO as a platform device. Also it implements OMAP2PLUS specific GPIO as HWMOD FW adapted device. OMAP2PLUS GPIO uses runtime APIs. GPIO APIs are used in machine_init functions. Hence it is required to complete GPIO probe before machine_init.

[PATCH 13/13 v3] OMAP: GPIO: Remove omap_gpio_init()

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch removes the usage of omap_gpio_init() from all omap board files since omap_gpio_init() does nothing, after gpio is implemented as a platform device. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap1/board-ams-delta.c |1 -

[PATCH 05/13 v3] OMAP: GPIO: Introduce support for OMAP16xx chip GPIO init

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch adds support for handling OMAP16xx specific gpio_init by providing platform device data and doing device registration. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap1/gpio16xx.c | 208 1 files

[PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch adds support for handling GPIO as a HWMOD FW adapted platform device for OMAP2PLUS chips. gpio_init needs to be done before machine_init functions access gpio APIs. Hence gpio_init is made as a postcore_initcall. Signed-off-by: Charulatha V

[PATCH 10/13 v3] OMAP: GPIO: Add gpio dev_attr and correct clks in OMAP4 hwmod struct

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch adds gpio_dev_attr to OMAP4 gpio hwmod structure. This patch also corrects the gpio .main_clk and .clk fields in gpio hwmod structures. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 37

[PATCH 06/13 v3] OMAP: GPIO: Introduce support for OMAP7xx chip GPIO init

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch adds support for handling OMAP7xx specific gpio_init by providing platform device data and doing device registration. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap1/gpio7xx.c | 274 + 1 files

[PATCH 08/13 v3] OMAP: GPIO: add GPIO hwmods structures for OMAP242X

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com Add hwmod structures for GPIO module on OMAP242X Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 228 1 files changed, 228 insertions(+), 0 deletions(-) diff --git

[PATCH 01/13 v3] OMAP: GPIO: Modify init() in preparation for platform device implementation

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This is in prepartion for implementing GPIO as a platform device. gpio bank's base addresses are moved from gpio.c to plat/gpio.h. This patch also modifies omap_gpio_init() to make use of omap_gpio_chip_init() and omap_gpio_mod_init(). omap_gpio_mod_init() does

[PATCH 03/13 v3] OMAP: GPIO: Include platform_data structure for GPIO

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch introduces platform_data structure for GPIO so that GPIO module can be implemented in platform device model. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/plat-omap/include/plat/gpio.h | 21 + 1 files changed, 21

[PATCH 02/13 v3] OMAP: GPIO: Populate GPIO base address in omapxxxx.h

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch populates omap24xx.h, omap34xx.h and omap44xx.h files with SoC specific GPIO base addresses. This would be later used while creating GPIO hwmod structures. --- arch/arm/plat-omap/include/plat/omap24xx.h | 12

[PATCH 09/13 v3] OMAP: GPIO: add GPIO hwmods structures for OMAP243X

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com Add hwmod structures for GPIO module on OMAP243X Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 279 1 files changed, 279 insertions(+), 0 deletions(-) diff --git

[PATCH 04/13 v3] OMAP: GPIO: Introduce support for OMAP15xx chip GPIO init

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch adds support for handling OMAP15xx specific gpio_init by providing platform device data and doing device registration. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap1/gpio15xx.c | 102 1 files

[PATCH 00/13 v3] OMAP: GPIO: Implement GPIO in HWMOD way

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch series makes OMAP2PLUS specific GPIO implemented in HWMOD FW way. This is done by implementing GPIO module in platform device model. This patch series is generated on origin/pm-wip/hwmods-omap4. This patch series is created on top of the following two

Re: SDHC card affected by preemption model in 2.6.35

2010-06-15 Thread Venkatraman S
Mathieu Poirier mathieu.poir...@canonical.com wrote: HW: Beagleboard rev. C2 and C4 Processor: OMAP3 Kernel: 2.6.35-rc2 Driver: mmci-omap-hs I am faced with an SDHC card problem on a beagleboard.  Some cards cannot be initialized on startup while others work perfectly.  I tracked the

Re: [PATCH 10/13 v3] OMAP: GPIO: Add gpio dev_attr and correct clks in OMAP4 hwmod struct

2010-06-15 Thread Benoit Cousson
Hi Charu, On 6/15/2010 5:05 PM, Varadarajan, Charulatha wrote: From: Charulatha Vch...@ti.com This patch adds gpio_dev_attr to OMAP4 gpio hwmod structure. This patch also corrects the gpio .main_clk and .clk fields in gpio hwmod structures. Signed-off-by: Charulatha Vch...@ti.com ---

Re: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-15 Thread Benoit Cousson
On 6/15/2010 5:05 PM, Varadarajan, Charulatha wrote: From: Charulatha Vch...@ti.com This patch adds support for handling GPIO as a HWMOD FW adapted platform device for OMAP2PLUS chips. gpio_init needs to be done before machine_init functions access gpio APIs. Hence gpio_init is made as a

Re: SDHC card affected by preemption model in 2.6.35

2010-06-15 Thread Mathieu Poirier
On Tue, 2010-06-15 at 20:58 +0530, Venkatraman S wrote: Mathieu Poirier mathieu.poir...@canonical.com wrote: HW: Beagleboard rev. C2 and C4 Processor: OMAP3 Kernel: 2.6.35-rc2 Driver: mmci-omap-hs I am faced with an SDHC card problem on a beagleboard. Some cards cannot be

Re: SDHC card affected by preemption model in 2.6.35

2010-06-15 Thread David Brownell
When going from PREEMPT_VOLUNTARY to PREEMPT_NONE the problem goes away. Have you found whether this is a problem with the OMAP HSMMC driver versus the MMC/SD framework code -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: SDHC card affected by preemption model in 2.6.35

2010-06-15 Thread Mathieu Poirier
On Tue, 2010-06-15 at 14:55 -0700, David Brownell wrote: When going from PREEMPT_VOLUNTARY to PREEMPT_NONE the problem goes away. Have you found whether this is a problem with the OMAP HSMMC driver versus the MMC/SD framework code Not yet - I'm in the code, investigating. -- To

Serial console not working after waking up from sleep

2010-06-15 Thread Han Wang
Hi, I am testing the 2.6.35-rc1 pm branch code on Overo. The system boots ok. (I can provide booting log if that is necessary) However, when I use echo mem /sys/power/state to send overo to sleep and wake it up by enter a key into serial console. I got garbage characters in the serial console,

Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-15 Thread Ohad Ben-Cohen
On Tue, Jun 15, 2010 at 3:04 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Fair enough. Thanks, I'll prepare them and resubmit -- 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

Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-15 Thread Hiroshi DOYU
Hi Ohad, From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Wed, 16 Jun 2010 07:09:13 +0200 On Tue, Jun 15, 2010 at 3:04 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Fair enough. Thanks, I'll prepare them and resubmit You