summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/powernv_flash.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V2019-02-131-1/+1
* mtd: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-1/+1
* mtd: powernv_flash: set of_node in mtd's devRafał Miłecki2018-07-181-0/+1
* mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-10/+2Star
* mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur2017-11-061-22/+35
* mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur2017-11-061-0/+7
* mtd: powernv_flash: Remove pointless goto in driver initCyril Bur2017-11-061-10/+6Star
* mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur2017-11-061-5/+10
* mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur2017-11-061-1/+3
* powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh2016-06-291-1/+1
* mtd: powernv: Add powernv flash MTD abstraction driverCyril Bur2015-06-111-0/+285