[RESEND PATCH V6 3/3] Documentation: remoteproc: add a note to rproc_add

2024-11-05 Thread anish kumar
Added a note to the rproc_add description regarding the availability of the resource-managed variant of the API. Signed-off-by: anish kumar --- Documentation/staging/remoteproc.rst | 8 1 file changed, 8 insertions(+) diff --git a/Documentation/staging/remoteproc.rst b/Documentation

[RESEND PATCH V6 2/3] Documentation: remoteproc: add overview section

2024-11-05 Thread anish kumar
Added overview section which details how the remote processor framework works and how it handles crashes. Signed-off-by: anish kumar --- Documentation/staging/remoteproc.rst | 43 1 file changed, 43 insertions(+) diff --git a/Documentation/staging/remoteproc.rst b

[RESEND PATCH V6 1/3] Documentation: remoteproc: update introduction section

2024-11-05 Thread anish kumar
Update the intrduction section to add key components provided by remote processor framework. Signed-off-by: anish kumar --- Documentation/staging/remoteproc.rst | 17 + 1 file changed, 17 insertions(+) diff --git a/Documentation/staging/remoteproc.rst b/Documentation/staging

[RESEND PATCH V6 0/3] remoteproc documentation update

2024-11-05 Thread anish kumar
://lore.kernel.org/oe-kbuild-all/202410161444.jokmsogs-...@intel.com/ Hello Folks, Sending this patchset again as revision was missing in the last series also added cover letter changes. Thanks, anish anish kumar (3): Documentation: remoteproc: update introduction section Documentation

[PATCH 0/3] Documentation: remoteproc: update various sections

2024-11-04 Thread anish kumar
V6: divided the patches for each section as suggested by mathieu. First patch is updating introduction section second patch is for new overview section as suggested third patch is for devm version of rprod_add V5: based on comment from mathieu poirier, remove all files and combined that in the ori

[PATCH 3/3] Documentation: remoteproc: add a note to rproc_add

2024-11-04 Thread anish kumar
Added a note to the rproc_add description regarding the availability of the resource-managed variant of the API. Signed-off-by: anish kumar --- Documentation/staging/remoteproc.rst | 8 1 file changed, 8 insertions(+) diff --git a/Documentation/staging/remoteproc.rst b/Documentation

[PATCH 2/3] Documentation: remoteproc: add overview section

2024-11-04 Thread anish kumar
Added overview section which details how the remote processor framework works and how it handles crashes. Signed-off-by: anish kumar --- Documentation/staging/remoteproc.rst | 43 1 file changed, 43 insertions(+) diff --git a/Documentation/staging/remoteproc.rst b

[PATCH 1/3] Documentation: remoteproc: update introduction section

2024-11-04 Thread anish kumar
Update the intrduction section to add key components provided by remote processor framework. Signed-off-by: anish kumar --- Documentation/staging/remoteproc.rst | 17 + 1 file changed, 17 insertions(+) diff --git a/Documentation/staging/remoteproc.rst b/Documentation/staging

Re: [PATCH V5] remoteproc: Documentation: update with details

2024-11-01 Thread anish kumar
On Fri, Nov 1, 2024 at 8:41 AM Mathieu Poirier wrote: > > On Sat, Oct 26, 2024 at 02:22:59PM -0700, anish kumar wrote: > > Added details as below: > > 1. added sysfs information > > 2. verbose details about remoteproc driver/framework > >responsibilites. >

[PATCH V5] remoteproc: Documentation: update with details

2024-10-26 Thread anish kumar
Added details as below: 1. added sysfs information 2. verbose details about remoteproc driver/framework responsibilites. 3. example for resource request Signed-off-by: anish kumar --- V5: based on comment from mathieu poirier, remove all files and combined that in the original file and as he

Re: [PATCH V4 3/7] Documentation: remoteproc: add more information

2024-10-25 Thread anish kumar
On Fri, Oct 25, 2024 at 7:57 AM Mathieu Poirier wrote: > > On Thu, Oct 24, 2024 at 11:17:40AM -0700, anish kumar wrote: > > On Thu, Oct 24, 2024 at 8:53 AM Mathieu Poirier > > wrote: > > > > > > On Tue, Oct 22, 2024 at 10:33:53PM -0700, anish kumar wr

Re: [PATCH V4 1/7] Remoteproc: Documentation: add the main index

2024-10-25 Thread anish kumar
On Thu, Oct 24, 2024 at 8:42 AM Mathieu Poirier wrote: > > On Tue, Oct 22, 2024 at 10:33:51PM -0700, anish kumar wrote: > > In prepration of moving the remoteproc documentation > > from staging to mainline and also for enhancing > > the documentation. > >

Re: [PATCH V4 3/7] Documentation: remoteproc: add more information

2024-10-25 Thread anish kumar
On Thu, Oct 24, 2024 at 8:53 AM Mathieu Poirier wrote: > > On Tue, Oct 22, 2024 at 10:33:53PM -0700, anish kumar wrote: > > Added following changes: > > 1. Components provided by remoteproc framework. > > 2. Remoteproc driver responsibilities. > > 3. Remoteproc fra

[PATCH 0/1] remoteproc documentation changes

2024-10-22 Thread anish kumar
This patch series transitions the documentation for remoteproc from the staging directory to the mainline kernel. It introduces both kernel and user-space APIs, enhancing the overall documentation quality. V4: Fixed compilation errors and moved documentation to driver-api directory. V3: Seperated

[PATCH V4 7/7] rpmsg: Documentation: update the path

2024-10-22 Thread anish kumar
Remoteproc documentation is moved from text file to reStructuredText file. Signed-off-by: anish kumar --- Documentation/staging/rpmsg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/staging/rpmsg.rst b/Documentation/staging/rpmsg.rst index 1ce353cb232a

[PATCH V4 6/7] MAINTAINERS: remoteproc documentation path update

2024-10-22 Thread anish kumar
As remoteproc documentation moved from staging, update the same in this file. Signed-off-by: anish kumar --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index eeb4c70b3d5b..1fa39bee6ab7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH V4 5/7] Remoteproc: Documentation: add userspace api

2024-10-22 Thread anish kumar
Add information about how userspace can control the remoteproc framework and different ways to do that. Signed-off-by: anish kumar --- Documentation/driver-api/remoteproc/index.rst | 1 + .../driver-api/remoteproc/remoteproc-api.rst | 77 +++ 2 files changed, 78 insertions

[PATCH V4 3/7] Documentation: remoteproc: add more information

2024-10-22 Thread anish kumar
Added following changes: 1. Components provided by remoteproc framework. 2. Remoteproc driver responsibilities. 3. Remoteproc framework responsibilities. 4. Better explanation of how to ask for resources from the framework by the remote processor. Signed-off-by: anish kumar --- .../driver-api

[PATCH V4 4/7] Remoteproc: Documentation: add driver api

2024-10-22 Thread anish kumar
Add driver api documenation for remoteproc. Signed-off-by: anish kumar --- Documentation/driver-api/remoteproc/index.rst | 1 + .../remoteproc/remoteproc-kernel-api.rst | 239 ++ 2 files changed, 240 insertions(+) create mode 100644 Documentation/driver-api/remoteproc

[PATCH V4 2/7] Documentation: remoteproc: move from staging

2024-10-22 Thread anish kumar
In preparation for upcoming enhancements, this commit relocates the existing documentation from the staging area to the mainline Documentation directory. Future patches will add further documentation to improve clarity and usability. Signed-off-by: anish kumar --- Documentation/driver-api

[PATCH V4 1/7] Remoteproc: Documentation: add the main index

2024-10-22 Thread anish kumar
In prepration of moving the remoteproc documentation from staging to mainline and also for enhancing the documentation. Signed-off-by: anish kumar --- Documentation/driver-api/index.rst| 1 + Documentation/driver-api/remoteproc/index.rst | 20 +++ 2 files changed

[PATCH 0/1] remoteproc documentation changes

2024-10-22 Thread anish kumar
This patch series transitions the documentation for remoteproc from the staging directory to the mainline kernel. It introduces both kernel and user-space APIs, enhancing the overall documentation quality. Additionally, an index has been added to ensure compatibility with the readthedocs.io formatt

[PATCH 7/7] rpmsg: Documentation: update the path

2024-10-22 Thread anish kumar
Remoteproc documentation is moved from text file to reStructuredText file. Signed-off-by: anish kumar --- Documentation/staging/rpmsg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/staging/rpmsg.rst b/Documentation/staging/rpmsg.rst index 1ce353cb232a

[PATCH 5/7] Remoteproc: Documentation: add userspace api

2024-10-22 Thread anish kumar
Add information about how userspace can control the remoteproc framework and different ways to do that. Signed-off-by: anish kumar --- Documentation/remoteproc/index.rst | 2 + Documentation/remoteproc/remoteproc-api.rst | 75 + 2 files changed, 77 insertions

[PATCH 6/7] MAINTAINERS: remoteproc documentation path update

2024-10-22 Thread anish kumar
As remoteproc documentation moved from staging, update the same in this file. Signed-off-by: anish kumar --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index eeb4c70b3d5b..bcece98ef32c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH 4/7] Remoteproc: Documentation: add driver api

2024-10-22 Thread anish kumar
Add driver api documenation for remoteproc. Signed-off-by: anish kumar --- .../remoteproc/remoteproc-kernel-api.rst | 239 ++ 1 file changed, 239 insertions(+) create mode 100644 Documentation/remoteproc/remoteproc-kernel-api.rst diff --git a/Documentation/remoteproc

[PATCH 3/7] Remoteproc: Documentation: add the main index

2024-10-22 Thread anish kumar
Add index file so that readthedocs.io pick this file up and properly build the documentation site. Signed-off-by: anish kumar --- Documentation/remoteproc/index.rst | 25 + 1 file changed, 25 insertions(+) create mode 100644 Documentation/remoteproc/index.rst diff

[PATCH 2/7] Documentation: remoteproc: add more information

2024-10-22 Thread anish kumar
Added following changes: 1. Components provided by remoteproc framework. 2. Remoteproc driver responsibilities. 3. Remoteproc framework responsibilities. 4. Better explanation of how to ask for resources from the framework by the remote processor. Signed-off-by: anish kumar --- Documentation

[PATCH 1/7] Documentation: remoteproc: move from staging

2024-10-22 Thread anish kumar
In preparation for upcoming enhancements, this commit relocates the existing documentation from the staging area to the mainline Documentation directory. Future patches will add further documentation to improve clarity and usability. Signed-off-by: anish kumar --- Documentation/{staging

Re: [PATCH v2 1/2] remoteproc: Documentation: move from staging

2024-10-22 Thread anish kumar
On Tue, Oct 22, 2024 at 9:56 AM anish kumar wrote: > > > > On Tue, Oct 22, 2024 at 9:10 AM Mathieu Poirier > wrote: >> >> On Wed, Oct 16, 2024 at 06:11:23PM -0700, anish kumar wrote: >> > In preparation of making the documentation >> > ma

[PATCH v2 2/2] remoteproc: Documentation: add documentation

2024-10-16 Thread anish kumar
1. Add documentation for remoteproc core 2. Add userspace api documentation. 3. Add kernel driver api documentation. Signed-off-by: anish kumar --- | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202410161444.jokmsogs-...@intel.com/ Documentation/remoteproc

[PATCH v2 1/2] remoteproc: Documentation: move from staging

2024-10-16 Thread anish kumar
In preparation of making the documentation mainline. Remove the documentation from staging. Signed-off-by: anish kumar --- v2: | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202410161444.jokmsogs-...@intel.com/ Documentation/staging/remoteproc.rst | 359

[PATCH] remoteproc: Documentation: upgrade from staging.

2024-10-14 Thread anish kumar
Add the documentation in the mainline from staging and add the relvant information from current mainline. Added: 1. userspace api documentation. 2. kernel api documentation. 3. Driver framework core details added. Signed-off-by: anish kumar --- Documentation/remoteproc/core.rst