Linux kernel source tree
Go to file
Sergio Paracuellos b15606e63e staging: mt7621-pci: remove 'mt7621_pci_parse_request_of_pci_ranges'
After 'PCI_IOBASE' is defined for ralink, ranges are properly parsed
using pci generic APIS and there is no need to parse anything
manually. So function 'mt7621_pci_parse_request_of_pci_ranges'
used for this can be enterely removed. Since we have to configure
iocu memory regions and pci io windows resources must be retrieved
accordly from 'bridge->windows' but there is no need to store
anything as driver private data.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210614100617.28753-3-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-06-15 15:24:29 +02:00
Documentation Linux 5.13-rc6 2021-06-14 09:12:45 +02:00
LICENSES
arch MIPS: ralink: Define PCI_IOBASE 2021-06-15 15:24:29 +02:00
block
certs
crypto async_xor: check src_offs is not NULL before updating it 2021-06-10 19:40:14 -07:00
drivers staging: mt7621-pci: remove 'mt7621_pci_parse_request_of_pci_ranges' 2021-06-15 15:24:29 +02:00
fs NFS client bugfixes for Linux 5.13 2021-06-13 12:32:59 -07:00
include Linux 5.13-rc6 2021-06-14 09:12:45 +02:00
init
ipc
kernel Misc fixes: 2021-06-12 11:41:28 -07:00
lib
mm
net
samples
scripts
security
sound sound fixes for 5.13-rc6 2021-06-11 10:47:10 -07:00
tools perf tools fixes for v5.13: 5th batch 2021-06-13 12:41:47 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 5.13-rc6 2021-06-14 09:12:45 +02:00
Makefile Linux 5.13-rc6 2021-06-13 14:43:10 -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 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.