summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_omap_gpmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd omap: add prefix to omap specific decode_bch functionSascha Hauer2012-07-251-2/+2
* Revert "mtd omap nand: fix driver without CONFIG_PARAMETER"Jean-Christophe PLAGNIOL-VILLARD2012-01-191-1/+0
* mtd omap nand: fix driver without CONFIG_PARAMETERSascha Hauer2012-01-171-0/+1
* fix gpmc_nand_probe without param supportJan Weitzel2012-01-161-0/+3
* nand_omap_gpmc: fix return valueAlexander Aring2012-01-051-2/+6
* drivers/mtd: transfer NAND notions to MTD coreRobert Jarzmik2011-12-221-1/+1
* mtd nand omap: use NAND_OWN_BUFFERS optionSascha Hauer2011-11-081-3/+3
* mtd nand omap: add read function for the OMAP4 romcode ecc modeSascha Hauer2011-11-081-8/+91
* mtd nand omap: factor out an internal __omap_calculate_ecc functionSascha Hauer2011-11-081-4/+10
* mtd nand omap: make debugging output more usefulSascha Hauer2011-11-081-17/+10
* mtd nand omap: use register defines for ecc registersSascha Hauer2011-11-081-11/+40
* mtd nand omap: fail on bch decode failureSascha Hauer2011-11-081-1/+4
* mtd nand omap: call ecc calculate function outside omap_correct_bchSascha Hauer2011-11-081-2/+6
* mtd nand omap: factor out hamming correct functionSascha Hauer2011-11-081-35/+45
* mtd nand omap: factor out bch correct functionSascha Hauer2011-11-081-52/+62
* mtd nand omap: use blocknum calculation to where it's usedSascha Hauer2011-11-081-7/+7
* introduce io.hSascha Hauer2011-09-221-1/+1
* nand: convert to struct resourceJean-Christophe PLAGNIOL-VILLARD2011-07-231-5/+5
* Improved gpmc_nand driver to show the current eccmode.Juergen Kilb2011-06-101-3/+5
* ARM: omap4: fix dev_width for omap_enable_hweccJan Weitzel2011-04-201-1/+1
* nand omap: handle erased pages correctly in hamming ecc modeSascha Hauer2011-04-121-0/+5
* nand omap: use xzalloc instead of callocSascha Hauer2011-04-121-5/+1
* nand omap: use standard debug functionsSascha Hauer2011-04-121-19/+8
* nand omap: turn debug messages into dev_dbgSascha Hauer2011-04-121-8/+8
* nand omap: fix hamming romcode ecc codeSascha Hauer2011-04-121-4/+14
* mtd nand omap: Add BCH ecc supportSascha Hauer2011-04-041-37/+186
* mtd nand omap: make ecc mode runtime configurableSascha Hauer2011-04-041-88/+181
* mtd nand omap: Pass ecc mode from platformSascha Hauer2011-04-041-1/+1