summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google
Commit message (Expand)AuthorAgeFilesLines
* firmware: google: Enable s0ix logging by defaultEvan Green2021-04-021-5/+9
* firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König2021-02-095-13/+6
* firmware: gsmi: Drop the use of dma_pool_* API functionsFurquan Shaikh2020-11-091-12/+19
* efi: gsmi: fix false dependency on CONFIG_EFI_VARSArd Biesheuvel2020-09-292-5/+5
* firmware: google: vpd: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-06-151-1/+1
* firmware: google: memconsole: Replace zero-length array with flexible-array m...Gustavo A. R. Silva2020-06-151-1/+1
* firmware: google: Probe for a GSMI handler in firmwareArthur Heymans2020-01-141-0/+19
* firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans2020-01-141-0/+6
* firmware: google: Release devices before unregistering the busPatrick Rudolph2020-01-141-0/+7
* firmware: google: increment VPD key_len properlyBrian Norris2019-10-111-1/+1
* firmware: google: check if size is valid when decoding VPD dataHung-Te Lin2019-09-043-28/+37
* Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-0912-90/+12
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner2019-06-0510-90/+10
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* | firmware: google: coreboot: Drop unnecessary headersStephen Boyd2019-05-244-4/+1
* | firmware: google: memconsole: Drop global func pointerStephen Boyd2019-05-241-3/+5
* | firmware: google: memconsole: Drop __iomem on memremap memoryStephen Boyd2019-05-241-2/+2
* | firmware: google: memconsole: Use devm_memremap()Stephen Boyd2019-05-241-6/+3
* | firmware: google: Add a module_coreboot_driver() macro and use itStephen Boyd2019-05-244-39/+13
|/
* firmware: vpd: Drop __iomem usage for memremap() memoryStephen Boyd2019-03-281-2/+2
* gsmi: Add GSMI commands to log S0ix infoFurquan Shaikh2018-10-151-1/+92
* gsmi: Remove autoselected dependency on EFI and EFI_VARSDuncan Laurie2018-10-152-7/+15
* gsmi: Add coreboot to list of matching BIOS vendorsDuncan Laurie2018-10-151-0/+6
* gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie2018-10-151-3/+2
* firmware: vpd: fix spelling mistake "partion" -> "partition"Colin Ian King2018-09-251-1/+1
* firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd2018-09-141-38/+29
* firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd2018-09-141-21/+19
* firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd2018-09-146-176/+72
* firmware: coreboot: Make bus registration symmetricStephen Boyd2018-09-141-6/+8
* firmware: coreboot: Unmap ioregion after device populationStephen Boyd2018-09-141-3/+4
* firmware: coreboot: Let OF core populate platform deviceStephen Boyd2018-09-141-25/+3
* firmware: google: make structure gsmi_dev staticColin Ian King2018-09-141-1/+1
* firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev2018-08-021-1/+4
* firmware: coreboot: Add coreboot framebuffer driverSamuel Holland2018-04-234-0/+146
* firmware: coreboot: Remove unused coreboot_table_findSamuel Holland2018-04-232-46/+0
* firmware: vpd: Probe via coreboot busSamuel Holland2018-04-231-31/+12
* firmware: memconsole: Probe via coreboot busSamuel Holland2018-04-231-32/+17
* firmware: coreboot: Expose the coreboot table as a busSamuel Holland2018-04-234-18/+156
* firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck2017-11-281-5/+13
* firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck2017-11-281-6/+13
* firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck2017-11-281-2/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-142-2/+2
* firmware: vpd: use memunmap instead of iounmapPan Bian2017-08-281-5/+5
* Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-121-4/+4
|\
| * firmware: vpd: do not leak kobjectsDmitry Torokhov2017-05-251-2/+2
| * firmware: vpd: avoid potential use-after-free when destroying sectionDmitry Torokhov2017-05-251-1/+1
| * firmware: vpd: do not leave freed section attributes to the listDmitry Torokhov2017-05-251-1/+1
* | Revert "firmware: vpd: remove platform driver"Dmitry Torokhov2017-05-271-16/+28