No description
Find a file
Vasundhara Volam a0d0fd70fe bnxt_en: Read partno and serialno of the board from VPD
Store the part number and serial number information from VPD in
the bnxt structure. Follow up patch will add the support to display
the information via devlink command.

Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-27 15:34:42 -07:00
arch arm64: defconfig: ti: k3: enable dma and networking 2020-03-26 20:01:14 -07:00
block
certs
crypto
Documentation bnxt_en: Add fw.mgmt.api version to devlink info_get cb. 2020-03-27 15:34:42 -07:00
drivers bnxt_en: Read partno and serialno of the board from VPD 2020-03-27 15:34:42 -07:00
fs
include PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro 2020-03-27 15:34:42 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: introduce the MACSEC netdev feature 2020-03-26 20:17:36 -07:00
samples
scripts
security
sound
tools net: macsec: add support for offloading to the MAC 2020-03-26 20:17:36 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: phy: add marvell usb to mdio controller 2020-03-26 19:49:34 -07:00
Makefile
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 Restructured Text 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.