aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Remove EPXA10DB machine supportRussell King2006-01-081-1/+0
| | | | | | | | | | | | EPXA10DB seems to be uncared for: - the "PLD" code has never been merged - no one has reported that this platform has been broken since at least 2.6.10 - interest seems to have dried up around March 2003. Therefore, remove EPXA10DB support. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [MTD] Remove bogus PQ2FADS driverThomas Gleixner2005-11-291-1/+0
| | | | | | Remove disfunctional driver, which slipped through the review mechanism Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] maps: Clean up trailing white spacesThomas Gleixner2005-11-071-2/+2
| | | | Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] maps: Add support for the "TQM834x" BoardsMarian Balakowicz2005-11-071-1/+2
| | | | | | | | | | | The following patch adds support for the TQ Systems TQM834x Boards. Verified on TQM8349L. This is a resubmit after integrating the suggested changes. Signed-off-by: Marian Balakowicz <m8@semihalf.com> Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] maps: Add support for MTX-1 Flash deviceJoern Engel2005-11-061-1/+2
| | | | | | | | Add support for "4G Systems MTX-1 Flash device", better known as meshcube. From: Bruno Randolf <bruno.randolf@4g-systems.biz> Signed-off-by: Joern Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] maps: Add mapping driver for PQ2FADS boards.Todd Poynor2005-11-061-1/+2
| | | | | | From: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] NOR flash map driver for TI OMAP boards.Todd Poynor2005-07-061-1/+2
| | | | | | | | From: David Brownell, Jian Zhang <jzhang@ti.com>, Tony Lindgren <tony@atomide.com> and others. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] Add mapping driver for Intel PXA27x Mainstone board flash.Nico Pitre2005-07-061-1/+2
| | | | | | From: Nicolas Pitre <nico@cam.org> Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] Remove Elan-104NCDavid Vrabel2005-05-231-2/+1
| | | | | | | Remove support for the Arcom Elan-104NC since it's no longer being maintained. Signed-off-by: David Vrabel <dvrabel@arcom.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] Replace all the Au1x mapping drivers with a simplified single driverPete Popov2005-05-231-5/+2
| | | | | | | | This driver does not have as many options but it's easier to maintain. And, it turns out AMD never shipped boards with different flash densities. Signed-off-by: Pete Popov <ppopov@pacbell.net> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* [MTD] Platform RAM DriverBen Dooks2005-05-231-1/+2
| | | | | | | | Driver for generic RAM blocks which are exported by an platform_device from the device driver system. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+73
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!