Skip to content

Commit 45f6800

Browse files
NET:ETH:ALTERA: Altera copyright Header rebranding
1 parent e446fb9 commit 45f6800

File tree

64 files changed

+155
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+155
-154
lines changed

drivers/net/ethernet/altera/Kconfig

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,66 +34,66 @@ config ALTERA_TSE
3434
will be called alteratse.
3535

3636
config INTEL_FPGA_QSE_LL
37-
tristate "Intel FPGA Quad-Speed Low Latency Ethernet MAC support"
37+
tristate "Altera FPGA Quad-Speed Low Latency Ethernet MAC support"
3838
select PTP_1588_CLOCK
3939
select PHYLINK
4040
help
41-
This driver supports the Intel FPGA Low Latency Quad-Speed (QSE)
41+
This driver supports the Altera FPGA Low Latency Quad-Speed (QSE)
4242
Ethernet MAC.
4343

4444
To compile this driver as a module, choose M here. The module
4545
will be called intel_fpga_qse_ll.
4646

4747
config INTEL_FPGA_ETILE
48-
tristate "Intel FPGA E-tile Ethernet MAC support"
48+
tristate "Altera FPGA E-tile Ethernet MAC support"
4949
select PTP_1588_CLOCK
5050
select PHYLINK
5151
help
52-
This driver supports the Intel FPGA E-tile Ethernet MAC.
52+
This driver supports the Altera FPGA E-tile Ethernet MAC.
5353

5454
To compile this driver as a module, choose M here. The module
5555
will be called intel_fpga_etile.
5656

5757
config INTEL_FPGA_HSSI_XTILE
58-
tristate "Intel FPGA HSSI based 10/25G Etile/Ftile MAC driver support"
58+
tristate "Altera FPGA HSSI based 10/25G Etile/Ftile MAC driver support"
5959
select PTP_1588_CLOCK
6060
select PHYLINK
6161
help
62-
This driver supports the Intel FPGA E/F-tile Ethernet MAC.
62+
This driver supports the Altera FPGA E/F-tile Ethernet MAC.
6363

6464
To compile this driver as a module, choose M here. The module
6565
will be called intel_fpga_hssi_xtile.
6666

6767
config INTEL_FPGA_GTS_TILE
68-
tristate "Intel FPGA HSSI based 10/25G GTS driver support"
68+
tristate "Altera FPGA HSSI based 10/25G GTS driver support"
6969
select PTP_1588_CLOCK
7070
select PHYLINK
7171
help
72-
This driver supports the Intel FPGA GTS Ethernet MAC.
72+
This driver supports the Altera FPGA GTS Ethernet MAC.
7373

7474
To compile this driver as a module, choose M here. The module
7575
will be called intel_fpga_hssi_xtile.
7676

7777
config INTEL_FPGA_TOD
78-
tristate "Intel FPGA ToD driver support"
78+
tristate "Altera FPGA ToD driver support"
7979
help
80-
This driver supports the Intel FPGA Time-of-day Clock.
80+
This driver supports the Altera FPGA Time-of-day Clock.
8181

8282
To compile this driver as a module, choose M here. The module
8383
will be called intel_fpga_tod.
8484

8585
config INTEL_FPGA_FREQ_CTRL
8686
depends on INTEL_FPGA_TOD
87-
tristate "Intel FPGA frequency control device specific driver calls"
87+
tristate "Altera FPGA frequency control device specific driver calls"
8888
help
89-
This driver supports the Intel FPGA frequency steering
89+
This driver supports the Altera FPGA frequency steering
9090

9191
endif
9292

9393
config INTEL_FPGA_HSSISS
94-
tristate "Intel FPGA HSSI Subsystem support"
94+
tristate "Altera FPGA HSSI Subsystem support"
9595
help
96-
This driver supports the Intel FPGA HSSI subsystem.
96+
This driver supports the Altera FPGA HSSI subsystem.
9797

9898
To compile this driver as a module, choose M here. The module
9999
will be called intel_fpga_hssiss.

drivers/net/ethernet/altera/altera_eth_dma.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* DMA support for Intel FPGA Quad-Speed Ethernet MAC driver
3-
* Copyright (C) 2019 Intel Corporation. All rights reserved
2+
/* DMA support for Altera FPGA Quad-Speed Ethernet MAC driver
3+
* Copyright (C) 2019 Altera Corporation. All rights reserved
44
*
55
* Contributors:
66
* Dalon Westergreen

drivers/net/ethernet/altera/altera_eth_dma.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2-
/* DMA support for Intel FPGA Quad-Speed Ethernet MAC driver
3-
* Copyright (C) 2019 Intel Corporation. All rights reserved
2+
/* DMA support for Altera FPGA Quad-Speed Ethernet MAC driver
3+
* Copyright (C) 2019 Altera Corporation. All rights reserved
44
*
55
* Contributors:
66
* Dalon Westergreen

drivers/net/ethernet/altera/altera_msgdma_prefetcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/* MSGDMA Prefetcher driver for Altera ethernet devices
33
*
4-
* Copyright (C) 2020 Intel Corporation. All rights reserved.
4+
* Copyright (C) 2020 Altera Corporation. All rights reserved.
55
* Author(s):
66
* Dalon Westergreen <[email protected]>
77
*/

drivers/net/ethernet/altera/altera_msgdma_prefetcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22
/* MSGDMA Prefetcher driver for Altera ethernet devices
33
*
4-
* Copyright (C) 2020 Intel Corporation.
4+
* Copyright (C) 2020 Altera Corporation.
55
* Contributors:
66
* Dalon Westergreen
77
* Thomas Chou

drivers/net/ethernet/altera/altera_msgdmahw_prefetcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22
/* MSGDMA Prefetcher driver for Altera ethernet devices
33
*
4-
* Copyright (C) 2020 Intel Corporation.
4+
* Copyright (C) 2020 Altera Corporation.
55
* Contributors:
66
* Dalon Westergreen
77
* Thomas Chou

drivers/net/ethernet/altera/dpll/intel_freq_ctrl_common_i2c.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Intel FPGA I2C client code
3-
* Copyright (C) 2023,2024 Intel Corporation. All rights reserved
2+
/* Altera FPGA I2C client code
3+
* Copyright (C) 2023, 2025 Altera Corporation. All rights reserved
44
*
55
* Contributors:
66
*

drivers/net/ethernet/altera/dpll/intel_freq_ctrl_common_i2c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL
2-
/* Copyright (C) 2023 Intel Corporation. All rights reserved.
2+
/* Copyright (C) 2023 Altera Corporation. All rights reserved.
33
*
44
* Author(s):
55
*/

drivers/net/ethernet/altera/dpll/intel_freq_ctrl_common_spi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Intel FPGA SPI access code
3-
* Copyright (C) 2023 Intel Corporation. All rights reserved
2+
/* Altera FPGA SPI access code
3+
* Copyright (C) 2023 Altera Corporation. All rights reserved
44
*
55
* Contributors:
66
* Preetam Narayan

drivers/net/ethernet/altera/dpll/intel_freq_ctrl_common_spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2-
/* Copyright (C) 2023 Intel Corporation. All rights reserved.
2+
/* Copyright (C) 2023 Altera Corporation. All rights reserved.
33
*
44
* Author(s):
55
*/

0 commit comments

Comments
 (0)