summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/hw/amd
Commit message (Expand)AuthorAgeFilesLines
* ntb: amd: Drop unnecessary error check for debugfs_create_dirRuan Jinjie2023-08-181-7/+4
* ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma2023-07-081-1/+1
* ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
* NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
* ntb_hw_amd: Add NTB PCI ID for new gen CPUSanjay R Mehta2022-01-111-0/+2
* NTB: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-051-10/+2
* NTB: hw: amd: fix an issue about leak system resourcesKaige Li2020-08-231-0/+1
* ntb: hw: remove the code that sets the DMA maskLogan Gunthorpe2020-06-051-4/+0
* NTB: add pci shutdown handler for AMD NTBArindam Nath2020-03-131-0/+17
* NTB: send DB event when driver is loaded or un-loadedArindam Nath2020-03-132-2/+56
* NTB: remove redundant setting of DB valid maskArindam Nath2020-03-131-2/+0
* NTB: return link up status correctly for PRI and SECArindam Nath2020-03-132-5/+60
* NTB: add helper functions to set and clear sideinfoArindam Nath2020-03-132-10/+37
* NTB: move ntb_ctrl handling to init and deinitArindam Nath2020-03-131-10/+10
* NTB: handle link up, D0 and D3 events correctlyArindam Nath2020-03-131-0/+6
* NTB: handle link down event correctlyArindam Nath2020-03-131-3/+6
* NTB: remove handling of peer_sta from amd_link_is_upArindam Nath2020-03-131-11/+0
* NTB: set peer_sta within event handler itselfArindam Nath2020-03-131-2/+4
* NTB: return the side info status from amd_poll_linkArindam Nath2020-03-132-8/+5
* NTB: define a new function to get link statusArindam Nath2020-03-131-43/+50
* NTB: Enable link up and down event notificationArindam Nath2020-03-131-0/+5
* NTB: clear interrupt status registerArindam Nath2020-03-131-0/+3
* NTB: Fix access to link status and control registerArindam Nath2020-03-131-3/+37
* NTB: Fix an error in get link statusJiasen Lin2020-03-122-3/+2
* NTB: Add Hygon Device IDJiasen Lin2019-12-071-0/+1
* ntb_hw_amd: Add memory window support for new AMD hardwareSanjay R Mehta2019-09-232-6/+24
* ntb_hw_amd: Add a new NTB PCI device IDSanjay R Mehta2019-09-232-2/+2
* Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-211-5/+5
|\
| * NTB: amd: Silence shift wrapping warning in amd_ntb_db_vector_mask()Dan Carpenter2019-06-131-1/+1
| * NTB: ntb_hw_amd: set peer limit registerSanjay R Mehta2019-06-131-4/+4
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-2/+2
* NTB: Set dma mask and dma coherent mask to NTB devicesSerge Semin2018-01-281-0/+4
* ntb_hw_amd: Style fixes: open code macros that just obfuscate codeLogan Gunthorpe2017-07-062-29/+29
* NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin2017-07-061-7/+7
* NTB: Alter MW API to support multi-ports devicesSerge Semin2017-07-061-17/+51
* NTB: Alter link-state API to support multi-port devicesSerge Semin2017-07-061-1/+1
* NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET2016-12-231-1/+1
* NTB: Register and offset values fix for memory windowShyam Sundar S K2016-12-231-10/+4
* NTB: add support for hotplug featureXiangliang Yu2016-12-232-2/+12
* NTB: Remove _addr functions from ntb_hw_amdAllen Hubbe2016-03-261-30/+0
* NTB: Add support for AMD PCI-Express Non-Transparent BridgeXiangliang Yu2016-01-214-0/+1368