- 21 May, 2012 1 commit
-
-
Axel Lin authored
This patch converts the drivers in drivers/hwmon/* to use module_pci_driver() macro which makes the code smaller and a bit simpler. Signed-off-by:
Axel Lin <axel.lin@gmail.com> Cc: Andreas Herrmann <andreas.herrmann3@amd.com> Cc: Clemens Ladisch <clemens@ladisch.de> Cc: Rudolf Marek <r.marek@assembler.cz> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- 01 Apr, 2012 1 commit
-
-
Andre Przywara authored
The on-chip northbridge's temperature sensor of the upcoming AMD Trinity CPUs works the same as for the previous CPUs. Since it has a different PCI-ID, we just add the new one to the list supported by k10temp. This allows to use the k10temp driver on those CPUs. Signed-off-by:
Andre Przywara <andre.przywara@amd.com> Cc: stable@vger.kernel.org # 3.0+ Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- 19 Mar, 2012 1 commit
-
-
Frans Meulenbroeks authored
fix all checkpatch warnings about DEFINE_PCI_DEVICE_TABLE Signed-off-by:
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- 25 May, 2011 2 commits
-
-
Andre Przywara authored
AMDs upcoming CPUs use the same mechanism for the internal temperature reporting as the Fam10h CPUs, so we just needed to add the appropriate PCI-ID to the list. This allows to use the k10temp driver on those CPUs. While at it change the Kconfig entry to be more generic. Signed-off-by:
Andre Przywara <andre.przywara@amd.com> Acked-by:
Clemens Ladisch <clemens@ladisch.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Jean Delvare authored
Use helper functions to set and get driver data. This is more elegant. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Cc: Andreas Herrmann <andreas.herrmann3@amd.com> Acked-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- 18 Feb, 2011 1 commit
-
-
Clemens Ladisch authored
Add the PCI ID to support the internal temperature sensor of the AMD "Llano" and "Brazos" processor families. Signed-off-by:
Clemens Ladisch <clemens@ladisch.de> Cc: stable@kernel.org # ca86828c : x86, AMD, PCI: Add AMD northbridge PCI device Cc: stable@kernel.org Signed-off-by:
Guenter Roeck <guenter.roeck@ericsson.com>
-
- 20 Jun, 2010 1 commit
-
-
Jean Delvare authored
When detecting AM2+ or AM3 socket with DDR2, only blacklist cores which are known to exist in AM2+ format. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Clemens Ladisch <clemens@ladisch.de> Cc: Andreas Herrmann <andreas.herrmann3@amd.com> Cc: stable@kernel.org
-
- 10 Jan, 2010 2 commits
-
-
Márton Németh authored
The id_table field of the struct pci_driver is constant in <linux/pci.h> so it is worth to make pci_device_id also constant. The semantic match that finds this kind of pattern is as follows: (http://coccinelle.lip6.fr/ ) // <smpl> @r@ identifier I1, I2, x; @@ struct I1 { ... const struct I2 *x; ... }; @s@ identifier r.I1, y; identifier r.x, E; @@ struct I1 y = { .x = E, }; @c@ identifier r.I2; identifier s.E; @@ const struct I2 E[] = ... ; @depends on !c@ identifier r.I2; identifier s.E; @@ + const struct I2 E[] = ...; // </smpl> Signed-off-by:
Márton Németh <nm127@freemail.hu> Cc: Julia Lawall <julia@diku.dk> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-
Clemens Ladisch authored
The latest version of the Revision Guide for AMD Family 10h Processors lists two more processor revisions which may be affected by erratum 319. Change the blacklisting code to correctly detect those processors, by implementing AMD's recommended algorithm. Signed-off-by:
Clemens Ladisch <clemens@ladisch.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org> Cc: Andreas Herrmann <herrmann.der.user@googlemail.com>
-
- 16 Dec, 2009 1 commit
-
-
Clemens Ladisch authored
This adds a driver for the internal temperature sensor of AMD Family 10h and 11h CPUs. Signed-off-by:
Clemens Ladisch <clemens@ladisch.de> Signed-off-by:
Jean Delvare <khali@linux-fr.org>
-