You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Update broken web addresses in the kernel.
The patch below updates broken web addresses in the kernel Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Cc: Maciej W. Rozycki <macro@linux-mips.org> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Finn Thain <fthain@telegraphics.com.au> Cc: Randy Dunlap <rdunlap@xenotime.net> Cc: Matt Turner <mattst88@gmail.com> Cc: Dimitry Torokhov <dmitry.torokhov@gmail.com> Cc: Mike Frysinger <vapier.adi@gmail.com> Acked-by: Ben Pfaff <blp@cs.stanford.edu> Acked-by: Hans J. Koch <hjk@linutronix.de> Reviewed-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
d7eccbbae8
commit
631dd1a885
@@ -418,8 +418,8 @@ struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary)
|
||||
|
||||
/*
|
||||
* Valid primary extension versions are: 1.0, 1.1, 1.2, 1.3, 1.4
|
||||
* see: http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_r20.pdf, page 19
|
||||
* http://www.amd.com/us-en/assets/content_type/DownloadableAssets/cfi_100_20011201.pdf
|
||||
* see: http://cs.ozerki.net/zap/pub/axim-x5/docs/cfi_r20.pdf, page 19
|
||||
* http://www.spansion.com/Support/AppNotes/cfi_100_20011201.pdf
|
||||
* http://www.spansion.com/Support/Datasheets/s29ws-p_00_a12_e.pdf
|
||||
*/
|
||||
if (extp->MajorVersion != '1' ||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* - January 2000
|
||||
*
|
||||
* [2] MTD internal API documentation
|
||||
* - http://www.linux-mtd.infradead.org/tech/
|
||||
* - http://www.linux-mtd.infradead.org/
|
||||
*
|
||||
* Limitations:
|
||||
*
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@
|
||||
|
||||
Use of the FTL format for non-PCMCIA applications may be an
|
||||
infringement of these patents. For additional information,
|
||||
contact M-Systems (http://www.m-sys.com) directly.
|
||||
contact M-Systems directly. M-Systems since acquired by Sandisk.
|
||||
|
||||
======================================================================*/
|
||||
#include <linux/mtd/blktrans.h>
|
||||
|
||||
@@ -172,7 +172,7 @@ config MTD_OCTAGON
|
||||
This provides a 'mapping' driver which supports the way in which
|
||||
the flash chips are connected in the Octagon-5066 Single Board
|
||||
Computer. More information on the board is available at
|
||||
<http://www.octagonsystems.com/CPUpages/5066.html>.
|
||||
<http://www.octagonsystems.com/products/5066.aspx>.
|
||||
|
||||
config MTD_VMAX
|
||||
tristate "JEDEC Flash device mapped on Tempustech VMAX SBC301"
|
||||
@@ -284,7 +284,7 @@ config MTD_TQM8XXL
|
||||
chips, currently uses AMD one. This 'mapping' driver supports
|
||||
that arrangement, allowing the CFI probe and command set driver
|
||||
code to communicate with the chips on the TQM8xxL board. More at
|
||||
<http://www.denx.de/embedded-ppc-en.html>.
|
||||
<http://www.denx.de/wiki/PPCEmbedded/>.
|
||||
|
||||
config MTD_RPXLITE
|
||||
tristate "CFI Flash device mapped on RPX Lite or CLLF"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Driver for One Laptop Per Child ‘CAFÉ’ controller, aka Marvell 88ALP01
|
||||
*
|
||||
* The data sheet for this device can be found at:
|
||||
* http://www.marvell.com/products/pcconn/88ALP01.jsp
|
||||
* http://wiki.laptop.org/go/Datasheets
|
||||
*
|
||||
* Copyright © 2006 Red Hat, Inc.
|
||||
* Copyright © 2006 David Woodhouse <dwmw2@infradead.org>
|
||||
|
||||
Reference in New Issue
Block a user