summaryrefslogtreecommitdiff
path: root/drivers/firmware/google/vpd.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17firmware: coreboot: Replace tag with id table in driver structNícolas F. R. A. Prado1-1/+7
2021-02-09firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König1-3/+1
2020-06-16firmware: google: vpd: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-09-04firmware: google: check if size is valid when decoding VPD dataHung-Te Lin1-2/+2
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner1-9/+1
2019-05-24firmware: google: Add a module_coreboot_driver() macro and use itStephen Boyd1-13/+1
2019-03-27firmware: vpd: Drop __iomem usage for memremap() memoryStephen Boyd1-2/+2
2018-09-25firmware: vpd: fix spelling mistake "partion" -> "partition"Colin Ian King1-1/+1
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev1-1/+4
2018-04-23firmware: vpd: Probe via coreboot busSamuel Holland1-31/+12
2017-11-28firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck1-5/+13
2017-11-28firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck1-6/+13
2017-11-28firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck1-2/+9
2017-08-28firmware: vpd: use memunmap instead of iounmapPan Bian1-5/+5
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman1-4/+4
2017-05-27Revert "firmware: vpd: remove platform driver"Dmitry Torokhov1-16/+28
2017-05-25firmware: vpd: remove platform driverDmitry Torokhov1-28/+16
2017-05-25firmware: vpd: do not clear statically allocated dataDmitry Torokhov1-3/+0
2017-05-25firmware: vpd: use kasprintf() when forming name of 'raw' attributeDmitry Torokhov1-16/+15
2017-05-25firmware: vpd: use kdtrndup when copying section keyDmitry Torokhov1-3/+2
2017-05-25firmware: vpd: do not leak kobjectsDmitry Torokhov1-2/+2
2017-05-25firmware: vpd: avoid potential use-after-free when destroying sectionDmitry Torokhov1-1/+1
2017-05-25firmware: vpd: do not leave freed section attributes to the listDmitry Torokhov1-1/+1
2017-05-18firmware: Google VPD: Fix memory allocation error handlingChristophe JAILLET1-6/+15
2017-04-26firmware: Google VPD: Fix return value check in vpd_platform_init()Wei Yongjun1-2/+2
2017-04-18firmware: Google VPD sysfs driverWei-Ning Huang1-0/+332