edac_core: Allow the creation of sysfs groups
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 23 Sep 2009 19:26:09 +0000 (16:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 10 May 2010 14:45:01 +0000 (11:45 -0300)
commit9fa2fc2e2d641df7d69dc4e06cf2552c44b58e95
tree2fdcdf1b688d006f0c4b99076ff242b1f8b5063b
parent4af91889e02c9933823ca8c62fc6f05dfd15f3bd
edac_core: Allow the creation of sysfs groups

Currently, all sysfs nodes are stored at /sys/.*/mc. (regex)
However, sometimes it is needed to create attribute groups.

This patch extends edac_core to allow groups creation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/edac_core.h
drivers/edac/edac_mc_sysfs.c