Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
kernel
/
common
/
122bb3cb8b009aaa19fd8b09df8028ba8d49c043
/
drivers
/
mtd
/
nand
/
raw
/
omap2.c
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
· 7 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
· 9 years ago
8cfc1e8b
mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate
by Boris Brezillon
· 9 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
· 10 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
· 11 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
· 11 years ago
aa6092f
mtd: nand: omap: fix ecclayout->oobfree->offset
by Pekon Gupta
· 11 years ago
eae39cb
mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver
by Pekon Gupta
· 11 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
dad2256
mtd: nand: remove NAND_BBT_SCANEMPTY
by Brian Norris
· 12 years ago
c156400
mtd: nand: omap2: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
4ff6772
mtd: omap2: use msecs_to_jiffies()
by Toan Pham
· 12 years ago
ad24578
mtd: devices: elm: check for device's presence before configuration
by Daniel Mack
· 12 years ago
48476df
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
62116e5
mtd: nand: omap2: Support for hardware BCH error correction.
by Philip Avinash
· 13 years ago
c3e4b99
mtd: nand: omap2: Update nerrors using ecc.strength
by Philip Avinash
· 13 years ago
ccf04c5
mtd: omap-nand: pass device_node in platform data
by Daniel Mack
· 13 years ago
ca2a88f
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 13 years ago
45c3eb7
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
by Tony Lindgren
· 13 years ago
06f2551
mtd: remove use of __devinit
by Bill Pemberton
· 13 years ago
99f0b8d
Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-headers
by Tony Lindgren
· 13 years ago
2b6c4e7
ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
by Lokesh Vutla
· 13 years ago
d5e7c86
ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2
by Lokesh Vutla
· 13 years ago
2ef9f3d
mtd: nand: omap: handle gpmc bch[48]
by Afzal Mohammed
· 13 years ago
47f88af4
mtd: nand: omap: bring in gpmc nand macros
by Afzal Mohammed
· 13 years ago
4ea1e4b
mtd: nand: omap: read nand using register address
by Afzal Mohammed
· 13 years ago
48b51d4
mtd: nand: omap: free region as per resource size
by Afzal Mohammed
· 13 years ago
ffe3150
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers
by David Woodhouse
· 13 years ago
Next »