index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
google
/
vpd.c
Age
Commit message (
Expand
)
Author
2021-02-09
firmware: google: make coreboot driver's remove callback return void
Uwe Kleine-König
2020-06-15
firmware: google: vpd: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-09-04
firmware: google: check if size is valid when decoding VPD data
Hung-Te Lin
2019-06-09
Merge 5.2-rc4 into char-misc-next
Greg Kroah-Hartman
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287
Thomas Gleixner
2019-05-24
firmware: google: Add a module_coreboot_driver() macro and use it
Stephen Boyd
2019-03-28
firmware: vpd: Drop __iomem usage for memremap() memory
Stephen Boyd
2018-09-25
firmware: vpd: fix spelling mistake "partion" -> "partition"
Colin Ian King
2018-08-02
firmware: vpd: Fix section enabled flag on vpd_section_destroy
Anton Vasilyev
2018-04-23
firmware: vpd: Probe via coreboot bus
Samuel Holland
2017-11-28
firmware: vpd: Fix platform driver and device registration/unregistration
Guenter Roeck
2017-11-28
firmware: vpd: Tie firmware kobject to device lifetime
Guenter Roeck
2017-11-28
firmware: vpd: Destroy vpd sections in remove function
Guenter Roeck
2017-08-28
firmware: vpd: use memunmap instead of iounmap
Pan Bian
2017-06-12
Merge 4.12-rc5 into char-misc-next
Greg Kroah-Hartman
2017-05-27
Revert "firmware: vpd: remove platform driver"
Dmitry Torokhov
2017-05-25
firmware: vpd: remove platform driver
Dmitry Torokhov
2017-05-25
firmware: vpd: do not clear statically allocated data
Dmitry Torokhov
2017-05-25
firmware: vpd: use kasprintf() when forming name of 'raw' attribute
Dmitry Torokhov
2017-05-25
firmware: vpd: use kdtrndup when copying section key
Dmitry Torokhov
2017-05-25
firmware: vpd: do not leak kobjects
Dmitry Torokhov
2017-05-25
firmware: vpd: avoid potential use-after-free when destroying section
Dmitry Torokhov
2017-05-25
firmware: vpd: do not leave freed section attributes to the list
Dmitry Torokhov
2017-05-18
firmware: Google VPD: Fix memory allocation error handling
Christophe JAILLET
2017-04-26
firmware: Google VPD: Fix return value check in vpd_platform_init()
Wei Yongjun
2017-04-18
firmware: Google VPD sysfs driver
Wei-Ning Huang