All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Mwesigwa Guma <mguma@redhat.com>
Cc: linux-kernel@vger.kernel.org,
	Nicolas Saenz Julienne <nsaenz@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Stefan Wahren <stefan.wahren@i2se.com>,
	Ojaswin Mujoo <ojaswin98@gmail.com>,
	Amarjargal Gundjalam <amarjargal16@gmail.com>,
	Phil Elwell <phil@raspberrypi.com>,
	bcm-kernel-feedback-list@broadcom.com,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-staging@lists.linux.dev, fedora-rpi@googlegroups.com,
	Joel Savitz <jsavitz@redhat.com>,
	Chukpozohn Toe <ctoe@redhat.com>,
	Clark Williams <clark@redhat.com>
Subject: Re: [PATCH] staging: vchiq_arm: Add 36-bit address support
Date: Fri, 15 Oct 2021 10:30:42 +0300	[thread overview]
Message-ID: <20211015073042.GP8429@kadam> (raw)
In-Reply-To: <20211014223230.451659-1-mguma@redhat.com>

On Thu, Oct 14, 2021 at 06:32:30PM -0400, Mwesigwa Guma wrote:
> Cc: Nicolas Saenz Julienne <nsaenz@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Stefan Wahren <stefan.wahren@i2se.com>
> Cc: Ojaswin Mujoo <ojaswin98@gmail.com>
> Cc: Dan Carpenter <dan.carpenter@oracle.com>
> Cc: Amarjargal Gundjalam <amarjargal16@gmail.com>
> Cc: Phil Elwell <phil@raspberrypi.com>
> Cc: bcm-kernel-feedback-list@broadcom.com
> Cc: linux-rpi-kernel@lists.infradead.org 
> Cc: linux-arm-kernel@lists.infradead.org 
> Cc: linux-staging@lists.linux.dev 
> Cc: fedora-rpi@googlegroups.com
> Cc: Joel Savitz <jsavitz@redhat.com>
> Cc: Chukpozohn Toe <ctoe@redhat.com>
> Cc: Clark Williams <clark@redhat.com>
> 

Did you intend to put this CC list here?  It goes at the end next to
the Signed-off-by line if so.  I don't feel like it's required except
maybe Phil to show he was Cc'd.

> This is a forward port of Phil Elwell's commit from the Raspberry Pi
> Linux fork described as follows [1]:

Please use the From: header to give authorship credit.

From: Phil Elwell <phil@raspberrypi.com>

Make that the first line of the email.

> 
>     Conditional on a new compatible string, change the pagelist encoding
>     such that the top 24 bits are the pfn, leaving 8 bits for run length
>     (-1), giving a 36-bit address range.
>     
>     Manage the split between addresses for the VPU and addresses for the
>     40-bit DMA controller with a dedicated DMA device pointer that on non-
>     BCM2711 platforms is the same as the main VCHIQ device. This allows
>     the VCHIQ node to stay in the usual place in the DT.
> 
> This commit enables VCHIQ device access on a Raspberry Pi 4B running the 
> mainline Linux kernel.
> 
> Tested on Fedora Linux running on a Raspberry Pi 4B.
> 
> [1]: https://github.com/raspberrypi/linux/commit/97268fd23eb8d08dc74eac5e3fd697303de26610
> 
> Signed-off-by: Mwesigwa Guma <mguma@redhat.com>

regards,
dan carpenter


WARNING: multiple messages have this Message-ID (diff)
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Mwesigwa Guma <mguma@redhat.com>
Cc: linux-kernel@vger.kernel.org,
	Nicolas Saenz Julienne <nsaenz@kernel.org>,
	 Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Stefan Wahren <stefan.wahren@i2se.com>,
	Ojaswin Mujoo <ojaswin98@gmail.com>,
	Amarjargal Gundjalam <amarjargal16@gmail.com>,
	Phil Elwell <phil@raspberrypi.com>,
	bcm-kernel-feedback-list@broadcom.com,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-staging@lists.linux.dev, fedora-rpi@googlegroups.com,
	Joel Savitz <jsavitz@redhat.com>,
	Chukpozohn Toe <ctoe@redhat.com>,
	Clark Williams <clark@redhat.com>
Subject: Re: [PATCH] staging: vchiq_arm: Add 36-bit address support
Date: Fri, 15 Oct 2021 10:30:42 +0300	[thread overview]
Message-ID: <20211015073042.GP8429@kadam> (raw)
In-Reply-To: <20211014223230.451659-1-mguma@redhat.com>

On Thu, Oct 14, 2021 at 06:32:30PM -0400, Mwesigwa Guma wrote:
> Cc: Nicolas Saenz Julienne <nsaenz@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Stefan Wahren <stefan.wahren@i2se.com>
> Cc: Ojaswin Mujoo <ojaswin98@gmail.com>
> Cc: Dan Carpenter <dan.carpenter@oracle.com>
> Cc: Amarjargal Gundjalam <amarjargal16@gmail.com>
> Cc: Phil Elwell <phil@raspberrypi.com>
> Cc: bcm-kernel-feedback-list@broadcom.com
> Cc: linux-rpi-kernel@lists.infradead.org 
> Cc: linux-arm-kernel@lists.infradead.org 
> Cc: linux-staging@lists.linux.dev 
> Cc: fedora-rpi@googlegroups.com
> Cc: Joel Savitz <jsavitz@redhat.com>
> Cc: Chukpozohn Toe <ctoe@redhat.com>
> Cc: Clark Williams <clark@redhat.com>
> 

Did you intend to put this CC list here?  It goes at the end next to
the Signed-off-by line if so.  I don't feel like it's required except
maybe Phil to show he was Cc'd.

> This is a forward port of Phil Elwell's commit from the Raspberry Pi
> Linux fork described as follows [1]:

Please use the From: header to give authorship credit.

From: Phil Elwell <phil@raspberrypi.com>

Make that the first line of the email.

> 
>     Conditional on a new compatible string, change the pagelist encoding
>     such that the top 24 bits are the pfn, leaving 8 bits for run length
>     (-1), giving a 36-bit address range.
>     
>     Manage the split between addresses for the VPU and addresses for the
>     40-bit DMA controller with a dedicated DMA device pointer that on non-
>     BCM2711 platforms is the same as the main VCHIQ device. This allows
>     the VCHIQ node to stay in the usual place in the DT.
> 
> This commit enables VCHIQ device access on a Raspberry Pi 4B running the 
> mainline Linux kernel.
> 
> Tested on Fedora Linux running on a Raspberry Pi 4B.
> 
> [1]: https://github.com/raspberrypi/linux/commit/97268fd23eb8d08dc74eac5e3fd697303de26610
> 
> Signed-off-by: Mwesigwa Guma <mguma@redhat.com>

regards,
dan carpenter


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-10-15  7:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14 22:32 [PATCH] staging: vchiq_arm: Add 36-bit address support Mwesigwa Guma
2021-10-14 22:32 ` Mwesigwa Guma
2021-10-15  7:30 ` Dan Carpenter [this message]
2021-10-15  7:30   ` Dan Carpenter
2021-10-15  8:19 ` nicolas saenz julienne
2021-10-15  8:19   ` nicolas saenz julienne
2021-10-17 13:31   ` Stefan Wahren
2021-10-17 13:31     ` Stefan Wahren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211015073042.GP8429@kadam \
    --to=dan.carpenter@oracle.com \
    --cc=amarjargal16@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=clark@redhat.com \
    --cc=ctoe@redhat.com \
    --cc=fedora-rpi@googlegroups.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jsavitz@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=mguma@redhat.com \
    --cc=nsaenz@kernel.org \
    --cc=ojaswin98@gmail.com \
    --cc=phil@raspberrypi.com \
    --cc=stefan.wahren@i2se.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.