summaryrefslogtreecommitdiff
path: root/drivers/firmware/google/coreboot_table.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03firmware: coreboot: store owner from modules with coreboot_driver_register()Krzysztof Kozlowski1-2/+4
2024-02-17firmware: coreboot: Replace tag with id table in driver structNícolas F. R. A. Prado1-1/+10
2024-02-17firmware: coreboot: Generate modalias uevent for devicesNícolas F. R. A. Prado1-0/+9
2024-02-06firmware: coreboot: make coreboot_bus_type constRicardo B. Marliere1-1/+1
2023-12-28firmware: coreboot: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-01-14firmware: coreboot: Check size of table entry and use flex-arrayKees Cook1-2/+7
2022-11-21Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman1-8/+29
2022-11-10firmware: google: Implement cbmem in sysfs driverJack Rosenthal1-1/+10
2022-11-10firmware: coreboot: Register bus in module initBrian Norris1-8/+29
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-02-09firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König1-3/+2
2020-01-14firmware: google: Release devices before unregistering the busPatrick Rudolph1-0/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner1-9/+1
2018-09-14firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd1-38/+29
2018-09-14firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd1-21/+19
2018-09-14firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd1-4/+62
2018-09-14firmware: coreboot: Make bus registration symmetricStephen Boyd1-6/+8
2018-09-14firmware: coreboot: Unmap ioregion after device populationStephen Boyd1-3/+4
2018-04-23firmware: coreboot: Remove unused coreboot_table_findSamuel Holland1-43/+0
2018-04-23firmware: coreboot: Expose the coreboot table as a busSamuel Holland1-7/+114
2017-04-08firmware: google memconsole: Add coreboot supportThierry Escande1-0/+94