| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mtd: lpddr: use mtd_device_register() | Rafał Miłecki | 2018-07-24 | 1 | -1/+1 |
| | | | | | | | | This driver doesn't specify parsers so it can use that little helper. Signed-off-by: Rafał Miłecki <[email protected]> Signed-off-by: Boris Brezillon <[email protected]> | ||||
| * | mtd: Stop updating erase_info->state and calling mtd_erase_callback() | Boris Brezillon | 2018-03-21 | 1 | -8/+2 |
| | | | | | | | | | | | | | | | | | | | | | MTD users are no longer checking erase_info->state to determine if the erase operation failed or succeeded. Moreover, mtd_erase_callback() is now a NOP. We can safely get rid of all mtd_erase_callback() calls and all erase_info->state assignments. While at it, get rid of the erase_info->state field, all MTD_ERASE_XXX definitions and the mtd_erase_callback() function. Signed-off-by: Boris Brezillon <[email protected]> Reviewed-by: Richard Weinberger <[email protected]> Reviewed-by: Miquel Raynal <[email protected]> Acked-by: Bert Kenward <[email protected]> --- Changes in v2: - Address a few coding style issues (reported by Miquel) - Remove comments that are no longer valid (reported by Miquel) | ||||
| * | mtd: lpddr: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -0/+1 |
| | | | | | | | | Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver <[email protected]> Signed-off-by: Brian Norris <[email protected]> | ||||
| * | mtd: lpddr: add driver for LPDDR2-NVM PCM memories | Vincenzo Aliberti | 2014-05-21 | 1 | -0/+507 |
| Signed-off-by: Vincenzo Aliberti <[email protected]> Signed-off-by: Brian Norris <[email protected]> | |||||
