Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-14 | PCI: Add Altera vendor ID | Johannes Thumshirn | 1 | -2/+0 | |
Add the Altera PCI Vendor id to pci_ids.h and remove the private definitions from xillybus_pcie.c and altera-cvp.c. Signed-off-by: Johannes Thumshirn <[email protected]> Cc: Bjorn Helgaas <[email protected]> Cc: Eli Billauer <[email protected]> Cc: Anatolij Gustschin <[email protected]> Acked-by: Eli Billauer <[email protected]> Acked-by: Bjorn Helgaas <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2017-09-19 | fpga: altera-cvp: remove DRIVER_ATTR() usage | Greg Kroah-Hartman | 1 | -3/+3 | |
It's better to be explicit and use the DRIVER_ATTR_RW() macro when defining a driver's sysfs file. This is part of a series to drop DRIVER_ATTR() from the tree entirely. Cc: [email protected] Reviewed-by: Moritz Fischer <[email protected]> Acked-by: Alan Tull <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2017-07-17 | fpga manager: Add Altera CvP driver | Anatolij Gustschin | 1 | -0/+500 | |
Add FPGA manager driver for loading Arria-V/Cyclone-V/Stratix-V and Arria-10 FPGAs via CvP. Signed-off-by: Anatolij Gustschin <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Alan Tull <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> |