summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google/vpd.c
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner
2019-03-28firmware: vpd: Drop __iomem usage for memremap() memoryStephen Boyd
2018-09-25firmware: vpd: fix spelling mistake "partion" -> "partition"Colin Ian King
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev
2018-04-23firmware: vpd: Probe via coreboot busSamuel Holland
2017-11-28firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck
2017-11-28firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck
2017-11-28firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck
2017-08-28firmware: vpd: use memunmap instead of iounmapPan Bian
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman
2017-05-27Revert "firmware: vpd: remove platform driver"Dmitry Torokhov
2017-05-25firmware: vpd: remove platform driverDmitry Torokhov
2017-05-25firmware: vpd: do not clear statically allocated dataDmitry Torokhov
2017-05-25firmware: vpd: use kasprintf() when forming name of 'raw' attributeDmitry Torokhov
2017-05-25firmware: vpd: use kdtrndup when copying section keyDmitry Torokhov
2017-05-25firmware: vpd: do not leak kobjectsDmitry Torokhov
2017-05-25firmware: vpd: avoid potential use-after-free when destroying sectionDmitry Torokhov
2017-05-25firmware: vpd: do not leave freed section attributes to the listDmitry Torokhov
2017-05-18firmware: Google VPD: Fix memory allocation error handlingChristophe JAILLET
2017-04-26firmware: Google VPD: Fix return value check in vpd_platform_init()Wei Yongjun
2017-04-18firmware: Google VPD sysfs driverWei-Ning Huang