No description
Find a file
Arkadiusz Kubalewski 43c4958a3d ice: Merge pin initialization of E810 and E810T adapters
Remove separate function initializing pins for E810T-based adapters
and initialize pins based on feature bits.

Signed-off-by: Maciej Machnikowski <maciej.machnikowski@intel.com>
Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2022-09-28 11:40:57 -07:00
arch mips: dts: ralink: mt7621: add GB-PC2 LEDs 2022-09-23 10:24:59 +01:00
block
certs
crypto
Documentation dt-bindings: net: rockchip-dwmac: add rv1126 compatible 2022-09-26 11:26:15 -07:00
drivers ice: Merge pin initialization of E810 and E810T adapters 2022-09-28 11:40:57 -07:00
fs
include net: tls: Add ARIA-GCM algorithm 2022-09-27 17:29:09 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net netfilter: nft_fib: Fix for rpath check with VRF devices 2022-09-28 13:33:26 +02:00
samples
scripts
security
sound
tools selftests/tc-testing: add selftests for teql qdisc 2022-09-28 08:32:55 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS sunhme: Add myself as a maintainer 2022-09-26 17:45:38 -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.