All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudeep Holla <sudeep.holla@arm.com>
To: Jeremy Linton <jeremy.linton@arm.com>
Cc: linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	hanjun.guo@linaro.org, lorenzo.pieralisi@arm.com,
	rjw@rjwysocki.net, will.deacon@arm.com, catalin.marinas@arm.com,
	gregkh@linuxfoundation.org, viresh.kumar@linaro.org,
	mark.rutland@arm.com, linux-kernel@vger.kernel.org,
	linux-pm@vger.kernel.org, jhugo@codeaurora.org,
	wangxiongfeng2@huawei.com, Jonathan.Zhang@cavium.com,
	ahs3@redhat.com, Jayachandran.Nair@cavium.com,
	austinwc@codeaurora.org, lenb@kernel.org, vkilari@codeaurora.org,
	morten.rasmussen@arm.com, Sudeep Holla <sudeep.holla@arm.com>
Subject: Re: [PATCH v6 08/12] arm64: Add support for ACPI based firmware tables
Date: Mon, 15 Jan 2018 13:54:42 +0000	[thread overview]
Message-ID: <20180115135442.GF5473@e107155-lin> (raw)
In-Reply-To: <20180113005920.28658-9-jeremy.linton@arm.com>

On Fri, Jan 12, 2018 at 06:59:16PM -0600, Jeremy Linton wrote:
> The /sys cache entries should support ACPI/PPTT generated cache
> topology information. Lets detect ACPI systems and call
> an arch specific cache_setup_acpi() routine to update the hardware
> probed cache topology.
> 
> For arm64, if ACPI is enabled, determine the max number of cache
> levels and populate them using the PPTT table if one is available.
> 

Looks good,

Acked-by: Sudeep Holla <sudeep.holla@arm.com>

--
Regards,
Sudeep

WARNING: multiple messages have this Message-ID (diff)
From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 08/12] arm64: Add support for ACPI based firmware tables
Date: Mon, 15 Jan 2018 13:54:42 +0000	[thread overview]
Message-ID: <20180115135442.GF5473@e107155-lin> (raw)
In-Reply-To: <20180113005920.28658-9-jeremy.linton@arm.com>

On Fri, Jan 12, 2018 at 06:59:16PM -0600, Jeremy Linton wrote:
> The /sys cache entries should support ACPI/PPTT generated cache
> topology information. Lets detect ACPI systems and call
> an arch specific cache_setup_acpi() routine to update the hardware
> probed cache topology.
> 
> For arm64, if ACPI is enabled, determine the max number of cache
> levels and populate them using the PPTT table if one is available.
> 

Looks good,

Acked-by: Sudeep Holla <sudeep.holla@arm.com>

--
Regards,
Sudeep

  reply	other threads:[~2018-01-15 13:54 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-13  0:59 [PATCH v6 00/12] Support PPTT for ARM64 Jeremy Linton
2018-01-13  0:59 ` Jeremy Linton
2018-01-13  0:59 ` [PATCH v6 01/12] drivers: base: cacheinfo: move cache_setup_of_node() Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-15 12:23   ` Sudeep Holla
2018-01-15 12:23     ` Sudeep Holla
2018-01-13  0:59 ` [PATCH v6 02/12] drivers: base: cacheinfo: setup DT cache properties early Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-15 12:33   ` Sudeep Holla
2018-01-15 12:33     ` Sudeep Holla
2018-01-15 16:07     ` Palmer Dabbelt
2018-01-15 16:07       ` Palmer Dabbelt
2018-01-15 16:07       ` Palmer Dabbelt
2018-01-16 21:26       ` Jeremy Linton
2018-01-17 18:08       ` Sudeep Holla
2018-01-17 18:08         ` Sudeep Holla
2018-01-18 17:36         ` Palmer Dabbelt
2018-01-18 17:36           ` Palmer Dabbelt
2018-01-18 17:36           ` Palmer Dabbelt
2018-01-16 21:07     ` Jeremy Linton
2018-01-17 18:20       ` Sudeep Holla
2018-01-17 18:20         ` Sudeep Holla
2018-01-17 18:51         ` Jeremy Linton
2018-01-17 18:51           ` Jeremy Linton
2018-01-18 10:14           ` Sudeep Holla
2018-01-18 10:14             ` Sudeep Holla
2018-01-19 23:27             ` Jeremy Linton
2018-01-19 23:27               ` Jeremy Linton
2018-01-13  0:59 ` [PATCH v6 03/12] cacheinfo: rename of_node to fw_unique Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-15 12:36   ` Sudeep Holla
2018-01-15 12:36     ` Sudeep Holla
2018-01-15 12:36     ` Sudeep Holla
2018-01-13  0:59 ` [PATCH v6 04/12] arm64/acpi: Create arch specific cpu to acpi id helper Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-15 13:46   ` Sudeep Holla
2018-01-15 13:46     ` Sudeep Holla
2018-01-13  0:59 ` [PATCH v6 05/12] ACPI/PPTT: Add Processor Properties Topology Table parsing Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-15 14:58   ` Sudeep Holla
2018-01-15 14:58     ` Sudeep Holla
2018-01-16 20:55     ` Jeremy Linton
2018-01-17 17:58       ` Sudeep Holla
2018-01-17 17:58         ` Sudeep Holla
2018-01-15 15:48   ` Sudeep Holla
2018-01-15 15:48     ` Sudeep Holla
2018-01-16 20:22     ` Jeremy Linton
2018-01-17 18:00       ` Sudeep Holla
2018-01-17 18:00         ` Sudeep Holla
2018-01-13  0:59 ` [PATCH v6 06/12] ACPI: Enable PPTT support on ARM64 Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-15 13:52   ` Sudeep Holla
2018-01-15 13:52     ` Sudeep Holla
2018-01-13  0:59 ` [PATCH v6 07/12] drivers: base cacheinfo: Add support for ACPI based firmware tables Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-15 15:06   ` Sudeep Holla
2018-01-15 15:06     ` Sudeep Holla
2018-01-22 15:50   ` Greg KH
2018-01-22 15:50     ` Greg KH
2018-01-22 21:14     ` Jeremy Linton
2018-01-22 21:14       ` Jeremy Linton
2018-01-23  0:11       ` Rafael J. Wysocki
2018-01-23  0:11         ` Rafael J. Wysocki
2018-01-23  0:11         ` Rafael J. Wysocki
2018-01-13  0:59 ` [PATCH v6 08/12] arm64: " Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-15 13:54   ` Sudeep Holla [this message]
2018-01-15 13:54     ` Sudeep Holla
2018-01-13  0:59 ` [PATCH v6 09/12] ACPI/PPTT: Add topology parsing code Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-13  0:59 ` [PATCH v6 10/12] arm64: topology: rename cluster_id Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-13  0:59 ` [PATCH v6 11/12] arm64: topology: enable ACPI/PPTT based CPU topology Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton
2018-01-25 12:15   ` Xiongfeng Wang
2018-01-25 12:15     ` Xiongfeng Wang
2018-01-25 12:15     ` Xiongfeng Wang
2018-01-25 15:56     ` Jeremy Linton
2018-01-25 15:56       ` Jeremy Linton
2018-01-26  4:21       ` Xiongfeng Wang
2018-01-26  4:21         ` Xiongfeng Wang
2018-01-26  4:21         ` Xiongfeng Wang
2018-02-23 11:02       ` Lorenzo Pieralisi
2018-02-23 11:02         ` Lorenzo Pieralisi
2018-02-23 11:02         ` Lorenzo Pieralisi
2018-02-24  3:05         ` Xiongfeng Wang
2018-02-24  3:05           ` Xiongfeng Wang
2018-02-24  3:05           ` Xiongfeng Wang
2018-02-25  6:17           ` vkilari
2018-02-25  6:17             ` vkilari
2018-02-25  6:17             ` vkilari at codeaurora.org
2018-03-01 14:19           ` Morten Rasmussen
2018-03-01 14:19             ` Morten Rasmussen
2018-02-24  4:37         ` Jeremy Linton
2018-02-24  4:37           ` Jeremy Linton
2018-02-24  4:37           ` Jeremy Linton
2018-03-01 11:51           ` Morten Rasmussen
2018-03-01 11:51             ` Morten Rasmussen
2018-01-13  0:59 ` [PATCH v6 12/12] ACPI: Add PPTT to injectable table list Jeremy Linton
2018-01-13  0:59   ` Jeremy Linton

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=20180115135442.GF5473@e107155-lin \
    --to=sudeep.holla@arm.com \
    --cc=Jayachandran.Nair@cavium.com \
    --cc=Jonathan.Zhang@cavium.com \
    --cc=ahs3@redhat.com \
    --cc=austinwc@codeaurora.org \
    --cc=catalin.marinas@arm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hanjun.guo@linaro.org \
    --cc=jeremy.linton@arm.com \
    --cc=jhugo@codeaurora.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=morten.rasmussen@arm.com \
    --cc=rjw@rjwysocki.net \
    --cc=viresh.kumar@linaro.org \
    --cc=vkilari@codeaurora.org \
    --cc=wangxiongfeng2@huawei.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.