index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
nand_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-31
mtd: nand: fixup kerneldoc, rename parameter
Brian Norris
1
-5
/
+6
2013-08-31
mtd: set ONFI nand's default hooks in nand_set_defaults()
Huang Shijie
1
-6
/
+6
2013-08-31
mtd: set the ecc step size for master/slave mtd_info
Huang Shijie
1
-0
/
+1
2013-08-31
mtd: nand: silence some shift wrap warnings
Dan Carpenter
1
-4
/
+4
2013-08-31
mtd: parse out the ECC info for the full-id nand chips
Huang Shijie
1
-0
/
+2
2013-08-31
mtd: replace the hardcode with the onfi_feature()
Huang Shijie
1
-2
/
+4
2013-08-31
mtd: get the ECC info from the Extended Parameter Page
Huang Shijie
1
-0
/
+87
2013-08-31
mtd: get the ECC info from the parameter page for ONFI nand
Huang Shijie
1
-0
/
+5
2013-08-30
mtd: nand: hide in-memory BBT implementation details
Brian Norris
1
-21
/
+11
2013-08-30
mtd: nand: refactor chip->block_markbad interface
Brian Norris
1
-35
/
+52
2013-08-06
mtd: nand: detect OOB size for Toshiba 24nm raw SLC
Brian Norris
1
-0
/
+16
2013-08-06
mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devices
Brian Norris
1
-3
/
+5
2013-08-05
mtd: nand_base: Only use GET/SET FEATURES command on chips that support them.
David Mosberger
1
-2
/
+6
2013-08-05
mtd: nand_base: Use io{read, write}*_rep functions for transfer
Alexander Shiyan
1
-15
/
+4
2013-04-05
mtd: nand: subpage write support for hardware based ECC schemes
Gupta, Pekon
1
-13
/
+86
2013-04-05
mtd: add the support to parse out the full-id nand type
Huang Shijie
1
-3
/
+32
2013-04-05
mtd: nand_base: Removed unnecessary cleaning "onfi_version" variable
Alexander Shiyan
1
-2
/
+0
2013-04-05
mtd: nand_base: Removed unnecessary command masking
Alexander Shiyan
1
-2
/
+1
2013-04-05
mtd: nand: remove few tiny page NAND bits
Artem Bityutskiy
1
-1
/
+1
2013-04-05
mtd: nand: rename the id field of 'struct nand_flash_dev'
Artem Bityutskiy
1
-1
/
+1
2013-04-05
mtd: nand: use NAND_HAS_CACHEPROG
Artem Bityutskiy
1
-1
/
+1
2013-04-05
mtd: nand: remove a bunch of unused commands
Artem Bityutskiy
1
-10
/
+0
2013-04-05
mtd: nand: remove AG-AND support
Artem Bityutskiy
1
-78
/
+2
2013-03-14
mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY
Brian Norris
1
-0
/
+16
2013-03-03
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-6
/
+2
2013-02-04
mtd: fix the wrong timeo for panic_nand_wait()
Huang Shijie
1
-6
/
+2
2013-01-19
mtd: nand: onfi don't WARN if we are in 16 bits mode
Matthieu CASTET
1
-2
/
+5
2012-12-13
mtd: nand: typo in nand_id_has_period() comments
Brian Norris
1
-1
/
+1
2012-12-03
mtd: nand: onfi need to be probed in 8 bits mode
Matthieu CASTET
1
-0
/
+2
2012-12-03
mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus width
Matthieu CASTET
1
-5
/
+9
2012-12-03
mtd: nand: print flash size during detection
Matthieu CASTET
1
-2
/
+2
2012-12-03
mted: nand_wait_ready timeout fix
Matthieu CASTET
1
-1
/
+1
2012-12-03
mtd: remove the "chip" parameter in nand_get_device()
Huang Shijie
1
-23
/
+14
2012-12-03
mtd: remove the de-select chip code in nand_release_device()
Huang Shijie
1
-10
/
+25
2012-11-18
mtd: Fix typo mtd/tests
Masanari Iida
1
-1
/
+1
2012-11-18
mtd: de-select the chip when it is not used
Huang Shijie
1
-4
/
+6
2012-11-15
mtd: nand_wait: warn if the nand is busy on exit
Matthieu CASTET
1
-0
/
+2
2012-11-15
mtd: use the NAND_STATUS_FAIL to replace the hardcode
Huang Shijie
1
-2
/
+2
2012-11-15
mtd: nand: fix Samsung SLC detection regression
Brian Norris
1
-0
/
+1
2012-11-15
mtd: nand: fix Samsung SLC NAND identification regression
Brian Norris
1
-4
/
+5
2012-09-29
mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F ID
Brian Norris
1
-5
/
+11
2012-09-29
mtd: nand: decode Hynix MLC, 6-byte ID length
Brian Norris
1
-1
/
+44
2012-09-29
mtd: nand: add generic READ ID length calculation functions
Brian Norris
1
-7
/
+65
2012-09-29
mtd: nand: split simple ID decode into its own function
Brian Norris
1
-20
/
+31
2012-09-29
mtd: nand: split extended ID decoding into its own function
Brian Norris
1
-55
/
+67
2012-09-29
mtd: nand: split BB marker options decoding into its own function
Brian Norris
1
-27
/
+39
2012-09-29
mtd: nand: remove redundant ID read
Brian Norris
1
-8
/
+2
2012-09-29
mtd: nand: remove unnecessary variable
Brian Norris
1
-3
/
+1
2012-09-29
mtd: add helpers to set/get features for ONFI nand
Huang Shijie
1
-0
/
+50
2012-09-29
mtd: nand: Added a device flag for subpage read support
Jeff Westfahl
1
-2
/
+7
[next]