All of lore.kernel.org
 help / color / mirror / Atom feed
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: Laura Abbott <lauraa@codeaurora.org>
Cc: Nicolas Pitre <nicolas.pitre@linaro.org>,
	Andrew Lunn <andrew@lunn.ch>, Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Jason Cooper <jason@lakedaemon.net>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Eric Miao <eric.y.miao@gmail.com>,
	Will Deacon <will.deacon@arm.com>,
	linux-kernel@vger.kernel.org,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Grygorii Strashko <grygorii.strashko@ti.com>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	Ben Dooks <ben-linux@fluff.org>,
	linux-arm-msm@vger.kernel.org, Daniel Walker <dwalker@fifo99.com>,
	David Brown <davidb@codeaurora.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCHv2 2/2] arm: Get rid of meminfo
Date: Wed, 5 Feb 2014 18:21:57 -0500	[thread overview]
Message-ID: <52F2C795.80604@ti.com> (raw)
In-Reply-To: <1391558551-31395-3-git-send-email-lauraa@codeaurora.org>

On Tuesday 04 February 2014 07:02 PM, Laura Abbott wrote:
> memblock is now fully integrated into the kernel and is the prefered
> method for tracking memory. Rather than reinvent the wheel with
> meminfo, migrate to using memblock directly instead of meminfo as
> an intermediate.
> 
> Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
> ---
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

WARNING: multiple messages have this Message-ID (diff)
From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 2/2] arm: Get rid of meminfo
Date: Wed, 5 Feb 2014 18:21:57 -0500	[thread overview]
Message-ID: <52F2C795.80604@ti.com> (raw)
In-Reply-To: <1391558551-31395-3-git-send-email-lauraa@codeaurora.org>

On Tuesday 04 February 2014 07:02 PM, Laura Abbott wrote:
> memblock is now fully integrated into the kernel and is the prefered
> method for tracking memory. Rather than reinvent the wheel with
> meminfo, migrate to using memblock directly instead of meminfo as
> an intermediate.
> 
> Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
> ---
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: Laura Abbott <lauraa@codeaurora.org>
Cc: Russell King <linux@arm.linux.org.uk>,
	David Brown <davidb@codeaurora.org>,
	Daniel Walker <dwalker@fifo99.com>,
	Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Eric Miao <eric.y.miao@gmail.com>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Ben Dooks <ben-linux@fluff.org>,
	Kukjin Kim <kgene.kim@samsung.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	Grygorii Strashko <grygorii.strashko@ti.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Rob Herring <robherring2@gmail.com>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Will Deacon <will.deacon@arm.com>,
	Nicolas Pitre <nicolas.pitre@linaro.org>
Subject: Re: [PATCHv2 2/2] arm: Get rid of meminfo
Date: Wed, 5 Feb 2014 18:21:57 -0500	[thread overview]
Message-ID: <52F2C795.80604@ti.com> (raw)
In-Reply-To: <1391558551-31395-3-git-send-email-lauraa@codeaurora.org>

On Tuesday 04 February 2014 07:02 PM, Laura Abbott wrote:
> memblock is now fully integrated into the kernel and is the prefered
> method for tracking memory. Rather than reinvent the wheel with
> meminfo, migrate to using memblock directly instead of meminfo as
> an intermediate.
> 
> Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
> ---
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>


  parent reply	other threads:[~2014-02-05 23:21 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05  0:02 [PATCHv2 0/2] Remove ARM meminfo Laura Abbott
2014-02-05  0:02 ` Laura Abbott
2014-02-05  0:02 ` [PATCHv2 1/2] mm/memblock: add memblock_get_current_limit Laura Abbott
2014-02-05  0:02   ` Laura Abbott
2014-02-05 22:01   ` Andrew Morton
2014-02-05 22:01     ` Andrew Morton
2014-02-05 23:19   ` Santosh Shilimkar
2014-02-05 23:19     ` Santosh Shilimkar
2014-02-05  0:02 ` [PATCHv2 2/2] arm: Get rid of meminfo Laura Abbott
2014-02-05  0:02   ` Laura Abbott
2014-02-05  2:00   ` Jason Cooper
2014-02-05  2:00     ` Jason Cooper
2014-02-05 13:43   ` Leif Lindholm
2014-02-05 13:43     ` Leif Lindholm
2014-02-05 23:21   ` Santosh Shilimkar [this message]
2014-02-05 23:21     ` Santosh Shilimkar
2014-02-05 23:21     ` Santosh Shilimkar
2014-02-07  2:09   ` Courtney Cavin
2014-02-07  2:09     ` Courtney Cavin
2014-02-07  2:09     ` Courtney Cavin
2014-02-10  3:25     ` Laura Abbott
2014-02-10  3:25       ` Laura Abbott
2014-02-10  3:25       ` Laura Abbott
2014-02-10 10:11       ` Catalin Marinas
2014-02-10 10:11         ` Catalin Marinas
2014-02-10 10:11         ` Catalin Marinas
2014-02-10 17:28       ` Courtney Cavin
2014-02-10 17:28         ` Courtney Cavin
2014-02-10 17:28         ` Courtney Cavin
2014-02-10 21:59         ` Laura Abbott
2014-02-10 21:59           ` Laura Abbott
2014-02-10 21:59           ` Laura Abbott
2014-02-10 21:58   ` Grant Likely
2014-02-10 21:58     ` Grant Likely
2014-02-10 21:58     ` Grant Likely
2014-02-11  9:47   ` Marek Szyprowski
2014-02-11  9:47     ` Marek Szyprowski
2014-02-05 13:55 ` [PATCHv2 0/2] Remove ARM meminfo Catalin Marinas
2014-02-05 13:55   ` Catalin Marinas

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=52F2C795.80604@ti.com \
    --to=santosh.shilimkar@ti.com \
    --cc=andrew@lunn.ch \
    --cc=ard.biesheuvel@linaro.org \
    --cc=ben-linux@fluff.org \
    --cc=catalin.marinas@arm.com \
    --cc=davidb@codeaurora.org \
    --cc=dwalker@fifo99.com \
    --cc=eric.y.miao@gmail.com \
    --cc=grygorii.strashko@ti.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=jason@lakedaemon.net \
    --cc=kgene.kim@samsung.com \
    --cc=lauraa@codeaurora.org \
    --cc=leif.lindholm@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nicolas.pitre@linaro.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=will.deacon@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.