public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] SPI updates
@ 2012-03-20 10:29 Shubhrajyoti D
  2012-03-20 10:29 ` [PATCH 1/3] spi: omap2-mcspi: make it behave as a module Shubhrajyoti D
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Shubhrajyoti D @ 2012-03-20 10:29 UTC (permalink / raw)
  To: spi-devel-general; +Cc: linux-omap, linux-kernel, Shubhrajyoti 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.

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


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

Shubhrajyoti D (1):
  spi: omap2-mcspi: use devm_* functions

 drivers/spi/spi-omap2-mcspi.c |   46 ++++++++---------------------------------
 1 files changed, 9 insertions(+), 37 deletions(-)


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

end of thread, other threads:[~2012-03-20 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 10:29 [PATCH 0/3] SPI updates Shubhrajyoti D
2012-03-20 10:29 ` [PATCH 1/3] spi: omap2-mcspi: make it behave as a module Shubhrajyoti D
2012-03-20 10:29 ` [PATCH 2/3] spi: omap2-mcspi: convert to module_platform_driver Shubhrajyoti D
2012-03-20 10:29 ` [PATCH 3/3] spi: omap2-mcspi: use devm_* functions Shubhrajyoti D
2012-03-20 16:20 ` [PATCH 0/3] SPI updates Grant Likely
2012-03-20 16:42   ` Shubhrajyoti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox