hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/mfd/altera-a10sr.c
....@@ -1,21 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Altera Arria10 DevKit System Resource MFD Driver
34 *
45 * Author: Thor Thayer <tthayer@opensource.altera.com>
56 *
67 * Copyright Intel Corporation (C) 2014-2016. All Rights Reserved
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms and conditions of the GNU General Public License,
10
- * version 2, as published by the Free Software Foundation.
11
- *
12
- * This program is distributed in the hope it will be useful, but WITHOUT
13
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15
- * more details.
16
- *
17
- * You should have received a copy of the GNU General Public License along with
18
- * this program. If not, see <http://www.gnu.org/licenses/>.
198 *
209 * SPI access for Altera Arria10 MAX5 System Resource Chip
2110 *
....@@ -108,7 +97,8 @@
10897
10998 .cache_type = REGCACHE_NONE,
11099
111
- .use_single_rw = true,
100
+ .use_single_read = true,
101
+ .use_single_write = true,
112102 .read_flag_mask = 1,
113103 .write_flag_mask = 0,
114104