summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
Commit message (Expand)AuthorAgeFilesLines
* switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer2018-06-301-1/+2
* ntb_hw_switchtec: Make function switchtec_ntb_remove() staticWei Yongjun2018-01-291-2/+2
* ntb_hw_switchtec: fix logic errorArnd Bergmann2018-01-291-1/+1
* ntb_hw_switchtec: Check for alignment of the buffer in mw_set_trans()Logan Gunthorpe2018-01-291-0/+13
* ntb_hw_switchtec: Force down the link before initializingLogan Gunthorpe2018-01-291-7/+50
* ntb_hw_switchtec: Crosslink doorbells and messagesLogan Gunthorpe2018-01-291-10/+55
* ntb_hw_switchtec: Add initialization code for crosslinkLogan Gunthorpe2018-01-291-5/+197
* ntb_hw_switchtec: Make switchtec_ntb_init_req_id_table() more generalLogan Gunthorpe2018-01-291-36/+56
* ntb_hw_switchtec: Create helper function to setup reserved LUT MWsLogan Gunthorpe2018-01-291-29/+43
* ntb_hw_switchtec: Keep track of the number of LUT windows used by the driverLogan Gunthorpe2018-01-291-4/+8
* ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setupsKelvin Cao2018-01-291-9/+48
* NTB: switchtec_ntb: Add new line on appropriate printksJon Mason2018-01-291-21/+21
* NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing"Colin Ian King2018-01-291-1/+1
* NTB: ntb_hw_switchtec: Fix peer BAR bug in switchtec_ntb_init_shared_mwDoug Meyer2018-01-291-4/+5
* NTB: switchtec_ntb: Add memory window supportLogan Gunthorpe2017-11-191-3/+210
* NTB: switchtec_ntb: Implement scratchpad registersLogan Gunthorpe2017-11-191-2/+73
* NTB: switchtec_ntb: Implement doorbell registersLogan Gunthorpe2017-11-191-4/+85
* NTB: switchtec_ntb: Add link managementLogan Gunthorpe2017-11-191-1/+129
* NTB: switchtec_ntb: Add skeleton NTB driverLogan Gunthorpe2017-11-191-1/+147
* NTB: switchtec_ntb: Initialize hardware for doorbells and messagesLogan Gunthorpe2017-11-191-0/+142
* NTB: switchtec_ntb: Initialize hardware for memory windowsLogan Gunthorpe2017-11-191-0/+360
* NTB: switchtec_ntb: Introduce initial NTB driverLogan Gunthorpe2017-11-191-0/+81