From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757932AbYA1Fef (ORCPT ); Mon, 28 Jan 2008 00:34:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754936AbYA1FdX (ORCPT ); Mon, 28 Jan 2008 00:33:23 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:43937 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754846AbYA1FdV (ORCPT ); Mon, 28 Jan 2008 00:33:21 -0500 Date: Sun, 27 Jan 2008 21:33:23 -0800 From: Andrew Morton To: Paul Mundt Cc: Adrian McMenamin , Jens Axboe , linux-sh , LKML Subject: Re: [PATCH] SH/Dreamcast - add support for GD-Rom CDROM drive on SEGA Dreamcast Message-Id: <20080127213323.470d6a3b.akpm@linux-foundation.org> In-Reply-To: <20080118005633.GA14945@linux-sh.org> References: <1200007549.6349.16.camel@localhost.localdomain> <1200088609.6213.3.camel@localhost.localdomain> <20080112053630.0ccb290e.akpm@linux-foundation.org> <1200351607.6196.4.camel@localhost.localdomain> <1200352635.6196.8.camel@localhost.localdomain> <1200527877.6243.3.camel@localhost.localdomain> <20080117012743.GD14107@linux-sh.org> <1200609006.6253.1.camel@localhost.localdomain> <20080118005633.GA14945@linux-sh.org> X-Mailer: Sylpheed 2.4.1 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 Jan 2008 09:56:33 +0900 Paul Mundt wrote: > On Thu, Jan 17, 2008 at 10:30:06PM +0000, Adrian McMenamin wrote: > > From: Adrian McMenamin > > > > This patch adds support for the GD-Rom drive, SEGA's proprietary > > implementation of an IDE CD Rom for the SEGA Dreamcast. This driver > > implements Sega's Packet Interface (SPI) - at least partially. It will > > also read disks in SEGA's propreitary GD format. > > > > Unlike previous drivers (which were never in mainline) this uses DMA and > > not PIO to read disks. It is a new driver, not a refactoring of old > > drivers. > > > > I hope I've fixed all the white space and other issues now! > > > > Signed-off by: Adrian McMenamin > > > Looks good to me. I'll add it to my queue unless Andrew has any glaring > objections. Looks like a driver to me, but Jens is mostly-cdrom-maintainer.