| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scsi: mpi3mr: Update copyright year | Ranjan Kumar | 2023-03-17 | 1 | -1/+1 |
| | | | | | | | | | | Update copyright year from 2022 to 2023. Signed-off-by: Ranjan Kumar <[email protected]> Signed-off-by: Sreekanth Reddy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]> | ||||
| * | scsi: mpi3mr: Add config and transport related debug flags | Sreekanth Reddy | 2022-08-23 | 1 | -0/+27 |
| | | | | | | | | | | | Add config and transport request related error & info debug flags and functions. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Sreekanth Reddy <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | ||||
| * | scsi: mpi3mr: Add support for MPT commands | Sumit Saxena | 2022-05-02 | 1 | -0/+25 |
| | | | | | | | | | | | There are certain management commands which require firmware intervention. These commands are termed MPT commands. Add support for them. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Sumit Saxena <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | ||||
| * | scsi: mpi3mr: Add support for driver commands | Sumit Saxena | 2022-05-02 | 1 | -6/+6 |
| | | | | | | | | | | | | | | There are certain bsg commands which need to be completed by the driver without involving firmware. These requests are termed driver commands. Add support for these. Link: https://lore.kernel.org/r/[email protected] Reported by: Stephen Rothwell <[email protected]> Reported-by: kernel test robot <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Sumit Saxena <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | ||||
| * | scsi: mpi3mr: Update the copyright year | Sreekanth Reddy | 2022-02-11 | 1 | -1/+1 |
| | | | | | | | | | Update the copyright year to 2017-2022. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sreekanth Reddy <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | ||||
| * | scsi: mpi3mr: Add debug APIs based on logging_level bits | Sreekanth Reddy | 2021-12-23 | 1 | -24/+109 |
| | | | | | | | | | | Add debug print functions which will print messages based on logging_level bits enabled. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sreekanth Reddy <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | ||||
| * | scsi: mpi3mr: Base driver code | Kashyap Desai | 2021-06-02 | 1 | -0/+60 |
| Implement basic pci device driver requirements: Device probing, memory allocation, mapping system registers, allocate irq lines, etc. Source is managed in mainly three different files: - mpi3mr_fw.c: Common code which interacts with underlying fw/hw. - mpi3mr_os.c: Common code which interacts with SCSI midlayer. - mpi3mr_app.c: Common code which interacts with application/ioctl. This is currently work in progress. Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Cc: [email protected] Reviewed-by: Hannes Reinecke <[email protected]> Reviewed-by: Tomas Henzl <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Kashyap Desai <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | |||||
