summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_omap_gpmc.c
Commit message (Expand)AuthorAgeFilesLines
* nand: omap: Fix BCH16 readSascha Hauer2020-12-111-4/+11
* mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-101-26/+34
* mtd: nand: omap_gpmc: Add missing bch16 stringSascha Hauer2020-11-091-0/+1
* mtd: nand: omap_gpmc: Fix wrong length checkSascha Hauer2020-11-091-1/+1
* mtd: nand: omap_gpmc: Drop unused variableSascha Hauer2020-11-091-4/+0
* mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-091-20/+20
* mtd: rename class_dev to devSascha Hauer2020-11-091-1/+1
* mtd: Use classdev->parentSascha Hauer2020-11-091-1/+1
* mtd: nand: Pass struct nand_chip aroundSascha Hauer2020-11-061-48/+40
* mtd: nand: nand_omap_gpmc: Fix mtd_info usageTeresa Remmet2019-09-301-8/+8
* Merge branch 'for-next/omap'Sascha Hauer2019-09-121-8/+325
|\
| * mtd: nand: gpmc: Add BCH16 supportSascha Hauer2019-08-281-8/+325
* | mtd: nand: Embed struct mtd_info into struct nand_chipSascha Hauer2019-08-261-1/+0
* | mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-261-7/+7
|/
* Merge branch 'for-next/mtd'Sascha Hauer2019-01-151-1/+0
|\
| * mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESLadislav Michl2018-12-141-1/+0
| * mtd: nand: remove NAND_BBT_SCANEMPTYLadislav Michl2018-12-141-1/+1
* | mtd: nand: omap: unbreak BCH8 supportSascha Hauer2018-12-201-46/+67
* | mtd: nand: omap: set eccbytes correctlySascha Hauer2018-12-141-0/+4
* | mtd: nand: omap: fix bch8_hw_romcode ecc layoutSascha Hauer2018-12-141-2/+6
* | mtd: nand: omap: remove unused function argumentSascha Hauer2018-12-141-5/+5
* | mtd: nand: omap: Disable subpage reads in hardware ecc modeSascha Hauer2018-12-141-0/+1
* | mtd: nand: omap: Fix hamming correct return valuesSascha Hauer2018-12-141-4/+3
* | mtd: nand: omap: Use dev_dbg when a struct device * is availableSascha Hauer2018-12-141-2/+2
|/
* mtd: nand: omap: Add header file for bch decoderSascha Hauer2018-11-191-2/+2
* mtd: nand: omap_gpmc: fix: remove bch4 string extantHeinrich.Toews@wago.com2018-05-311-1/+0
* mtd: nand: nand_omap_gpmc: Fix ecc stepsTeresa Remmet2018-05-241-60/+55
* mtd: nand_omap_gpmc: fix BCH error correctionMatt Reimer2017-04-191-1/+2
* mtd: nand: omap_gpmc: Fix bitflips in empty pageTeresa Remmet2016-04-121-20/+42
* mtd: nand: omap_gpmc: Remove BCH4 supportTeresa Remmet2016-04-121-35/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-1/+5
* mtd: nand_omap_gpmc: Fix ecc check for bch8 romcodeTeresa Gámez2015-03-301-15/+23
* mtd: nand_omap_gpmc: Remove unused codeTeresa Gámez2015-03-301-68/+0
* mtd: nand: omap: Fix OMAP_ECC_BCH8_CODE_HW ecc modeSascha Hauer2015-02-101-2/+2
* mtd: omap gpmc: reserve 14 byte/subpage for ECC in BCH8 romcodeSascha Hauer2014-08-011-8/+2
* mtd: omap gpmc: fix ecc bytes/sizeSascha Hauer2014-08-011-6/+6
* mtd: omap gpmc: Turn debug message into dev_dbgSascha Hauer2014-04-041-1/+1
* mtd: omap gpmc: Use dev_add_param_enumSascha Hauer2013-11-271-26/+10
* Merge branch 'for-next/mtd'Sascha Hauer2013-08-051-5/+13
|\
| * mtd: nand: update to v3.11-rc1Sascha Hauer2013-07-231-5/+5
| * mtd: introduce ecc strengthSascha Hauer2013-07-221-0/+8
* | mtd: nand: omap: do not set write callback if mtd write is disabledSascha Hauer2013-07-221-1/+2
|/
* mtd: nand: register nand flashes with nand specific functionSascha Hauer2013-03-041-1/+1
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* ARM omap: include individual SoC filesSascha Hauer2012-12-191-1/+0
* mtd: add parent supportJean-Christophe PLAGNIOL-VILLARD2012-10-171-1/+2
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* mtd OMAP NAND: implement buswidth autodetection supportSascha Hauer2012-08-031-13/+31
* mtd OMAP NAND: Use prefetch engineSascha Hauer2012-08-031-0/+100
* mtd OMAP NAND: Fix dev_ready handlingSascha Hauer2012-08-021-28/+7