* [PATCH 0/3] OMAP: SPI: Driver updates
@ 2011-10-28 11:41 ` Shubhrajyoti D
0 siblings, 0 replies; 5+ messages in thread
From: Shubhrajyoti D @ 2011-10-28 11:41 UTC (permalink / raw)
To: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Shubhrajyoti D
The patch series does the following
1. Optimises the workqueue to have 1 workqueue per controller so
that one data of one queue doesnt interfere with other.
Earlier discussion thread
http://sourceforge.net/mailarchive/forum.php?thread_name=1319210705-18677-1-git-send-email-shubhrajyoti%40ti.com&forum_name=spi-devel-general
2. Call pm_runtime_disable as it got missed out.
3. Error handling in the spi driver is corrected.
Shubhrajyoti D (3):
OMAP: SPI: Use a workqueue per omap2_mcspi controller
OMAP: SPI: call pm_runtime_disable in error path and remove
OMAP: SPI: Correct the error path
drivers/spi/spi-omap2-mcspi.c | 51 +++++++++++++++++++++++++---------------
1 files changed, 32 insertions(+), 19 deletions(-)
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/3] OMAP: SPI: Driver updates
@ 2011-10-28 11:41 ` Shubhrajyoti D
0 siblings, 0 replies; 5+ messages in thread
From: Shubhrajyoti D @ 2011-10-28 11:41 UTC (permalink / raw)
To: spi-devel-general; +Cc: linux-kernel, Shubhrajyoti D
The patch series does the following
1. Optimises the workqueue to have 1 workqueue per controller so
that one data of one queue doesnt interfere with other.
Earlier discussion thread
http://sourceforge.net/mailarchive/forum.php?thread_name=1319210705-18677-1-git-send-email-shubhrajyoti%40ti.com&forum_name=spi-devel-general
2. Call pm_runtime_disable as it got missed out.
3. Error handling in the spi driver is corrected.
Shubhrajyoti D (3):
OMAP: SPI: Use a workqueue per omap2_mcspi controller
OMAP: SPI: call pm_runtime_disable in error path and remove
OMAP: SPI: Correct the error path
drivers/spi/spi-omap2-mcspi.c | 51 +++++++++++++++++++++++++---------------
1 files changed, 32 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/3] OMAP: SPI: Driver updates
@ 2011-10-28 11:44 ` Shubhrajyoti D
0 siblings, 0 replies; 5+ messages in thread
From: Shubhrajyoti D @ 2011-10-28 11:44 UTC (permalink / raw)
To: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Shubhrajyoti D
The patch series does the following
1. Optimises the workqueue to have 1 workqueue per controller so
that one data of one queue doesnt interfere with other.
Earlier discussion thread
http://sourceforge.net/mailarchive/forum.php?thread_name=1319210705-18677-1-git-send-email-shubhrajyoti%40ti.com&forum_name=spi-devel-general
2. Call pm_runtime_disable as it got missed out.
3. Error handling in the spi driver is corrected.
Shubhrajyoti D (3):
OMAP: SPI: Use a workqueue per omap2_mcspi controller
OMAP: SPI: call pm_runtime_disable in error path and remove
OMAP: SPI: Correct the error path
drivers/spi/spi-omap2-mcspi.c | 51 +++++++++++++++++++++++++---------------
1 files changed, 32 insertions(+), 19 deletions(-)
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/3] OMAP: SPI: Driver updates
@ 2011-10-28 11:44 ` Shubhrajyoti D
0 siblings, 0 replies; 5+ messages in thread
From: Shubhrajyoti D @ 2011-10-28 11:44 UTC (permalink / raw)
To: spi-devel-general; +Cc: linux-kernel, Shubhrajyoti D
The patch series does the following
1. Optimises the workqueue to have 1 workqueue per controller so
that one data of one queue doesnt interfere with other.
Earlier discussion thread
http://sourceforge.net/mailarchive/forum.php?thread_name=1319210705-18677-1-git-send-email-shubhrajyoti%40ti.com&forum_name=spi-devel-general
2. Call pm_runtime_disable as it got missed out.
3. Error handling in the spi driver is corrected.
Shubhrajyoti D (3):
OMAP: SPI: Use a workqueue per omap2_mcspi controller
OMAP: SPI: call pm_runtime_disable in error path and remove
OMAP: SPI: Correct the error path
drivers/spi/spi-omap2-mcspi.c | 51 +++++++++++++++++++++++++---------------
1 files changed, 32 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3] OMAP: SPI: Driver updates
2011-10-28 11:41 ` Shubhrajyoti D
(?)
@ 2011-10-28 11:49 ` Shubhrajyoti
-1 siblings, 0 replies; 5+ messages in thread
From: Shubhrajyoti @ 2011-10-28 11:49 UTC (permalink / raw)
To: Shubhrajyoti D; +Cc: spi-devel-general, linux-kernel
On Friday 28 October 2011 05:11 PM, Shubhrajyoti D wrote:
> The patch series does the following
> 1. Optimises the workqueue to have 1 workqueue per controller so
> that one data of one queue doesnt interfere with other.
> Earlier discussion thread
>
> http://sourceforge.net/mailarchive/forum.php?thread_name=1319210705-18677-1-git-send-email-shubhrajyoti%40ti.com&forum_name=spi-devel-general
>
> 2. Call pm_runtime_disable as it got missed out.
> 3. Error handling in the spi driver is corrected.
Apologies got sent twice please ignore
>
> Shubhrajyoti D (3):
> OMAP: SPI: Use a workqueue per omap2_mcspi controller
> OMAP: SPI: call pm_runtime_disable in error path and remove
> OMAP: SPI: Correct the error path
>
> drivers/spi/spi-omap2-mcspi.c | 51 +++++++++++++++++++++++++---------------
> 1 files changed, 32 insertions(+), 19 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-28 11:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 11:41 [PATCH 0/3] OMAP: SPI: Driver updates Shubhrajyoti D
2011-10-28 11:41 ` Shubhrajyoti D
2011-10-28 11:49 ` Shubhrajyoti
-- strict thread matches above, loose matches on Subject: below --
2011-10-28 11:44 Shubhrajyoti D
2011-10-28 11:44 ` Shubhrajyoti D
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.