* [PATCH] driver version 0.1
@ 2010-01-11 17:50 Omar Ramirez Luna
2010-01-11 17:50 ` [PATCH] DSPBRIDGE: " Omar Ramirez Luna
0 siblings, 1 reply; 9+ messages in thread
From: Omar Ramirez Luna @ 2010-01-11 17:50 UTC (permalink / raw)
To: linux-omap
Cc: Omar Ramirez Luna, Felipe Contreras, Hiroshi Doyu, Ameya Palande,
Nishant Menon
Given the on going efforts to review bridge patches, a branch
has been published with all of the comments received a few
weeks ago, the current dspbridge which is meant to be 0.1 can
be found at:
Branch: dspbridge @
http://dev.omapzoom.org/?p=tidspbridge/kernel-dspbridge.git;a=shortlog;h=refs/heads/dspbridge
Special thanks to:
- Felipe Contreras: for his comments and time during this sync up.
- Hiroshi Doyu and Ameya Palande for their time reviewing patches.
- And all who also have provided their comments.
Omar Ramirez Luna (1):
DSPBRIDGE: driver version 0.1
drivers/dsp/bridge/rmgr/drv_interface.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
CC: Felipe Contreras <felipe.contreras@nokia.com>
CC: Hiroshi Doyu <Hiroshi.DOYU@nokia.com>
CC: Ameya Palande <ameya.palande@nokia.com>
CC: Nishant Menon <nm@ti.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] DSPBRIDGE: driver version 0.1
2010-01-11 17:50 [PATCH] driver version 0.1 Omar Ramirez Luna
@ 2010-01-11 17:50 ` Omar Ramirez Luna
2010-01-11 18:30 ` Nishanth Menon
2010-01-13 23:55 ` [PATCH] DSPBRIDGE: driver version 0.1 Ramirez Luna, Omar
0 siblings, 2 replies; 9+ messages in thread
From: Omar Ramirez Luna @ 2010-01-11 17:50 UTC (permalink / raw)
To: linux-omap
Cc: Omar Ramirez Luna, Felipe Contreras, Hiroshi Doyu, Ameya Palande,
Nishant Menon
This is the official 0.1 dspbridge version.
CC: Felipe Contreras <felipe.contreras@nokia.com>
CC: Hiroshi Doyu <Hiroshi.DOYU@nokia.com>
CC: Ameya Palande <ameya.palande@nokia.com>
CC: Nishant Menon <nm@ti.com>
Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
---
drivers/dsp/bridge/rmgr/drv_interface.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c
index c853854..efce35d 100644
--- a/drivers/dsp/bridge/rmgr/drv_interface.c
+++ b/drivers/dsp/bridge/rmgr/drv_interface.c
@@ -101,6 +101,7 @@
#define BRIDGE_NAME "C6410"
/* ----------------------------------- Globals */
#define DRIVER_NAME "DspBridge"
+#define DSPBRIDGE_VERSION "0.1"
s32 dsp_debug;
struct platform_device *omap_dspbridge_dev;
@@ -177,6 +178,7 @@ MODULE_PARM_DESC(tc_wordswapon, "TC Word Swap Option. default = 0");
MODULE_AUTHOR("Texas Instruments");
MODULE_LICENSE("GPL");
+MODULE_VERSION(DSPBRIDGE_VERSION);
static char *driver_name = DRIVER_NAME;
--
1.6.2.4
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [PATCH] DSPBRIDGE: driver version 0.1
2010-01-11 17:50 ` [PATCH] DSPBRIDGE: " Omar Ramirez Luna
@ 2010-01-11 18:30 ` Nishanth Menon
2010-01-11 18:46 ` Ramirez Luna, Omar
2010-01-11 19:03 ` PM: Device usb1 failed to suspend: error -16 Weng, Wending
2010-01-13 23:55 ` [PATCH] DSPBRIDGE: driver version 0.1 Ramirez Luna, Omar
1 sibling, 2 replies; 9+ messages in thread
From: Nishanth Menon @ 2010-01-11 18:30 UTC (permalink / raw)
To: Ramirez Luna, Omar
Cc: linux-omap, Felipe Contreras, Hiroshi Doyu, Ameya Palande
Ramirez Luna, Omar had written, on 01/11/2010 11:50 AM, the following:
> This is the official 0.1 dspbridge version.
>
> CC: Felipe Contreras <felipe.contreras@nokia.com>
> CC: Hiroshi Doyu <Hiroshi.DOYU@nokia.com>
> CC: Ameya Palande <ameya.palande@nokia.com>
> CC: Nishant Menon <nm@ti.com>
>
> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
> ---
> drivers/dsp/bridge/rmgr/drv_interface.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c
> index c853854..efce35d 100644
> --- a/drivers/dsp/bridge/rmgr/drv_interface.c
> +++ b/drivers/dsp/bridge/rmgr/drv_interface.c
> @@ -101,6 +101,7 @@
> #define BRIDGE_NAME "C6410"
> /* ----------------------------------- Globals */
> #define DRIVER_NAME "DspBridge"
> +#define DSPBRIDGE_VERSION "0.1"
> s32 dsp_debug;
>
> struct platform_device *omap_dspbridge_dev;
> @@ -177,6 +178,7 @@ MODULE_PARM_DESC(tc_wordswapon, "TC Word Swap Option. default = 0");
>
> MODULE_AUTHOR("Texas Instruments");
> MODULE_LICENSE("GPL");
> +MODULE_VERSION(DSPBRIDGE_VERSION);
>
> static char *driver_name = DRIVER_NAME;
>
is the IOCTL patch before or after the 0.1?
--
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 9+ messages in thread* RE: [PATCH] DSPBRIDGE: driver version 0.1
2010-01-11 18:30 ` Nishanth Menon
@ 2010-01-11 18:46 ` Ramirez Luna, Omar
2010-01-11 18:55 ` Nishanth Menon
2010-01-11 19:03 ` PM: Device usb1 failed to suspend: error -16 Weng, Wending
1 sibling, 1 reply; 9+ messages in thread
From: Ramirez Luna, Omar @ 2010-01-11 18:46 UTC (permalink / raw)
To: Menon, Nishanth; +Cc: linux-omap, Felipe Contreras, Hiroshi Doyu, Ameya Palande
>From: Menon, Nishanth
>
>Ramirez Luna, Omar had written, on 01/11/2010 11:50 AM, the following:
>> This is the official 0.1 dspbridge version.
>>
>> CC: Felipe Contreras <felipe.contreras@nokia.com>
>> CC: Hiroshi Doyu <Hiroshi.DOYU@nokia.com>
>> CC: Ameya Palande <ameya.palande@nokia.com>
>> CC: Nishant Menon <nm@ti.com>
>>
>> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
>> ---
>> drivers/dsp/bridge/rmgr/drv_interface.c | 2 ++
>> 1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c
>> index c853854..efce35d 100644
>> --- a/drivers/dsp/bridge/rmgr/drv_interface.c
>> +++ b/drivers/dsp/bridge/rmgr/drv_interface.c
>> @@ -101,6 +101,7 @@
>> #define BRIDGE_NAME "C6410"
>> /* ----------------------------------- Globals */
>> #define DRIVER_NAME "DspBridge"
>> +#define DSPBRIDGE_VERSION "0.1"
>> s32 dsp_debug;
>>
>> struct platform_device *omap_dspbridge_dev;
>> @@ -177,6 +178,7 @@ MODULE_PARM_DESC(tc_wordswapon, "TC Word Swap Option. default = 0");
>>
>> MODULE_AUTHOR("Texas Instruments");
>> MODULE_LICENSE("GPL");
>> +MODULE_VERSION(DSPBRIDGE_VERSION);
>>
>> static char *driver_name = DRIVER_NAME;
>>
>is the IOCTL patch before or after the 0.1?
IOCTL patch is after 0.1
I'll be resending v2 of IOCTL patch but should be applied after this patch.
- omar
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH] DSPBRIDGE: driver version 0.1
2010-01-11 18:46 ` Ramirez Luna, Omar
@ 2010-01-11 18:55 ` Nishanth Menon
2010-01-11 19:28 ` Ramirez Luna, Omar
0 siblings, 1 reply; 9+ messages in thread
From: Nishanth Menon @ 2010-01-11 18:55 UTC (permalink / raw)
To: Ramirez Luna, Omar
Cc: linux-omap, Felipe Contreras, Hiroshi Doyu, Ameya Palande
Ramirez Luna, Omar had written, on 01/11/2010 12:46 PM, the following:
>> From: Menon, Nishanth
>>
>> Ramirez Luna, Omar had written, on 01/11/2010 11:50 AM, the following:
>>> This is the official 0.1 dspbridge version.
>>>
>>> CC: Felipe Contreras <felipe.contreras@nokia.com>
>>> CC: Hiroshi Doyu <Hiroshi.DOYU@nokia.com>
>>> CC: Ameya Palande <ameya.palande@nokia.com>
>>> CC: Nishant Menon <nm@ti.com>
>>>
>>> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
>>> ---
>>> drivers/dsp/bridge/rmgr/drv_interface.c | 2 ++
>>> 1 files changed, 2 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c
>>> index c853854..efce35d 100644
>>> --- a/drivers/dsp/bridge/rmgr/drv_interface.c
>>> +++ b/drivers/dsp/bridge/rmgr/drv_interface.c
>>> @@ -101,6 +101,7 @@
>>> #define BRIDGE_NAME "C6410"
>>> /* ----------------------------------- Globals */
>>> #define DRIVER_NAME "DspBridge"
>>> +#define DSPBRIDGE_VERSION "0.1"
>>> s32 dsp_debug;
>>>
>>> struct platform_device *omap_dspbridge_dev;
>>> @@ -177,6 +178,7 @@ MODULE_PARM_DESC(tc_wordswapon, "TC Word Swap Option. default = 0");
>>>
>>> MODULE_AUTHOR("Texas Instruments");
>>> MODULE_LICENSE("GPL");
>>> +MODULE_VERSION(DSPBRIDGE_VERSION);
>>>
>>> static char *driver_name = DRIVER_NAME;
>>>
>> is the IOCTL patch before or after the 0.1?
>
> IOCTL patch is after 0.1
>
> I'll be resending v2 of IOCTL patch but should be applied after this patch.
sounds reasonable. I wonder what happened to
http://marc.info/?l=linux-omap&m=125729526105560&w=2
--
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 9+ messages in thread* RE: [PATCH] DSPBRIDGE: driver version 0.1
2010-01-11 18:55 ` Nishanth Menon
@ 2010-01-11 19:28 ` Ramirez Luna, Omar
0 siblings, 0 replies; 9+ messages in thread
From: Ramirez Luna, Omar @ 2010-01-11 19:28 UTC (permalink / raw)
To: Menon, Nishanth; +Cc: linux-omap, Felipe Contreras, Hiroshi Doyu, Ameya Palande
>From: Menon, Nishanth
>
>Ramirez Luna, Omar had written, on 01/11/2010 12:46 PM, the following:
>>> From: Menon, Nishanth
>>>
>>> Ramirez Luna, Omar had written, on 01/11/2010 11:50 AM, the following:
>>>> This is the official 0.1 dspbridge version.
>>>>
>>>> CC: Felipe Contreras <felipe.contreras@nokia.com>
>>>> CC: Hiroshi Doyu <Hiroshi.DOYU@nokia.com>
>>>> CC: Ameya Palande <ameya.palande@nokia.com>
>>>> CC: Nishant Menon <nm@ti.com>
>>>>
>>>> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
>>>> ---
>>>> drivers/dsp/bridge/rmgr/drv_interface.c | 2 ++
>>>> 1 files changed, 2 insertions(+), 0 deletions(-)
>>>>
>>>> diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c
>>>> index c853854..efce35d 100644
>>>> --- a/drivers/dsp/bridge/rmgr/drv_interface.c
>>>> +++ b/drivers/dsp/bridge/rmgr/drv_interface.c
>>>> @@ -101,6 +101,7 @@
>>>> #define BRIDGE_NAME "C6410"
>>>> /* ----------------------------------- Globals */
>>>> #define DRIVER_NAME "DspBridge"
>>>> +#define DSPBRIDGE_VERSION "0.1"
>>>> s32 dsp_debug;
>>>>
>>>> struct platform_device *omap_dspbridge_dev;
>>>> @@ -177,6 +178,7 @@ MODULE_PARM_DESC(tc_wordswapon, "TC Word Swap Option. default = 0");
>>>>
>>>> MODULE_AUTHOR("Texas Instruments");
>>>> MODULE_LICENSE("GPL");
>>>> +MODULE_VERSION(DSPBRIDGE_VERSION);
>>>>
>>>> static char *driver_name = DRIVER_NAME;
>>>>
>>> is the IOCTL patch before or after the 0.1?
>>
>> IOCTL patch is after 0.1
>>
>> I'll be resending v2 of IOCTL patch but should be applied after this patch.
>sounds reasonable. I wonder what happened to
>http://marc.info/?l=linux-omap&m=125729526105560&w=2
To the change: currently is on hold given the amount of changes but
scheduled for this month (hopefully ;))
To the request: I have a patch queue to be applied after 0.1 patch and v2 of
ioctl, the patches have already been sent to this mailing list but changes
didn't fit prior to 0.1 alignment
Regards,
omar
^ permalink raw reply [flat|nested] 9+ messages in thread
* PM: Device usb1 failed to suspend: error -16
2010-01-11 18:30 ` Nishanth Menon
2010-01-11 18:46 ` Ramirez Luna, Omar
@ 2010-01-11 19:03 ` Weng, Wending
2010-01-12 11:40 ` Gupta, Ajay Kumar
1 sibling, 1 reply; 9+ messages in thread
From: Weng, Wending @ 2010-01-11 19:03 UTC (permalink / raw)
To: linux-omap
Hi All,
I tried to suspend the system, and got the following messages:
PM: Syncing filesystems ... done.
Freezing user space processes ... (elapsed 0.00 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Suspending console(s) (use no_console_suspend to debug)
musb_bus_suspend 2261: trying to suspend as a_host while active
pm_op(): usb_dev_suspend+0x0/0x8 returns -16
PM: Device usb1 failed to suspend: error -16
PM: Some devices failed to suspend
Restarting tasks ... Segmentation fault
done.
I use linux-omap-2.6.git, should I use the branch linux-omap-pm? Thanks.
Wending Weng
Software Engineer at Rheinmetall
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Device usb1 failed to suspend: error -16
2010-01-11 19:03 ` PM: Device usb1 failed to suspend: error -16 Weng, Wending
@ 2010-01-12 11:40 ` Gupta, Ajay Kumar
0 siblings, 0 replies; 9+ messages in thread
From: Gupta, Ajay Kumar @ 2010-01-12 11:40 UTC (permalink / raw)
To: Weng, Wending, linux-omap
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> owner@vger.kernel.org] On Behalf Of Weng, Wending
> Sent: Tuesday, January 12, 2010 12:34 AM
> To: linux-omap
> Subject: PM: Device usb1 failed to suspend: error -16
>
> Hi All,
>
> I tried to suspend the system, and got the following messages:
>
> PM: Syncing filesystems ... done.
> Freezing user space processes ... (elapsed 0.00 seconds) done.
> Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
> Suspending console(s) (use no_console_suspend to debug)
> musb_bus_suspend 2261: trying to suspend as a_host while active
> pm_op(): usb_dev_suspend+0x0/0x8 returns -16
> PM: Device usb1 failed to suspend: error -16
> PM: Some devices failed to suspend
You need to apply MUSB and EHCI patches to fix this.
MUSB PM patch is already submitted (at [1]) and is in queue.
I plan to submit OMAP EHCI PM patch after some cleanups.
[1] http://marc.info/?l=linux-usb&m=126200057420865&w=2
-Ajay
> Restarting tasks ... Segmentation fault
> done.
>
> I use linux-omap-2.6.git, should I use the branch linux-omap-pm? Thanks.
>
> Wending Weng
> Software Engineer at Rheinmetall
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] DSPBRIDGE: driver version 0.1
2010-01-11 17:50 ` [PATCH] DSPBRIDGE: " Omar Ramirez Luna
2010-01-11 18:30 ` Nishanth Menon
@ 2010-01-13 23:55 ` Ramirez Luna, Omar
1 sibling, 0 replies; 9+ messages in thread
From: Ramirez Luna, Omar @ 2010-01-13 23:55 UTC (permalink / raw)
To: linux-omap; +Cc: Felipe Contreras, Hiroshi Doyu, Ameya Palande, Menon, Nishanth
>From: Ramirez Luna, Omar
>
>This is the official 0.1 dspbridge version.
>
>Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
>CC: Felipe Contreras <felipe.contreras@nokia.com>
>CC: Hiroshi Doyu <Hiroshi.DOYU@nokia.com>
>CC: Ameya Palande <ameya.palande@nokia.com>
>CC: Nishant Menon <nm@ti.com>
>---
> drivers/dsp/bridge/rmgr/drv_interface.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
Pushed to dspbridge
- omar
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-01-13 23:55 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11 17:50 [PATCH] driver version 0.1 Omar Ramirez Luna
2010-01-11 17:50 ` [PATCH] DSPBRIDGE: " Omar Ramirez Luna
2010-01-11 18:30 ` Nishanth Menon
2010-01-11 18:46 ` Ramirez Luna, Omar
2010-01-11 18:55 ` Nishanth Menon
2010-01-11 19:28 ` Ramirez Luna, Omar
2010-01-11 19:03 ` PM: Device usb1 failed to suspend: error -16 Weng, Wending
2010-01-12 11:40 ` Gupta, Ajay Kumar
2010-01-13 23:55 ` [PATCH] DSPBRIDGE: driver version 0.1 Ramirez Luna, Omar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox