lkml.org 
[lkml]   [2015]   [Aug]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 01/15] hwmon, fam15h_power: add support for AMD Carrizo
    Date
    AMD Carrizo(Fam15h, M60h) processors can report power1_crit
    (ProcessorPwrWatts) and power1_input (CurrPwrWatts) values.
    And this patch adds support for CZ.

    Signed-off-by: Huang Rui <ray.huang@amd.com>
    ---
    drivers/hwmon/fam15h_power.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/hwmon/fam15h_power.c b/drivers/hwmon/fam15h_power.c
    index 3057dfc..0753810 100644
    --- a/drivers/hwmon/fam15h_power.c
    +++ b/drivers/hwmon/fam15h_power.c
    @@ -233,6 +233,7 @@ static int fam15h_power_probe(struct pci_dev *pdev,
    static const struct pci_device_id fam15h_power_id_table[] = {
    { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F4) },
    { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M30H_NB_F4) },
    + { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M60H_NB_F4) },
    { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_NB_F4) },
    { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_M30H_NB_F4) },
    {}
    --
    1.9.1


    \
     
     \ /
      Last update: 2015-08-27 10:41    [W:2.396 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site