Commit 092ca10
committed
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Tony Nguyen says:
====================
Intel Wired LAN Driver Updates 2024-03-29 (net: intel)
This series contains updates to most Intel drivers.
Jesse moves declaration of pci_driver struct to remove need for forward
declarations in igb and converts Intel drivers to user newer power
management ops.
Sasha reworks power management flow on igc to avoid using rtnl_lock()
during those flows.
Maciej reorganizes i40e_nvm file to avoid forward declarations.
* '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue:
i40e: avoid forward declarations in i40e_nvm.c
igc: Refactor runtime power management flow
net: intel: implement modern PM ops declarations
igb: simplify pci ops declaration
====================
Link: https://lore.kernel.org/r/20240329175632.211340-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>File tree
13 files changed
+602
-669
lines changed- drivers/net/ethernet/intel
- e1000e
- e1000
- fm10k
- i40e
- iavf
- ice
- igbvf
- igb
- igc
- ixgbevf
- ixgbe
13 files changed
+602
-669
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3037 | 3037 | | |
3038 | 3038 | | |
3039 | 3039 | | |
3040 | | - | |
| 3040 | + | |
3041 | 3041 | | |
3042 | 3042 | | |
3043 | 3043 | | |
| |||
3046 | 3046 | | |
3047 | 3047 | | |
3048 | 3048 | | |
3049 | | - | |
| 3049 | + | |
3050 | 3050 | | |
3051 | 3051 | | |
3052 | 3052 | | |
| |||
3163 | 3163 | | |
3164 | 3164 | | |
3165 | 3165 | | |
3166 | | - | |
| 3166 | + | |
3167 | 3167 | | |
3168 | 3168 | | |
3169 | 3169 | | |
| |||
3172 | 3172 | | |
3173 | 3173 | | |
3174 | 3174 | | |
3175 | | - | |
| 3175 | + | |
3176 | 3176 | | |
3177 | 3177 | | |
3178 | 3178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
| 185 | + | |
188 | 186 | | |
189 | 187 | | |
190 | 188 | | |
| |||
5135 | 5133 | | |
5136 | 5134 | | |
5137 | 5135 | | |
5138 | | - | |
| 5136 | + | |
5139 | 5137 | | |
5140 | 5138 | | |
5141 | 5139 | | |
| |||
5147 | 5145 | | |
5148 | 5146 | | |
5149 | 5147 | | |
5150 | | - | |
| 5148 | + | |
5151 | 5149 | | |
5152 | 5150 | | |
5153 | 5151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6950 | 6950 | | |
6951 | 6951 | | |
6952 | 6952 | | |
6953 | | - | |
| 6953 | + | |
6954 | 6954 | | |
6955 | 6955 | | |
6956 | 6956 | | |
6957 | 6957 | | |
6958 | 6958 | | |
6959 | | - | |
| 6959 | + | |
6960 | 6960 | | |
6961 | 6961 | | |
6962 | 6962 | | |
| |||
6979 | 6979 | | |
6980 | 6980 | | |
6981 | 6981 | | |
6982 | | - | |
| 6982 | + | |
6983 | 6983 | | |
6984 | 6984 | | |
6985 | 6985 | | |
| |||
7013 | 7013 | | |
7014 | 7014 | | |
7015 | 7015 | | |
7016 | | - | |
| 7016 | + | |
7017 | 7017 | | |
7018 | 7018 | | |
7019 | 7019 | | |
| |||
7032 | 7032 | | |
7033 | 7033 | | |
7034 | 7034 | | |
7035 | | - | |
| 7035 | + | |
7036 | 7036 | | |
7037 | 7037 | | |
7038 | 7038 | | |
| |||
7919 | 7919 | | |
7920 | 7920 | | |
7921 | 7921 | | |
7922 | | - | |
7923 | | - | |
| 7922 | + | |
7924 | 7923 | | |
7925 | 7924 | | |
7926 | 7925 | | |
7927 | 7926 | | |
7928 | 7927 | | |
7929 | 7928 | | |
7930 | 7929 | | |
7931 | | - | |
7932 | | - | |
7933 | | - | |
| 7930 | + | |
| 7931 | + | |
7934 | 7932 | | |
7935 | 7933 | | |
7936 | 7934 | | |
| |||
7939 | 7937 | | |
7940 | 7938 | | |
7941 | 7939 | | |
7942 | | - | |
7943 | | - | |
7944 | | - | |
| 7940 | + | |
7945 | 7941 | | |
7946 | 7942 | | |
7947 | 7943 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2342 | 2342 | | |
2343 | 2343 | | |
2344 | 2344 | | |
2345 | | - | |
| 2345 | + | |
2346 | 2346 | | |
2347 | 2347 | | |
2348 | 2348 | | |
| |||
2369 | 2369 | | |
2370 | 2370 | | |
2371 | 2371 | | |
2372 | | - | |
| 2372 | + | |
2373 | 2373 | | |
2374 | 2374 | | |
2375 | 2375 | | |
| |||
2502 | 2502 | | |
2503 | 2503 | | |
2504 | 2504 | | |
2505 | | - | |
| 2505 | + | |
2506 | 2506 | | |
2507 | 2507 | | |
2508 | 2508 | | |
2509 | 2509 | | |
2510 | 2510 | | |
2511 | 2511 | | |
2512 | | - | |
2513 | | - | |
2514 | | - | |
| 2512 | + | |
2515 | 2513 | | |
2516 | 2514 | | |
2517 | 2515 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16505 | 16505 | | |
16506 | 16506 | | |
16507 | 16507 | | |
16508 | | - | |
| 16508 | + | |
16509 | 16509 | | |
16510 | 16510 | | |
16511 | 16511 | | |
| |||
16556 | 16556 | | |
16557 | 16557 | | |
16558 | 16558 | | |
16559 | | - | |
| 16559 | + | |
16560 | 16560 | | |
16561 | 16561 | | |
16562 | 16562 | | |
| |||
16602 | 16602 | | |
16603 | 16603 | | |
16604 | 16604 | | |
16605 | | - | |
| 16605 | + | |
16606 | 16606 | | |
16607 | 16607 | | |
16608 | 16608 | | |
16609 | 16609 | | |
16610 | 16610 | | |
16611 | 16611 | | |
16612 | | - | |
16613 | | - | |
16614 | | - | |
| 16612 | + | |
16615 | 16613 | | |
16616 | 16614 | | |
16617 | 16615 | | |
| |||
0 commit comments