aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/docg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21mtd: add ECC error accounting for each read requestMichał Kępień1-0/+8
2022-09-19mtd: devices: docg3: Use correct function names in comment blocksColin Ian King1-3/+3
2022-09-19mtd: devices: docg3: check the return value of devm_ioremap() in the probeWilliam Dean1-1/+6
2020-11-20mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' issuesLee Jones1-3/+2
2020-05-24lib/bch: Allow easy bit swappingMiquel Raynal1-1/+1
2020-05-24lib/bch: Rework a little bit the exported function namesMiquel Raynal1-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-01-29mtd: docg3: fix a possible memory leak of mtd->nameYueHaibing1-3/+2
2019-01-29mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_deviceYueHaibing1-1/+1
2018-12-03mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li1-8/+8
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-22mtd: devices: simplify getting .drvdataWolfram Sang1-2/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-14/+2
2018-01-16mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon1-5/+0
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-65/+0
2017-11-13mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon1-1/+6
2017-07-21mtd: create per-device and module-scope debugfs entriesMario Rugiero1-32/+17
2016-04-19mtd: docg3: switch to mtd_ooblayout_opsBoris Brezillon1-11/+35
2016-04-19mtd: docg3: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-3/+2
2015-10-26mtd: docg3: off by one in doc_register_sysfs()Dan Carpenter1-6/+16
2015-10-13mtd: devices: docg3: show parent device in sysfsFrans Klaver1-1/+1
2015-06-16mtd: docg3: Fix kasprintf() usageRichard Weinberger1-2/+8
2015-06-16mtd: docg3: Don't leak docg3->bbt in error pathRichard Weinberger1-2/+4
2015-05-06mtd: constify of_device_id arrayFabian Frederick1-1/+1
2015-04-05mtd: docg3: remove invalid __exit annotationsBrian Norris1-3/+3
2015-03-11mtd: docg3: drop dead codeBrian Norris1-4/+1
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds1-60/+62
2014-10-22mtd: docg3: fix 'defined but not used' warningBrian Norris1-0/+2
2014-10-22mtd: docg3: add device-tree supportRobert Jarzmik1-0/+8
2014-10-21docg3: Fix miuse of seq_printf return valueJoe Perches1-60/+52
2014-10-20mtd: devices: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-19mtd: Fixed checkpatch seq_printf warningsSamarth Parikh1-13/+13
2014-05-14drivers/mtd/devices/docg3.c: avoid world-writable sysfs files.Rusty Russell1-2/+2
2014-01-03mtd: docg3: Use devm_*() functionsJingoo Han1-14/+6
2013-11-06mtg: docg3: use free_bch() instead of kfree()Wei Yongjun1-1/+1
2013-04-05mtd: doc: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: devices: add const qualifiersArtem Bityutskiy1-1/+1
2012-12-10mtg: docg3: potential divide by zero in doc_write_oob()Dan Carpenter1-1/+1
2012-09-29mtd: use %*ph[CN] to dump small buffersAndy Shevchenko1-9/+3
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds1-13/+27
2012-05-29mtd: docg3 fix in-middle of blocks readsRobert Jarzmik1-11/+23
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn1-2/+4
2012-04-08Merge branch 'master' into for-nextJiri Kosina1-86/+115
2012-04-05mtg: docg3: fix comment errorsOctavian Moraru1-8/+8
2012-03-27mtd: docg3 add protection against concurrencyRobert Jarzmik1-11/+39
2012-03-27mtd: docg3 refactor cascade floors structureRobert Jarzmik1-43/+45
2012-03-27mtd: docg3 increase write/erase timeoutRobert Jarzmik1-3/+3
2012-03-27mtd: docg3 fix inbound calculationsRobert Jarzmik1-12/+5