summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/meson-efuse.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware: meson-sm: Check for buffer output sizeCarlo Caione2017-03-231-1/+1
| | | | | | | | | | | | | | | After the data is read by the secure monitor driver it is being copied in the output buffer checking only the size of the bounce buffer but not the size of the output buffer. Fix this in the secure monitor driver slightly changing the API. Fix also the efuse driver that it is the only driver using this API to not break bisectability. Signed-off-by: Carlo Caione <carlo@endlessm.com> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> # for nvmem Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
* nvmem: amlogic: Add Amlogic Meson EFUSE driverCarlo Caione2016-09-011-0/+93
Add Amlogic EFUSE driver to access hardware data like ethernet address, serial number or IDs. Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Carlo Caione <carlo@endlessm.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
OpenPOWER on IntegriCloud