summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: fix Samsung SLC detection regressionBrian Norris2012-11-151-0/+1
* mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris2012-11-151-4/+5
* mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F IDBrian Norris2012-09-291-5/+11
* mtd: nand: decode Hynix MLC, 6-byte ID lengthBrian Norris2012-09-291-1/+44
* mtd: nand: add generic READ ID length calculation functionsBrian Norris2012-09-291-7/+65
* mtd: nand: split simple ID decode into its own functionBrian Norris2012-09-291-20/+31
* mtd: nand: split extended ID decoding into its own functionBrian Norris2012-09-291-55/+67
* mtd: nand: split BB marker options decoding into its own functionBrian Norris2012-09-291-27/+39
* mtd: nand: remove redundant ID readBrian Norris2012-09-291-8/+2
* mtd: nand: remove unnecessary variableBrian Norris2012-09-291-3/+1
* mtd: add helpers to set/get features for ONFI nandHuang Shijie2012-09-291-0/+50
* mtd: nand: Added a device flag for subpage read supportJeff Westfahl2012-09-291-2/+7
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-53/+0
* mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris2012-09-291-5/+2
* mtd: use MTD_OPS_PLACE_OOB macro consistentlyHuang Shijie2012-07-161-3/+3
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-8/+19
* mtd: nand: kill NAND_NO_READRDYBrian Norris2012-07-061-17/+0
* mtd: nand: initialize bitflip_threshold prior to BBT scanningShmulik Ladkani2012-06-091-0/+7
* mtd: nand: check the return code of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-131-3/+10
* mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-131-12/+7
* mtd: nand: utilize oob_required parameterBrian Norris2012-05-131-2/+4
* mtd: nand: pass proper 'oob_required' parameterBrian Norris2012-05-131-6/+8
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-21/+35
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-131-7/+1
* mtd: nand: remove autoincrement 'sndcmd' codeBrian Norris2012-05-131-37/+6
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-131-4/+14
* mtd: nand: add sanity check of ecc strength to nand_scan_tail()Mike Dunn2012-05-131-2/+7
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-131-16/+31
* mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-131-1/+1
* mtd: nand: Add a NAND_CMD_STATUS when using write verificationBastian Hecht2012-05-131-0/+3
* mtd: print out the page size and oob size after parsing out the nandHuang Shijie2012-05-131-4/+5
* mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-271-2/+0
* mtd: support ONFI multi lun NANDMatthieu CASTET2012-03-271-1/+2
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-1/+6
* mtd: change the location of the ONFI detected logHuang Shijie2012-03-271-1/+1
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-271-10/+0
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-271-28/+0
* mtd: nand: write BBM to OOB even with flash-based BBTBrian Norris2012-03-271-15/+31
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-15/+15
* mtd: nand: move SCANLASTPAGE handling to the correct code blockBrian Norris2012-03-271-6/+7
* mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocksBrian Norris2012-03-271-4/+8
* mtd: nand: fix SCAN2NDPAGE check for BBMBrian Norris2012-03-271-17/+23
* mtd: nand: erase block before marking badBrian Norris2012-03-271-0/+11
* mtd: nand: fix typo in commentWolfram Sang2012-01-111-1/+1
* mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris2012-01-091-3/+4
* mtd: nand: initialize ops.modeBrian Norris2011-10-161-0/+4
* mtd: nand: invalidate cache on unaligned readsBrian Norris2011-09-211-2/+10
* mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-21/+25
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-20/+20
* mtd: support reading OOB without ECCBrian Norris2011-09-111-1/+6
OpenPOWER on IntegriCloud