diff for duplicates of <20241023151514.GA888712@bhelgaas> diff --git a/a/1.txt b/N1/1.txt index 8096391..cc702cd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,37 +1,47 @@ -On Mon, Oct 21, 2024 at 08:19:34PM +0800, Jinjian Song wrote: -> From: Jinjian Song <songjinjian@hotmail.com> -> -> Add support for userspace to switch on the debug port(ADB,MIPC). -> - ADB port: /dev/wwan0adb0 -> - MIPC port: /dev/wwan0mipc0 -> -> Application can use ADB (Android Debg Bridge) port to implement -> functions (shell, pull, push ...) by ADB protocol commands. -> E.g., ADB commands: -> - A_OPEN: OPEN(local-id, 0, "destination") -> - A_WRTE: WRITE(local-id, remote-id, "data") -> - A_OKEY: READY(local-id, remote-id, "") -> - A_CLSE: CLOSE(local-id, remote-id, "") +>On Mon, Oct 21, 2024 at 08:19:34PM +0800, Jinjian Song wrote: +>> From: Jinjian Song <songjinjian@hotmail.com> +>> +>> Add support for userspace to switch on the debug port(ADB,MIPC). +>> - ADB port: /dev/wwan0adb0 +>> - MIPC port: /dev/wwan0mipc0 +>> +>> Application can use ADB (Android Debg Bridge) port to implement +>> functions (shell, pull, push ...) by ADB protocol commands. +>> E.g., ADB commands: +>> - A_OPEN: OPEN(local-id, 0, "destination") +>> - A_WRTE: WRITE(local-id, remote-id, "data") +>> - A_OKEY: READY(local-id, remote-id, "") +>> - A_CLSE: CLOSE(local-id, remote-id, "") +> +>s/Debg/Debug/ -s/Debg/Debug/ +Got it, thanks. -> Link: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/README.md -> -> Application can use MIPC (Modem Information Process Center) port -> to debug antenna tunner or noise profiling through this MTK modem -> diagnostic interface. +>> Link: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/README.md +>> +>> Application can use MIPC (Modem Information Process Center) port +>> to debug antenna tunner or noise profiling through this MTK modem +>> diagnostic interface. +> +>s/tunner/tuner/ -s/tunner/tuner/ +Got it, thanks. -> +++ b/Documentation/networking/device_drivers/wwan/t7xx.rst -> @@ -67,6 +67,28 @@ Write from userspace to set the device mode. -> :: -> $ echo fastboot_switching > /sys/bus/pci/devices/${bdf}/t7xx_mode -> -> +t7xx_port_mode -> +-------------- -> +The sysfs interface provides userspace with access to the port mode, this interface -> +supports read and write operations. +>> +++ b/Documentation/networking/device_drivers/wwan/t7xx.rst +>> @@ -67,6 +67,28 @@ Write from userspace to set the device mode. +>> :: +>> $ echo fastboot_switching > /sys/bus/pci/devices/${bdf}/t7xx_mode +>> +>> +t7xx_port_mode +>> +-------------- +>> +The sysfs interface provides userspace with access to the port mode, this interface +>> +supports read and write operations. +> +>This file is not completely consistent, but 90% of it fits in 80 +>columns, so I would make your additions fit also. +> -This file is not completely consistent, but 90% of it fits in 80 -columns, so I would make your additions fit also. +Please let me change this file. + +Best Regards, +Jinjian diff --git a/a/content_digest b/N1/content_digest index 9a1024a..aec7827 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,69 +1,79 @@ - "ref\020241021121934.16317-3-jinjian.song@fibocom.com\0" - "From\0Bjorn Helgaas <helgaas@kernel.org>\0" + "From\0Jinjian Song <jinjian.song@fibocom.com>\0" "Subject\0Re: [net-next,RESEND v6 2/2] net: wwan: t7xx: Add debug port\0" - "Date\0Wed, 23 Oct 2024 10:15:14 -0500\0" - "To\0Jinjian Song <jinjian.song@fibocom.com>\0" - "Cc\0chandrashekar.devegowda@intel.com" + "Date\0Thu, 24 Oct 2024 18:07:25 +0800\0" + "To\0helgaas@kernel.org\0" + "Cc\0angelogioacchino.delregno@collabora.com" + chandrashekar.devegowda@intel.com chiranjeevi.rapolu@linux.intel.com - haijun.liu@mediatek.com - m.chetan.kumar@linux.intel.com - ricardo.martinez@linux.intel.com - loic.poulain@linaro.org - ryazanov.s.a@gmail.com - johannes@sipsolutions.net + corbet@lwn.net + danielwinkler@google.com davem@davemloft.net edumazet@google.com + haijun.liu@mediatek.com + jinjian.song@fibocom.com + johannes@sipsolutions.net + korneld@google.com kuba@kernel.org - pabeni@redhat.com - linux-kernel@vger.kernel.org - netdev@vger.kernel.org - linux-doc@vger.kernel.org - angelogioacchino.delregno@collabora.com linux-arm-kernel@lists.infradead.org - matthias.bgg@gmail.com - corbet@lwn.net + linux-doc@vger.kernel.org + linux-kernel@vger.kernel.org linux-mediatek@lists.infradead.org - danielwinkler@google.com - korneld@google.com - " Jinjian Song <songjinjian@hotmail.com>\0" + loic.poulain@linaro.org + m.chetan.kumar@linux.intel.com + matthias.bgg@gmail.com + netdev@vger.kernel.org + pabeni@redhat.com + ricardo.martinez@linux.intel.com + ryazanov.s.a@gmail.com + " songjinjian@hotmail.com\0" "\00:1\0" "b\0" - "On Mon, Oct 21, 2024 at 08:19:34PM +0800, Jinjian Song wrote:\n" - "> From: Jinjian Song <songjinjian@hotmail.com>\n" - "> \n" - "> Add support for userspace to switch on the debug port(ADB,MIPC).\n" - "> - ADB port: /dev/wwan0adb0\n" - "> - MIPC port: /dev/wwan0mipc0\n" - "> \n" - "> Application can use ADB (Android Debg Bridge) port to implement\n" - "> functions (shell, pull, push ...) by ADB protocol commands.\n" - "> E.g., ADB commands:\n" - "> - A_OPEN: OPEN(local-id, 0, \"destination\")\n" - "> - A_WRTE: WRITE(local-id, remote-id, \"data\")\n" - "> - A_OKEY: READY(local-id, remote-id, \"\")\n" - "> - A_CLSE: CLOSE(local-id, remote-id, \"\")\n" + ">On Mon, Oct 21, 2024 at 08:19:34PM +0800, Jinjian Song wrote:\n" + ">> From: Jinjian Song <songjinjian@hotmail.com>\n" + ">> \n" + ">> Add support for userspace to switch on the debug port(ADB,MIPC).\n" + ">> - ADB port: /dev/wwan0adb0\n" + ">> - MIPC port: /dev/wwan0mipc0\n" + ">> \n" + ">> Application can use ADB (Android Debg Bridge) port to implement\n" + ">> functions (shell, pull, push ...) by ADB protocol commands.\n" + ">> E.g., ADB commands:\n" + ">> - A_OPEN: OPEN(local-id, 0, \"destination\")\n" + ">> - A_WRTE: WRITE(local-id, remote-id, \"data\")\n" + ">> - A_OKEY: READY(local-id, remote-id, \"\")\n" + ">> - A_CLSE: CLOSE(local-id, remote-id, \"\")\n" + ">\n" + ">s/Debg/Debug/\n" + "\n" + "Got it, thanks.\n" "\n" - "s/Debg/Debug/\n" + ">> Link: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/README.md\n" + ">> \n" + ">> Application can use MIPC (Modem Information Process Center) port\n" + ">> to debug antenna tunner or noise profiling through this MTK modem\n" + ">> diagnostic interface.\n" + ">\n" + ">s/tunner/tuner/\n" "\n" - "> Link: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/README.md\n" - "> \n" - "> Application can use MIPC (Modem Information Process Center) port\n" - "> to debug antenna tunner or noise profiling through this MTK modem\n" - "> diagnostic interface.\n" + "Got it, thanks.\n" "\n" - "s/tunner/tuner/\n" + ">> +++ b/Documentation/networking/device_drivers/wwan/t7xx.rst\n" + ">> @@ -67,6 +67,28 @@ Write from userspace to set the device mode.\n" + ">> ::\n" + ">> $ echo fastboot_switching > /sys/bus/pci/devices/${bdf}/t7xx_mode\n" + ">> \n" + ">> +t7xx_port_mode\n" + ">> +--------------\n" + ">> +The sysfs interface provides userspace with access to the port mode, this interface\n" + ">> +supports read and write operations.\n" + ">\n" + ">This file is not completely consistent, but 90% of it fits in 80\n" + ">columns, so I would make your additions fit also.\n" + ">\n" "\n" - "> +++ b/Documentation/networking/device_drivers/wwan/t7xx.rst\n" - "> @@ -67,6 +67,28 @@ Write from userspace to set the device mode.\n" - "> ::\n" - "> $ echo fastboot_switching > /sys/bus/pci/devices/${bdf}/t7xx_mode\n" - "> \n" - "> +t7xx_port_mode\n" - "> +--------------\n" - "> +The sysfs interface provides userspace with access to the port mode, this interface\n" - "> +supports read and write operations.\n" + "Please let me change this file.\n" "\n" - "This file is not completely consistent, but 90% of it fits in 80\n" - columns, so I would make your additions fit also. + "Best Regards,\n" + Jinjian -36b1317b58297dc5769a2065b13dd190dd5add853c849e9142e3159e8af60d84 +93ee1040a356c28b51c3edacfdee4b3ad6e206b900006dda81607c73b9b35a85
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox