summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorDavid E. Box <david.e.box@linux.intel.com>2023-12-22 19:25:43 -0800
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2023-12-29 15:31:08 +0200
commit7c13f365aee68b01e7e68ee293a71fdc7571c111 (patch)
tree0eae8db8b4f3fab97ede84723962458e1fb6f2c6 /tools/perf/scripts/python/libxed.py
parentb28ff7a7c3245d7f62acc20f15b4361292fe4117 (diff)
downloadkernel-7c13f365aee68b01e7e68ee293a71fdc7571c111.tar.gz
platform/x86/intel/pmc: Add suspend callback
Add a suspend callback to struct pmc for performing platform specific tasks before device suspend. This is needed in order to perform GBE LTR ignore on certain platforms at suspend-time instead of at probe-time and replace the GBE LTR ignore removal that was done in order to fix a bug introduced by commit 804951203aa5 ("platform/x86:intel/pmc: Combine core_init() and core_configure()"). Fixes: 804951203aa5 ("platform/x86:intel/pmc: Combine core_init() and core_configure()") Signed-off-by: "David E. Box" <david.e.box@linux.intel.com> Link: https://lore.kernel.org/r/20231223032548.1680738-4-david.e.box@linux.intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
913bb26ca4500f6edad1e8ff'>spidev: Switch to use spi_get_csgpiod()Andy Shevchenko 2023-09-11spidev: Decrease indentation level in spidev_ioctl() SPI_IOC_RD_MODE*Andy Shevchenko 2023-06-28Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds 2023-06-19drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas 2023-05-30spi: spidev: add two new spi mode bitsBoerge Struempfel 2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman 2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel 2023-02-06spi: spidev: Fix double unlock in spidev_sync()Dan Carpenter 2023-02-06spi: Merge fixesMark Brown 2023-01-30Merge remote-tracking branch 'spi/for-6.2' into spi-6.2Mark Brown 2023-01-27spi: spidev: fix a recursive locking errorBartosz Golaszewski 2023-01-20spi: spidev: order compatibles alphabeticallyKrzysztof Kozlowski 2023-01-11spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski 2023-01-11spi: spidev: fix a race condition when accessing spidev->spiBartosz Golaszewski 2023-01-06spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski 2023-01-06spi: spidev: fix a race condition when accessing spidev->spiBartosz Golaszewski 2022-12-27spidev: Add Silicon Labs SI3210 device compatibleVincent Tremblay 2022-12-27spidev: Add Silicon Labs EM3581 device compatibleVincent Tremblay 2022-12-01spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODEAlexander Sverdlin