Gitiles Standalone
repos
/
linux-5.10
/
f2abfeb2078b9682bfeb77f91816fcf2177b3051
/
drivers
/
mtd
/
nand
/
raw
/
omap2.c
3cece3a
mtd: rawnand: Deprecate ->chip_delay
by Boris Brezillon
· 7 years ago
8395b75
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
by Boris Brezillon
· 7 years ago
bf6065c
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
by Boris Brezillon
· 7 years ago
716bbba
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
by Boris Brezillon
· 7 years ago
82fc509
mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
by Boris Brezillon
· 7 years ago
f1d4694
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
by Boris Brezillon
· 7 years ago
50a487e
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
by Boris Brezillon
· 7 years ago
0f808c1
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
by Boris Brezillon
· 7 years ago
c0739d8
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
by Boris Brezillon
· 7 years ago
7e53432
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
by Boris Brezillon
· 7 years ago
767eb6f
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
by Boris Brezillon
· 7 years ago
b976168
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
by Boris Brezillon
· 7 years ago
00da2ea
mtd: rawnand: Pass a nand_chip object to ecc->correct()
by Boris Brezillon
· 7 years ago
af37d2c
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
by Boris Brezillon
· 7 years ago
ec47636
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
by Boris Brezillon
· 7 years ago
59ac276
mtd: rawnand: Pass a nand_chip object to nand_release()
by Boris Brezillon
· 7 years ago
00ad378
mtd: rawnand: Pass a nand_chip object to nand_scan()
by Boris Brezillon
· 7 years ago
e1e6255
mtd: rawnand: omap2: convert driver to nand_scan()
by Miquel Raynal
· 7 years ago
7da4513
mtd: rawnand: better name for the controller structure
by Miquel Raynal
· 7 years ago
122bb3c
mtd: rawnand: omap2: fix the probe function error path
by Miquel Raynal
· 7 years ago
93db446
mtd: nand: move raw NAND related code to the raw/ subdir
by Boris Brezillon
· 8 years ago
[Renamed from drivers/mtd/nand/omap2.c]
c0313b9
mtd: nand: squash struct nand_buffers into struct nand_chip
by Masahiro Yamada
· 8 years ago
25f815f
mtd: nand: force drivers to explicitly send READ/PROG commands
by Boris Brezillon
· 8 years ago
97d90da
mtd: nand: provide several helpers to do common NAND operations
by Boris Brezillon
· 8 years ago
739c644
mtd: nand: omap2: Fix subpage write
by Roger Quadros
· 8 years ago
f67ae48
mtd: nand: omap2: Do not assign omap_nand_info to platform drvdata
by Ladislav Michl
· 8 years ago
086c321
mtd: nand: omap2: Remove omap_nand_platform_data
by Ladislav Michl
· 8 years ago
d4092d7
mtd: nand: Rename nand.h into rawnand.h
by Boris Brezillon
· 8 years ago
2d283ed
mtd: nand: omap2: Fix partition creation via cmdline mtdparts
by Roger Quadros
· 8 years ago
bd93a3a
mtd: nand: omap2: return error code of nand_scan_ident/tail() on error
by Masahiro Yamada
· 9 years ago
b156b7f
mtd: nand: omap2: Fix module autoload
by Javier Martinez Canillas
· 9 years ago
a93295a
mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failed
by Roger Quadros
· 9 years ago
affe8a2
Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
de3bfc4
mtd: nand: omap2: fix return value check in omap_nand_probe()
by Wei Yongjun
· 9 years ago
7ce9ea7
mtd: nand: omap2: Add check for old elm binding
by Teresa Remmet
· 9 years ago
aa7abd3
mtd: nand: omap2: Support parsing dma channel information from DT
by Cooper Jr., Franklin
· 9 years ago
8c6f0fc
mtd: nand: omap2: Fix high memory dma prefetch transfer
by Cooper Jr., Franklin
· 9 years ago
03d3a1d
mtd: nand: omap2: Start dma request before enabling prefetch
by Cooper Jr., Franklin
· 9 years ago
57a605b
mtd: nand: omap2: fix compare_const_fl.cocci warnings
by Julia Lawall
· 9 years ago
d7b83b8
mtd: nand: omap2: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
e04dbf3
mtd: nand: omap2: switch to mtd_ooblayout_ops
by Boris Brezillon
· 10 years ago
8cfc1e8b
mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate
by Boris Brezillon
· 10 years ago
f679888
mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()
by Boris Brezillon
· 9 years ago
10f22ee
mtd: nand: omap2: Implement NAND ready using gpiolib
by Roger Quadros
· 10 years ago
c9711ec
mtd: nand: omap: Clean up device tree support
by Roger Quadros
· 11 years ago
01b95fc
mtd: nand: omap: Copy platform data parameters to omap_nand_info data
by Roger Quadros
· 11 years ago
d6e5521
mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty check
by Roger Quadros
· 10 years ago
c509aef
mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registers
by Roger Quadros
· 10 years ago
a8c65d5
mtd: nand: simplify nand_bch_init() usage
by Boris BREZILLON
· 9 years ago
6e94119
mtd: nand: return consistent error codes in ecc.correct() implementations
by Boris BREZILLON
· 10 years ago
37f5a54
mtd: nand: remove useless mtd->priv = chip assignments
by Boris BREZILLON
· 10 years ago
432420c
mtd: nand: omap2: use the mtd instance embedded in struct nand_chip
by Boris BREZILLON
· 10 years ago
4578ea9
mtd: nand: omap2: create and use mtd_to_omap()
by Boris BREZILLON
· 10 years ago
4bd4ebc
mtd: nand: make use of mtd_to_nand() in NAND drivers
by Boris BREZILLON
· 10 years ago
a61ae81
mtd: nand: drop unnecessary partition parser data
by Brian Norris
· 10 years ago
45aaeff
mtd: nand: pass page number to ecc->write_xxx() methods
by Boris BREZILLON
· 10 years ago
853f1c5
mtd: nand: omap2: show parent device structure in sysfs
by Frans Klaver
· 10 years ago
0760e81
mtd: nand: omap: drop condition with no effect
by Nicholas Mc Guire
· 11 years ago
d6666be
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 11 years ago
775a913
mtd: nand: omap: Fix NAND enumeration on 3430 LDP
by Roger Quadros
· 11 years ago
1dc338e
mtd: nand: omap: Synchronize the access to the ECC engine
by Rostislav Lisovy
· 11 years ago
94cb4ee
mtd: nand: omap: Do not use global variables
by Rostislav Lisovy
· 11 years ago
5cfb36e
mtd: nand: drop owner assignment from platform_drivers
by Wolfram Sang
· 11 years ago
d2f08c7
nand: omap2: Replace pr_err with dev_err
by Ezequiel García
· 11 years ago
93af53b
nand: omap2: Remove horrible ifdefs to fix module probe
by Ezequiel García
· 11 years ago
fef775c
nand: omap2: Add support for flash-based bad block table
by Ezequiel García
· 11 years ago
40ddbf5
mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
by Roger Quadros
· 11 years ago
7d5929c
mtd: nand: omap: Revert to using software ECC by default
by Roger Quadros
· 11 years ago
2913aae
mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error
by Ted Juan
· 11 years ago
9748fff
mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
by pekon gupta
· 11 years ago
f306e8c
mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page
by pekon gupta
· 11 years ago
9fd6c6c
mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’
by Christian Engelmayer
· 11 years ago
00d0989
mtd: omap2: Use devm_ioremap_resource()
by Jingoo Han
· 12 years ago
3f4eb14
mtd: devices: elm: check for hardware engine's design constraints
by Pekon Gupta
· 11 years ago
c7b05e9
mtd: nand: omap: remove is_elm_present flag
by Pekon Gupta
· 11 years ago
16e6932
mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC configs
by Pekon Gupta
· 11 years ago
c5957a3
mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GPMC configs
by Pekon Gupta
· 11 years ago
7c977c3
mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwecc_bch
by Pekon Gupta
· 11 years ago
7bcd1dc
mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calculate_ecc_bch
by Pekon Gupta
· 11 years ago
2c9f236
mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calculate_ecc_bch
by Pekon Gupta
· 11 years ago
f5dc06f
mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW ecc-scheme
by Pekon Gupta
· 11 years ago
a4c7ca0
mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calculate_ecc_bch
by Pekon Gupta
· 11 years ago
13fbe06
mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-flip correction logic
by Pekon Gupta
· 11 years ago
b08e1f6
mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhancements
by Pekon Gupta
· 11 years ago
78f43c5
mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detection for BCHx_HW ECC schemes
by Pekon Gupta
· 11 years ago
de0a4d6
mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variable 'eccsize' and 'ecc_vector_size'
by Pekon Gupta
· 11 years ago
4e55807
mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nand_info'
by Pekon Gupta
· 11 years ago
bb38eef
mtd: nand: omap: fix ecclayout->oobfree->length
by Pekon Gupta
· 12 years ago
aa6092f
mtd: nand: omap: fix ecclayout->oobfree->offset
by Pekon Gupta
· 12 years ago
eae39cb
mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver
by Pekon Gupta
· 12 years ago
cf0e4d2
mtd: omap2: use nand_base defaults for polled I/O
by Brian Norris
· 12 years ago
9211439
mtd: nand: omap: fix error return code in omap_nand_probe()
by Wei Yongjun
· 12 years ago
70ba6d7
mtd: nand: omap: updated devm_xx for all resource allocation and free calls
by Pekon Gupta
· 12 years ago
32d42a8
mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead of lib/bch.c
by Pekon Gupta
· 12 years ago
b491da7
mtd: nand: omap: clean-up ecc layout for BCH ecc schemes
by Pekon Gupta
· 12 years ago
a919e51
mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe
by Pekon Gupta
· 12 years ago
f18befb
mtd: nand: omap: use DT specified bus-width only for scanning NAND device
by Pekon Gupta
· 12 years ago
633deb5
mtd: nand: omap: cleanup: replace local references with generic framework names
by Pekon Gupta
· 12 years ago
c66d039
mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes
by Pekon Gupta
· 12 years ago
453810b
mtd: nand: use dev_get_platdata()
by Jingoo Han
· 12 years ago
Next »