Linux kernel source tree
Go to file
Rosen Penev ec81b33b23 wifi: rt2x00: add nvmem eeprom support
Some embedded platforms have eeproms located in flash. Add nvmem support
to handle this. Support is added for PCI and SOC backends.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://patch.msgid.link/20251027180639.3797-1-rosenp@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2025-10-30 08:39:18 +01:00
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-10-16 11:06:28 -07:00
LICENSES
arch Remove long-stale ext3 defconfig option 2025-10-15 07:57:28 -07:00
block
certs
crypto
drivers wifi: rt2x00: add nvmem eeprom support 2025-10-30 08:39:18 +01:00
fs vfs-6.18-rc2.fixes 2025-10-15 15:12:58 -07:00
include wifi: mac80211: add RX flag to report radiotap VHT information 2025-10-30 08:38:51 +01:00
init
io_uring
ipc
kernel tracing fixes for v6.18: 2025-10-11 16:06:04 -07:00
lib
mm slab hotfix for 6.18-rc1 2025-10-11 10:40:24 -07:00
net wifi: mac80211: add RX flag to report radiotap VHT information 2025-10-30 08:38:51 +01:00
rust vfs-6.18-rc2.fixes 2025-10-15 15:12:58 -07:00
samples
scripts Kbuild fixes for 6.18 #1 2025-10-11 15:47:12 -07:00
security
sound
tools Including fixes from CAN 2025-10-16 09:41:21 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Including fixes from CAN 2025-10-16 09:41:21 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-10-16 11:06:28 -07:00
Makefile Linux 6.18-rc1 2025-10-12 13:42:36 -07:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.