sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
nvmem: Add nvmem interface and helpersThe nvmem interface helps provider of nvmem data to expose themselves to consumer.NVMEM is generally present on some embedded board in a form of eeprom or fus
nvmem: Add nvmem interface and helpersThe nvmem interface helps provider of nvmem data to expose themselves to consumer.NVMEM is generally present on some embedded board in a form of eeprom or fuses.The nvmem api are helpers for consumer to read/write the cell data from a provider.Differential Revision: https://reviews.freebsd.org/D16419
show more ...