[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1234122069.6736.8.camel@localhost.localdomain>
Date: Sun, 08 Feb 2009 19:41:09 +0000
From: Adrian McMenamin <adrian@...golddream.dyndns.info>
To: paul mundt <lethal@...rs.sourceforge.net>,
Greg KH <greg@...ah.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
dwmw2 <dwmw2@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
MTD <linux-mtd@...ts.infradead.org>,
linux-sh <linux-sh@...r.kernel.org>,
linux-input <linux-input@...r.kernel.org>
Subject: [PATCH] sh: maple: add support for Visual Memory Card devices, and
make consequential changes to maple input drivers - 0/3 - v5
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 and joystick
drivers are also included.
This version (v5) fixes a memory leak in the VMU code that was present
when read or write requests timed out in v4. It also adds the joystick
fix.
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@...en.demon.co.uk>
---
drivers/input/joystick/maplecontrol.c | 4 +-
drivers/input/keyboard/maple_keyb.c | 40 +-
drivers/mtd/maps/Kconfig | 12 +-
drivers/mtd/maps/Makefile | 1 +
drivers/mtd/maps/vmu-flash.c | 827 +++++++++++++++++++++++++++++++++
drivers/sh/maple/maple.c | 463 ++++++++++---------
include/linux/maple.h | 62 ++-
7 files changed, 1142 insertions(+), 267 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists