23 Feb, 2015

1 commit

  • Instead of calling device_create_file() and device_remove_file()
    manually, pass the static attribute groups with the new
    edac_mc_add_mc_with_groups(). The conditional creation of inject sysfs
    files is done by a proper is_visible callback.

    Signed-off-by: Takashi Iwai
    Link: http://lkml.kernel.org/r/1423046938-18111-4-git-send-email-tiwai@suse.de
    Signed-off-by: Borislav Petkov

    Takashi Iwai
     

12 Jun, 2012

1 commit


21 Oct, 2010

3 commits


15 Sep, 2009

2 commits


10 Jun, 2009

1 commit

  • This is for dumping different registers and testing the address mapping
    logic using the ECC syndromes.

    Borislav:

    - split sysfs attrs per file
    - use more conform names for the sysfs attrs
    - fix function return value patterns
    - cleanup/fix comments
    - cleanup debug calls

    Reviewed-by: Mauro Carvalho Chehab
    Signed-off-by: Doug Thompson
    Signed-off-by: Borislav Petkov

    Doug Thompson