| Commit message (Expand) | Author | Age | Files | Lines |
* | nvmem: core: Allow getting nvmem cell with a NULL cell id | Vivek Gautam | 2017-01-25 | 1 | -3/+8 |
* | nvmem: core: Correct a bunch of function documentations | Vivek Gautam | 2017-01-25 | 1 | -14/+16 |
* | nvmem: core: Allow ignoring length when reading a cell | Vivek Gautam | 2017-01-25 | 1 | -2/+4 |
* | nvmem: octop: Add support for imx6ul | Bai Ping | 2017-01-25 | 1 | -0/+1 |
* | nvmem: fix nvmem_cell_read() return type doc | Brian Norris | 2017-01-04 | 1 | -2/+2 |
* | nvmem: imx-ocotp: Fix wrong register size | Daniel Schultz | 2017-01-04 | 1 | -1/+1 |
* | nvmem: qfprom: Allow single byte accesses for read/write | Vivek Gautam | 2017-01-04 | 1 | -7/+7 |
* | nvmem: Add the Broadcom OTP controller driver | Jonathan Richardson | 2016-11-10 | 3 | -0/+349 |
* | nvmem: add NXP LPC18xx OTP driver | Joachim Eastwood | 2016-11-10 | 3 | -0/+136 |
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-10-08 | 3 | -0/+105 |
|\ |
|
| * | nvmem: amlogic: Add Amlogic Meson EFUSE driver | Carlo Caione | 2016-09-01 | 3 | -0/+105 |
* | | nvmem: rockchip-efuse: add rk3399-efuse support | Finley Xiao | 2016-09-02 | 1 | -19/+114 |
|/ |
|
* | nvmem: imx-ocotp: Fix assignment warning. | Srinivas Kandagatla | 2016-06-25 | 1 | -1/+1 |
* | nvmem: imx-ocotp: add COMPILE_TEST for proper test coverage | Srinivas Kandagatla | 2016-06-25 | 1 | -1/+2 |
* | nvmem: imx-ocotp: handling clock | Peng Fan | 2016-06-25 | 1 | -1/+14 |
* | nvmem: mxs-ocotp: remove nvmem regmap dependency | Srinivas Kandagatla | 2016-06-25 | 1 | -61/+22 |
* | nvmem: mtk-efuse: remove nvmem regmap dependency | Srinivas Kandagatla | 2016-06-25 | 2 | -16/+32 |
* | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2016-05-28 | 1 | -11/+11 |
* | Merge 4.6-rc7 into char-misc-testing | Greg Kroah-Hartman | 2016-05-09 | 1 | -2/+2 |
|\ |
|
| * | nvmem: mxs-ocotp: fix buffer overflow in read | Stanislav Meduna | 2016-05-02 | 1 | -2/+2 |
* | | nvmem: lpc18xx-eeprom: remove nvmem regmap dependency | Srinivas Kandagatla | 2016-05-01 | 1 | -68/+26 |
* | | nvmem: imx-ocotp: remove nvmem regmap dependency | Srinivas Kandagatla | 2016-05-01 | 1 | -44/+11 |
* | | nvmem: rockchip-efuse: remove nvmem regmap dependency | Srinivas Kandagatla | 2016-05-01 | 1 | -40/+9 |
* | | nvmem: sunxi-sid: remove nvmem regmap dependency | Srinivas Kandagatla | 2016-05-01 | 2 | -46/+9 |
* | | nvmem: vif610-ocotp: remove nvmem regmap dependency | Srinivas Kandagatla | 2016-05-01 | 1 | -34/+10 |
* | | nvmem: qfprom: remove nvmem regmap dependency | Srinivas Kandagatla | 2016-05-01 | 2 | -20/+37 |
* | | nvmem: core: remove regmap dependency | Srinivas Kandagatla | 2016-05-01 | 2 | -28/+40 |
* | | nvmem: Fix build error of missing devm_ioremap_resource on UM | Krzysztof Kozlowski | 2016-05-01 | 1 | -0/+2 |
|/ |
|
* | nvmem: mediatek: Fix later provider initialization | Andrew-CT Chen | 2016-03-05 | 1 | -1/+22 |
* | nvmem: imx-ocotp: Fix return value of imx_ocotp_read | Axel Lin | 2016-03-05 | 1 | -1/+1 |
* | nvmem: Fix dependencies for !HAS_IOMEM archs | Richard Weinberger | 2016-03-05 | 1 | -0/+4 |
* | nvmem: Add backwards compatibility support for older EEPROM drivers. | Andrew Lunn | 2016-03-02 | 1 | -8/+76 |
* | nvmem: Add flag to export NVMEM to root only | Andrew Lunn | 2016-03-02 | 1 | -2/+55 |
* | Merge 4.5-rc4 into char-misc-next | Greg Kroah-Hartman | 2016-02-14 | 1 | -0/+1 |
|\ |
|
| * | nvmem: qfprom: Specify LE device endianness | Stephen Boyd | 2016-02-08 | 1 | -0/+1 |
| * | nvmem: core: return error for non word aligned access | Srinivas Kandagatla | 2016-02-08 | 1 | -0/+6 |
* | | nvmem: core: fix error path in nvmem_add_cells() | Rasmus Villemoes | 2016-02-12 | 1 | -1/+3 |
* | | nvmem: rockchip: trivial: Make the driver more readability | Caesar Wang | 2016-02-08 | 1 | -48/+42 |
* | | nvmem: sunxi: trivial: fix code style | Caesar Wang | 2016-02-08 | 1 | -6/+3 |
* | | nvmem: core: return error for non word aligned access | Srinivas Kandagatla | 2016-02-08 | 1 | -0/+6 |
* | | nvmem: mediatek: Add Mediatek EFUSE driver | Andrew-CT Chen | 2016-02-08 | 3 | -0/+102 |
* | | nvmem: NXP LPC18xx EEPROM memory NVMEM driver | Ariel D'Alessandro | 2016-02-08 | 3 | -0/+341 |
|/ |
|
* | Merge 4.3-rc5 into char-misc next | Greg Kroah-Hartman | 2015-10-12 | 2 | -5/+14 |
|\ |
|
| * | nvmem: sunxi: Check for memory allocation failure | Maxime Ripard | 2015-10-04 | 1 | -1/+10 |
| * | nvmem: core: Fix memory leak in nvmem_cell_write | Axel Lin | 2015-10-04 | 1 | -1/+1 |
| * | nvmem: core: Handle shift bits in-place if cell->nbits is non-zero | Axel Lin | 2015-10-04 | 1 | -1/+1 |
| * | nvmem: core: fix the out-of-range leak in read/write() | ZhengShunQian | 2015-10-04 | 1 | -2/+2 |
* | | nvmem: rockchip_efuse_regmap_config can be static | kbuild test robot | 2015-10-04 | 1 | -3/+3 |
* | | nvmem: Adding bindings for rockchip-efuse | ZhengShunQian | 2015-10-04 | 3 | -0/+198 |
* | | nvmem: add driver for ocotp in i.MX23 and i.MX28 | Stefan Wahren | 2015-10-04 | 3 | -0/+270 |