public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add support for Sony SxS cards
@ 2014-07-07  9:53 Kieran Kunhya
  2014-07-07  9:53 ` [PATCH] block: Add support for Sony SxS cards Signed-off-by: Kieran Kunhya <kieran@kunhya.com> Kieran Kunhya
  0 siblings, 1 reply; 7+ messages in thread
From: Kieran Kunhya @ 2014-07-07  9:53 UTC (permalink / raw)
  To: axboe
  Cc: akpm, jmoyer, rdunlap, fabf, minchan, linus.walleij, abhansali,
	gnomes, jkosina, linux-kernel, Kieran Kunhya

This patch adds a reverse-engineered read-only driver for Sony SxS cards.
SxS cards are an Expresscard based memory card used in professional cameras.

I've not managed to get block device DMA working for some reason and currently
this driver uses a memcpy. I may well be using the block device DMA API incorrectly.

The block device DMA code can be found here:
https://github.com/kierank/sxs-linux/blob/dma/sxs.c

Any comments on the DMA code would also be appreciated.

Kieran Kunhya (1):
  block: Add support for Sony SxS cards     Signed-off-by: Kieran
    Kunhya <kieran@kunhya.com>

 drivers/block/Kconfig  |    9 +
 drivers/block/Makefile |    1 +
 drivers/block/sxs.c    |  491 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 501 insertions(+)
 create mode 100644 drivers/block/sxs.c

-- 
1.7.9.5


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

end of thread, other threads:[~2014-09-28 16:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07  9:53 [PATCH] Add support for Sony SxS cards Kieran Kunhya
2014-07-07  9:53 ` [PATCH] block: Add support for Sony SxS cards Signed-off-by: Kieran Kunhya <kieran@kunhya.com> Kieran Kunhya
2014-07-07 14:41   ` Randy Dunlap
2014-07-20  0:01     ` [PATCHv2] block: Add support for Sony SxS cards Kieran Kunhya
2014-09-27 23:43       ` [PATCHv3] " Kieran Kunhya
2014-09-28  2:31         ` Jens Axboe
     [not found]           ` <1411915159.78518.YahooMailNeo@web161504.mail.bf1.yahoo.com>
2014-09-28 16:35             ` Jens Axboe

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