All of lore.kernel.org
 help / color / mirror / Atom feed
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 2/2] media: V3s: Add support for Allwinner CSI.
Date: Tue, 30 Jan 2018 10:59:16 +0100	[thread overview]
Message-ID: <20180130095916.GA23047@ulmo> (raw)
In-Reply-To: <CAK8P3a0QxQE=GM=SGPtT82=UreiqsgY6uMThvQ_woA3rjK0zjA@mail.gmail.com>

On Tue, Jan 30, 2018 at 10:24:48AM +0100, Arnd Bergmann wrote:
> On Tue, Jan 30, 2018 at 8:54 AM, Maxime Ripard
> <maxime.ripard@free-electrons.com> wrote:
> > On Mon, Jan 29, 2018 at 03:34:02PM +0100, Arnd Bergmann wrote:
> >> On Mon, Jan 29, 2018 at 10:25 AM, Linus Walleij
> >> <linus.walleij@linaro.org> wrote:
> >> > On Mon, Jan 29, 2018 at 9:25 AM, Maxime Ripard
> >> > <maxime.ripard@free-electrons.com> wrote:
> >> >> On Sat, Jan 27, 2018 at 05:14:26PM +0100, Linus Walleij wrote:
> 
> >>
> >> At one point we had discussed adding a 'dma-masters' property that
> >> lists all the buses on which a device can be a dma master, and
> >> the respective properties of those masters (iommu, coherency,
> >> offset, ...).
> >>
> >> IIRC at the time we decided that we could live without that complexity,
> >> but perhaps we cannot.
> >
> > Are you talking about this ?
> > https://elixir.free-electrons.com/linux/latest/source/Documentation/devicetree/bindings/dma/dma.txt#L41
> >
> > It doesn't seem to be related to that issue to me. And in our
> > particular cases, all the devices are DMA masters, the RAM is just
> > mapped to another address.
> 
> No, that's not the one I was thinking of. The idea at the time was much
> more generic, and not limited to dma engines. I don't recall the details,
> but I think that Thierry was either involved or made the proposal at the
> time.

Yeah, I vaguely remember discussing something like this before. A quick
search through my inbox yielded these two threads, mostly related to
IOMMU but I think there were some mentions about dma-ranges and so on as
well. I'll have to dig deeper into those threads to refresh my memories,
but I won't get around to it until later today.

If someone wants to read up on this in the meantime, here are the links:

	https://lkml.org/lkml/2014/4/27/346
	http://lists.infradead.org/pipermail/linux-arm-kernel/2014-May/257200.html

>From a quick glance the issue of dma-ranges was something that we hand-
waved at the time.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180130/ae9f634c/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Mark Rutland <mark.rutland@arm.com>,
	megous@megous.com, Linus Walleij <linus.walleij@linaro.org>,
	Stanimir Varbanov <stanimir.varbanov@linaro.org>,
	linux-sunxi <linux-sunxi@googlegroups.com>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>,
	Rick Chang <rick.chang@mediatek.com>,
	Chen-Yu Tsai <wens@csie.org>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Rob Herring <robh+dt@kernel.org>,
	Yong Deng <yong.deng@magewell.com>,
	Hugues Fruchet <hugues.fruchet@st.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Randy Dunlap <rdunlap@infradea>
Subject: Re: [PATCH v6 2/2] media: V3s: Add support for Allwinner CSI.
Date: Tue, 30 Jan 2018 10:59:16 +0100	[thread overview]
Message-ID: <20180130095916.GA23047@ulmo> (raw)
In-Reply-To: <CAK8P3a0QxQE=GM=SGPtT82=UreiqsgY6uMThvQ_woA3rjK0zjA@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 2057 bytes --]

On Tue, Jan 30, 2018 at 10:24:48AM +0100, Arnd Bergmann wrote:
> On Tue, Jan 30, 2018 at 8:54 AM, Maxime Ripard
> <maxime.ripard@free-electrons.com> wrote:
> > On Mon, Jan 29, 2018 at 03:34:02PM +0100, Arnd Bergmann wrote:
> >> On Mon, Jan 29, 2018 at 10:25 AM, Linus Walleij
> >> <linus.walleij@linaro.org> wrote:
> >> > On Mon, Jan 29, 2018 at 9:25 AM, Maxime Ripard
> >> > <maxime.ripard@free-electrons.com> wrote:
> >> >> On Sat, Jan 27, 2018 at 05:14:26PM +0100, Linus Walleij wrote:
> 
> >>
> >> At one point we had discussed adding a 'dma-masters' property that
> >> lists all the buses on which a device can be a dma master, and
> >> the respective properties of those masters (iommu, coherency,
> >> offset, ...).
> >>
> >> IIRC at the time we decided that we could live without that complexity,
> >> but perhaps we cannot.
> >
> > Are you talking about this ?
> > https://elixir.free-electrons.com/linux/latest/source/Documentation/devicetree/bindings/dma/dma.txt#L41
> >
> > It doesn't seem to be related to that issue to me. And in our
> > particular cases, all the devices are DMA masters, the RAM is just
> > mapped to another address.
> 
> No, that's not the one I was thinking of. The idea at the time was much
> more generic, and not limited to dma engines. I don't recall the details,
> but I think that Thierry was either involved or made the proposal at the
> time.

Yeah, I vaguely remember discussing something like this before. A quick
search through my inbox yielded these two threads, mostly related to
IOMMU but I think there were some mentions about dma-ranges and so on as
well. I'll have to dig deeper into those threads to refresh my memories,
but I won't get around to it until later today.

If someone wants to read up on this in the meantime, here are the links:

	https://lkml.org/lkml/2014/4/27/346
	http://lists.infradead.org/pipermail/linux-arm-kernel/2014-May/257200.html

From a quick glance the issue of dma-ranges was something that we hand-
waved at the time.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Yong Deng <yong.deng@magewell.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>, Chen-Yu Tsai <wens@csie.org>,
	"David S. Miller" <davem@davemloft.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	Stanimir Varbanov <stanimir.varbanov@linaro.org>,
	Hugues Fruchet <hugues.fruchet@st.com>,
	Yannick Fertre <yannick.fertre@st.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>,
	Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Rick Chang <rick.chang@mediatek.com>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	linux-sunxi <linux-sunxi@googlegroups.com>,
	megous@megous.com,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Subject: Re: [PATCH v6 2/2] media: V3s: Add support for Allwinner CSI.
Date: Tue, 30 Jan 2018 10:59:16 +0100	[thread overview]
Message-ID: <20180130095916.GA23047@ulmo> (raw)
In-Reply-To: <CAK8P3a0QxQE=GM=SGPtT82=UreiqsgY6uMThvQ_woA3rjK0zjA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2057 bytes --]

On Tue, Jan 30, 2018 at 10:24:48AM +0100, Arnd Bergmann wrote:
> On Tue, Jan 30, 2018 at 8:54 AM, Maxime Ripard
> <maxime.ripard@free-electrons.com> wrote:
> > On Mon, Jan 29, 2018 at 03:34:02PM +0100, Arnd Bergmann wrote:
> >> On Mon, Jan 29, 2018 at 10:25 AM, Linus Walleij
> >> <linus.walleij@linaro.org> wrote:
> >> > On Mon, Jan 29, 2018 at 9:25 AM, Maxime Ripard
> >> > <maxime.ripard@free-electrons.com> wrote:
> >> >> On Sat, Jan 27, 2018 at 05:14:26PM +0100, Linus Walleij wrote:
> 
> >>
> >> At one point we had discussed adding a 'dma-masters' property that
> >> lists all the buses on which a device can be a dma master, and
> >> the respective properties of those masters (iommu, coherency,
> >> offset, ...).
> >>
> >> IIRC at the time we decided that we could live without that complexity,
> >> but perhaps we cannot.
> >
> > Are you talking about this ?
> > https://elixir.free-electrons.com/linux/latest/source/Documentation/devicetree/bindings/dma/dma.txt#L41
> >
> > It doesn't seem to be related to that issue to me. And in our
> > particular cases, all the devices are DMA masters, the RAM is just
> > mapped to another address.
> 
> No, that's not the one I was thinking of. The idea at the time was much
> more generic, and not limited to dma engines. I don't recall the details,
> but I think that Thierry was either involved or made the proposal at the
> time.

Yeah, I vaguely remember discussing something like this before. A quick
search through my inbox yielded these two threads, mostly related to
IOMMU but I think there were some mentions about dma-ranges and so on as
well. I'll have to dig deeper into those threads to refresh my memories,
but I won't get around to it until later today.

If someone wants to read up on this in the meantime, here are the links:

	https://lkml.org/lkml/2014/4/27/346
	http://lists.infradead.org/pipermail/linux-arm-kernel/2014-May/257200.html

From a quick glance the issue of dma-ranges was something that we hand-
waved at the time.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2018-01-30  9:59 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-23  8:18 [PATCH v6 2/2] media: V3s: Add support for Allwinner CSI Yong Deng
2018-01-23  8:18 ` Yong Deng
2018-01-23  8:18 ` Yong Deng
2018-01-26  0:04 ` kbuild test robot
2018-01-26  0:04   ` kbuild test robot
2018-01-26  0:04   ` kbuild test robot
2018-01-26  1:46   ` Yong
2018-01-26  1:46     ` Yong
2018-01-26  1:46     ` Yong
2018-01-26  3:00     ` Yong
2018-01-26  3:00       ` Yong
2018-01-26  3:00       ` Yong
2018-01-26  8:10       ` Maxime Ripard
2018-01-26  8:10         ` Maxime Ripard
2018-01-26  8:10         ` Maxime Ripard
2018-01-28  2:19         ` [linux-sunxi] " Yong
2018-01-28  2:19           ` Yong
2018-01-28  2:19           ` Yong
2018-01-29  8:16           ` Maxime Ripard
2018-01-29  8:16             ` Maxime Ripard
2018-01-29  8:16             ` Maxime Ripard
2018-01-31  3:08       ` [linux-sunxi] " Liviu Dudau
2018-01-31  3:08         ` Liviu Dudau
2018-01-31  3:08         ` Liviu Dudau
2018-01-31  3:24         ` [linux-sunxi] " Chen-Yu Tsai
2018-01-31  3:24           ` Chen-Yu Tsai
2018-01-31  3:24           ` Chen-Yu Tsai
2018-01-31  7:42         ` Maxime Ripard
2018-01-31  7:42           ` Maxime Ripard
2018-01-31  7:42           ` Maxime Ripard
2018-01-31 14:47           ` [linux-sunxi] " Liviu Dudau
2018-01-31 14:47             ` Liviu Dudau
2018-01-31 14:47             ` Liviu Dudau
2018-02-01  8:32             ` [linux-sunxi] " Maxime Ripard
2018-02-01  8:32               ` Maxime Ripard
2018-02-01  8:32               ` Maxime Ripard
2018-02-01  9:20               ` Arnd Bergmann
2018-02-01  9:20                 ` Arnd Bergmann
2018-02-01  9:20                 ` Arnd Bergmann
2018-02-01 11:34                 ` Liviu Dudau
2018-02-01 11:34                   ` Liviu Dudau
2018-02-01 11:34                   ` Liviu Dudau
2018-02-01 15:54                   ` [linux-sunxi] " Maxime Ripard
2018-02-01 15:54                     ` Maxime Ripard
2018-02-01 15:54                     ` Maxime Ripard
2018-01-27 15:51 ` kbuild test robot
2018-01-27 15:51   ` kbuild test robot
2018-01-27 15:51   ` kbuild test robot
2018-01-27 16:14 ` Linus Walleij
2018-01-27 16:14   ` Linus Walleij
2018-01-27 16:14   ` Linus Walleij
2018-01-28  2:39   ` Yong
2018-01-28  2:39     ` Yong
2018-01-28  2:39     ` Yong
2018-01-29  8:25   ` Maxime Ripard
2018-01-29  8:25     ` Maxime Ripard
2018-01-29  8:25     ` Maxime Ripard
2018-01-29  8:28     ` [linux-sunxi] " icenowy at aosc.io
2018-01-29  8:28       ` icenowy
2018-01-29  8:28       ` icenowy
2018-01-29  9:25     ` Linus Walleij
2018-01-29  9:25       ` Linus Walleij
2018-01-29  9:25       ` Linus Walleij
2018-01-29 14:34       ` Arnd Bergmann
2018-01-29 14:34         ` Arnd Bergmann
2018-01-29 14:34         ` Arnd Bergmann
2018-01-30  7:54         ` Maxime Ripard
2018-01-30  7:54           ` Maxime Ripard
2018-01-30  7:54           ` Maxime Ripard
2018-01-30  9:24           ` Arnd Bergmann
2018-01-30  9:24             ` Arnd Bergmann
2018-01-30  9:24             ` Arnd Bergmann
2018-01-30  9:59             ` Thierry Reding [this message]
2018-01-30  9:59               ` Thierry Reding
2018-01-30  9:59               ` Thierry Reding
2018-01-30 10:01               ` Thierry Reding
2018-01-30 10:01                 ` Thierry Reding
2018-01-30 10:01                 ` Thierry Reding
2018-01-31  7:29                 ` Maxime Ripard
2018-01-31  7:29                   ` Maxime Ripard
2018-01-31  7:29                   ` Maxime Ripard
2018-01-31  9:37                   ` Arnd Bergmann
2018-01-31  9:37                     ` Arnd Bergmann
2018-01-31  9:37                     ` Arnd Bergmann
2018-02-01 15:29                     ` Maxime Ripard
2018-02-01 15:29                       ` Maxime Ripard
2018-02-01 15:29                       ` Maxime Ripard
2018-02-01 15:36                       ` Arnd Bergmann
2018-02-01 15:36                         ` Arnd Bergmann
2018-02-01 15:36                         ` Arnd Bergmann
2018-02-01 16:31                     ` Robin Murphy
2018-02-01 16:31                       ` Robin Murphy
2018-02-01 16:31                       ` Robin Murphy

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=20180130095916.GA23047@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.