aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nvmem-consumer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-04nvmem: core: add nvmem_dev_size() helperRafał Miłecki1-0/+1
2023-12-15nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal1-7/+0
2023-09-19nvmem: core: Add stub for nvmem_cell_read_u8Komal Bajaj1-0/+6
2023-08-23nvmem: core: Notify when a new layout is registeredMiquel Raynal1-0/+2
2023-08-23nvmem: core: Return NULL when no nvmem layout is foundMiquel Raynal1-1/+1
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle1-0/+7
2023-02-06nvmem: core: move struct nvmem_cell_info to nvmem-provider.hMichael Walle1-9/+1
2022-05-09nvmem: core: support passing DT node in cell infoRafał Miłecki1-0/+1
2021-09-14nvmem: core: Add stubs for nvmem_cell_read_variable_le_u32/64 if !CONFIG_NVMEMDouglas Anderson1-0/+14
2021-04-02nvmem: core: Add functions to make number reading easyDouglas Anderson1-0/+4
2020-07-29nvmem: core: Add nvmem_cell_read_u8()Andreas Färber1-0/+1
2020-03-19nvmem: core: add nvmem_cell_read_u64Yangtao Li1-0/+7
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2019-11-05nvmem: core: fix nvmem_cell_write inline functionSebastian Reichel1-1/+1
2019-10-07nvmem: core: add nvmem_device_findThomas Bogendoerfer1-0/+9
2019-04-25nvmem: core: add nvmem_cell_read_u16Fabrice Gasnier1-0/+7
2018-09-28nvmem: use EOPNOTSUPP instead of ENOSYSBartosz Golaszewski1-15/+15
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski1-6/+6
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski1-4/+1
2018-09-28nvmem: add a notifier chainBartosz Golaszewski1-0/+21
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski1-0/+28
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski1-0/+8
2017-08-28nvmem: include linux/err.h from headerSrinivas Kandagatla1-0/+3
2017-08-28nvmem: core: Add nvmem_cell_read_u32Leonard Crestez1-0/+7
2016-06-25nvmem: Declare nvmem_cell_read() consistentlyGuenter Roeck1-1/+1
2015-08-05nvmem: Add nvmem_device based consumer apis.Srinivas Kandagatla1-0/+73
2015-08-05nvmem: Add a simple NVMEM framework for consumersSrinivas Kandagatla1-0/+61
2015-08-05nvmem: Add a simple NVMEM framework for nvmem providersSrinivas Kandagatla1-0/+23