mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kieran Kunhya <kieran@kunhya.com>
To: axboe@kernel.dk
Cc: akpm@linux-foundation.org, jmoyer@redhat.com,
	rdunlap@infradead.org, fabf@skynet.be, minchan@kernel.org,
	linus.walleij@linaro.org, abhansali@stec-inc.com,
	gnomes@lxorguk.ukuu.org.uk, jkosina@suse.cz,
	linux-kernel@vger.kernel.org, Kieran Kunhya <kieran@kunhya.com>
Subject: [PATCH] Add support for Sony SxS cards
Date: Mon,  7 Jul 2014 10:53:13 +0100	[thread overview]
Message-ID: <1404726794-8964-1-git-send-email-kieran@kunhya.com> (raw)

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


             reply	other threads:[~2014-07-07  9:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-07  9:53 Kieran Kunhya [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1404726794-8964-1-git-send-email-kieran@kunhya.com \
    --to=kieran@kunhya.com \
    --cc=abhansali@stec-inc.com \
    --cc=akpm@linux-foundation.org \
    --cc=axboe@kernel.dk \
    --cc=fabf@skynet.be \
    --cc=gnomes@lxorguk.ukuu.org.uk \
    --cc=jkosina@suse.cz \
    --cc=jmoyer@redhat.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=minchan@kernel.org \
    --cc=rdunlap@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome