Commit 3a457d2
committed
Merge tag 'platform-drivers-x86-v6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Pull x86 platform driver fixes from Hans de Goede:
"The most noteworthy change in here is the addition of Ilpo Järvinen as
co-maintainer of platform-drivers-x86. Ilpo will be helping me with
platform-drivers-x86 maintenance going forward and you can expect
pull-requests from Ilpo in the future.
Other then that there is a set of Intel SCU IPC fixes and a
thinkpad_acpi locking fix"
* tag 'platform-drivers-x86-v6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86:
MAINTAINERS: Add x86 platform drivers patchwork
MAINTAINERS: Add myself into x86 platform driver maintainers
platform/x86: thinkpad_acpi: Take mutex in hotkey_resume
platform/x86: intel_scu_ipc: Fail IPC send if still busy
platform/x86: intel_scu_ipc: Don't override scu in intel_scu_ipc_dev_simple_command()
platform/x86: intel_scu_ipc: Check status upon timeout in ipc_wait_for_interrupt()
platform/x86: intel_scu_ipc: Check status after timeout in busy_loop()3 files changed
Lines changed: 46 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13616 | 13616 | | |
13617 | 13617 | | |
13618 | 13618 | | |
| 13619 | + | |
13619 | 13620 | | |
13620 | 13621 | | |
13621 | 13622 | | |
| |||
14210 | 14211 | | |
14211 | 14212 | | |
14212 | 14213 | | |
| 14214 | + | |
14213 | 14215 | | |
14214 | 14216 | | |
14215 | 14217 | | |
| |||
23423 | 23425 | | |
23424 | 23426 | | |
23425 | 23427 | | |
| 23428 | + | |
23426 | 23429 | | |
23427 | 23430 | | |
23428 | 23431 | | |
| 23432 | + | |
23429 | 23433 | | |
23430 | 23434 | | |
23431 | 23435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
| 235 | + | |
| 236 | + | |
242 | 237 | | |
243 | | - | |
244 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
245 | 242 | | |
246 | | - | |
| 243 | + | |
247 | 244 | | |
248 | 245 | | |
249 | 246 | | |
250 | 247 | | |
251 | 248 | | |
252 | 249 | | |
253 | 250 | | |
254 | | - | |
255 | | - | |
| 251 | + | |
256 | 252 | | |
257 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
| |||
266 | 265 | | |
267 | 266 | | |
268 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
269 | 286 | | |
270 | 287 | | |
271 | 288 | | |
| |||
279 | 296 | | |
280 | 297 | | |
281 | 298 | | |
282 | | - | |
283 | | - | |
284 | | - | |
| 299 | + | |
| 300 | + | |
285 | 301 | | |
286 | | - | |
| 302 | + | |
287 | 303 | | |
288 | 304 | | |
289 | 305 | | |
| |||
438 | 454 | | |
439 | 455 | | |
440 | 456 | | |
441 | | - | |
442 | | - | |
443 | | - | |
| 457 | + | |
| 458 | + | |
444 | 459 | | |
445 | | - | |
| 460 | + | |
446 | 461 | | |
447 | | - | |
| 462 | + | |
448 | 463 | | |
449 | 464 | | |
450 | 465 | | |
| |||
484 | 499 | | |
485 | 500 | | |
486 | 501 | | |
487 | | - | |
488 | | - | |
489 | | - | |
| 502 | + | |
| 503 | + | |
490 | 504 | | |
491 | | - | |
| 505 | + | |
492 | 506 | | |
493 | 507 | | |
494 | 508 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4116 | 4116 | | |
4117 | 4117 | | |
4118 | 4118 | | |
| 4119 | + | |
4119 | 4120 | | |
4120 | 4121 | | |
4121 | 4122 | | |
| 4123 | + | |
4122 | 4124 | | |
4123 | 4125 | | |
4124 | 4126 | | |
| |||
0 commit comments