Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6cbbf2ffa170c4cb5f1d1c0dd0f2bd597813a002
/
drivers
/
mtd
6cbbf2f
mtd: ixp: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
3ee904f
mtd: plat_nand: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
5ffcaf3
mtd: nand: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
984e6d8
mtd: physmap: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
f5671ab
mtd: introduce mtd_device_(un)register()
by Jamie Iles
· 14 years ago
5fcb033
mtd: always build partitioning support
by Jamie Iles
· 14 years ago
d5ca512
mtd:fix the bad format in the mtdcore.c
by Wanlong Gao
· 14 years ago
8d8f26e
mtd: mtdswap: fix possible null dereference
by Maxin B. John
· 14 years ago
5c8d260
mtd: remove duplicate assignment of chip->state
by Tadashi Abe
· 14 years ago
100f234
mtd: fix hang-up in cfi erase and read contention
by Tadashi Abe
· 14 years ago
52534f2
mtd: simplify get_mtd_device_nm function
by Wanlong Gao
· 14 years ago
7c802fb
mtd: be silent when mtd partition parser cannot be found
by Artem Bityutskiy
· 14 years ago
447d9bd
mtd: convert to seq_file interface
by Alexey Dobriyan
· 14 years ago
c5d8c0c
mtd: omap: fix subpage ecc issue with prefetch
by Kishore Kadiyala
· 14 years ago
61cc827
mtd: sst25l: fix section markings
by Mike Frysinger
· 14 years ago
3d2d2b6
mtd: m25p80: Add Spansion S25FL512S, S70FL01GS
by Kevin Cernekee
· 14 years ago
baa9ae3
mtd: m25p80: Add Spansion S25FL256S
by Kevin Cernekee
· 14 years ago
aa08465
mtd: m25p80: Clean up JEDEC manufacturer checks
by Kevin Cernekee
· 14 years ago
16004f3
mtd: m25p80: Add Numonyx m25px32 family
by Kevin Cernekee
· 14 years ago
c89eeda
mtd: denali: detect the number of banks
by Jamie Iles
· 14 years ago
9589bf5
mtd: denali: remove nearly-duplicated register definitions
by Jamie Iles
· 14 years ago
8445794
mtd: denali: convert to generic DMA API
by Jamie Iles
· 14 years ago
eff3bba
mtd: onenand: add missing check
by john.maxin@nokia.com
· 14 years ago
26d9be1
mtd: return badblockbits back
by Artem Bityutskiy
· 14 years ago
410fe2f
mtd: nand: ndfc: add multiple chip select support
by Felix Radensky
· 14 years ago
3e45cf5
mtd: mtdchar: retry large buffer allocations
by Grant Erickson
· 14 years ago
33b5371
mtd: create function to perform large allocations
by Grant Erickson
· 14 years ago
431e1ec
mtd: mtdconcat: fix NAND OOB write
by Felix Radensky
· 14 years ago
a80f1c1
mtd: omap2: mtd split nand_scan in ident and tail
by Jan Weitzel
· 14 years ago
94735ec
mtd: mtd_blkdevs: fix error path in blktrans_open
by Artem Bityutskiy
· 14 years ago
5c39c4c
mtd: atmel_nand: add missing include of linux/dmaengine.h
by Hans-Christian Egtvedt
· 14 years ago
c2aad6d
mtd: nand: remove doubled chip deselection on (un)lock
by Jiri Pinkava
· 14 years ago
ac497c1
mtd: nand: fix S3C NAND clock stop
by Jiri Pinkava
· 14 years ago
c9ddab2
mtd: cmdset_0002: add CFI 1.5 support for S29GL-S
by Gernot Hoyler
· 14 years ago
99b17c0
mtd: onenand: add ecclayout and subpage_sft for non-flex 4KiB page onenand
by Roman Tereshonkov
· 14 years ago
9b5705a2
mtd: denali: drop __TIME__ usage
by Michal Marek
· 14 years ago
a2f812d
mtd: nand: dynamic allocation of flash-based BBT structs
by Brian Norris
· 14 years ago
9c76b4e
mtd: m25p80: add support for the MX25L1606E chip
by Gabor Juhos
· 14 years ago
d178e3e
mtd: mxc_nand: add support for multiple chips on V21 devices
by Baruch Siach
· 14 years ago
b1608d6
drivercore: revert addition of of_match to struct device
by Grant Likely
· 14 years ago
e9c5499
Revert wrong fixes for common misspellings
by Lucas De Marchi
· 14 years ago
510ec7b
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
ccfeef0
Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 14 years ago
6bef0b6
UBI: do not select KALLSYMS_ALL
by Artem Bityutskiy
· 14 years ago
6e5133c
UBI: do not compare array with NULL
by Artem Bityutskiy
· 14 years ago
3efe509
UBI: check if we are in RO mode in the erase routine
by Artem Bityutskiy
· 14 years ago
80b4f81
mtd: atmel_nand: use CPU I/O when buffer is in vmalloc(ed) region
by Hong Xu
· 14 years ago
9d51567
mtd: atmel_nand: modify test case for using DMA operations
by Nicolas Ferre
· 14 years ago
cb457a4
mtd: atmel_nand: fix support for CPUs that do not support DMA access
by Hong Xu
· 14 years ago
042bc9c
mtd: atmel_nand: trivial: change DMA usage information trace
by Nicolas Ferre
· 14 years ago
2130ad3
mtd: mtdswap: fix printk format warning
by Randy Dunlap
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7bf7e37
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1
by Artem Bityutskiy
· 14 years ago
68b1a1e
mtd: mtdswap: fix compilation warning
by Artem Bityutskiy
· 14 years ago
e21fa86
mtdswap: kill strict error handling option
by Yang Ruirui
· 14 years ago
fdc0ad8
Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
by Linus Torvalds
· 14 years ago
3d46b31
UBI: use GFP_NOFS properly
by Artem Bityutskiy
· 14 years ago
944dc03
tmio: Silence warnings introduced by mfd changes
by Andres Salomon
· 14 years ago
d9d01f4
mtd: Use mfd_data instead of driver_data for tmio_nand
by Andres Salomon
· 14 years ago
a23090a
mfd: mfd_cell is now implicitly available to t7166xb drivers
by Andres Salomon
· 14 years ago
8f627a8
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 14 years ago
fd57ed0
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
by Linus Torvalds
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
0df0914
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
by Linus Torvalds
· 14 years ago
411f5c7
Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
4c5811b
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
28237e4
UBI: make tests modes dynamic
by Artem Bityutskiy
· 14 years ago
92d124f
UBI: make self-checks dynamic
by Artem Bityutskiy
· 14 years ago
b342efd
UBI: make debugging messages dynamic
by Artem Bityutskiy
· 14 years ago
6f9fdf6
UBI: remove UBI_IO_DEBUG macro
by Artem Bityutskiy
· 14 years ago
6edb979
UBI: kill debugging buffer
by Artem Bityutskiy
· 14 years ago
332873d
UBI: allocate erase checking buffer on demand
by Artem Bityutskiy
· 14 years ago
a758674
UBI: allocate write checking buffer on demand
by Artem Bityutskiy
· 14 years ago
9ced9f0
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable
by Russell King
· 14 years ago
e8444a3
Merge git://git.infradead.org/users/dwmw2/mtd-2.6.38
by Linus Torvalds
· 14 years ago
fc2ff59
mtd: nand: enable software BCH ECC in nand simulator
by Ivan Djelic
· 14 years ago
193bd40
mtd: nand: add software BCH ECC support
by Ivan Djelic
· 14 years ago
89d8d32
mtd: fix printf format warnings, mostly lack of %zd for size_t, in mtdswap
by David Woodhouse
· 14 years ago
629286b9
mtd: sm_rtl: check kmalloc return value
by Xiaochen Wang
· 14 years ago
1065cda
mtd: cfi: add support for AMIC flashes (e.g. A29L160AT)
by Steffen Sledz
· 14 years ago
2c1c5f1
mtd: mxc_nand: fix OOB corruption when page size > 2KiB
by Baruch Siach
· 14 years ago
f43272c
mtd: DaVinci: Removed header file that is not required
by Sandeep Paulraj
· 14 years ago
4332c11
mtd: pxa3xx_nand: clean the keep configure code
by Lei Wen
· 14 years ago
401e67e
mtd: pxa3xx_nand: mtd scan id process could be defined by driver itself
by Lei Wen
· 14 years ago
4eb2da8
mtd: pxa3xx_nand: unify prepare command
by Lei Wen
· 14 years ago
38caf7f
mtd: pxa3xx_nand: discard wait_for_event,write_cmd,__readid function
by Lei Wen
· 14 years ago
f8155a4
mtd: pxa3xx_nand: rework irq logic
by Lei Wen
· 14 years ago
e353a20
mtd: pxa3xx_nand: make scan procedure more clear
by Lei Wen
· 14 years ago
e70727e
mtd: speedtest: fix integer overflow
by David Lambert
· 14 years ago
5d9d993
mtd: mxc_nand: fix read past buffer end
by Baruch Siach
· 14 years ago
74f1b72
mtd: omap3: nand: report corrected ecc errors
by John Ogness
· 14 years ago
775adc3d4
mtd: nand: fix a typo in a commentary
by Jason Liu
· 14 years ago
c93ff6b
mtd: omap: add new variable to platform data to control onenand unlocking
by Roman Tereshonkov
· 14 years ago
b3dcfd35
mtd: onenand: add new option to control initial onenand unlocking
by Roman Tereshonkov
· 14 years ago
dcfb81d
mtd: NOR flash driver for OMAP-L137/AM17x
by David Griego
· 14 years ago
a321590
mtd: Add mtdswap block driver
by Jarkko Lavinen
· 14 years ago
115ee88
mtd_blkdevs: Set the maximum discards size
by Jarkko Lavinen
· 14 years ago
c7519db
mtd_blkdevs: Add background processing support
by Jarkko Lavinen
· 14 years ago
13ce77f
mtd: cfi: fix writebufsize initialization
by Anatolij Gustschin
· 14 years ago
d8f90b2
mtd: m25p80: add support for M25PX64
by Yoshihiro Shimoda
· 14 years ago
Next »