aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google/gsmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-09firmware: gsmi: Drop the use of dma_pool_* API functionsFurquan Shaikh1-12/+19
2020-09-29efi: gsmi: fix false dependency on CONFIG_EFI_VARSArd Biesheuvel1-4/+4
2020-01-14firmware: google: Probe for a GSMI handler in firmwareArthur Heymans1-0/+19
2020-01-14firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans1-0/+6
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-10-15gsmi: Add GSMI commands to log S0ix infoFurquan Shaikh1-1/+92
2018-10-15gsmi: Remove autoselected dependency on EFI and EFI_VARSDuncan Laurie1-4/+12
2018-10-15gsmi: Add coreboot to list of matching BIOS vendorsDuncan Laurie1-0/+6
2018-10-15gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie1-3/+2
2018-09-14firmware: google: make structure gsmi_dev staticColin Ian King1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2016-09-09firmware-gsmi: Delete an unnecessary check before the function call "dma_pool_destroy"Markus Elfring1-2/+1
2014-02-15firmware: fix google/gsmi duplicate efivars_sysfs_init()Michel Lespinasse1-7/+0
2013-10-31DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masksRussell King1-5/+8
2013-09-11drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-04-30Merge tag 'v3.9' into efi-for-tip2Matt Fleming1-4/+5
2013-04-17efivars: efivar_entry APIMatt Fleming1-2/+9
2013-04-17efi: move utf16 string functions to efi.hMatt Fleming1-15/+4
2011-12-09firmware: google: fix gsmi.c build warningMaxin B. John1-1/+2
2011-10-31drivers/firmware: Add module.h to google/gsmi.cPaul Gortmaker1-0/+1
2011-08-08firmware: fix google/gsmi.c build warningRandy Dunlap1-1/+1
2011-07-01firmware: gsmi: remove sysfs entries when unload the moduleAxel Lin1-6/+13
2011-04-29driver: Google EFI SMIMike Waychison1-0/+940