kernel-6.0.8-100
* Fri Nov 11 2022 Justin M. Forbes <jforbes@fedoraproject.org> [6.0.8-0] - PCI/PM: Always disable PTM for all devices during suspend (Mark Pearson) - PCI/PTM: Consolidate PTM interface declarations (Mark Pearson) - PCI/PTM: Reorder functions in logical order (Mark Pearson) - PCI/PTM: Preserve RsvdP bits in PTM Control register (Mark Pearson) - PCI/PTM: Move pci_ptm_info() body into its only caller (Mark Pearson) - PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm() (Mark Pearson) - PCI/PTM: Separate configuration and enable (Mark Pearson) - PCI/PTM: Add pci_upstream_ptm() helper (Mark Pearson) - PCI/PTM: Cache PTM Capability offset (Mark Pearson) - Turn on dln2 support (RHBZ 2110372) (Justin M. Forbes) - Fix up vc4 merge for Pi4 (Justin M. Forbes) - Linux v6.0.8 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
b4b2f70953
commit
61ba07fea4
26 changed files with 745 additions and 94 deletions
|
|
@ -1271,6 +1271,7 @@ CONFIG_DL2K=m
|
|||
CONFIG_DLM_DEBUG=y
|
||||
# CONFIG_DLM_DEPRECATED_API is not set
|
||||
CONFIG_DLM=m
|
||||
CONFIG_DLN2_ADC=m
|
||||
CONFIG_DM9051=m
|
||||
CONFIG_DM9102=m
|
||||
CONFIG_DMA_API_DEBUG_SG=y
|
||||
|
|
@ -1965,6 +1966,7 @@ CONFIG_GPIO_AGGREGATOR=m
|
|||
CONFIG_GPIO_BD9571MWV=m
|
||||
CONFIG_GPIO_CADENCE=m
|
||||
CONFIG_GPIO_CDEV_V1=y
|
||||
CONFIG_GPIO_DLN2=m
|
||||
# CONFIG_GPIO_DWAPB is not set
|
||||
CONFIG_GPIO_EXAR=m
|
||||
# CONFIG_GPIO_FTGPIO010 is not set
|
||||
|
|
@ -2269,6 +2271,7 @@ CONFIG_I2C_DESIGNWARE_PCI=m
|
|||
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
|
||||
CONFIG_I2C_DESIGNWARE_SLAVE=y
|
||||
CONFIG_I2C_DIOLAN_U2C=m
|
||||
CONFIG_I2C_DLN2=m
|
||||
# CONFIG_I2C_EG20T is not set
|
||||
# CONFIG_I2C_EMEV2 is not set
|
||||
# CONFIG_I2C_FSI is not set
|
||||
|
|
@ -3331,7 +3334,7 @@ CONFIG_MFD_CORE=m
|
|||
# CONFIG_MFD_DA9062 is not set
|
||||
# CONFIG_MFD_DA9063 is not set
|
||||
# CONFIG_MFD_DA9150 is not set
|
||||
# CONFIG_MFD_DLN2 is not set
|
||||
CONFIG_MFD_DLN2=m
|
||||
CONFIG_MFD_ENE_KB3930=m
|
||||
# CONFIG_MFD_GATEWORKS_GSC is not set
|
||||
# CONFIG_MFD_HI6421_PMIC is not set
|
||||
|
|
@ -6355,6 +6358,7 @@ CONFIG_SPI_AX88796C=m
|
|||
# CONFIG_SPI_CADENCE_XSPI is not set
|
||||
# CONFIG_SPI_DEBUG is not set
|
||||
# CONFIG_SPI_DESIGNWARE is not set
|
||||
CONFIG_SPI_DLN2=m
|
||||
CONFIG_SPI_FSL_LPSPI=m
|
||||
# CONFIG_SPI_FSL_SPI is not set
|
||||
# CONFIG_SPI_GPIO is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue