Message ID | 20250120164732.v2.1.I2524c9a7d322be04b38b29bde3d7d1e578229cca@changeid (mailing list archive) |
---|---|
State | Accepted |
Commit | 07b6216dfc34029a7663100fad7cc2c22dd77a74 |
Headers | show |
Series | [v2] Bluetooth: Add ABI doc for sysfs reset | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/SubjectPrefix | success | Gitlint PASS |
tedd_an/BuildKernel | success | BuildKernel PASS |
tedd_an/CheckAllWarning | success | CheckAllWarning PASS |
tedd_an/CheckSparse | success | CheckSparse PASS |
tedd_an/BuildKernel32 | success | BuildKernel32 PASS |
tedd_an/TestRunnerSetup | success | TestRunnerSetup PASS |
tedd_an/TestRunner_l2cap-tester | success | TestRunner PASS |
tedd_an/TestRunner_iso-tester | success | TestRunner PASS |
tedd_an/TestRunner_bnep-tester | success | TestRunner PASS |
tedd_an/TestRunner_mgmt-tester | fail | TestRunner_mgmt-tester: Total: 490, Passed: 485 (99.0%), Failed: 1, Not Run: 4 |
tedd_an/TestRunner_rfcomm-tester | success | TestRunner PASS |
tedd_an/TestRunner_sco-tester | success | TestRunner PASS |
tedd_an/TestRunner_ioctl-tester | success | TestRunner PASS |
tedd_an/TestRunner_mesh-tester | success | TestRunner PASS |
tedd_an/TestRunner_smp-tester | success | TestRunner PASS |
tedd_an/TestRunner_userchan-tester | success | TestRunner PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=926862 ---Test result--- Test Summary: CheckPatch PENDING 0.27 seconds GitLint PENDING 0.20 seconds SubjectPrefix PASS 0.12 seconds BuildKernel PASS 24.14 seconds CheckAllWarning PASS 26.62 seconds CheckSparse PASS 29.97 seconds BuildKernel32 PASS 23.96 seconds TestRunnerSetup PASS 431.16 seconds TestRunner_l2cap-tester PASS 20.30 seconds TestRunner_iso-tester PASS 34.57 seconds TestRunner_bnep-tester PASS 4.89 seconds TestRunner_mgmt-tester FAIL 121.34 seconds TestRunner_rfcomm-tester PASS 7.64 seconds TestRunner_sco-tester PASS 9.48 seconds TestRunner_ioctl-tester PASS 8.25 seconds TestRunner_mesh-tester PASS 6.17 seconds TestRunner_smp-tester PASS 7.07 seconds TestRunner_userchan-tester PASS 5.07 seconds IncrementalBuild PENDING 0.54 seconds Details ############################## Test: CheckPatch - PENDING Desc: Run checkpatch.pl script Output: ############################## Test: GitLint - PENDING Desc: Run gitlint Output: ############################## Test: TestRunner_mgmt-tester - FAIL Desc: Run mgmt-tester with test-runner Output: Total: 490, Passed: 485 (99.0%), Failed: 1, Not Run: 4 Failed Test Cases LL Privacy - Set Flags 3 (2 Devices to RL) Failed 0.204 seconds ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth
Hi Hsin-chen, On Mon, Jan 20, 2025 at 3:47 AM Hsin-chen Chuang <chharry@google.com> wrote: > > From: Hsin-chen Chuang <chharry@chromium.org> > > The functionality was implemented in commit 0f8a00137411 ("Bluetooth: > Allow reset via sysfs") > > Fixes: 0f8a00137411 ("Bluetooth: Allow reset via sysfs") > Signed-off-by: Hsin-chen Chuang <chharry@chromium.org> > --- > > Changes in v2: > - Resolved review comments from Paul > > Documentation/ABI/stable/sysfs-class-bluetooth | 9 +++++++++ > MAINTAINERS | 1 + > 2 files changed, 10 insertions(+) > create mode 100644 Documentation/ABI/stable/sysfs-class-bluetooth > > diff --git a/Documentation/ABI/stable/sysfs-class-bluetooth b/Documentation/ABI/stable/sysfs-class-bluetooth > new file mode 100644 > index 000000000000..36be02471174 > --- /dev/null > +++ b/Documentation/ABI/stable/sysfs-class-bluetooth > @@ -0,0 +1,9 @@ > +What: /sys/class/bluetooth/hci<index>/reset > +Date: 14-Jan-2025 > +KernelVersion: 6.13 > +Contact: linux-bluetooth@vger.kernel.org > +Description: This write-only attribute allows users to trigger the vendor reset > + method on the Bluetooth device when arbitrary data is written. > + The reset may or may not be done through the device transport > + (e.g., UART/USB), and can also be done through an out-of-band > + approach such as GPIO. > diff --git a/MAINTAINERS b/MAINTAINERS > index 797e94ba74f7..e949c3ac7846 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4058,6 +4058,7 @@ S: Supported > W: http://www.bluez.org/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git > T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git > +F: Documentation/ABI/stable/sysfs-class-bluetooth > F: include/net/bluetooth/ > F: net/bluetooth/ > > -- > 2.48.0.rc2.279.g1de40edade-goog We also need something similar for Bluetooth: btusb: add sysfs attribute to control USB alt setting
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Mon, 20 Jan 2025 16:47:36 +0800 you wrote: > From: Hsin-chen Chuang <chharry@chromium.org> > > The functionality was implemented in commit 0f8a00137411 ("Bluetooth: > Allow reset via sysfs") > > Fixes: 0f8a00137411 ("Bluetooth: Allow reset via sysfs") > Signed-off-by: Hsin-chen Chuang <chharry@chromium.org> > > [...] Here is the summary with links: - [v2] Bluetooth: Add ABI doc for sysfs reset https://git.kernel.org/bluetooth/bluetooth-next/c/07b6216dfc34 You are awesome, thank you!
diff --git a/Documentation/ABI/stable/sysfs-class-bluetooth b/Documentation/ABI/stable/sysfs-class-bluetooth new file mode 100644 index 000000000000..36be02471174 --- /dev/null +++ b/Documentation/ABI/stable/sysfs-class-bluetooth @@ -0,0 +1,9 @@ +What: /sys/class/bluetooth/hci<index>/reset +Date: 14-Jan-2025 +KernelVersion: 6.13 +Contact: linux-bluetooth@vger.kernel.org +Description: This write-only attribute allows users to trigger the vendor reset + method on the Bluetooth device when arbitrary data is written. + The reset may or may not be done through the device transport + (e.g., UART/USB), and can also be done through an out-of-band + approach such as GPIO. diff --git a/MAINTAINERS b/MAINTAINERS index 797e94ba74f7..e949c3ac7846 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4058,6 +4058,7 @@ S: Supported W: http://www.bluez.org/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git +F: Documentation/ABI/stable/sysfs-class-bluetooth F: include/net/bluetooth/ F: net/bluetooth/