index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvmem
/
layouts
Age
Commit message (
Expand
)
Author
7 days
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2025-07-16
nvmem: layouts: u-boot-env: remove crc32 endianness conversion
Michael C. Pratt
2025-06-30
nvmem: layouts: Switch from crc32() to crc32_le()
Eric Biggers
2025-03-19
net, treewide: define and use MAC_ADDR_STR_LEN
Uday Shankar
2024-09-11
nvmem: layouts: add U-Boot env layout
Rafał Miłecki
2024-05-03
nvmem: layouts: sl28vpd: drop driver owner initialization
Krzysztof Kozlowski
2024-05-03
nvmem: layouts: onie-tlv: drop driver owner initialization
Krzysztof Kozlowski
2024-01-04
nvmem: layouts: refactor .add_cells() callback arguments
Rafał Miłecki
2023-12-15
nvmem: core: Rework layouts to become regular devices
Miquel Raynal
2023-12-15
nvmem: Simplify the ->add_cells() hook
Miquel Raynal
2023-04-05
nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier...
Tom Rix
2023-04-05
nvmem: layouts: onie-tlv: Drop wrong module alias
Miquel Raynal
2023-04-05
nvmem: layouts: onie-tlv: Use module_nvmem_layout_driver()
Miquel Raynal
2023-04-05
nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver()
Miquel Raynal
2023-04-05
nvmem: layouts: onie-tlv: Add new layout driver
Miquel Raynal
2023-04-05
nvmem: layouts: sl28vpd: Add new layout driver
Michael Walle
2023-04-05
nvmem: core: introduce NVMEM layouts
Michael Walle