An error occurred fetching the project authors.
- 01 Aug, 2008 1 commit
-
-
Kumar Gala authored
Now that arch/ppc is gone we don't need CONFIG_PPC_MERGE anymore remove the dead code associated with !CONFIG_PPC_MERGE. The mtd maps should be using the OF based mechanism. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org> Acked-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 15 Jul, 2008 1 commit
-
-
Yoichi Yuasa authored
Signed-off-by:
Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Acked-By:
David Woodhouse <David.Woodhouse@intel.com> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- 11 Jul, 2008 1 commit
-
-
Ben Dooks authored
Remove the Simtec BAST flash driver as this has been replaced by using the platform flash driver. Signed-off-by:
Ben Dooks <ben-linux@fluff.org> Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com>
-
- 04 Jun, 2008 2 commits
-
-
Mike Frysinger authored
Handle the case where flash memory and ethernet mac/phy are mapped onto the same async bank [try #4] - drop superfluous casts - drop SSYNC() when reading from the flash and rewrite bfin_copy_from() to be like bfin_copy_to() so that we dont have to handle all the aligned/unaligned cases [try #3] rename bf5xx-flash to bfin-async-flash - move all kconfig board settings into board resources - fixup casting style according to lkml feedback - rewrite driver so that it can handle arbitrary of instances according to the declared platform resources [try #2] Remove useless SSYNC() as Will said [try #1] The BF533-STAMP does this for example. All board-specific configuration goes in your board resources file. Signed-off-by:
Mike Frysinger <vapier.adi@gmail.com> Acked-By:
Jörn Engel <joern@logfs.org> Signed-off-by:
Bryan Wu <cooloney@kernel.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
Adrian Bunk authored
Once upon a time, the MTD repository was using CVS. This patch therefore removes all usages of the no longer updated CVS keywords from the MTD code. This also includes code that printed them to the user. Signed-off-by:
Adrian Bunk <bunk@kernel.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 08 May, 2008 1 commit
-
-
Adrian Bunk authored
SH_MPC1211 has been marked as BROKEN for some time. Unless someone is working on reviving it now, I'd therefore suggest this patch to remove it. Signed-off-by:
Adrian Bunk <bunk@kernel.org> Signed-off-by:
Paul Mundt <lethal@linux-sh.org>
-
- 08 Jan, 2008 1 commit
-
-
David Woodhouse authored
It should be done as a physmap device, and people keep turning it on and whining about it. Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 23 Sep, 2007 2 commits
-
-
David Woodhouse authored
The Vermilion Range Expansion Bus supports four chip selects, each of which has 64MiB of address space. The 2nd BAR of the Expansion Bus PCI Device is a 256MiB memory region containing the address spaces for all four of the chip selects, with start addresses hardcoded on 64MiB boundaries. This map driver only supports NOR flash on chip select 0. The buswidth (either 8 bits or 16 bits) is determined by reading the Expansion Bus Timing and Control Register for Chip Select 0 (EXP_TIMING_CS0). Signed-off-by:
Andy Lowe <alowe@mvista.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
Todd Poynor authored
Replace Lubbock and Mainstone board drivers with common PXA2xx driver, convert to platform driver (corresponding platform device changes merged to kernel.org for 2.6.15), add power management callbacks. Signed-off-by:
Todd Poynor <tpoynor@mvista.com> Signed-off-by:
Nicolas Pitre <npitre@mvista.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 09 Sep, 2007 1 commit
-
-
Yoichi Yuasa authored
This patch has removed Momenco Ocelot support from MTD. Ocelot support has already removed. Signed-off-by:
Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 23 Aug, 2007 1 commit
-
-
Kumar Gala authored
The tqm834x map Kconfig options depends on TQM834x which does not exist anywhere else in the kernel. The pq2fads map Kconfig/makefile support was removed a while ago but the actual file persisted. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- 10 Jul, 2007 1 commit
-
-
Yoichi Yuasa authored
Signed-off-by:
Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- 09 May, 2007 1 commit
-
-
David Gibson authored
drivers/mtd/maps includes flash maps for the Beech and Arctic PowerPC 405LP based boards. However, the 405LP was discontinued before any quantity were distributed and those boards no longer have kernel support in general. Therefore, this patch removes this obsolete code. Signed-off-by:
David Gibson <dwg@au1.ibm.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 02 Apr, 2007 1 commit
-
-
Marc St-Jean authored
Add flash and rootfs mappings for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the linux-mips@linux-mips.org list. Signed-off-by:
Marc St-Jean <Marc_St-Jean@pmc-sierra.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 11 Dec, 2006 1 commit
-
-
Ralf Baechle authored
Support for the ITE8172 based boards was deleted a while ago so this is dead code. The Kconfig dependency on MIPS was wrong anyway, MIPS is a processor architecture and nothing else; guesses on systems architecture are likely to be wrong ... Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 08 Dec, 2006 1 commit
-
-
Vitaly Wool authored
inlined below is the patch that adds physmap driver for of_device. It's an MTD part of the two-part support for flash/ROM devices based on Open Firmware descriptions. The arch part (currently only PowerPC which is no surprise) was introduced to powerpc folks earlier and recently the older version of the powerpc part has been included into the powerpc.git tree (see http://www.kernel.org/git/?p=linux/kernel/git/paulus/powerpc.git;a=commitdiff;h=28f9ec349ae47c91768b7bc5607db4442c818e11). drivers/mtd/maps/Kconfig | 9 + drivers/mtd/maps/Makefile | 1 drivers/mtd/maps/physmap_of.c | 255 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 265 insertions(+) Signed-off-by:
Vitaly Wool <vwool@ru.mvista.com> Signed-off-by:
Sergey Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 28 Nov, 2006 1 commit
-
-
Dave Olsen authored
Add support for accessing BIOS flash chips connected to the NVIDIA ck804 southbridge. Signed-off-by:
Ryan Jackson <rjackson@lnxi.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 21 Oct, 2006 1 commit
-
-
Lew Glendenning authored
Add MTD map driver for BIOS flash chips connected to the Intel ESB2 southbridge. [akpm@osdl.org: coding-style fixes, build fix] Signed-off-by:
Ryan Jackson <rjackson@lnxi.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 22 Sep, 2006 1 commit
-
-
Lennert Buytenhek authored
The iq80310 mtd map driver depends on ARCH_IQ80310, which isn't defined anywhere in the tree (as we don't have 80310 support), and furthermore, everything the driver does can be done with physmap instead. Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 08 Jan, 2006 1 commit
-
-
Russell King authored
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>
-
- 29 Nov, 2005 1 commit
-
-
Thomas Gleixner authored
Remove disfunctional driver, which slipped through the review mechanism Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
- 07 Nov, 2005 2 commits
-
-
Thomas Gleixner authored
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
Marian Balakowicz authored
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>
-
- 06 Nov, 2005 2 commits
-
-
Joern Engel authored
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>
-
Todd Poynor authored
From: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by:
Todd Poynor <tpoynor@mvista.com> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
- 06 Jul, 2005 2 commits
-
-
Todd Poynor authored
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>
-
Nico Pitre authored
From: Nicolas Pitre <nico@cam.org> Signed-off-by:
Todd Poynor <tpoynor@mvista.com> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
- 23 May, 2005 3 commits
-
-
David Vrabel authored
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>
-
Pete Popov authored
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>
-
Ben Dooks authored
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>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
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!
-