| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * driver for Microsemi PQI-based storage controllers |
|---|
| 3 | | - * Copyright (c) 2016-2017 Microsemi Corporation |
|---|
| 4 | + * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries |
|---|
| 5 | + * Copyright (c) 2016-2018 Microsemi Corporation |
|---|
| 4 | 6 | * Copyright (c) 2016 PMC-Sierra, Inc. |
|---|
| 5 | 7 | * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 8 | | - * the Free Software Foundation; version 2 of the License. |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 11 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 12 | | - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or |
|---|
| 13 | | - * NON INFRINGEMENT. See the GNU General Public License for more details. |
|---|
| 14 | | - * |
|---|
| 15 | | - * Questions/Comments/Bugfixes to esc.storagedev@microsemi.com |
|---|
| 8 | + * Questions/Comments/Bugfixes to storagedev@microchip.com |
|---|
| 16 | 9 | * |
|---|
| 17 | 10 | */ |
|---|
| 18 | 11 | |
|---|
| .. | .. |
|---|
| 33 | 26 | int sis_reenable_sis_mode(struct pqi_ctrl_info *ctrl_info); |
|---|
| 34 | 27 | void sis_write_driver_scratch(struct pqi_ctrl_info *ctrl_info, u32 value); |
|---|
| 35 | 28 | u32 sis_read_driver_scratch(struct pqi_ctrl_info *ctrl_info); |
|---|
| 29 | +void sis_soft_reset(struct pqi_ctrl_info *ctrl_info); |
|---|
| 36 | 30 | |
|---|
| 37 | 31 | #endif /* _SMARTPQI_SIS_H */ |
|---|