aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/dell-smbios.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-23dell-smbios: rename dell_smi_error() to dell_smbios_error()Michał Kępień1-2/+2
2016-03-23dell-laptop: move dell_smi_error() to dell-smbiosMichał Kępień1-0/+16
2016-03-23dell-smbios: make da_tokens staticMichał Kępień1-2/+1
2016-03-23dell-smbios: remove find_token_{id,location}()Michał Kępień1-25/+0
2016-03-23dell-smbios: implement new function for finding DMI table 0xDA tokensMichał Kępień1-0/+13
2016-03-23dell-smbios: make the SMBIOS buffer staticMichał Kępień1-2/+1
2016-03-23dell-smbios: return the SMBIOS buffer from dell_smbios_get_buffer()Michał Kępień1-1/+2
2016-03-23dell-smbios: don't return an SMBIOS buffer from dell_smbios_send_request()Michał Kępień1-4/+1
2016-03-23dell-smbios: don't pass an SMBIOS buffer to dell_smbios_send_request()Michał Kępień1-2/+1
2016-03-23dell-smbios: rename dell_send_request() to dell_smbios_send_request()Michał Kępień1-3/+3
2016-03-23dell-smbios: rename release_buffer() to dell_smbios_release_buffer()Michał Kępień1-2/+2
2016-03-23dell-smbios: rename clear_buffer() to dell_smbios_clear_buffer()Michał Kępień1-3/+3
2016-03-23dell-smbios: rename get_buffer() to dell_smbios_get_buffer()Michał Kępień1-2/+2
2016-03-23dell-laptop: extract SMBIOS-related code to a separate moduleMichał Kępień1-0/+194