summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/uniphier-efuse.c
Commit message (Collapse)AuthorAgeFilesLines
* nvmem: uniphier: change access unit from 32bit to 8bitKunihiko Hayashi2017-12-191-5/+5
| | | | | | | | | | The efuse on UniPhier allows 8bit access according to the specification. Since bit offset of nvmem is limited to 0-7, it is desiable to change access unit of nvmem to 8bit. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* nvmem: uniphier: add UniPhier eFuse driverKeiji Hayashibara2017-11-081-0/+97
Add eFuse driver for Socionext UniPhier series SoC. Note that eFuse device is under soc-glue and this register implements as read only. Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
OpenPOWER on IntegriCloud