index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
vpd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysfs: treewide: constify attribute callback of bin_is_visible()
Thomas Weißschuh
2024-11-05
1
-1
/
+1
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
PCI/VPD: Add runtime power management to sysfs interface
Alex Williamson
2023-08-11
1
-2
/
+32
*
PCI/VPD: Use pci_read_vpd_any() in pci_vpd_size()
Heiner Kallweit
2021-10-26
1
-12
/
+13
*
PCI/VPD: Add pci_read/write_vpd_any()
Heiner Kallweit
2021-10-11
1
-22
/
+50
*
PCI/VPD: Defer VPD sizing until first access
Bjorn Helgaas
2021-09-15
1
-10
/
+26
*
PCI/VPD: Use unaligned access helpers
Heiner Kallweit
2021-08-31
1
-9
/
+5
*
PCI/VPD: Clean up public VPD defines and inline functions
Heiner Kallweit
2021-08-31
1
-0
/
+26
*
PCI/VPD: Add pci_vpd_find_id_string()
Heiner Kallweit
2021-08-31
1
-0
/
+6
*
PCI/VPD: Include post-processing in pci_vpd_find_tag()
Heiner Kallweit
2021-08-31
1
-10
/
+13
*
PCI/VPD: Stop exporting pci_vpd_find_info_keyword()
Heiner Kallweit
2021-08-31
1
-2
/
+1
*
PCI/VPD: Stop exporting pci_vpd_find_tag()
Heiner Kallweit
2021-08-31
1
-2
/
+1
*
PCI/VPD: Add pci_vpd_check_csum()
Heiner Kallweit
2021-08-20
1
-0
/
+23
*
PCI/VPD: Add pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-20
1
-0
/
+33
*
PCI/VPD: Add pci_vpd_alloc()
Heiner Kallweit
2021-08-20
1
-0
/
+26
*
PCI/VPD: Treat invalid VPD like missing VPD capability
Heiner Kallweit
2021-08-12
1
-6
/
+3
*
PCI/VPD: Determine VPD size in pci_vpd_init()
Heiner Kallweit
2021-08-12
1
-23
/
+19
*
PCI/VPD: Embed struct pci_vpd in struct pci_dev
Heiner Kallweit
2021-08-12
1
-49
/
+14
*
PCI/VPD: Remove struct pci_vpd.valid member
Heiner Kallweit
2021-08-12
1
-17
/
+12
*
PCI/VPD: Remove struct pci_vpd_ops
Heiner Kallweit
2021-08-12
1
-54
/
+32
*
PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()
Heiner Kallweit
2021-08-12
1
-30
/
+30
*
PCI/VPD: Remove struct pci_vpd.flag
Heiner Kallweit
2021-08-09
1
-7
/
+5
*
PCI/VPD: Make pci_vpd_wait() uninterruptible
Heiner Kallweit
2021-08-09
1
-24
/
+9
*
PCI/VPD: Remove pci_vpd_size() old_size argument
Heiner Kallweit
2021-08-09
1
-5
/
+5
*
PCI/VPD: Allow access to valid parts of VPD if some is invalid
Bjorn Helgaas
2021-08-09
1
-3
/
+3
*
PCI/VPD: Don't check Large Resource Item Names for validity
Bjorn Helgaas
2021-08-09
1
-19
/
+8
*
PCI/VPD: Reject resource tags with invalid size
Bjorn Helgaas
2021-08-09
1
-9
/
+15
*
PCI/VPD: Treat initial 0xff as missing EEPROM
Heiner Kallweit
2021-07-30
1
-4
/
+8
*
PCI/VPD: Check Resource Item Names against those valid for type
Bjorn Helgaas
2021-07-30
1
-12
/
+6
*
PCI/VPD: Correct diagnostic for VPD read failure
Bjorn Helgaas
2021-07-30
1
-2
/
+2
*
Merge branch 'pci/sysfs'
Bjorn Helgaas
2021-05-04
1
-36
/
+22
|
\
|
*
PCI/sysfs: Convert "vpd" to static attribute
Krzysztof Wilczyński
2021-04-29
1
-30
/
+16
|
*
PCI/sysfs: Rename "vpd" attribute accessors
Bjorn Helgaas
2021-04-29
1
-8
/
+8
*
|
PCI: Allow VPD access for QLogic ISP2722
Arun Easi
2021-04-30
1
-1
/
+0
*
|
PCI/VPD: Add helper pci_get_func0_dev()
Heiner Kallweit
2021-04-30
1
-5
/
+8
*
|
PCI/VPD: Remove pci_vpd_find_tag() SRDT handling
Heiner Kallweit
2021-04-30
1
-25
/
+6
*
|
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
2021-04-30
1
-2
/
+2
*
|
PCI/VPD: Change pci_vpd_init() return type to void
Heiner Kallweit
2021-04-30
1
-4
/
+3
*
|
PCI/VPD: Make missing VPD message less alarming
Heiner Kallweit
2021-04-30
1
-2
/
+6
*
|
PCI/VPD: Remove pci_set_vpd_size()
Heiner Kallweit
2021-04-30
1
-45
/
+13
*
|
PCI/VPD: Remove sysfs accessor size checking dead code
Heiner Kallweit
2021-03-30
1
-14
/
+0
*
|
PCI/VPD: Remove obsolete Broadcom NIC quirk
Heiner Kallweit
2021-03-30
1
-46
/
+0
|
/
*
PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root Port
Jonathan Chocron
2019-09-16
1
-0
/
+6
*
PCI/VPD: Check for VPD access completion before checking for timeout
Bert Kenward
2018-08-14
1
-2
/
+5
*
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-04-07
1
-2
/
+583
|
\
|
*
Merge branch 'pci/vpd'
Bjorn Helgaas
2018-04-04
1
-0
/
+573
|
|
\
|
|
*
PCI/VPD: Move VPD structures to vpd.c
Bjorn Helgaas
2018-03-19
1
-0
/
+17
|
|
*
PCI/VPD: Move VPD quirks to vpd.c
Bjorn Helgaas
2018-03-19
1
-0
/
+120
|
|
*
PCI/VPD: Move VPD sysfs code to vpd.c
Bjorn Helgaas
2018-03-19
1
-0
/
+67
|
|
*
PCI/VPD: Move VPD access code to vpd.c
Bjorn Helgaas
2018-03-19
1
-0
/
+369
|
|
/
|
/
|
[next]