Message ID | 20200303022506.1792776-1-jacob.e.keller@intel.com |
---|---|
Headers | show |
Series | PCI: Implement function to read Device Serial Number | expand |
From: Jacob Keller <jacob.e.keller@intel.com> Date: Mon, 2 Mar 2020 18:24:59 -0800 > Several drivers read the Device Serial Number from the PCIe extended > configuration space. Each of these drivers implements a similar approach to > finding the position and then extracting the 8 bytes of data. > > Implement a new helper function, pci_get_dsn, which can be used to extract > this data into an 8 byte array. ... Bjorn, another series that needs your review and could go via my networking tree. Please take a look, thanks.
From: Jacob Keller <jacob.e.keller@intel.com> Date: Mon, 2 Mar 2020 18:24:59 -0800 > Several drivers read the Device Serial Number from the PCIe extended > configuration space. Each of these drivers implements a similar approach to > finding the position and then extracting the 8 bytes of data. > > Implement a new helper function, pci_get_dsn, which can be used to extract > this data into an 8 byte array. ... Series applied to net-next, thanks.