index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
nand_base.c
Age
Commit message (
Expand
)
Author
2012-11-15
mtd: nand: fix Samsung SLC detection regression
Brian Norris
2012-11-15
mtd: nand: fix Samsung SLC NAND identification regression
Brian Norris
2012-09-29
mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F ID
Brian Norris
2012-09-29
mtd: nand: decode Hynix MLC, 6-byte ID length
Brian Norris
2012-09-29
mtd: nand: add generic READ ID length calculation functions
Brian Norris
2012-09-29
mtd: nand: split simple ID decode into its own function
Brian Norris
2012-09-29
mtd: nand: split extended ID decoding into its own function
Brian Norris
2012-09-29
mtd: nand: split BB marker options decoding into its own function
Brian Norris
2012-09-29
mtd: nand: remove redundant ID read
Brian Norris
2012-09-29
mtd: nand: remove unnecessary variable
Brian Norris
2012-09-29
mtd: add helpers to set/get features for ONFI nand
Huang Shijie
2012-09-29
mtd: nand: Added a device flag for subpage read support
Jeff Westfahl
2012-09-29
mtd: kill MTD_NAND_VERIFY_WRITE
Huang Shijie
2012-09-29
mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
Brian Norris
2012-07-16
mtd: use MTD_OPS_PLACE_OOB macro consistently
Huang Shijie
2012-07-06
mtd: nand: teach write_page and write_page_raw return an error code
Josh Wu
2012-07-06
mtd: nand: kill NAND_NO_READRDY
Brian Norris
2012-06-09
mtd: nand: initialize bitflip_threshold prior to BBT scanning
Shmulik Ladkani
2012-05-13
mtd: nand: check the return code of 'read_oob/read_oob_raw'
Shmulik Ladkani
2012-05-13
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
Shmulik Ladkani
2012-05-13
mtd: nand: utilize oob_required parameter
Brian Norris
2012-05-13
mtd: nand: pass proper 'oob_required' parameter
Brian Norris
2012-05-13
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
2012-05-13
mtd: nand: kill NAND_NO_AUTOINCR option
Brian Norris
2012-05-13
mtd: nand: remove autoincrement 'sndcmd' code
Brian Norris
2012-05-13
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
Mike Dunn
2012-05-13
mtd: nand: add sanity check of ecc strength to nand_scan_tail()
Mike Dunn
2012-05-13
mtd: nand: read_page() returns max_bitflips
Mike Dunn
2012-05-13
mtd: ecc_strength is at ecc step granularity
Mike Dunn
2012-05-13
mtd: nand: Add a NAND_CMD_STATUS when using write verification
Bastian Hecht
2012-05-13
mtd: print out the page size and oob size after parsing out the nand
Huang Shijie
2012-03-27
mtd: unify initialization of erase_info->fail_addr
Shmulik Ladkani
2012-03-27
mtd: support ONFI multi lun NAND
Matthieu CASTET
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
2012-03-27
mtd: change the location of the ONFI detected log
Huang Shijie
2012-03-27
mtd: move zero length verification to MTD API functions
Artem Bityutskiy
2012-03-27
mtd: do not duplicate length and offset checks in drivers
Artem Bityutskiy
2012-03-27
mtd: nand: write BBM to OOB even with flash-based BBT
Brian Norris
2012-03-27
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
2012-03-27
mtd: nand: move SCANLASTPAGE handling to the correct code block
Brian Norris
2012-03-27
mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocks
Brian Norris
2012-03-27
mtd: nand: fix SCAN2NDPAGE check for BBM
Brian Norris
2012-03-27
mtd: nand: erase block before marking bad
Brian Norris
2012-01-11
mtd: nand: fix typo in comment
Wolfram Sang
2012-01-09
mtd: nand: scan 1st and 2nd page for Macronix SLC
Brian Norris
2011-10-16
mtd: nand: initialize ops.mode
Brian Norris
2011-09-21
mtd: nand: invalidate cache on unaligned reads
Brian Norris
2011-09-11
mtd: nand: kill member `ops' of `struct nand_chip'
Brian Norris
2011-09-11
mtd: rename MTD_OOB_* to MTD_OPS_*
Brian Norris
2011-09-11
mtd: support reading OOB without ECC
Brian Norris
[next]