Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1289841

Re: [PATCH 2/4] arm: dts: apq8064: add shared memory into dt reserved-memory

Path csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!2.eu.feeder.erje.net!nntpspool01.opticnetworks.net!aioe.org!bofh.it!news.nic.it!robomod
From Andy Gross <andy.gross@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/4] arm: dts: apq8064: add shared memory into dt reserved-memory
Date Fri, 11 Dec 2015 20:30:02 +0100
Message-ID <qEBya-ej-3@gated-at.bofh.it> (permalink)
References <qEAC6-862-9@gated-at.bofh.it> <qEALM-8a5-13@gated-at.bofh.it>
X-Original-To Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=CmaEbdjK9ANaPhsHwGV55YXV/eFHpX0GzzK/QCB/xZI=; b=1G++4iax/k4NVzD5R2RgdS13d7dhmeAEihJKGN6X9Pvt2CwhH824DH7FQ63+fvc60t jsp7wRIyNBngfvK9uSeI5iJ1L9451BvN5NLn+/kx9eFIN8YvZ9AYQ91NBnkW8ag6nx/X iaPR1KsUQv1+fiSYkLVWJuQC+sHDNIyPEmiruu4r5wDFKhZKSB7mNHk7Geky6Bf3cfY8 ZpNA44OGK6BfQVlvowxK/yLZyB7IirO5Tff+Aqnn9atSV19S6quCfU1uy60eUEwzGkJ2 E4NVH0WiXutgHxJcGs1I9OYyj70FgOntWBJpU2c0WCeGiNal+c/siaYoLVKZs53lfT1k lnBw==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=CmaEbdjK9ANaPhsHwGV55YXV/eFHpX0GzzK/QCB/xZI=; b=hUvFwe92o3V4d+b45AhrlpFmJHkiDNHMh+1nWG4/uFciVQdgXdfqcuoPlzcBQXHhkB dMGehivmtevxbvWIDHJMRVtdY3JaSWeba02zpbEtFQtlURRM9UnFGvlbdvnLYtat/Kjb G7WOlrf2AJnf0wW6Hw5SWyMpPKPRjLPQOOJ1DaIL1k9MRFJrc/O89BpN1t8Z4pIIn9Jg rX4IWDiipUDWttr4TOxUx+htoj9CEEhQ4apLrGglYOPfo2fT8SxHHrgVP+P92N3aaw0X uhNrwegY8THXPs8JRn/dsdk00bBx0E0IYSIUMYCCS7WSRLLqbztuF9yD1kvEDqylQYOR eHww==
X-Gm-Message-State ALoCoQl6SNOGmToZmuUwFDhqKp4CIQLYDJlH8PeSEK5bxA4ZEE6UF+hVURofUh6jRt8+dIC1zpLVuHcuJSeIwdvJOtm19Y0I6Q==
X-Received by 10.202.106.144 with SMTP id f138mr14814983oic.103.1449861956657; Fri, 11 Dec 2015 11:25:56 -0800 (PST)
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.23.1 (2014-03-12)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 12
Organization linux.* mail to news gateway
X-Original-Cc linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
X-Original-Date Fri, 11 Dec 2015 13:25:55 -0600
X-Original-Message-ID <20151211192555.GD4022@Agamemnon.attlocal.net>
X-Original-References <1449858409-13296-1-git-send-email-srinivas.kandagatla@linaro.org> <1449858707-13517-1-git-send-email-srinivas.kandagatla@linaro.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1289841

Show key headers only | View raw


On Fri, Dec 11, 2015 at 06:31:47PM +0000, Srinivas Kandagatla wrote:
> This patch adds the shared memory in the Device tree reserved memory
> list so that kernel would not map it as normal memory.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

Looks fine to me.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] arm: dts: qcom-apq8064: add smem and hwspinlock support Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:30 +0100
  [PATCH 4/4] arm: dts: apq8064: add shared memory node Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:40 +0100
    Re: [PATCH 4/4] arm: dts: apq8064: add shared memory node Andy Gross <andy.gross@linaro.org> - 2015-12-11 20:30 +0100
  [PATCH 1/4] ARM: dts: qcom: apq8064-ifc6410 Use hardware flow control for GSBI6 Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:40 +0100
    Re: [PATCH 1/4] ARM: dts: qcom: apq8064-ifc6410 Use hardware flow  control for GSBI6 Andy Gross <andy.gross@linaro.org> - 2015-12-11 20:30 +0100
  [PATCH 2/4] arm: dts: apq8064: add shared memory into dt reserved-memory Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:40 +0100
    Re: [PATCH 2/4] arm: dts: apq8064: add shared memory into dt  reserved-memory Andy Gross <andy.gross@linaro.org> - 2015-12-11 20:30 +0100
  [PATCH 3/4] arm: dts: apq8064: add hwspinlock nodes Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-11 19:40 +0100
    Re: [PATCH 3/4] arm: dts: apq8064: add hwspinlock nodes Andy Gross <andy.gross@linaro.org> - 2015-12-11 20:30 +0100
  Re: [PATCH 0/4] arm: dts: qcom-apq8064: add smem and hwspinlock  support Bjorn Andersson <bjorn.andersson@sonymobile.com> - 2015-12-12 01:30 +0100
    Re: [PATCH 0/4] arm: dts: qcom-apq8064: add smem and hwspinlock support Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-12-12 13:10 +0100

csiph-web