Merge branch 'pci/switchtec' into next
* pci/switchtec: switchtec: Add device IDs for additional Switchtec products switchtec: Add "running" status flag to fw partition info ioctl
This commit is contained in:
commit
c781f85bc1
2 changed files with 41 additions and 2 deletions
|
|
@ -39,6 +39,9 @@ struct switchtec_ioctl_flash_info {
|
|||
__u32 padding;
|
||||
};
|
||||
|
||||
#define SWITCHTEC_IOCTL_PART_ACTIVE 1
|
||||
#define SWITCHTEC_IOCTL_PART_RUNNING 2
|
||||
|
||||
struct switchtec_ioctl_flash_part_info {
|
||||
__u32 flash_partition;
|
||||
__u32 address;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue