summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: switchtec: Make switchtec_class constantGreg Kroah-Hartman2024-06-101-1/+1
* driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-4/+2
* ntb_hw_switchtec: Fix a minor issue in config_req_id_table()Kelvin Cao2022-01-111-1/+1
* ntb_hw_switchtec: Remove code for disabling ID protectionKelvin Cao2022-01-111-3/+0
* ntb_hw_switchtec: Update the way of getting VEP instance IDKelvin Cao2022-01-111-3/+5
* ntb_hw_switchtec: AND with the part_map for a valid tpart_vecJeremy Pallotta2022-01-111-0/+1
* ntb_hw_switchtec: Fix bug with more than 32 partitionsWesley Sheng2022-01-111-7/+5
* ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_allJeremy Pallotta2022-01-111-2/+2
* ntb_hw_switchtec: fix the spelling of "its"Randy Dunlap2022-01-111-1/+1
* ntb_hw_switchtec: Fix ntb_mw_clear_trans error if size == 0Alexander Fomichev2020-03-131-1/+1
* ntb_hw_switchtec: make ntb_mw_set_trans() work when addr == 0Alexander Fomichev2019-09-231-1/+1
* Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-211-32/+50
|\
| * ntb_hw_switchtec: Fix setup MW with failure bugJoey Zhang2019-06-131-27/+39
| * ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for cross...Wesley Sheng2019-06-131-0/+3
| * ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() functionJoey Zhang2019-06-131-4/+7
| * ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev()Dan Carpenter2019-06-131-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
|/
* Merge tag 'ntb-5.1' of git://github.com/jonmason/ntbLinus Torvalds2019-03-151-4/+16
|\
| * NTB: add new parameter to peer_db_addr() db_bit and db_dataLeonid Ravich2019-02-131-1/+8
| * ntb_hw_switchtec: Added support of >=4G memory windowsPaul Selles2019-02-111-2/+7
| * ntb_hw_switchtec: debug print 64bit aligned crosslink BAR NumbersPaul Selles2019-02-111-1/+1
* | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-281-4/+4
|\ \
| * | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
| |/
* / ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common headerLogan Gunthorpe2019-01-221-32/+4
|/
* switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer2018-06-291-1/+2
* ntb_hw_switchtec: Make function switchtec_ntb_remove() staticWei Yongjun2018-01-281-2/+2
* ntb_hw_switchtec: fix logic errorArnd Bergmann2018-01-281-1/+1
* ntb_hw_switchtec: Check for alignment of the buffer in mw_set_trans()Logan Gunthorpe2018-01-281-0/+13
* ntb_hw_switchtec: Force down the link before initializingLogan Gunthorpe2018-01-281-7/+50
* ntb_hw_switchtec: Crosslink doorbells and messagesLogan Gunthorpe2018-01-281-10/+55
* ntb_hw_switchtec: Add initialization code for crosslinkLogan Gunthorpe2018-01-281-5/+197
* ntb_hw_switchtec: Make switchtec_ntb_init_req_id_table() more generalLogan Gunthorpe2018-01-281-36/+56
* ntb_hw_switchtec: Create helper function to setup reserved LUT MWsLogan Gunthorpe2018-01-281-29/+43
* ntb_hw_switchtec: Keep track of the number of LUT windows used by the driverLogan Gunthorpe2018-01-281-4/+8
* ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setupsKelvin Cao2018-01-281-9/+48
* NTB: switchtec_ntb: Add new line on appropriate printksJon Mason2018-01-281-21/+21
* NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing"Colin Ian King2018-01-281-1/+1
* NTB: ntb_hw_switchtec: Fix peer BAR bug in switchtec_ntb_init_shared_mwDoug Meyer2018-01-281-4/+5
* NTB: switchtec_ntb: Add memory window supportLogan Gunthorpe2017-11-181-3/+210
* NTB: switchtec_ntb: Implement scratchpad registersLogan Gunthorpe2017-11-181-2/+73
* NTB: switchtec_ntb: Implement doorbell registersLogan Gunthorpe2017-11-181-4/+85
* NTB: switchtec_ntb: Add link managementLogan Gunthorpe2017-11-181-1/+129
* NTB: switchtec_ntb: Add skeleton NTB driverLogan Gunthorpe2017-11-181-1/+147
* NTB: switchtec_ntb: Initialize hardware for doorbells and messagesLogan Gunthorpe2017-11-181-0/+142
* NTB: switchtec_ntb: Initialize hardware for memory windowsLogan Gunthorpe2017-11-181-0/+360
* NTB: switchtec_ntb: Introduce initial NTB driverLogan Gunthorpe2017-11-181-0/+81