kernelci / kernelci/kernelci-project
Fix device error logs kselftest failures on mt8186-steelix
- Dominant language
- Python
- Stars
- 14
- Forks
- 32
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 3
Description
[Current](https://lava.collabora.dev/scheduler/job/14534801) device error logs kselftest failures on mt8186-steelix on linux-next:
```
# # mtk-cpufreq mtk-cpufreq: failed to initialize dvfs info for cpu0
# # mtk-cpufreq mtk-cpufreq: failed to initialize dvfs info for cpu0
```
- [x] `+platform:mtk-cpufreq`: Sent fix: https://lore.kernel.org/all/20240628-mtk-cpufreq-dvfs-fail-init-err-v1-1-19c55db23011@collabora.com
---
```
# # it6505 3-005c: can not get extcon device!
```
- [ ] `+i2c:3-005c`: The DPI node fails to probe as mentioned in https://github.com/kernelci/kernelci-project/issues/400 , so this is a real error that needs to be fixed as described there. But for now should be silenced by https://lore.kernel.org/all/20240821042836.2631815-1-wenst@chromium.org/
---
```
# # mtk-scp 10500000.scp: error -EINVAL: invalid resource (null)
```
- [x] `+platform:10500000.scp`: Sent fix: https://lore.kernel.org/all/20240627-scp-invalid-resource-l1tcm-v1-1-7d221e6c495a@collabora.com
---
```
# # hid-generic 0003:0BDA:1100.0002: device has no listeners, quitting
```
- [ ] `+hid:0003:0BDA:1100.0002`: This is the same device that I wasn't sure if should be probe tested in https://github.com/kernelci/kernelci-pipeline/issues/579 . `udevmon info -t` (https://lava.collabora.dev/scheduler/job/14649661) shows a bit more info on the device, though it's still not clear what it is (could be the pen interface)
```
│ │ │ │ │ └─0003:0BDA:1100.0001
│ │ │ │ │ ┆ P: [0;1;37m/devices/platform/soc/11281000.usb/11280000.usb/usb2/2-1/2-1.5/2-1.5:1.0/0003:0BDA:1100.0001[0m
│ │ │ │ │ ┆ M: [0;1;37m0003:0BDA:1100.0001[0m
│ │ │ │ │ ┆ R: [0;1;37m0001[0m
│ │ │ │ │ ┆ U: [0;1;32mhid[0m
│ │ │ │ │ ┆ E: DEVPATH=/devices/platform/soc/11281000.usb/11280000.usb/usb2/2-1/2-1.5/2-1.5:1.0/0003:0BDA:1100.0001
│ │ │ │ │ ┆ E: SUBSYSTEM=hid
│ │ │ │ │ ┆ E: HID_ID=0003:00000BDA:00001100
│ │ │ │ │ ┆ E: HID_NAME=Realtek HID Device
│ │ │ │ │ ┆ E: HID_PHYS=usb-11280000.usb-1.5/input0
│ │ │ │ │ ┆ E: HID_UNIQ=
│ │ │ │ │ ┆ E: MODALIAS=hid:b0003g0001v00000BDAp00001100
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.