All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Cc: joel@jms.id.au, jae.hyun.yoo@linux.intel.com
Subject: [PATCH dev-5.0 v4 2/7] media: platform: Aspeed: Make reserved memory optional
Date: Tue,  2 Apr 2019 02:42:25 +0000	[thread overview]
Message-ID: <1554172950-2072-3-git-send-email-eajames@linux.ibm.com> (raw)
In-Reply-To: <1554172950-2072-1-git-send-email-eajames@linux.ibm.com>

Reserved memory doesn't need to be required; system memory would work
fine.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 drivers/media/platform/aspeed-video.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/media/platform/aspeed-video.c b/drivers/media/platform/aspeed-video.c
index 55c55a6..8144fe3 100644
--- a/drivers/media/platform/aspeed-video.c
+++ b/drivers/media/platform/aspeed-video.c
@@ -1608,11 +1608,7 @@ static int aspeed_video_init(struct aspeed_video *video)
 		return PTR_ERR(video->vclk);
 	}
 
-	rc = of_reserved_mem_device_init(dev);
-	if (rc) {
-		dev_err(dev, "Unable to reserve memory\n");
-		return rc;
-	}
+	of_reserved_mem_device_init(dev);
 
 	rc = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32));
 	if (rc) {
-- 
1.8.3.1

  parent reply	other threads:[~2019-04-02  2:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-02  2:42 [PATCH dev-5.0 v4 0/7] Enable video engine Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 1/7] media: platform: Aspeed: Remove use of reset line Eddie James
2019-04-02  2:42 ` Eddie James [this message]
2019-04-02  2:42 ` [PATCH dev-5.0 v4 3/7] media: dt-bindings: aspeed-video: Add missing memory-region property Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 4/7] clk: Aspeed: Setup video engine clocking Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 5/7] ARM: dts: aspeed-g5: Add video engine Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 6/7] ARM: dts: witherspoon: Enable " Eddie James
2019-04-02  2:42 ` [PATCH dev-5.0 v4 7/7] ARM: dts: romulus: " Eddie James
2019-04-03  6:34 ` [PATCH dev-5.0 v4 0/7] " Joel Stanley
2019-04-03 14:44   ` Eddie James
2019-04-03 16:15     ` Jae Hyun Yoo

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=1554172950-2072-3-git-send-email-eajames@linux.ibm.com \
    --to=eajames@linux.ibm.com \
    --cc=jae.hyun.yoo@linux.intel.com \
    --cc=joel@jms.id.au \
    --cc=openbmc@lists.ozlabs.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.