aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/powernv_flash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09mtd: powernv_flash: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2020-11-20mtd: devices: powernv_flash: Add function names to headers and fix 'dev'Lee Jones1-1/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-02-13mtd: powernv_flash: Fix device registration errorAneesh Kumar K.V1-1/+1
2018-11-27mtd: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-07-18mtd: powernv_flash: set of_node in mtd's devRafał Miłecki1-0/+1
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-10/+2
2017-11-06mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur1-22/+35
2017-11-06mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur1-0/+7
2017-11-06mtd: powernv_flash: Remove pointless goto in driver initCyril Bur1-10/+6
2017-11-06mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur1-5/+10
2017-11-06mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur1-1/+3
2016-06-29powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh1-1/+1
2015-06-11mtd: powernv: Add powernv flash MTD abstraction driverCyril Bur1-0/+285