Searched hist:"9 deb0eb7" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/char/tpm/ |
H A D | Makefile | 9deb0eb7 Sun Oct 06 13:00:51 CDT 2013 Jason Gunthorpe <jgunthorpe@obsidianresearch.com> tpm: Rename tpm.c to tpm-interface.c
This is preparation for making the tpm module multi-file. kbuild does not like having a .c file with the same name as a module. We wish to keep the tpm module name so that userspace doesn't see this change.
tpm-interface.c is chosen because the next several commits in the series migrate items into tpm-sysfs.c, tpm-dev.c and tpm-class.c. All that will be left is tpm command processing and interfacing code.
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> 9deb0eb7 Sun Oct 06 13:00:51 CDT 2013 Jason Gunthorpe <jgunthorpe@obsidianresearch.com> tpm: Rename tpm.c to tpm-interface.c This is preparation for making the tpm module multi-file. kbuild does not like having a .c file with the same name as a module. We wish to keep the tpm module name so that userspace doesn't see this change. tpm-interface.c is chosen because the next several commits in the series migrate items into tpm-sysfs.c, tpm-dev.c and tpm-class.c. All that will be left is tpm command processing and interfacing code. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
|
H A D | tpm-interface.c | 9deb0eb7 Sun Oct 06 13:00:51 CDT 2013 Jason Gunthorpe <jgunthorpe@obsidianresearch.com> tpm: Rename tpm.c to tpm-interface.c
This is preparation for making the tpm module multi-file. kbuild does not like having a .c file with the same name as a module. We wish to keep the tpm module name so that userspace doesn't see this change.
tpm-interface.c is chosen because the next several commits in the series migrate items into tpm-sysfs.c, tpm-dev.c and tpm-class.c. All that will be left is tpm command processing and interfacing code.
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> 9deb0eb7 Sun Oct 06 13:00:51 CDT 2013 Jason Gunthorpe <jgunthorpe@obsidianresearch.com> tpm: Rename tpm.c to tpm-interface.c This is preparation for making the tpm module multi-file. kbuild does not like having a .c file with the same name as a module. We wish to keep the tpm module name so that userspace doesn't see this change. tpm-interface.c is chosen because the next several commits in the series migrate items into tpm-sysfs.c, tpm-dev.c and tpm-class.c. All that will be left is tpm command processing and interfacing code. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
|