An error occurred fetching the project authors.
- 17 Apr, 2007 1 commit
-
-
Ralf Baechle authored
o A dependency on the processor architecture does not make sense; delete it. o The Alchemy and MTX drivers requires MTD_PARTITIONS and MTD_CFI to work, make those dependencies. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> 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>
-
- 09 Feb, 2007 1 commit
-
-
akpm@osdl.org authored
CONFIG_MTD_CK804XROM=y, CONFIG_PCI=n results in the following compile error: CC drivers/mtd/maps/ck804xrom.o ck804xrom.c: In function 'ck804xrom_init_one': ck804xrom.c:114: error: implicit declaration of function 'pci_dev_get' ck804xrom.c:114: warning: assignment makes pointer from integer without a cast make[4]: *** [drivers/mtd/maps/ck804xrom.o] Error 1 Considering what hardware this driver is driving, a dependency on PCI also seems logical. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Cc: Ryan Jackson <rjackson@lnxi.com> Signed-off-by:
Andrew Morton <akpm@osdl.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>
-
- 10 Dec, 2006 1 commit
-
-
Randy Dunlap authored
ESB2ROM uses PCI interface functions. With CONFIG_PCI=n: drivers/mtd/maps/esb2rom.c: In function 'esb2rom_init_one': drivers/mtd/maps/esb2rom.c:167: warning: implicit declaration of function 'pci_dev_get' Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Andrew Morton <akpm@osdl.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>
-
- 30 Nov, 2006 1 commit
-
-
Matt LaPlante authored
Fix various Kconfig typos. Signed-off-by:
Matt LaPlante <kernel1@cyberdogtech.com> Acked-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Adrian Bunk <bunk@stusta.de>
-
- 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>
-
- 15 Aug, 2006 1 commit
-
-
Takashi YOSHII authored
map/physmap.c tries to probe "cfi_probe", "jedec_probe" and "map_rom", but map/Kconfig says it depends on MTD_CFI only. This patch adds MTD_JEDECPROBE and MTD_ROM to the dependency condition. Signed-off-by:
Takashi YOSHII <takasi-y@ops.dti.ne.jp> Signed-off-by:
Josh Boyer <jwboyer@gmail.com>
-
- 09 Jun, 2006 1 commit
-
-
Roman Zippel authored
This removes all the leading whitespace kconfig now warns about. Signed-off-by:
Roman Zippel <zippel@linux-m68k.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
-
- 17 May, 2006 1 commit
-
-
Martin Michlmayr authored
The following difference was found between the mainline and linux-mips kernel. LASAT depends on MTD_CFI. Signed-off-by:
Martin Michlmayr <tbm@cyrius.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 12 May, 2006 2 commits
-
-
Egry Gábor authored
Signed-off-by:
Egry Gábor <gaboregry@t-online.hu> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
Jean-Luc Leger authored
Default values for boolean and tristate options can only be 'y', 'm' or 'n'. This patch removes wrong default for MTD_PCMCIA_ANONYMOUS. Signed-off-by:
Jean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 07 May, 2006 1 commit
-
-
Lennert Buytenhek authored
After dwmw2 let me know it ought to be done, I rewrote the physmap map driver to be a platform driver. I know zilch about the driver model, so I probably botched it in some way, but I've done some tests on an ixp23xx board which uses physmap, and it all seems to work. In order to not break existing physmap users, I've added some compat code that will instantiate a platform device iff CONFIG_MTD_PHYSMAP_LEN is defined and != 0. Also, I've changed the default value for CONFIG_MTD_PHYSMAP_LEN to zero, so that people who inadvertently compile in physmap (or new, platform-style, users of physmap) don't get burned. This works pretty well -- the new physmap driver is a drop-in replacement for the old one, and works on said ixp23xx board without any code changes needed. (This should hold as long as users don't touch 'physmap_map' directly.) Once all physmap users have been converted to instantiate their own platform devices, the compat code can go. (Or we decide that we can change all the in-tree users at the same time, and never merge the compat code.) Signed-off-by:
Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 29 Apr, 2006 1 commit
-
-
Daniel Drake authored
Toralf Förster found a compile error when CONFIG_MTD_SC520CDP=y and CONFIG_MTD_CONCAT=n: drivers/built-in.o: In function `init_sc520cdp': sc520cdp.c:(.init.text+0xb4de): undefined reference to `mtd_concat_create' drivers/built-in.o: In function `cleanup_sc520cdp': sc520cdp.c:(.exit.text+0x14bc): undefined reference to `mtd_concat_destroy' This patch fixes it. Signed-off-by:
Daniel Drake <dsd@gentoo.org> Signed-off-by:
Josh Boyer <jwboyer@gmail.com>
-
- 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>
-
- 23 Dec, 2005 1 commit
-
-
Adrian Bunk authored
Introduce a Kconfig symbol SPARC that is defined on both the sparc and sparc64 architectures. This symbol makes some dependencies more readable. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 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>
-
- 13 Nov, 2005 1 commit
-
-
Sean Young authored
CONFIG_ELAN doesn't exist any more; CONFIG_X86_ELAN is too specific so make ts-5500 memory map dependant on CONFIG_X86. Signed-off-by:
Sean Young <sean@mess.org> 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 4 commits
-
-
Sean Young authored
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
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>
-
Sean Young authored
This type of flash translation layer (FTL) is used by the Embedded BIOS by General Software. It is known as the Resident Flash Disk (RFD), see: http://www.gensw.com/pages/prod/bios/rfd.htmSigned-off-by:
Sean Young <sean@mess.org> 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>
-
- 28 Jun, 2005 1 commit
-
-
Dominik Brodowski authored
Add pcmcia_device_id table to pcmciamtd. The binding of anonymus cards (i.e. those who do neither report MANFID, CARDID, FUNCID nor product strings) is protected by a new config option. Signed-off-by:
Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 23 May, 2005 5 commits
-
-
Thomas Gleixner authored
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
-
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
update the BAST driver config (which already supports the vr1000) to be selected only if the vr1000 has been configured Signed-off-by:
Ben Dooks <ben@simtec.co.uk> 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!
-