Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvmem: uniphier: change access unit from 32bit to 8bit | Kunihiko Hayashi | 2017-12-19 | 1 | -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 driver | Keiji Hayashibara | 2017-11-08 | 1 | -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> |