Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9f4a9b83f13544df61efd3645308f64205dc8db9
/
drivers
/
mtd
/
nand
/
diskonchip.c
bf521a3
mtd: diskonchip: Remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
4f0614a
mtd: nand: diskonchip: Request memory region prior ioremap()
by Alexander Shiyan
· 11 years ago
14a95b8a
mtd: diskonchip: Fix incorrect placement of __initdata
by Sachin Kamat
· 11 years ago
9d40349
mtd: diskonchip: remove unused entries in Kconfig
by Michael Opdenacker
· 11 years ago
ca796f8
mtd: diskonchip: don't warn about ARM architecture
by Arnd Bergmann
· 12 years ago
657f28f
mtd: kill MTD_NAND_VERIFY_WRITE
by Huang Shijie
· 12 years ago
6a918ba
mtd: flash drivers set ecc strength
by Mike Dunn
· 13 years ago
329ad39
mtd: introduce mtd_read interface
by Artem Bityutskiy
· 13 years ago
e0d6511
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
a0e5cc5
mtd: Add module.h to drivers users that were implicitly using it.
by Paul Gortmaker
· 13 years ago
d57f4054
mtd: utilize `mtd_is_*()' functions
by Brian Norris
· 13 years ago
7854d3f
mtd: spelling, capitalization, uniformity
by Brian Norris
· 13 years ago
bb9ebd4
mtd: nand: rename NAND_USE_FLASH_BBT
by Brian Norris
· 13 years ago
a40f734
mtd: nand: consolidate redundant flash-based BBT flags
by Brian Norris
· 13 years ago
0f47e95
mtd: diskonchip: convert to mtd_device_register()
by Jamie Iles
· 13 years ago
e9c5499
Revert wrong fixes for common misspellings
by Lucas De Marchi
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
6ae0185
mtd: Remove obsolete <mtd/compatmac.h> include
by David Woodhouse
· 14 years ago
c9fb677
mtd: doc2000: fix uninitialized variable in doc_ecc_decode()
by Mark Ware
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
2a7af8c
trivial: MTD: remove EOL from MODULE_DESCRIPTION
by Niels de Vos
· 16 years ago
9637244
[MTD] [NAND] diskonchip.c fix sparse endian warnings
by Harvey Harrison
· 16 years ago
f63af11
[MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip drivers
by Milton Miller
· 16 years ago
59018b6
MTD/JFFS2: remove CVS keywords
by Adrian Bunk
· 16 years ago
eb68450
[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction code
by Jörn Engel
· 17 years ago
440fdb5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 17 years ago
0b0ef2e
[MIPS] Remove Momentum Ocelot support.
by Ralf Baechle
· 17 years ago
a2e96b6
[MTD] Remove Ocelot G support from DiskOnChip drivers.
by Yoichi Yuasa
· 17 years ago
192cca6
[MIPS] Remove Momenco Ocelot C support
by Franck Bui-Huu
· 17 years ago
89e2bf6
[MTD] [NAND] Correct misspelled preprocessor variable.
by Robert P. J. Day
· 18 years ago
95b93a0
[MTD] replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
7bc3312
[MTD] NAND: Fix breakage all over the place
by Thomas Gleixner
· 18 years ago
5bd34c0
[MTD] NAND Replace oobinfo by ecclayout
by Thomas Gleixner
· 18 years ago
f75e509
[MTD] NAND modularize write function
by Thomas Gleixner
· 18 years ago
f5bbdac
[MTD] NAND Modularize read function
by Thomas Gleixner
· 18 years ago
cad74f2
[MTD] NAND remove write_byte/word function from nand_chip
by Thomas Gleixner
· 18 years ago
7abd3ef
[MTD] Refactor NAND hwcontrol to cmd_ctrl
by Thomas Gleixner
· 18 years ago
0cddd6c
[MTD] ECC rework broke diskonchip
by Thomas Gleixner
· 18 years ago
4cbb9b8
Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/
by Thomas Gleixner
· 18 years ago
6dfc6d2
[MTD] NAND modularize ECC
by Thomas Gleixner
· 18 years ago
2831877
[MTD] Introduce writesize
by Joern Engel
· 18 years ago
e0c7d76
[MTD NAND] Indent all of drivers/mtd/nand/*.c.
by David Woodhouse
· 18 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
61b03bd
[MTD] NAND: Clean up trailing white spaces
by Thomas Gleixner
· 19 years ago
abc37e6
[MTD] DiskOnChip: Add some comments
by Dan Brown
· 20 years ago
7e4a1d3
[MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.
by Dan Brown
· 20 years ago
dff59421
[MTD] DiskOnChip: Prevent problems with existing filesystems
by Dan Brown
· 20 years ago
e5a3e8c
[MTD] DiskOnChip: Fix (?) free OOB array info.
by Dan Brown
· 20 years ago
1a78ff6
[MTD] DiskOnChip: Scan the entire device for Media Headers.
by Dan Brown
· 20 years ago
dfd6129
[MTD] DiskOnChip: Wait for the command to finish.
by Thomas Gleixner
· 20 years ago
f29a4b8
[MTD] DiskOnChip: big endian fix for NFTL devices
by Thomas Gleixner
· 20 years ago
3960539
[MTD] DiskOnChip code cleanup
by Thomas Gleixner
· 20 years ago
651078b
[MTD] DiskOnChip use CONFIG_ options instead of random symbols
by Thomas Gleixner
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago