mbox series

[v3,0/3] Updates to amd-pmc driver

Message ID 20211022172845.2608-1-Sanket.Goswami@amd.com (mailing list archive)
Headers show
Series Updates to amd-pmc driver | expand

Message

Goswami, Sanket Oct. 22, 2021, 5:28 p.m. UTC
This patch series includes:
- Improvements to error-exits in driver probe
- Store root port information
- Introduce support for AMD Smart Trace Buffer

Sanket Goswami (3):
  platform/x86: amd-pmc: Store the pci_dev instance inside struct
    amd_pmc_dev
  platform/x86: amd-pmc: Simplify error handling path
  platform/x86: amd-pmc: Add support for AMD Smart Trace Buffer

 drivers/platform/x86/amd-pmc.c | 146 ++++++++++++++++++++++++++++++---
 1 file changed, 133 insertions(+), 13 deletions(-)

Comments

Shyam Sundar S K Oct. 26, 2021, 9:58 a.m. UTC | #1
On 10/22/2021 10:58 PM, Sanket Goswami wrote:
> This patch series includes:
> - Improvements to error-exits in driver probe
> - Store root port information
> - Introduce support for AMD Smart Trace Buffer
> 
> Sanket Goswami (3):
>   platform/x86: amd-pmc: Store the pci_dev instance inside struct
>     amd_pmc_dev
>   platform/x86: amd-pmc: Simplify error handling path
>   platform/x86: amd-pmc: Add support for AMD Smart Trace Buffer
> 
>  drivers/platform/x86/amd-pmc.c | 146 ++++++++++++++++++++++++++++++---
>  1 file changed, 133 insertions(+), 13 deletions(-)
> 

Series look good to me.

Acked-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>