linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/6] spi: omap2-mcspi: driver updates
@ 2012-03-30 10:20 Shubhrajyoti D
       [not found] ` <1333102822-17171-1-git-send-email-shubhrajyoti-l0cyMroinI0@public.gmane.org>
  2012-03-31  5:44 ` [PATCHv3 0/6] spi: omap2-mcspi: driver updates Grant Likely
  0 siblings, 2 replies; 10+ messages in thread
From: Shubhrajyoti D @ 2012-03-30 10:20 UTC (permalink / raw)
  To: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: Shubhrajyoti, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, D

The patch series does the following cleanups
- Converts the spi to module_platform_driver
- Use the devm functions so that the freeing need not 
  be done in the driver.
- Makes the driver use autosuspend
- Folds Benoit's bus_num removal patch in the series

Changes from v1
- Makes the driver use autosuspend
- Folds Benoit's bus_num removal patch in the series

Changes from v2
- The tmp variable is used to write this can be optimised 
 as it is not needed if the value is directly written.
 Acknowledge  Tarun for the suggestion.

This is also available through
git     : git://gitorious.org/linus-tree/linus-tree.git
branch  : spi

This is targeted for v3.5. 

Benoit Cousson (1):
  spi/omap: Remove bus_num usage for instance index

Felipe Balbi (2):
  spi: omap2-mcspi: make it behave as a module
  spi: omap2-mcspi: convert to module_platform_driver

Shubhrajyoti D (3):
  spi: omap2-mcspi: use devm_* functions
  spi: omap2-mcspi: add support for pm_runtime autosuspend
  spi: omap2-mcspi: Trivial optimisation

 drivers/spi/spi-omap2-mcspi.c |  132 +++++++++++++++-------------------------
 1 files changed, 50 insertions(+), 82 deletions(-)


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCHv3 0/6] spi: omap2-mcspi: driver updates
@ 2012-03-30 10:20 Shubhrajyoti D
  0 siblings, 0 replies; 10+ messages in thread
From: Shubhrajyoti D @ 2012-03-30 10:20 UTC (permalink / raw)
  To: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: Shubhrajyoti, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, D

The patch series does the following cleanups
- Converts the spi to module_platform_driver
- Use the devm functions so that the freeing need not 
  be done in the driver.
- Makes the driver use autosuspend
- Folds Benoit's bus_num removal patch in the series

Changes from v1
- Makes the driver use autosuspend
- Folds Benoit's bus_num removal patch in the series

Changes from v2
- The tmp variable is used to write this can be optimised 
 as it is not needed if the value is directly written.
 Acknowledge  Tarun for the suggestion.

This is also available through
git     : git://gitorious.org/linus-tree/linus-tree.git
branch  : spi

This is targeted for v3.5. 

Benoit Cousson (1):
  spi/omap: Remove bus_num usage for instance index

Felipe Balbi (2):
  spi: omap2-mcspi: make it behave as a module
  spi: omap2-mcspi: convert to module_platform_driver

Shubhrajyoti D (3):
  spi: omap2-mcspi: use devm_* functions
  spi: omap2-mcspi: add support for pm_runtime autosuspend
  spi: omap2-mcspi: Trivial optimisation

 drivers/spi/spi-omap2-mcspi.c |  132 +++++++++++++++-------------------------
 1 files changed, 50 insertions(+), 82 deletions(-)


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-03-31 11:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-30 10:20 [PATCHv3 0/6] spi: omap2-mcspi: driver updates Shubhrajyoti D
     [not found] ` <1333102822-17171-1-git-send-email-shubhrajyoti-l0cyMroinI0@public.gmane.org>
2012-03-30 10:20   ` [PATCHv3 1/6] spi/omap: Remove bus_num usage for instance index Shubhrajyoti D
2012-03-30 10:20   ` [PATCHv3 2/6] spi: omap2-mcspi: make it behave as a module Shubhrajyoti D
2012-03-30 10:20   ` [PATCHv3 3/6] spi: omap2-mcspi: convert to module_platform_driver Shubhrajyoti D
2012-03-30 10:20   ` [PATCHv3 4/6] spi: omap2-mcspi: use devm_* functions Shubhrajyoti D
2012-03-30 10:20   ` [PATCHv3 5/6] spi: omap2-mcspi: add support for pm_runtime autosuspend Shubhrajyoti D
2012-03-30 10:20   ` [PATCHv3 6/6] spi: omap2-mcspi: Trivial optimisation Shubhrajyoti D
2012-03-31  5:44 ` [PATCHv3 0/6] spi: omap2-mcspi: driver updates Grant Likely
2012-03-31 11:12   ` Shubhrajyoti
  -- strict thread matches above, loose matches on Subject: below --
2012-03-30 10:20 Shubhrajyoti D

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).