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
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
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
://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
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
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
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
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
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.
>
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
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
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.
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
33 matches
Mail list logo