All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: linux-media@vger.kernel.org,
	Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	Kamil Debski <k.debski@samsung.com>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Robin Murphy <robin.murphy@arm.com>,
	Liviu Dudau <liviu.dudau@arm.com>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: Re: [PATCH] of: reserved_mem: restore old behavior when no region is defined
Date: Wed, 08 Jun 2016 09:35:05 +0200	[thread overview]
Message-ID: <5757CAA9.6000001@samsung.com> (raw)
In-Reply-To: <1465368713-17866-1-git-send-email-m.szyprowski@samsung.com>

On 06/08/2016 08:51 AM, Marek Szyprowski wrote:
> Change return value back to -ENODEV when no region is defined for given
> device. This restores old behavior of this function, as some drivers rely
> on such error code.
> 
> Reported-by: Liviu Dudau <liviu.dudau@arm.com>
> Fixes: 59ce4039727ef40 ("of: reserved_mem: add support for using more than
>        one region for given device")
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

I think this needs to be added to the media tree, where the original
patch it fixes was applied.

-- 
Thanks,
Sylwester

WARNING: multiple messages have this Message-ID (diff)
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] of: reserved_mem: restore old behavior when no region is defined
Date: Wed, 08 Jun 2016 09:35:05 +0200	[thread overview]
Message-ID: <5757CAA9.6000001@samsung.com> (raw)
In-Reply-To: <1465368713-17866-1-git-send-email-m.szyprowski@samsung.com>

On 06/08/2016 08:51 AM, Marek Szyprowski wrote:
> Change return value back to -ENODEV when no region is defined for given
> device. This restores old behavior of this function, as some drivers rely
> on such error code.
> 
> Reported-by: Liviu Dudau <liviu.dudau@arm.com>
> Fixes: 59ce4039727ef40 ("of: reserved_mem: add support for using more than
>        one region for given device")
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

I think this needs to be added to the media tree, where the original
patch it fixes was applied.

-- 
Thanks,
Sylwester

  reply	other threads:[~2016-06-08  7:35 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-07 12:06 HDLCD crashes with 6d910bfa809e Robin Murphy
2016-06-07 12:06 ` Robin Murphy
2016-06-07 13:35 ` liviu.dudau at arm.com
2016-06-07 13:35   ` liviu.dudau
2016-06-07 14:11   ` Robin Murphy
2016-06-07 14:11     ` Robin Murphy
2016-06-07 14:14     ` liviu.dudau at arm.com
2016-06-07 14:14       ` liviu.dudau
2016-06-07 14:15       ` liviu.dudau at arm.com
2016-06-07 14:15         ` liviu.dudau
2016-06-07 14:34     ` liviu.dudau at arm.com
2016-06-07 14:34       ` liviu.dudau
2016-06-08  6:51       ` [PATCH] of: reserved_mem: restore old behavior when no region is defined Marek Szyprowski
2016-06-08  6:51         ` Marek Szyprowski
2016-06-08  6:51         ` Marek Szyprowski
2016-06-08  7:35         ` Sylwester Nawrocki [this message]
2016-06-08  7:35           ` Sylwester Nawrocki
2016-06-08 10:49         ` Liviu Dudau
2016-06-08 10:49           ` Liviu Dudau
2016-06-08 13:05         ` Rob Herring
2016-06-08 13:05           ` Rob Herring
2016-06-08 13:05           ` Rob Herring
2016-06-08 15:35           ` Sumit Semwal
2016-06-08 15:35             ` Sumit Semwal
2016-06-08  6:58       ` HDLCD crashes with 6d910bfa809e Marek Szyprowski
2016-06-08  6:58         ` Marek Szyprowski
2016-06-08  9:05         ` liviu.dudau at arm.com
2016-06-08  9:05           ` liviu.dudau
2016-06-08 10:01           ` Marek Szyprowski
2016-06-08 10:01             ` Marek Szyprowski
2016-06-08 10:42             ` liviu.dudau at arm.com
2016-06-08 10:42               ` liviu.dudau
2016-06-07 14:40 ` Daniel Vetter
2016-06-07 14:40   ` Daniel Vetter
2016-06-07 16:42   ` Robin Murphy
2016-06-07 16:42     ` 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=5757CAA9.6000001@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=javier@osg.samsung.com \
    --cc=k.debski@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=liviu.dudau@arm.com \
    --cc=m.szyprowski@samsung.com \
    --cc=mchehab@osg.samsung.com \
    --cc=robin.murphy@arm.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.