summaryrefslogtreecommitdiff
path: root/linux_mtd.c
Commit message (Expand)AuthorAgeFilesLines
* linux_mtd: Mark Opaque chip as tested for WPAnastasia Klimchuk2022-11-211-1/+1
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-1/+0
* linux_mtd.c: Retype appropriate attributes with boolFelix Singer2022-09-081-4/+5
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-1/+1
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-1/+1
* linux_mtd.c: Rename variable param to param_strFelix Singer2022-08-141-8/+8
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-1/+1
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-3/+3
* libflashrom: Return progress state to the library userRichard Hughes2022-05-251-0/+3
* libflashrom,linux_mtd: add linux_mtd writeprotect supportNikolai Artemiev2022-04-051-0/+120
* linux_mtd: check ioctl() return value properlyNikolai Artemiev2022-01-141-3/+5
* opaque_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-8/+2
* opaque_master: Move shutdown function above opaque_master structAnastasia Klimchuk2021-08-171-11/+11
* linux_mtd: Free param right after its last usageAnastasia Klimchuk2021-08-171-4/+6
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-3/+13
* treewide: Drop unnecessary uses of memset/memcpyAngel Pons2021-06-091-2/+1
* programmer: Make use of new register_opaque_master() APIAnastasia Klimchuk2021-05-231-3/+2
* programmer: Smoothen register_opaque_master() APIAnastasia Klimchuk2021-05-231-1/+1
* linux_mtd: drop 'mtd_' prefix from variable/field namesNikolai Artemiev2021-05-131-27/+27
* linux_mtd: move global state into programmer data fieldNikolai Artemiev2021-05-131-45/+65
* linux_mtd: Disable buffering on the mtd deviceDouglas Anderson2021-02-011-0/+4
* linux_mtd: Fix param memory leakJacob Garber2019-09-241-0/+1
* linux_mtd: Bail out early if sysfs node doesn't existDavid Hendricks2018-06-241-0/+18
* linux_mtd: Import driver from ChromiumOSDavid Hendricks2018-05-171-0/+390