Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
69e35fe0ff7b7ab03d6adc714b08ad6e359f7d01
/
drivers
/
mtd
/
nand
/
raw
/
nand_base.c
e5b9631
mtd: nand: raw: Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behavior
by Gregory CLEMENT
· Wed Apr 17 11:22:05 2019 +0200
16ee8f6
mtd: nand: provide several helpers to do common NAND operations
by Boris Brezillon
· Fri Mar 15 15:14:32 2019 +0100
bd18614
mtd: nand: raw: allow to disable unneeded ECC layouts
by Stefan Agner
· Thu Dec 06 14:57:09 2018 +0100
1f1ae15
mtd: move NAND files into a raw/ subdirectory
by Miquel Raynal
· Thu Aug 16 17:30:07 2018 +0200
[Renamed from drivers/mtd/nand/nand_base.c]
6c20df7
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
by Boris Brezillon
· Thu Aug 16 17:29:59 2018 +0200
c21946b
mtd: nand: nand_base: Convert EINVAL into ENOTSUPP
by Mylène Josserand
· Fri Jul 13 18:10:23 2018 +0200
929fb44
mtd: nand: export nand_get_flash_type function
by Jörg Krause
· Sun Jan 14 19:26:37 2018 +0100
2b7a873
mtd: nand: Rename nand.h into rawnand.h
by Masahiro Yamada
· Thu Nov 30 13:45:24 2017 +0900
984926b
mtd: nand: introduce NAND_ROW_ADDR_3 flag
by Masahiro Yamada
· Wed Nov 22 02:38:31 2017 +0900
820eb48
mtd: nand: add generic helpers to check, match, maximize ECC settings
by Masahiro Yamada
· Wed Nov 22 02:38:29 2017 +0900
32935f4
mtd: nand: Pass the CS line to ->setup_data_interface()
by Boris Brezillon
· Wed Nov 22 02:38:28 2017 +0900
b9c07b6
mtd: nand: allow drivers to request minimum alignment for passed buffer
by Masahiro Yamada
· Wed Nov 22 02:38:27 2017 +0900
d494932
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAGE_ACCESS
by Boris Brezillon
· Wed Nov 22 02:38:26 2017 +0900
8f39721
mtd: nand: Drop the ->errstat() hook
by Boris Brezillon
· Wed Nov 22 02:38:25 2017 +0900
b9bf43c
mtd: nand: Drop unused cached programming support
by Boris Brezillon
· Wed Nov 22 02:38:24 2017 +0900
c3a2985
mtd: nand: Support controllers with custom page
by Marc Gonzalez
· Wed Nov 22 02:38:22 2017 +0900
7ec6dc5
mtd: nand: Fix data interface configuration logic
by Boris Brezillon
· Wed Nov 22 02:38:20 2017 +0900
e509cba
mtd: nand: automate NAND timings selection
by Boris Brezillon
· Wed Nov 22 02:38:19 2017 +0900
44ad3b9
mtd: nand: Create a NAND reset function
by Sascha Hauer
· Wed Nov 22 02:38:15 2017 +0900
f1a54b0
mtd: nand: Add an option to maximize the ECC strength
by Boris Brezillon
· Wed Nov 22 02:38:13 2017 +0900
14fecf9
bitops: collect BIT macros to include/linux/bitops.h
by Masahiro Yamada
· Wed Nov 22 02:38:11 2017 +0900
0cd1018
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
by Masahiro Yamada
· Fri Sep 15 21:44:59 2017 +0900
7f9baa1
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
by Masahiro Yamada
· Fri Sep 15 21:44:58 2017 +0900
210ebce
Blackfin: Remove
by Tom Rini
· Tue Mar 14 11:08:10 2017 -0400
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:55 2016 +0900
e4fcdbb
mtd: nand: fix bug writing 1 byte less than page size
by Hector Palacios
· Mon Jul 18 09:37:41 2016 +0200
ba6463d
mtd: nand: add common DT init code
by Brian Norris
· Wed Jun 15 21:09:22 2016 +0200
ea19c53
mtd: nand: Drop a blank line in nand_wait()
by Andre Renaud
· Sun Jun 19 19:25:25 2016 -0600
52ab7ce
mtd: nand: Sync with Linux v4.6
by Scott Wood
· Mon May 30 13:57:58 2016 -0500
46e1310
mtd: nand: Add page argument to write_page() etc.
by Scott Wood
· Mon May 30 13:57:57 2016 -0500
17fed14
mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data
by Scott Wood
· Mon May 30 13:57:56 2016 -0500
3ea94ed
nand: Sync with Linux v4.1
by Scott Wood
· Fri Jun 26 19:03:26 2015 -0500
fc9d57c
mtd: Introduce mtd_block_isreserved()
by Ezequiel Garcia
· Wed May 21 19:06:12 2014 -0300
831bbad
nand: Remove __UBOOT__ ifdefs
by Scott Wood
· Mon Jun 22 22:38:32 2015 -0500
bc4bf94
nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE
by Peter Tyser
· Tue Feb 03 11:58:15 2015 -0600
807259b
powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards
by Masahiro Yamada
· Fri Jan 23 00:24:19 2015 +0900
8d10054
mtd: nand: do not scan BBT after scrub
by Masahiro Yamada
· Fri Dec 26 22:20:58 2014 +0900
8c6c14a
mtd: nand: Mark the BBT as scanned prior to calling scan_bbt again
by Masahiro Yamada
· Fri Dec 26 22:20:57 2014 +0900
f5a1902
mtd: nand: revive "nand scrub" command
by Masahiro Yamada
· Tue Dec 16 15:36:33 2014 +0900
dc17bdc
nand: reinstate lazy bad block scanning
by Rostislav Lisovy
· Wed Oct 22 13:40:44 2014 +0200
a9e9954
mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()
by Stefan Roese
· Fri Sep 05 09:57:01 2014 +0200
2be4b3e
kbuild: force to define __UBOOT__ in all the C sources
by Masahiro Yamada
· Sun Aug 31 15:16:53 2014 +0900
081fe9e
mtd,ubi,ubifs: sync with linux v3.15
by Heiko Schocher
· Tue Jul 15 16:08:43 2014 +0200
f5895d1
mtd, ubi, ubifs: resync with Linux-3.14
by Heiko Schocher
· Tue Jun 24 10:10:04 2014 +0200
6767522
mtd: nand: force NAND_CMD_READID onto 8-bit bus
by Brian Norris
· Tue May 06 00:46:17 2014 +0530
f383230
mtd: nand: don't use read_buf for 8-bit ONFI transfers
by Brian Norris
· Tue May 06 00:46:16 2014 +0530
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· Fri Oct 04 17:43:24 2013 +0200
700a76c
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
by Paul Burton
· Wed Sep 04 15:16:56 2013 +0100
3a38a55
mtd: resync with Linux-3.7.1
by Sergey Lapin
· Mon Jan 14 03:46:50 2013 +0000
64214b2
mtd: nand: fix the partial page write condition
by htbegin
· Fri Mar 01 22:59:27 2013 +0000
7a38ffa
nand: Move the sub-page read support enable to a flag
by Joe Hershberger
· Mon Nov 05 06:46:31 2012 +0000
0b2efcf
drivers/mtd/nand: sparse fixes
by Kim Phillips
· Mon Oct 29 13:34:46 2012 +0000
e1ced00
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· Fri Sep 21 14:53:13 2012 -0700
fc41719
mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
by Marek Vasut
· Thu Aug 30 13:39:38 2012 +0000
b20b6f2
mtd: support ONFI multi lun NAND
by Matthieu CASTET
· Mon Mar 19 15:35:25 2012 +0100
7885179
nand: Try to align the default buffers
by Simon Glass
· Sun Jul 29 20:53:25 2012 +0000
0643e43
NAND: Remove ONFI detection message to from bootup log
by Stefan Roese
· Mon May 07 21:29:30 2012 +0000
11d1a09
linux/compat.h: rename from linux/mtd/compat.h
by Mike Frysinger
· Mon Apr 09 13:39:55 2012 +0000
f2f5c9e
nand: reinstate lazy bad block scanning
by Scott Wood
· Mon Feb 20 14:50:39 2012 -0600
107c630
Revert "nand: make 1-bit software ECC configurable"
by Scott Wood
· Mon Feb 13 15:46:27 2012 -0600
b7ed656
nand: make 1-bit software ECC configurable
by Christian Hitz
· Wed Oct 12 09:32:06 2011 +0200
6f1c9e0
nand: Sanitize ONFI strings.
by Christian Hitz
· Wed Oct 12 09:32:05 2011 +0200
b8a6b37
nand: Merge changes from Linux nand driver
by Christian Hitz
· Wed Oct 12 09:32:02 2011 +0200
13fc0e2
nand: cleanup whitespace
by Christian Hitz
· Wed Oct 12 09:32:01 2011 +0200
55f7bca
nand: Merge BCH code from Linux nand driver
by Christian Hitz
· Wed Oct 12 09:31:59 2011 +0200
5a9fc19
nand: Add common functions to linux/mtd/nand.h
by Simon Schwarz
· Mon Oct 31 06:34:44 2011 +0000
971d9a1
NAND: Really ignore bad blocks when scrubbing
by Marek Vasut
· Mon Sep 12 06:04:06 2011 +0200
4f62e98
spl: add NAND Library to new SPL
by Simon Schwarz
· Wed Sep 14 15:30:16 2011 -0400
2c489ac
nand_base: trivial: fix comment read/write comment
by Ben Gardiner
· Tue May 24 10:18:34 2011 -0400
3eb4fc6
NAND: rearrange ONFI revision checking, add ONFI 2.3
by Florian Fainelli
· Sun Apr 03 18:23:56 2011 +0200
963eb89
NAND: Fix integer overflow in ONFI detection of chips >= 4GiB
by Florian Fainelli
· Sun Apr 03 18:23:52 2011 +0200
c98a935
NAND: add support for reading ONFI page table
by Florian Fainelli
· Fri Feb 25 00:01:34 2011 +0000
ea95b64
NAND: add more watchdog resets
by Scott Wood
· Wed Feb 02 18:15:57 2011 -0600
a4de835
Minor Coding Style Cleanup.
by Wolfgang Denk
· Wed Feb 02 22:36:10 2011 +0100
75bde94
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
by Lei Wen
· Thu Jan 06 09:48:18 2011 +0800
4d1fb18
MTD/NAND: fix nand_base.c to use get_timer() correctly
by Reinhard Meyer
· Thu Nov 18 03:14:26 2010 +0000
6c285f6
nand: constify id/manu tables
by Mike Frysinger
· Wed Oct 20 01:15:21 2010 +0000
da0f439
nand: remove dead code and suspend/resume
by Scott Wood
· Wed Aug 25 17:42:49 2010 -0500
fe3b5e1
nand util: read/write: accept unaligned length
by Scott Wood
· Fri Jul 30 16:11:41 2010 -0500
b8fbc2b
mtd: nand: supress 'unknown NAND' warning if no nand is found
by Steve Sakoman
· Thu Aug 19 20:14:01 2010 -0700
d619189
NAND: show manufacturer and device ID for unknown chips
by Florian Fainelli
· Sat Jun 12 20:59:25 2010 +0200
9656fe2
NAND: Update read_read_subpage API check
by Sandeep Paulraj
· Mon Nov 16 13:32:01 2009 -0500
ee86b8d
NAND: fix "raw" reads with ECC syndrome layouts
by David Brownell
· Sat Nov 07 16:27:01 2009 -0500
eec6cb3
NAND: Don't walk past end of oobfree[]
by Sandeep Paulraj
· Sat Nov 07 14:25:18 2009 -0500
16add23
NAND: Update check condition for nand_read_page_hwecc API
by Sandeep Paulraj
· Sat Nov 07 14:25:03 2009 -0500
22bc7ba
NAND: Updating comments/explanations in the NAND driver
by Sandeep Paulraj
· Sat Nov 07 14:24:50 2009 -0500
fd9874d
NAND: Subpage shift for ecc_steps equal to 16
by Sandeep Paulraj
· Sat Nov 07 14:24:34 2009 -0500
dce0f62
NAND: Remove commented out code
by Sandeep Paulraj
· Sat Nov 07 14:24:20 2009 -0500
1bc877c
NAND: Correct the "chip_shift" calculation
by Sandeep Paulraj
· Sat Nov 07 14:24:06 2009 -0500
eab580c
NAND: Update to support 64 bit device size
by Sandeep Paulraj
· Fri Oct 30 13:51:23 2009 -0400
dea4070
MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
by Sandeep Paulraj
· Mon Aug 10 13:27:56 2009 -0400
883189e
NAND: ADD page Parameter to all read_page/read_page_raw API's
by Sandeep Paulraj
· Mon Aug 10 13:27:46 2009 -0400
fa252ea
mtd: nand: Include linux/mtd/partitions.h in nand_base.h
by Stefan Roese
· Fri Apr 24 15:58:33 2009 +0200
b325d7e
Enable multi chip support in the NAND layer
by Wolfgang Grandegger
· Wed Feb 11 18:38:20 2009 +0100
f9f3622
NAND: Add timeout for reset command
by Peter Tyser
· Wed Feb 04 13:47:22 2009 -0600
f96047a
NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
by Peter Tyser
· Wed Feb 04 13:39:40 2009 -0600
0302550
NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
by Wolfgang Grandegger
· Fri Jan 16 18:55:54 2009 +0100
11b12a3
NAND: Mark the BBT as scanned prior to calling scan_bbt.
by Scott Wood
· Tue Dec 16 14:24:16 2008 -0600
b6322fc
NAND: Reset chip on power-up
by Karl Beldan
· Mon Sep 15 16:08:03 2008 +0200
3628f00
NAND: sync with 2.6.27
by Scott Wood
· Fri Oct 24 16:20:43 2008 -0500
Next »