Page MenuHomeFreeBSD

intelspi: sort PCI ID table by device ID
ClosedPublic

Authored by seuros on Wed, Aug 19, 7:51 PM.
Referenced Files
F170549909: D58996.id.diff
Sat, Sep 5, 8:58 AM
F170528316: D58996.id184686.diff
Sat, Sep 5, 6:20 AM
F170489255: D58996.id184686.diff
Sat, Sep 5, 1:51 AM
F170468170: D58996.id184686.diff
Fri, Sep 4, 11:29 PM
Unknown Object (File)
Fri, Sep 4, 2:22 PM
Unknown Object (File)
Fri, Sep 4, 8:58 AM
Unknown Object (File)
Fri, Sep 4, 4:19 AM
Unknown Object (File)
Thu, Sep 3, 10:59 PM
Subscribers

Details

Summary

Sort the existing LPSS peripheral SPI controller PCI ID table by
numeric device ID so new entries have an unambiguous insertion point.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 75748
Build 72631: arc lint + arc unit

Event Timeline

seuros retitled this revision from intel/spi: sort PCI ID table by device ID to intelspi: sort PCI ID table by device ID.Thu, Aug 20, 12:07 PM
adrian added a subscriber: wulf.

@wulf are these IDs (and the others in the stack) ok to you?

LGTM.
All SPI_LYNXPOINT IDs are included in Linux PXA2 driver. See cat drivers/spi/spi-pxa2xx-pci.c | grep '^#.*PCI_DEVICE_ID_INTEL_' output
All SPI_SUNRISEPOINT IDs are included in Linux LPSS driver. See cat drivers/mfd/intel-lpss-pci.c | grep PCI_VDEVICE | grep _spi_ output

This revision is now accepted and ready to land.Thu, Aug 20, 4:35 PM
This revision was automatically updated to reflect the committed changes.