mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
b16bce2f6019acbba84be1495bcc4e06d4eb8ee4
Rockchip platform actually doesn't support prefetchable, make pcie0 and pcie0 consistent with each other. This also remove the invalid type warning from Firmware when using kernel DTB. => pci e pci_uclass_pre_probe, bus=0/pcie@2a200000, parent=root_driver decode_regions: len=28, cells_per_record=7 decode_regions: region 0, pci_addr=20000000, addr=20000000, size=100000, space_code=0 decode_regions: region 0, pci_addr=20100000, addr=20100000, size=100000, space_code=1 - type=1, pos=0 decode_regions: region 1, pci_addr=20200000, addr=20200000, size=e00000, space_code=2 - type=0, pos=1 decode_regions: region 2, pci_addr=900000000, addr=900000000, size=80000000, space_code=3 - type=8, pos=2 pcie@2a200000: PCIe Linking... LTSSM is 0x0 pcie@2a200000: PCIe Linking... LTSSM is 0x0 pcie@2a200000: PCIe Link up, LTSSM is 0x130011 pcie@2a200000: PCIE-0: Link up (Gen2-x1, Bus0) pcie@2a200000: invalid flags type Change-Id: I24ed9d105d68d05508697e5db54b3f3909520adc Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
…
…
…
…
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%