summaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7300_edac.c
Commit message (Collapse)AuthorAgeFilesLines
...
* i7300_edac: Clear the error bit after readingMauro Carvalho Chehab2010-08-301-0/+10
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* i7300_edac: Add error detection code for global errorsMauro Carvalho Chehab2010-08-301-491/+77
| | | | | | | | There's no mention at the datasheet about how to enable global error reporting. So, I'm assuming that those errors are always enabled. Maybe I'm plain wrong about that ;) Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* i7300_edac: Better name PCI devicesMauro Carvalho Chehab2010-08-301-43/+43
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* i7300_edac: Add a FIXME note about the error correction typeMauro Carvalho Chehab2010-08-301-0/+9
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* i7300_edac: add global error registersMauro Carvalho Chehab2010-08-301-82/+92
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* i7300_edac: display info if ECC is enabled or notMauro Carvalho Chehab2010-08-301-8/+20
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* i7300_edac: start a driver for i7300 chipset (Clarksboro)Mauro Carvalho Chehab2010-08-301-0/+1373
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>