index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
google
/
vpd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
firmware: google: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-02-17
firmware: coreboot: Replace tag with id table in driver struct
Nícolas F. R. A. Prado
1
-1
/
+7
2021-02-09
firmware: google: make coreboot driver's remove callback return void
Uwe Kleine-König
1
-3
/
+1
2020-06-15
firmware: google: vpd: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-09-04
firmware: google: check if size is valid when decoding VPD data
Hung-Te Lin
1
-2
/
+2
2019-06-09
Merge 5.2-rc4 into char-misc-next
Greg Kroah-Hartman
1
-9
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287
Thomas Gleixner
1
-9
/
+1
2019-05-24
firmware: google: Add a module_coreboot_driver() macro and use it
Stephen Boyd
1
-13
/
+1
2019-03-28
firmware: vpd: Drop __iomem usage for memremap() memory
Stephen Boyd
1
-2
/
+2
2018-09-25
firmware: vpd: fix spelling mistake "partion" -> "partition"
Colin Ian King
1
-1
/
+1
2018-08-02
firmware: vpd: Fix section enabled flag on vpd_section_destroy
Anton Vasilyev
1
-1
/
+4
2018-04-23
firmware: vpd: Probe via coreboot bus
Samuel Holland
1
-31
/
+12
2017-11-28
firmware: vpd: Fix platform driver and device registration/unregistration
Guenter Roeck
1
-5
/
+13
2017-11-28
firmware: vpd: Tie firmware kobject to device lifetime
Guenter Roeck
1
-6
/
+13
2017-11-28
firmware: vpd: Destroy vpd sections in remove function
Guenter Roeck
1
-2
/
+9
2017-08-28
firmware: vpd: use memunmap instead of iounmap
Pan Bian
1
-5
/
+5
2017-06-12
Merge 4.12-rc5 into char-misc-next
Greg Kroah-Hartman
1
-4
/
+4
2017-05-27
Revert "firmware: vpd: remove platform driver"
Dmitry Torokhov
1
-16
/
+28
2017-05-25
firmware: vpd: remove platform driver
Dmitry Torokhov
1
-28
/
+16
2017-05-25
firmware: vpd: do not clear statically allocated data
Dmitry Torokhov
1
-3
/
+0
2017-05-25
firmware: vpd: use kasprintf() when forming name of 'raw' attribute
Dmitry Torokhov
1
-16
/
+15
2017-05-25
firmware: vpd: use kdtrndup when copying section key
Dmitry Torokhov
1
-3
/
+2
2017-05-25
firmware: vpd: do not leak kobjects
Dmitry Torokhov
1
-2
/
+2
2017-05-25
firmware: vpd: avoid potential use-after-free when destroying section
Dmitry Torokhov
1
-1
/
+1
2017-05-25
firmware: vpd: do not leave freed section attributes to the list
Dmitry Torokhov
1
-1
/
+1
2017-05-18
firmware: Google VPD: Fix memory allocation error handling
Christophe JAILLET
1
-6
/
+15
2017-04-26
firmware: Google VPD: Fix return value check in vpd_platform_init()
Wei Yongjun
1
-2
/
+2
2017-04-18
firmware: Google VPD sysfs driver
Wei-Ning Huang
1
-0
/
+332