dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/edac
Douglas Thompson 7c9281d76c drivers/edac: split out functions to unique files
This is a large patch to refactor the original EDAC module in the kernel
and to break it up into better file granularity, such that each source
file contains a given subsystem of the EDAC CORE.

Originally, the EDAC 'core' was contained in one source file: edac_mc.c
with it corresponding edac_mc.h file.

Now, there are the following files:

edac_module.c	The main module init/exit function and other overhead
edac_mc.c	Code handling the edac_mc class of object
edac_mc_sysfs.c	Code handling for sysfs presentation
edac_pci_sysfs.c  Code handling for PCI sysfs presentation
edac_core.h	CORE .h include file for 'edac_mc' and 'edac_device' drivers
edac_module.h	Internal CORE .h include file

This forms a foundation upon which a later patch can create the 'edac_device'
class of object code in a new file 'edac_device.c'.

Signed-off-by: Douglas Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-19 10:04:53 -07:00
..
Kconfig Use menuconfig objects II - EDAC 2007-07-16 09:05:40 -07:00
Makefile drivers/edac: split out functions to unique files 2007-07-19 10:04:53 -07:00
amd76x_edac.c [PATCH] EDAC: fix module names quoted in sysfs 2006-07-01 09:55:58 -07:00
e7xxx_edac.c [PATCH] EDAC: fix module names quoted in sysfs 2006-07-01 09:55:58 -07:00
e752x_edac.c [PATCH] EDAC: Fix in e752x mc driver 2007-02-12 09:48:32 -08:00
edac_core.h drivers/edac: split out functions to unique files 2007-07-19 10:04:53 -07:00
edac_mc.c drivers/edac: split out functions to unique files 2007-07-19 10:04:53 -07:00
edac_mc.h drivers/edac: split out functions to unique files 2007-07-19 10:04:53 -07:00
edac_mc_sysfs.c drivers/edac: split out functions to unique files 2007-07-19 10:04:53 -07:00
edac_module.c drivers/edac: split out functions to unique files 2007-07-19 10:04:53 -07:00
edac_module.h drivers/edac: split out functions to unique files 2007-07-19 10:04:53 -07:00
edac_pci_sysfs.c drivers/edac: split out functions to unique files 2007-07-19 10:04:53 -07:00
i82860_edac.c [PATCH] EDAC: fix module names quoted in sysfs 2006-07-01 09:55:58 -07:00
i82875p_edac.c Fix 82875 PCI setup 2007-05-08 11:15:07 -07:00
r82600_edac.c [PATCH] EDAC: fix module names quoted in sysfs 2006-07-01 09:55:58 -07:00