linux_dsm_epyc7002/Documentation/devicetree/bindings
Linus Torvalds 0d519f2d1e pci-v4.14-changes
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJZsr8cAAoJEFmIoMA60/r8lXYQAKViYIRMJDD4n3NhjMeLOsnJ
 vwaBmWlLRjSFIEpag5kMjS1RJE17qAvmkBZnDvSNZ6cT28INkkZnVM2IW96WECVq
 64MIvDijVPcvqGuWePCfWdDiSXApiDWwJuw55BOhmvV996wGy0gYgzpPY+1g0Knh
 XzH9IOzDL79hZleLfsxX0MLV6FGBVtOsr0jvQ04k4IgEMIxEDTlbw85rnrvzQUtc
 0Vj2koaxWIESZsq7G/wiZb2n6ekaFdXO/VlVvvhmTSDLCBaJ63Hb/gfOhwMuVkS6
 B3cVprNrCT0dSzWmU4ZXf+wpOyDpBexlemW/OR/6CQUkC6AUS6kQ5si1X44dbGmJ
 nBPh414tdlm/6V4h/A3UFPOajSGa/ZWZ/uQZPfvKs1R6WfjUerWVBfUpAzPbgjam
 c/mhJ19HYT1J7vFBfhekBMeY2Px3JgSJ9rNsrFl48ynAALaX5GEwdpo4aqBfscKz
 4/f9fU4ysumopvCEuKD2SsJvsPKd5gMQGGtvAhXM1TxvAoQ5V4cc99qEetAPXXPf
 h2EqWm4ph7YP4a+n/OZBjzluHCmZJn1CntH5+//6wpUk6HnmzsftGELuO9n12cLE
 GGkreI3T9ctV1eOkzVVa0l0QTE1X/VLyEyKCtb9obXsDaG4Ud7uKQoZgB19DwyTJ
 EG76ridTolUFVV+wzJD9
 =9cLP
 -----END PGP SIGNATURE-----

Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci

Pull PCI updates from Bjorn Helgaas:

 - add enhanced Downstream Port Containment support, which prints more
   details about Root Port Programmed I/O errors (Dongdong Liu)

 - add Layerscape ls1088a and ls2088a support (Hou Zhiqiang)

 - add MediaTek MT2712 and MT7622 support (Ryder Lee)

 - add MediaTek MT2712 and MT7622 MSI support (Honghui Zhang)

 - add Qualcom IPQ8074 support (Varadarajan Narayanan)

 - add R-Car r8a7743/5 device tree support (Biju Das)

 - add Rockchip per-lane PHY support for better power management (Shawn
   Lin)

 - fix IRQ mapping for hot-added devices by replacing the
   pci_fixup_irqs() boot-time design with a host bridge hook called at
   probe-time (Lorenzo Pieralisi, Matthew Minter)

 - fix race when enabling two devices that results in upstream bridge
   not being enabled correctly (Srinath Mannam)

 - fix pciehp power fault infinite loop (Keith Busch)

 - fix SHPC bridge MSI hotplug events by enabling bus mastering
   (Aleksandr Bezzubikov)

 - fix a VFIO issue by correcting PCIe capability sizes (Alex
   Williamson)

 - fix an INTD issue on Xilinx and possibly other drivers by unifying
   INTx IRQ domain support (Paul Burton)

 - avoid IOMMU stalls by marking AMD Stoney GPU ATS as broken (Joerg
   Roedel)

 - allow APM X-Gene device assignment to guests by adding an ACS quirk
   (Feng Kan)

 - fix driver crashes by disabling Extended Tags on Broadcom HT2100
   (Extended Tags support is required for PCIe Receivers but not
   Requesters, and we now enable them by default when Requesters support
   them) (Sinan Kaya)

 - fix MSIs for devices that use phantom RIDs for DMA by assuming MSIs
   use the real Requester ID (not a phantom RID) (Robin Murphy)

 - prevent assignment of Intel VMD children to guests (which may be
   supported eventually, but isn't yet) by not associating an IOMMU with
   them (Jon Derrick)

 - fix Intel VMD suspend/resume by releasing IRQs on suspend (Scott
   Bauer)

 - fix a Function-Level Reset issue with Intel 750 NVMe by waiting
   longer (up to 60sec instead of 1sec) for device to become ready
   (Sinan Kaya)

 - fix a Function-Level Reset issue on iProc Stingray by working around
   hardware defects in the CRS implementation (Oza Pawandeep)

 - fix an issue with Intel NVMe P3700 after an iProc reset by adding a
   delay during shutdown (Oza Pawandeep)

 - fix a Microsoft Hyper-V lockdep issue by polling instead of blocking
   in compose_msi_msg() (Stephen Hemminger)

 - fix a wireless LAN driver timeout by clearing DesignWare MSI
   interrupt status after it is handled, not before (Faiz Abbas)

 - fix DesignWare ATU enable checking (Jisheng Zhang)

 - reduce Layerscape dependencies on the bootloader by doing more
   initialization in the driver (Hou Zhiqiang)

 - improve Intel VMD performance allowing allocation of more IRQ vectors
   than present CPUs (Keith Busch)

 - improve endpoint framework support for initial DMA mask, different
   BAR sizes, configurable page sizes, MSI, test driver, etc (Kishon
   Vijay Abraham I, Stan Drozd)

 - rework CRS support to add periodic messages while we poll during
   enumeration and after Function-Level Reset and prepare for possible
   other uses of CRS (Sinan Kaya)

 - clean up Root Port AER handling by removing unnecessary code and
   moving error handler methods to struct pcie_port_service_driver
   (Christoph Hellwig)

 - clean up error handling paths in various drivers (Bjorn Andersson,
   Fabio Estevam, Gustavo A. R. Silva, Harunobu Kurokawa, Jeffy Chen,
   Lorenzo Pieralisi, Sergei Shtylyov)

 - clean up SR-IOV resource handling by disabling VF decoding before
   updating the corresponding resource structs (Gavin Shan)

 - clean up DesignWare-based drivers by unifying quirks to update Class
   Code and Interrupt Pin and related handling of write-protected
   registers (Hou Zhiqiang)

 - clean up by adding empty generic pcibios_align_resource() and
   pcibios_fixup_bus() and removing empty arch-specific implementations
   (Palmer Dabbelt)

 - request exclusive reset control for several drivers to allow cleanup
   elsewhere (Philipp Zabel)

 - constify various structures (Arvind Yadav, Bhumika Goyal)

 - convert from full_name() to %pOF (Rob Herring)

 - remove unused variables from iProc, HiSi, Altera, Keystone (Shawn
   Lin)

* tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: (170 commits)
  PCI: xgene: Clean up whitespace
  PCI: xgene: Define XGENE_PCI_EXP_CAP and use generic PCI_EXP_RTCTL offset
  PCI: xgene: Fix platform_get_irq() error handling
  PCI: xilinx-nwl: Fix platform_get_irq() error handling
  PCI: rockchip: Fix platform_get_irq() error handling
  PCI: altera: Fix platform_get_irq() error handling
  PCI: spear13xx: Fix platform_get_irq() error handling
  PCI: artpec6: Fix platform_get_irq() error handling
  PCI: armada8k: Fix platform_get_irq() error handling
  PCI: dra7xx: Fix platform_get_irq() error handling
  PCI: exynos: Fix platform_get_irq() error handling
  PCI: iproc: Clean up whitespace
  PCI: iproc: Rename PCI_EXP_CAP to IPROC_PCI_EXP_CAP
  PCI: iproc: Add 500ms delay during device shutdown
  PCI: Fix typos and whitespace errors
  PCI: Remove unused "res" variable from pci_resource_io()
  PCI: Correct kernel-doc of pci_vpd_srdt_size(), pci_vpd_srdt_tag()
  PCI/AER: Reformat AER register definitions
  iommu/vt-d: Prevent VMD child devices from being remapping targets
  x86/PCI: Use is_vmd() rather than relying on the domain number
  ...
2017-09-08 15:47:43 -07:00
..
arc
arm DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
ata DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
auxdisplay
board
bus dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
c6x
clock DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
cpufreq dt-bindings: cpufreq: enhance MediaTek cpufreq dt-binding document 2017-07-22 02:19:38 +02:00
cris
crypto DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
devfreq dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
display DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
dma DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
edac
eeprom
extcon dt-bindings: extcon: Add support for cros-ec device 2017-07-17 19:25:55 +09:00
firmware
fpga DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
fsi
fuse
goldfish
gpio DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
gpu DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
h8300
hsi dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
hwlock
hwmon hwmon: (ltq-cputemp) add devicetree bindings documentation 2017-09-01 07:24:12 -07:00
i2c DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
iio DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
infiniband
input DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
interrupt-controller irqchip/ls-scfg-msi: Add LS1043a v1.1 MSI support 2017-08-31 16:19:39 +01:00
iommu
ipmi
leds LED updates for 4.14 2017-09-07 14:33:13 -07:00
lpddr2
mailbox
media DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
memory-controllers dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
metag
mfd DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
mips
misc dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
mmc DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
mtd dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
mux
net DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
nios2
nvmem DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
opp dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
pci pci-v4.14-changes 2017-09-08 15:47:43 -07:00
perf
phy pci-v4.14-changes 2017-09-08 15:47:43 -07:00
pinctrl DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
power DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
powerpc powerpc/powernv/vas: Define vas_init() and vas_exit() 2017-08-31 14:26:26 +10:00
pps
ptp DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
pwm DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
regmap
regulator DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
remoteproc
reserved-memory
reset dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
rng Documentation: devicetree: add Freescale RNGC binding 2017-08-03 14:00:20 +08:00
rtc dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
scsi dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
security/tpm dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
serial DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
serio DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
soc dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
sound DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
spi DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
spmi
sram dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
staging/iio/adc
thermal dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
timer devicetree: bindings: Remove deprecated properties 2017-08-29 11:08:05 +02:00
ufs
usb DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
virtio
w1 dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
watchdog dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
x86
xillybus
ABI.txt
chosen.txt dt-bindings: chosen: document kaslr-seed property 2017-07-24 12:49:56 -05:00
common-properties.txt
graph.txt
marvell.txt
numa.txt
property-units.txt media updates for v4.13-rc1 2017-07-06 11:15:19 -07:00
resource-names.txt
sparc_sun_oracle_rng.txt
submitting-patches.txt
trivial-devices.txt dt-bindings: add amc6821, isl1208 trivial bindings 2017-08-22 19:23:06 -05:00
unittest.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
vendor-prefixes.txt DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00
xilinx.txt char: xilinx_hwicap: Fix warnings in the driver 2017-08-28 17:04:47 +02:00