Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-15 | edac: move documentation from edac_device to edac_core.h | Mauro Carvalho Chehab | 1 | -0/+51 | |
Several functions are documented at edac_device.c. As we'll be including edac_core.h at drivers-api book, move those, in order for the kernel-doc markups be part of the API documentation book. As several of those kernel-doc macros are not in the right format, fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> | |||||
2016-12-15 | edac: move EDAC device definitions to drivers/edac/edac_device.h | Mauro Carvalho Chehab | 1 | -0/+269 | |
The edac_core.h header contain data structures and function definitions for both EDAC MC and EDAC device. Let's move the devices ones to a separate header file, as part of a header reorganization. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> |