Age | Commit message (Expand) | Author |
2022-05-09 | nvmem: core: support passing DT node in cell info | Rafał Miłecki |
2022-02-28 | Merge 5.17-rc6 into char-misc-next | Greg Kroah-Hartman |
2022-02-21 | nvmem: core: Check input parameter for NULL in nvmem_unregister() | Andy Shevchenko |
2022-02-21 | nvmem: core: Use devm_add_action_or_reset() | Andy Shevchenko |
2022-02-21 | nvmem: core: Remove unused devm_nvmem_unregister() | Andy Shevchenko |
2022-02-21 | nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property | Christophe Kerello |
2021-12-03 | nvmem: core: set size for sysfs bin file | Srinivas Kandagatla |
2021-10-18 | Merge 5.15-rc6 into char-misc-next | Greg Kroah-Hartman |
2021-10-13 | nvmem: core: add nvmem cell post processing callback | Srinivas Kandagatla |
2021-10-13 | nvmem: core: rework nvmem cell instance creation | Srinivas Kandagatla |
2021-10-13 | nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells | Stephen Boyd |
2021-08-06 | nvmem: core: fix error handling while validating keepout regions | Srinivas Kandagatla |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-06-11 | nvmem: core: add a missing of_node_put | Christophe JAILLET |
2021-06-11 | nvmem: prepare basics for FRAM support | Jiri Prchal |
2021-06-11 | nvmem: core: constify nvmem_cell_read_variable_common() return value | Douglas Anderson |
2021-05-10 | nvmem: core: allow specifying of_node | Michael Walle |
2021-04-02 | nvmem: core: Fix unintentional sign extension issue | Colin Ian King |
2021-04-02 | nvmem: core: Add functions to make number reading easy | Douglas Anderson |
2021-02-04 | nvmem: core: skip child nodes not matching binding | Ahmad Fatoum |
2021-02-04 | nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of() | Dan Carpenter |
2020-11-27 | nvmem: core: Add support for keepout regions | Evan Green |
2020-09-27 | nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell() | Vadym Kochan |
2020-09-17 | nvmem: core: fix missing of_node_put() in of_nvmem_device_get() | Vadym Kochan |
2020-09-17 | nvmem: switch to simpler IDA interface | Bartosz Golaszewski |
2020-09-17 | nvmem: core: Use kobj_to_dev() instead of container_of() | Tian Tao |
2020-07-29 | nvmem: core: add support to auto devid | Srinivas Kandagatla |
2020-07-29 | nvmem: core: Add nvmem_cell_read_u8() | Andreas Färber |
2020-07-29 | nvmem: core: Grammar fixes for help text | Andreas Färber |
2020-07-29 | nvmem: Enforce nvmem stride in the sysfs interface | Douglas Anderson |
2020-05-15 | nvmem: ensure sysfs writes handle write-protect pin | Michael Auchter |
2020-04-28 | nvmem: core: cleanup old eeprom compat entry attributes | Srinivas Kandagatla |
2020-03-25 | nvmem: core: remove nvmem_sysfs_get_groups() | Srinivas Kandagatla |
2020-03-25 | nvmem: core: use is_bin_visible for permissions | Srinivas Kandagatla |
2020-03-25 | nvmem: core: use device_register and device_unregister | Srinivas Kandagatla |
2020-03-25 | nvmem: core: add root_only member to nvmem device struct | Srinivas Kandagatla |
2020-03-19 | nvmem: core: validate nvmem config before parsing | Srinivas Kandagatla |
2020-03-19 | nvmem: release the write-protect pin | Khouloud Touil |
2020-03-19 | nvmem: fix memory leak in error path | Bartosz Golaszewski |
2020-03-19 | nvmem: add a newline for readability | Bartosz Golaszewski |
2020-03-19 | nvmem: remove a stray newline in nvmem_register() | Bartosz Golaszewski |
2020-03-19 | nvmem: core: add nvmem_cell_read_u64 | Yangtao Li |
2020-03-19 | nvmem: core: add nvmem_cell_read_common | Yangtao Li |
2020-02-07 | Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds |
2020-01-10 | nvmem: core: fix memory abort in cleanup path | Bitan Biswas |
2020-01-10 | nvmem: fix a 'makes pointer from integer without a cast' build warning | Bartosz Golaszewski |
2020-01-09 | nvmem: add support for the write-protect pin | Khouloud Touil |
2019-10-07 | nvmem: core: add nvmem_device_find | Thomas Bogendoerfer |
2019-07-30 | drivers: Introduce device lookup variants by of_node | Suzuki K Poulose |
2019-06-24 | bus_find_device: Unify the match callback with class_find_device | Suzuki K Poulose |