[PATCH v2] OMAP3: PM: Add milliseconds interface to suspend wakeup timer

2010-03-23 Thread Ari Kauppi
Millisecond resolution is possible and there are use cases for it (automatic testing). Seconds-based interface is preserved for compatibility. Signed-off-by: Ari Kauppi ext-ari.kau...@nokia.com --- v2: Keep seconds and milliseconds interfaces strictly separate: - Consistent interface,

Re: [PATCH v2] OMAP3: PM: Add milliseconds interface to suspend wakeup timer

2010-03-23 Thread Phil Carmody
On 23/03/10 08:04 +0100, Kauppi Ari (EXT-Ixonos/Oulu) wrote: Millisecond resolution is possible and there are use cases for it (automatic testing). Seconds-based interface is preserved for compatibility. Signed-off-by: Ari Kauppi ext-ari.kau...@nokia.com --- v2: Keep seconds and

Re: [PATCHv2 0/3] OMAP: DSS2: Allow us to use SDI

2010-03-23 Thread Roger Quadros
Hi, Valkeinen Tomi (Nokia-D/Helsinki) wrote: Hi, On Wed, 2010-03-17 at 13:35 +0100, Quadros Roger (Nokia-D/Helsinki) wrote: SDI now makes use of vdds_sdi regulator supply. DPI can now be disabled on systems that don't have it changes since v1: - Incorporated review comments - no more omap3xx

Merge plans for Staging Synaptics Touchscreen Driver

2010-03-23 Thread Hemanth V
Hi All, Are there any plans to merge the synaptics touchscreen driver (drivers/staging/dream/synaptics_i2c_rmi.c) to drivers/input/touchscreen. We are interested in the same since OMAP3 based Zoom boards use this touchscreen. Pl add (if required) below tested by for the staging driver.

RE: [PATCH RFC 1/5] omap3: add platform init code for OHCI driver

2010-03-23 Thread Gadiyar, Anand
Aguirre, Sergio wrote: +static void setup_ohci_io_mux(enum ohci_omap3_port_mode *port_mode) +{ + /* REVISIT: these need to be tailored for each of the modes */ + switch (port_mode[0]) { + case OMAP_OHCI_PORT_MODE_PHY_3PIN_DATSE0: + case OMAP_OHCI_PORT_MODE_PHY_4PIN_DPDM: +

[PATCH 5/5] OMAP: RX51: Add LCD Panel and framebuffer console to defconfig

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Let's see the flashy Tux and console on N900's LCD screen. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/configs/rx51_defconfig | 37 - 1 files changed, 36 insertions(+), 1 deletions(-) diff

[PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-rx51-peripherals.c | 13

[PATCH 4/5] OMAP: DSS2: Add ACX565AKM Panel Driver

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com This is the panel used on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- drivers/video/omap2/displays/Kconfig |5 + drivers/video/omap2/displays/Makefile |1 +

[PATCH 2/5] OMAP: RX51: Add vdds_sdi supply voltage for SDI

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com The SDI Display subsystem needs access to the vdds_sdi supply regulator. This is TWL4030's VAUX1 supply on RX-51. Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 15 +++ 1 files

[PATCH 3/5] OMAP: RX51: Add Touch Controller in SPI board info

2010-03-23 Thread Roger Quadros
From: Roger Quadros roger.quad...@nokia.com The Touch controller and LCD Panel share the same SPI bus 1. So, we need to define the touch controller in the SPI board info else, the SPI bus will be contended due to invalid state of Touch controller's Chip Select thus preventing the LCD panel from

[PATCH 0/5] OMAP: RX51: Add LCD Panel Support for N900

2010-03-23 Thread Roger Quadros
These patches get the N900 LCD panel working. Apply's cleanly on 2.6.34-rc2 Pre-requisites: https://patchwork.kernel.org/patch/86318/ https://patchwork.kernel.org/patch/86319/ https://patchwork.kernel.org/patch/86320/ --- Roger Quadros (5): OMAP: RX51: Add LCD Panel support OMAP: RX51: Add

Re: [PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread pHilipp Zabel
On Tue, Mar 23, 2010 at 10:56 AM, Roger Quadros roger.quad...@nokia.com wrote: From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com ---  arch/arm/mach-omap2/Makefile                 |    1 +  

[PATCH] i2c: omap: fix OOPS in omap_i2c_unidle() during probe

2010-03-23 Thread Mika Westerberg
Commit d84d3ea317ce0db89ce0903b4037f800c5d4c477 added register shift to allow also 16-bit register access. However, omap_i2c_unidle() is called before these are set which causes the following OOPS: Unhandled fault: alignment exception (0x801) at 0xfa070009 Internal error: : 801 [#1]

Re: [PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread Roger Quadros
ext pHilipp Zabel wrote: On Tue, Mar 23, 2010 at 10:56 AM, Roger Quadros roger.quad...@nokia.com wrote: From: Roger Quadros roger.quad...@nokia.com Adds basic support for LCD Panel on Nokia N900 Signed-off-by: Roger Quadros roger.quad...@nokia.com --- arch/arm/mach-omap2/Makefile

RE: [PATCH] musb: fix power field to hold all possible values

2010-03-23 Thread Gupta, Ajay Kumar
Hi, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gupta, Ajay Kumar Sent: Friday, February 26, 2010 10:03 AM To: Tony Lindgren; Felipe Balbi Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH] musb: fix power field

[PATCH] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-03-23 Thread Felipe Balbi
Convert the omap32k clocksource driver into a platform_driver and while at that, also remove the ifdeferry around the code. Tested on N900. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- this patch depends on Aaro's offset_32k patch: http://marc.info/?l=linux-omapm=126927727024322w=2

Re: [PATCH 0/2] crypto: omap-sha1-md5: OMAP3 SHA1 MD5 driver

2010-03-23 Thread Herbert Xu
On Wed, Mar 17, 2010 at 03:12:49PM +0200, Dmitry Kasatkin wrote: Earlier kernel contained omap sha1 and md5 driver, which was not maintained, was not ported to new crypto APIs and removed from the source tree. This driver implements async and sync crypto API. It still contains pr_debug()

[PATCH v2] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-03-23 Thread Felipe Balbi
Convert the omap32k clocksource driver into a platform_driver and while at that, also remove the ifdeferry around the code. Tested on N900. Compile tested with omap_h2_1610_defconfig. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- this patch depends on Aaro's offset_32k patch:

Re: [PATCH RFC 2/5] usb: ohci: introduce omap3 ohci-hcd driver

2010-03-23 Thread Felipe Balbi
On Mon, Mar 22, 2010 at 07:53:32AM +0100, ext Gadiyar, Anand wrote: + void __iomem*uhh_base; + void __iomem*tll_base; + void __iomem*ohci_base; this is something we need to think carefully, right ? I believe ehci is already ioremap()ing uhh_base and

Re: [PATCH] musb: fix power field to hold all possible values

2010-03-23 Thread Felipe Balbi
On Tue, Mar 23, 2010 at 12:41:16PM +0100, ext Gupta, Ajay Kumar wrote: Felipe/Tony, Any update on this patch ? It's fine by me but I was expecting Tony to pick it up since it's on the arch code. Tony, do you want me to queue it for Greg or you take it forward ? -- balbi -- To unsubscribe

RE: [PATCH] musb: Add extvbus in musb_board_data

2010-03-23 Thread Gupta, Ajay Kumar
Hi, -Original Message- From: Gupta, Ajay Kumar Sent: Wednesday, February 24, 2010 10:01 AM To: linux-omap@vger.kernel.org Cc: felipe.ba...@nokia.com; Gupta, Ajay Kumar Subject: [PATCH] musb: Add extvbus in musb_board_data EXTVBUS programming is required by OMAP3EVM REV =E to

Re: [PM-WIP-OPP][PATCH 3/4] omap: pm: opp: add ability to store data per opp

2010-03-23 Thread Nishanth Menon
Gopinath, Thara had written, on 03/23/2010 12:06 AM, the following: [...] [I am not about to repeat everything I stated in previous threads.. so snipping the discussion down.] Otherwise the primary idea to remove OPP ID is good, and the way to go. good. So lets NAK that SR series and see

[PATCH v3] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-03-23 Thread Felipe Balbi
Convert the omap32k clocksource driver into a platform_driver and while at that, also remove the ifdeferry around the code. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- this patch depends on Aaro's offset_32k patch: http://marc.info/?l=linux-omapm=126927727024322w=2 Changes since v2:

Regulator message while booting recent kernel

2010-03-23 Thread Philip Balister
This is from a recent git kernel. Any ideas how I can make it go away? [ 16.512817] [ cut here ] [ 16.517517] WARNING: at drivers/regulator/core.c:1375 _regulator_disable+0x58 /0x170() [ 16.525451] unbalanced disables for dummy [ 16.529479] Modules linked

[PATCH] arm: omap1/2/3/4: change sync_32k_ick to ick

2010-03-23 Thread Felipe Balbi
Use clkdev and forget about clock names. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- and now make all the clocks with same name arch/arm/mach-omap2/clock2420_data.c |2 +- arch/arm/mach-omap2/clock2430_data.c |2 +- arch/arm/mach-omap2/clock3xxx_data.c |2 +-

RE: [PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread G, Manjunath Kondaiah
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Roger Quadros Sent: Tuesday, March 23, 2010 3:26 PM To: t...@atomide.com Cc: tomi.valkei...@nokia.com; linux-omap@vger.kernel.org; linux-fb...@vger.kernel.org

Re: [PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread Roger Quadros
Hi, ext G, Manjunath Kondaiah wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Roger Quadros Sent: Tuesday, March 23, 2010 3:26 PM To: t...@atomide.com Cc: tomi.valkei...@nokia.com; linux-omap@vger.kernel.org;

Re: [PATCH 1/5] OMAP: RX51: Add LCD Panel support

2010-03-23 Thread Roger Quadros
Hi, ext G, Manjunath Kondaiah wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Roger Quadros Sent: Tuesday, March 23, 2010 3:26 PM To: t...@atomide.com Cc: tomi.valkei...@nokia.com; linux-omap@vger.kernel.org;

RE: Merge plans for Staging Synaptics Touchscreen Driver

2010-03-23 Thread Aguirre, Sergio
Hi Hemanth, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of V, Hemanth Sent: Tuesday, March 23, 2010 4:29 AM To: pa...@ucw.cz; linux-in...@vger.kernel.org Cc: linux-omap@vger.kernel.org Subject: Merge plans for

RE: Merge plans for Staging Synaptics Touchscreen Driver

2010-03-23 Thread Hemanth V
Hi Hemanth, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of V, Hemanth Sent: Tuesday, March 23, 2010 4:29 AM To: pa...@ucw.cz; linux-in...@vger.kernel.org Cc: linux-omap@vger.kernel.org Subject: Merge plans for

[PATCHv3 0/3] Add support for TCA6416 based Keypad driver.

2010-03-23 Thread Sriramakrishnan
AM3517 EVM with APPS board includes keys interfaced to TCA6416 IO expander User keys are connected as GPIO lines to TCA6416 IO expander. Unlike the case with generic gpio-keypad driver individual keys do not generate an interrupt event. Hence we implement a simple keypad driver, that registers as

[PATCHv3 2/3] AM3517: Board hookup for TCA6416 keypad driver.

2010-03-23 Thread Sriramakrishnan
Add board specific hookup for TCA6416 keypad driver. Signed-off-by: Sriramakrishnan s...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 47 +--- 1 files changed, 42 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c

[PATCHv3 1/3] TCA6416 keypad : Implement keypad driver for keys interfaced to TCA6416

2010-03-23 Thread Sriramakrishnan
This patch implements a simple Keypad driver that functions as an I2C client. It handles key press events for keys connected to TCA6416 I2C based IO expander. Signed-off-by: Sriramakrishnan s...@ti.com --- drivers/input/keyboard/Kconfig | 16 ++ drivers/input/keyboard/Makefile

Regarding OMAP3630 Zoom3 Board Clock Speed

2010-03-23 Thread Abhay Kumar
Hi, How can read DPLL1 (MPU_CLK) speed related registers in ported TI linux kernel. i am facing in figuting out the values. After going through TRM and given formula (SYS_CLK*2*M)/(N+1)*M2 value is coming as 1200 Mhz having a SYS_CLK of 26 Mhz. but while reading through cat /proc/cpuinfo it

Re: Regulator message while booting recent kernel

2010-03-23 Thread Mark Brown
On Tue, Mar 23, 2010 at 09:34:46AM -0400, Philip Balister wrote: This is from a recent git kernel. Any ideas how I can make it go away? [ 16.525451] unbalanced disables for dummy Turn off REGULATOR_USE_DUMMY - it substitutes in a dummy regulator as a band aid for systems which don't have

[ANNOUNCE] dspbridge rebased to 2.6.33

2010-03-23 Thread Omar Ramirez Luna
Hi, The rebased branch of dspbridge 2.6.33 kernel was pushed to d-o.z. Please use it for your development. Regards, Omar -- 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 1/2] DSPBRIDGE: Remove autoconf.h dependency from host_os header

2010-03-23 Thread Omar Ramirez Luna
On 3/18/2010 4:57 PM, Ramirez Luna, Omar wrote: There shouldn't be any dependency on the definitions generated by autoconf.h, besides it is automatically included by the build system. This solves the following warning: In file included from arch/arm/plat-omap/include/dspbridge/host_os.h:20,

Re: [PATCH 2/2] DSPBRIDGE: Fix header locations mach to plat

2010-03-23 Thread Omar Ramirez Luna
On 3/18/2010 4:57 PM, Ramirez Luna, Omar wrote: Fix header locations, replaced mach to plat Signed-off-by: Omar Ramirez Lunaomar.rami...@ti.com Acked-by: Ameya Palandeameya.pala...@nokia.com --- arch/arm/mach-omap2/dspbridge.c|2 +-

Re: [PATCH 1/3] DSPBRIDGE: Change dspbridge for open source mailbox implementation

2010-03-23 Thread Omar Ramirez Luna
On 2/12/2010 8:03 PM, Guzman Lugo, Fernando wrote: From 627fb103cb73202128b8c5d2a51c879c52ebf076 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugox0095...@ti.com Date: Fri, 12 Feb 2010 02:26:58 -0600 Subject: [PATCH] DSPBRIDGE: Change dspbridge for open source mailbox implementation This

Re: [PATCH 2/3] DSPBRIDGE: Remove hw_mbox.c and hw_mbox.h not needed anymore

2010-03-23 Thread Omar Ramirez Luna
On 2/12/2010 8:03 PM, Guzman Lugo, Fernando wrote: From 5451312f78b6631c9cfacfde10928f481e60b65c Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugox0095...@ti.com Date: Wed, 27 Jan 2010 20:12:38 -0600 Subject: [PATCH] DSPBRIDGE: Remove hw_mbox.c and hw_mbox.h not needed anymore Because of

Re: [PATCH 3/3] DSPBRIDGE: Remove chnl_sm.h and tiomap_sm.c

2010-03-23 Thread Omar Ramirez Luna
On 2/12/2010 8:04 PM, Guzman Lugo, Fernando wrote: From d287e11cdb126f2c9b4be8d6d6f958ffdf7ff716 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugox0095...@ti.com Date: Fri, 22 Jan 2010 21:46:42 -0600 Subject: [PATCH] DSPBRIDGE: Remove chnl_sm.h and tiomap_sm.c Because of mailbox migration

Re: [PATCH v2 0/5] Mailbox: Fix some issues in mailbox module

2010-03-23 Thread Omar Ramirez Luna
On 2/18/2010 1:06 AM, Guzman Lugo, Fernando wrote: From 79f2b477b19c49b36c51e8589c0a3d52ecd9ec99 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugox0095...@ti.com Date: Thu, 18 Feb 2010 01:06:34 -0600 Subject: [PATCH] Mailbox: Fix some issues in mailbox module This set of patches fix some

Re: Save/Restore (PM) support in DSS2

2010-03-23 Thread Kevin Hilman
Hiremath, Vaibhav hvaib...@ti.com writes: Hi Tomi and others, As part of our internal release I found that save and restore support doesn't work as expected (I have fixed it for our release and full PM support works fine for me), and below is my analysis/observation and fix for the same -

[dspbridge] news: omap mailbox implementation

2010-03-23 Thread Omar Ramirez Luna
Hi All, When updating the custom dspbridge mailbox functions with the ones avaliable through omap mailbox (by pulling latest dspbridge), PLEASE remember to enable omap mailbox through menuconfig: make menuconfig System Type --- TI OMAP Implementations --- * Mailbox framework

Re: [dspbridge] news: omap mailbox implementation

2010-03-23 Thread Ameya Palande
Hi Omar, On Tue, 2010-03-23 at 19:08 +0100, ext Omar Ramirez Luna wrote: Hi All, When updating the custom dspbridge mailbox functions with the ones avaliable through omap mailbox (by pulling latest dspbridge), PLEASE remember to enable omap mailbox through menuconfig: make menuconfig

Re: [PATCH v3] arm: omap1/2/3/4: convert clocksource to a platform_driver

2010-03-23 Thread Kevin Hilman
Felipe Balbi felipe.ba...@nokia.com writes: Convert the omap32k clocksource driver into a platform_driver and while at that, also remove the ifdeferry around the code. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com Looks like a good direction, but it still is rather tied to the 32k sync

Re: [dspbridge] news: omap mailbox implementation

2010-03-23 Thread Omar Ramirez Luna
On 3/23/2010 12:54 PM, Ameya Palande wrote: Hi Omar, On Tue, 2010-03-23 at 19:08 +0100, ext Omar Ramirez Luna wrote: Hi All, When updating the custom dspbridge mailbox functions with the ones avaliable through omap mailbox (by pulling latest dspbridge), PLEASE remember to enable omap mailbox

Re: [dspbridge] news: omap mailbox implementation

2010-03-23 Thread Omar Ramirez Luna
On 3/23/2010 1:29 PM, Omar Ramirez Luna wrote: On 3/23/2010 12:54 PM, Ameya Palande wrote: Hi Omar, On Tue, 2010-03-23 at 19:08 +0100, ext Omar Ramirez Luna wrote: Hi All, When updating the custom dspbridge mailbox functions with the ones avaliable through omap mailbox (by pulling latest

Re: [dspbridge] news: omap mailbox implementation

2010-03-23 Thread Ameya Palande
On Tue, 2010-03-23 at 19:29 +0100, ext Omar Ramirez Luna wrote: On 3/23/2010 12:54 PM, Ameya Palande wrote: Hi Omar, On Tue, 2010-03-23 at 19:08 +0100, ext Omar Ramirez Luna wrote: Hi All, When updating the custom dspbridge mailbox functions with the ones avaliable through omap

Re: [dspbridge] news: omap mailbox implementation

2010-03-23 Thread Omar Ramirez Luna
On 3/23/2010 1:31 PM, Ameya Palande wrote: On Tue, 2010-03-23 at 19:29 +0100, ext Omar Ramirez Luna wrote: On 3/23/2010 12:54 PM, Ameya Palande wrote: Hi Omar, On Tue, 2010-03-23 at 19:08 +0100, ext Omar Ramirez Luna wrote: Hi All, When updating the custom dspbridge mailbox functions with

RE: [PATCH 2/2] DSPBRIDGE: DSP recovery feature

2010-03-23 Thread Guzman Lugo, Fernando
I have tested just using an application (base on bridged code) which is registered for fatal events and once it receives an event it prints the received event: status = DSPManager_WaitForEvents(notifier, EVENTS, index,

Re: [PM-WIP-OPP][PATCH 3/4] omap: pm: opp: add ability to store data per opp

2010-03-23 Thread Nishanth Menon
Cousson, Benoit had written, on 03/23/2010 11:12 AM, the following: From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Menon, Nishanth Sent: Tuesday, March 23, 2010 2:00 PM Gopinath, Thara had written, on 03/23/2010 12:06 AM, the following: [...] [I

[PATCH 00/10] dsp-bridge: deh: general cleanups

2010-03-23 Thread Felipe Contreras
Hi, While trying to fix the recovery feature I stumbled many areas of improvments in 'deh' (whatever that means). I quickly tested tesed these changes in Nokia hw, there should be essentially no functional changes. Cheers. Felipe Contreras (10): dsp-bridge: deh: remove obvious comments

[PATCH 01/10] dsp-bridge: deh: remove obvious comments

2010-03-23 Thread Felipe Contreras
They are weirdly formatted and don't provide any useful information. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/dsp/bridge/wmd/ue_deh.c | 25 + 1 files changed, 1 insertions(+), 24 deletions(-) diff --git a/drivers/dsp/bridge/wmd/ue_deh.c

[PATCH 02/10] dsp-bridge: deh: trivial cleanups

2010-03-23 Thread Felipe Contreras
Mostly white-space formatting. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- arch/arm/plat-omap/include/dspbridge/wmddeh.h | 16 ++-- drivers/dsp/bridge/wmd/ue_deh.c | 111 +--- 2 files changed, 68 insertions(+), 59 deletions(-) diff --git

[PATCH 03/10] dsp-bridge: deh: remove unnecessary casts

2010-03-23 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/dsp/bridge/wmd/ue_deh.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dsp/bridge/wmd/ue_deh.c b/drivers/dsp/bridge/wmd/ue_deh.c index 284f378..fae036f 100644 ---

[PATCH 04/10] dsp-bridge: deh: improve logging stuff

2010-03-23 Thread Felipe Contreras
Get rid of printk, use dev_foo, and prettify the output. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/dsp/bridge/wmd/ue_deh.c | 33 - 1 files changed, 12 insertions(+), 21 deletions(-) diff --git a/drivers/dsp/bridge/wmd/ue_deh.c

[PATCH 05/10] dsp-bridge: deh: report mmu faults as errors

2010-03-23 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/dsp/bridge/wmd/ue_deh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/bridge/wmd/ue_deh.c b/drivers/dsp/bridge/wmd/ue_deh.c index 0c29442..4708c10 100644 ---

[PATCH 06/10] dsp-bridge: deh: decrease nesting levels

2010-03-23 Thread Felipe Contreras
No functional changes. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/dsp/bridge/wmd/ue_deh.c | 293 +++ 1 files changed, 145 insertions(+), 148 deletions(-) diff --git a/drivers/dsp/bridge/wmd/ue_deh.c

[PATCH 07/10] dsp-bridge: deh: fix obvious return codes

2010-03-23 Thread Felipe Contreras
Now that the code is cleaner is easy to spot them. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/dsp/bridge/wmd/ue_deh.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dsp/bridge/wmd/ue_deh.c b/drivers/dsp/bridge/wmd/ue_deh.c index

[PATCH 08/10] dsp-bridge: deh: reorganize create()

2010-03-23 Thread Felipe Contreras
No functional changes. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- arch/arm/plat-omap/include/dspbridge/wmddeh.h |2 +- drivers/dsp/bridge/wmd/ue_deh.c | 22 -- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git

[PATCH 09/10] dsp-bridge: deh: fix hdeh_mgr silliness

2010-03-23 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- arch/arm/plat-omap/include/dspbridge/wmddeh.h |8 +- drivers/dsp/bridge/wmd/ue_deh.c | 104 +++- 2 files changed, 52 insertions(+), 60 deletions(-) diff --git

[PATCH 10/10] dsp-bridge: deh: fix dummy_va_addr

2010-03-23 Thread Felipe Contreras
It's supposed to be virtual, so u32 doesn't make sense. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- drivers/dsp/bridge/wmd/ue_deh.c | 20 +--- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/drivers/dsp/bridge/wmd/ue_deh.c

[PATCH 2/3] DSPBRIDGE: Fix obvious wrong comment formats in mbox migration

2010-03-23 Thread Omar Ramirez Luna
Fix obvious wrong comment formats in mbox migration. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- drivers/dsp/bridge/wmd/_tiomap.h|2 +- drivers/dsp/bridge/wmd/tiomap3430.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 3/3] DSPBRIDGE: auto select mailbox when compiling bridge

2010-03-23 Thread Omar Ramirez Luna
Auto select mailbox when compiling bridgedriver. If selected as module, first install: arch/arm/plat-omap/mailbox.ko arch/arm/mach-omap2/mailbox_mach.ko Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- drivers/dsp/bridge/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[PATCH 0/3] dspbridge: minor mbox cleanups

2010-03-23 Thread Omar Ramirez Luna
Fix obvious coding style issues not seen during review. And now bridge driver will auto select mailbox driver. Omar Ramirez Luna (3): DSPBRIDGE: fix checkpatch error introduced with mailbox patches DSPBRIDGE: Fix obvious wrong comment formats in mbox migration DSPBRIDGE: auto select

[PATCH 1/3] DSPBRIDGE: fix checkpatch error introduced with mailbox patches

2010-03-23 Thread Omar Ramirez Luna
This fixes: ERROR: foo* bar should be foo *bar 218: FILE: drivers/dsp/bridge/wmd/_tiomap.h:374: +dsp_status sm_interrupt_dsp(struct wmd_dev_context* dev_context, u16 mb_val); Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- drivers/dsp/bridge/wmd/_tiomap.h |2 +- 1 files changed, 1

mmc errors (was Re: [PATCH] arm: Fix DEBUG_LL for omap zoom2/3)

2010-03-23 Thread Nishanth Menon
Tony Lindgren had written, on 03/23/2010 10:27 AM, the following: [...] Then at least one issue remains for zoom3 to be usable.. I'm getting tons of MMC errors trying to mount root on it: mmcblk1: error -110 transferring data, sector 2097024, nr 8, card status 0x900 end_request: I/O error,

Re: [PATCH 02/10] dsp-bridge: deh: trivial cleanups

2010-03-23 Thread Omar Ramirez Luna
On 3/23/2010 4:25 PM, Felipe Contreras wrote: Mostly white-space formatting. Most of this white space changes were made because of rules defined when executing Lindent, if there is an agreement that this Lindent changes are bringing more trouble I think we should roll them back instead of

[PATCH 0/4] DSPBRIDGE: Simplify and optimize sync module

2010-03-23 Thread Guzman Lugo, Fernando
From 16f7a1a33d7f76ea3e2962421fea8d5b5f15e4e1 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Tue, 23 Mar 2010 20:04:33 -0600 Subject: [PATCH] DSPBRIDGE: Simplify and optimize sync module This set of patches simplifies and optimizes the sync module. Fernando Guzman Lugo

[PATCH 1/4] DSPBRIDGE: replace sync_enter/leave_cs with mutexts or spinlocks

2010-03-23 Thread Guzman Lugo, Fernando
From 0691223bb8e78186a1651c810f0e5c4e966c38bf Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Fri, 19 Mar 2010 13:42:19 -0600 Subject: [PATCH] DSPBRIDGE: replace sync_enter/leave_cs with mutexts or spinlocks This patch replaces sync_enter/leave_cs functions used before

[PATCH 2/4] DSPBRIDGE: replace sync_enter/leave_cs for tasklets with spin_lock_bh

2010-03-23 Thread Guzman Lugo, Fernando
From cae4f92de97038b442e06d4d33ba4d36d0754c7b Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Fri, 19 Mar 2010 14:04:28 -0600 Subject: [PATCH] DSPBRIDGE: replace sync_enter/leave_cs for tasklets with spin_lock_bh This patch replaces sync_enter/leave_cs function calls

[PATCH 3/4] DSPBRIDGE: modify sync event functions to use completions instead of sems

2010-03-23 Thread Guzman Lugo, Fernando
From fe3614b420203e22e4e30125ccdef05c8786f595 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Tue, 23 Mar 2010 19:59:38 -0600 Subject: [PATCH] DSPBRIDGE: modify sync event functions to use completions instead of sems This functions modifies sync event functions to use

[PATCH 4/4] DSPBRIDGE: cleanup to sync module

2010-03-23 Thread Guzman Lugo, Fernando
From 16f7a1a33d7f76ea3e2962421fea8d5b5f15e4e1 Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo x0095...@ti.com Date: Tue, 23 Mar 2010 19:54:24 -0600 Subject: [PATCH] DSPBRIDGE: cleanup to sync module This patch cleanup sync module removing everything is not needed anymore. Signed-off-by: