aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/google
AgeCommit message (Expand)AuthorFilesLines
2021-12-21firmware: Update Kconfig help text for Google firmwareGravatar Ben Hutchings 1-3/+3
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-04-02firmware: google: Enable s0ix logging by defaultGravatar Evan Green 1-5/+9
2021-02-09firmware: google: make coreboot driver's remove callback return voidGravatar Uwe Kleine-König 5-13/+6
2020-11-09firmware: gsmi: Drop the use of dma_pool_* API functionsGravatar Furquan Shaikh 1-12/+19
2020-09-29efi: gsmi: fix false dependency on CONFIG_EFI_VARSGravatar Ard Biesheuvel 2-5/+5
2020-06-15firmware: google: vpd: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-06-15firmware: google: memconsole: Replace zero-length array with flexible-array m...Gravatar Gustavo A. R. Silva 1-1/+1
2020-01-14firmware: google: Probe for a GSMI handler in firmwareGravatar Arthur Heymans 1-0/+19
2020-01-14firmware: google: Unregister driver_info on failure and exit in gsmiGravatar Arthur Heymans 1-0/+6
2020-01-14firmware: google: Release devices before unregistering the busGravatar Patrick Rudolph 1-0/+7
2019-10-11firmware: google: increment VPD key_len properlyGravatar Brian Norris 1-1/+1
2019-09-04firmware: google: check if size is valid when decoding VPD dataGravatar Hung-Te Lin 3-28/+37
2019-06-09Merge 5.2-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 12-90/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Gravatar Thomas Gleixner 10-90/+10
2019-05-24firmware: google: coreboot: Drop unnecessary headersGravatar Stephen Boyd 4-4/+1
2019-05-24firmware: google: memconsole: Drop global func pointerGravatar Stephen Boyd 1-3/+5
2019-05-24firmware: google: memconsole: Drop __iomem on memremap memoryGravatar Stephen Boyd 1-2/+2
2019-05-24firmware: google: memconsole: Use devm_memremap()Gravatar Stephen Boyd 1-6/+3
2019-05-24firmware: google: Add a module_coreboot_driver() macro and use itGravatar Stephen Boyd 4-39/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-03-28firmware: vpd: Drop __iomem usage for memremap() memoryGravatar Stephen Boyd 1-2/+2
2018-10-15gsmi: Add GSMI commands to log S0ix infoGravatar Furquan Shaikh 1-1/+92
2018-10-15gsmi: Remove autoselected dependency on EFI and EFI_VARSGravatar Duncan Laurie 2-7/+15
2018-10-15gsmi: Add coreboot to list of matching BIOS vendorsGravatar Duncan Laurie 1-0/+6
2018-10-15gsmi: Fix bug in append_to_eventlog sysfs handlerGravatar Duncan Laurie 1-3/+2
2018-09-25firmware: vpd: fix spelling mistake "partion" -> "partition"Gravatar Colin Ian King 1-1/+1
2018-09-14firmware: coreboot: Only populate devices in coreboot_table_init()Gravatar Stephen Boyd 1-38/+29
2018-09-14firmware: coreboot: Remap RAM with memremap() instead of ioremap()Gravatar Stephen Boyd 1-21/+19
2018-09-14firmware: coreboot: Collapse platform drivers into bus coreGravatar Stephen Boyd 6-176/+72
2018-09-14firmware: coreboot: Make bus registration symmetricGravatar Stephen Boyd 1-6/+8
2018-09-14firmware: coreboot: Unmap ioregion after device populationGravatar Stephen Boyd 1-3/+4
2018-09-14firmware: coreboot: Let OF core populate platform deviceGravatar Stephen Boyd 1-25/+3
2018-09-14firmware: google: make structure gsmi_dev staticGravatar Colin Ian King 1-1/+1
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyGravatar Anton Vasilyev 1-1/+4
2018-04-23firmware: coreboot: Add coreboot framebuffer driverGravatar Samuel Holland 4-0/+146
2018-04-23firmware: coreboot: Remove unused coreboot_table_findGravatar Samuel Holland 2-46/+0
2018-04-23firmware: vpd: Probe via coreboot busGravatar Samuel Holland 1-31/+12
2018-04-23firmware: memconsole: Probe via coreboot busGravatar Samuel Holland 1-32/+17
2018-04-23firmware: coreboot: Expose the coreboot table as a busGravatar Samuel Holland 4-18/+156
2017-11-28firmware: vpd: Fix platform driver and device registration/unregistrationGravatar Guenter Roeck 1-5/+13
2017-11-28firmware: vpd: Tie firmware kobject to device lifetimeGravatar Guenter Roeck 1-6/+13
2017-11-28firmware: vpd: Destroy vpd sections in remove functionGravatar Guenter Roeck 1-2/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 2-2/+2
2017-08-28firmware: vpd: use memunmap instead of iounmapGravatar Pan Bian 1-5/+5
2017-06-12Merge 4.12-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-4/+4
2017-05-27Revert "firmware: vpd: remove platform driver"Gravatar Dmitry Torokhov 1-16/+28