All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: maple: Add support for VMU devices (v2) [0/3]
@ 2009-02-03  0:06 ` Adrian McMenamin
  0 siblings, 0 replies; 39+ messages in thread
From: Adrian McMenamin @ 2009-02-03  0:06 UTC (permalink / raw)
  To: greg KH, Paul Mundt, Dmitry Torokhov, dwmw2
  Cc: LKML, MTD, linux-sh, linux-input

This series of patches adds support for the Dreamcast Visual Memory
Unit, reworking the maple bus code to ensure it supports asynchronous
reads and writes. A consequential amendment to the keyboard driver is
also included.

The VMU is a 'smart' flash chip where access is controlled by a
microcontroller so that, for instance, flash erases appear to be
transparent to the end user. The VMU does, however, show typical
flash-type behaviour (eg phased writes) and the MTD layer and the chip
work well together (eg in the way they handle apparent hotplug events
during a block write).

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
---


^ permalink raw reply	[flat|nested] 39+ messages in thread
* [PATCH] sh: maple: Add support for VMU devices (v3) [0/3]
@ 2009-02-03 14:31 ` Adrian McMenamin
  0 siblings, 0 replies; 39+ messages in thread
From: Adrian McMenamin @ 2009-02-03 14:31 UTC (permalink / raw)
  To: greg KH, Paul Mundt, Dmitry Torokhov, dwmw2
  Cc: LKML, MTD, linux-sh, linux-input

This series of patches adds support for the Dreamcast Visual Memory
Unit, reworking the maple bus code to ensure it supports asynchronous
reads and writes. A consequential amendment to the keyboard driver is
also included.

The VMU is a 'smart' flash chip where access is controlled by a
microcontroller so that, for instance, flash erases appear to be
transparent to the end user. The VMU does, however, show typical
flash-type behaviour (eg phased writes) and the MTD layer and the chip
work well together (eg in the way they handle apparent hotplug events
during a block write).

This version tidies up some style issues raised with version 2.

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
---
 drivers/input/keyboard/maple_keyb.c |   40 +-
 drivers/mtd/maps/Kconfig            |   12 +-
 drivers/mtd/maps/Makefile           |    1 +
 drivers/mtd/maps/vmu-flash.c        |  826 +++++++++++++++++++++++++++++++++++
 drivers/sh/maple/maple.c            |  463 ++++++++++----------
 include/linux/maple.h               |   62 ++-
 6 files changed, 1139 insertions(+), 265 deletions(-)


^ permalink raw reply	[flat|nested] 39+ messages in thread
* [PATCH] sh: maple: Add support for VMU devices (v4) [0/3]
@ 2009-02-03 16:59 ` Adrian McMenamin
  0 siblings, 0 replies; 39+ messages in thread
From: Adrian McMenamin @ 2009-02-03 16:59 UTC (permalink / raw)
  To: greg KH, Paul Mundt, Dmitry Torokhov, dwmw2
  Cc: LKML, MTD, linux-sh, linux-input

This series of patches adds support for the Dreamcast Visual Memory
Unit, reworking the maple bus code to ensure it supports asynchronous
reads and writes. A consequential amendment to the keyboard driver is
also included.

The VMU is a 'smart' flash chip where access is controlled by a
microcontroller so that, for instance, flash erases appear to be
transparent to the end user. The VMU does, however, show typical
flash-type behaviour (eg phased writes) and the MTD layer and the chip
work well together (eg in the way they handle apparent hotplug events
during a block write).

This version tidies up some style issues raised with version 2.

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
---

 drivers/input/keyboard/maple_keyb.c |   40 +-
 drivers/mtd/maps/Kconfig            |   12 +-
 drivers/mtd/maps/Makefile           |    1 +
 drivers/mtd/maps/vmu-flash.c        |  825 +++++++++++++++++++++++++++++++++++
 drivers/sh/maple/maple.c            |  463 ++++++++++----------
 include/linux/maple.h               |   62 ++-
 6 files changed, 1138 insertions(+), 265 deletions(-)


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

end of thread, other threads:[~2009-02-03 17:11 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-03  0:06 [PATCH] sh: maple: Add support for VMU devices (v2) [0/3] Adrian McMenamin
2009-02-03  0:06 ` Adrian McMenamin
2009-02-03  0:17 ` [PATCH] sh: maple: Add support for VMU devices (v2) [1/3] Adrian McMenamin
2009-02-03  0:17   ` Adrian McMenamin
2009-02-03  0:17   ` Adrian McMenamin
2009-02-03  0:17   ` Adrian McMenamin
2009-02-03  0:48   ` Mike Frysinger
2009-02-03  0:48     ` Mike Frysinger
2009-02-03  0:48     ` Mike Frysinger
2009-02-03  0:17 ` [PATCH] sh: maple: Add support for VMU devices (v2) [2/3] Adrian McMenamin
2009-02-03  0:17   ` Adrian McMenamin
2009-02-03  0:17   ` Adrian McMenamin
2009-02-03  0:17 ` [PATCH] sh: maple: Add support for VMU devices (v2) [3/3] Adrian McMenamin
2009-02-03  0:17   ` Adrian McMenamin
  -- strict thread matches above, loose matches on Subject: below --
2009-02-03 14:31 [PATCH] sh: maple: Add support for VMU devices (v3) [0/3] Adrian McMenamin
2009-02-03 14:31 ` Adrian McMenamin
2009-02-03 14:31 ` Adrian McMenamin
2009-02-03 14:35 ` [PATCH] sh: maple: Add support for VMU devices (v3) [1/3] Adrian McMenamin
2009-02-03 14:35   ` Adrian McMenamin
2009-02-03 14:35   ` Adrian McMenamin
2009-02-03 16:30   ` Mike Frysinger
2009-02-03 16:30     ` Mike Frysinger
2009-02-03 16:30     ` Mike Frysinger
2009-02-03 14:37 ` [PATCH] sh: maple: Add support for VMU devices (v3) [2/3] Adrian McMenamin
2009-02-03 14:37   ` Adrian McMenamin
2009-02-03 14:37   ` Adrian McMenamin
2009-02-03 14:39 ` [PATCH] sh: maple: Add support for VMU devices (v3) [3/3] Adrian McMenamin
2009-02-03 14:39   ` Adrian McMenamin
2009-02-03 16:59 [PATCH] sh: maple: Add support for VMU devices (v4) [0/3] Adrian McMenamin
2009-02-03 16:59 ` Adrian McMenamin
2009-02-03 16:59 ` Adrian McMenamin
2009-02-03 17:04 ` [PATCH] sh: maple: Add support for VMU devices (v4) [1/3] Adrian McMenamin
2009-02-03 17:04   ` Adrian McMenamin
2009-02-03 17:04   ` Adrian McMenamin
2009-02-03 17:06 ` [PATCH] sh: maple: Add support for VMU devices (v4) [2/3] Adrian McMenamin
2009-02-03 17:06   ` Adrian McMenamin
2009-02-03 17:06   ` Adrian McMenamin
2009-02-03 17:09 ` [PATCH] sh: maple: Add support for VMU devices (v4) [3/3] Adrian McMenamin
2009-02-03 17:09   ` Adrian McMenamin

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.