public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Sukadev Bhattiprolu <sukadev@linux•vnet.ibm.com>
To: Madhavan Srinivasan <maddy@linux•vnet.ibm.com>
Cc: linuxppc-dev@lists•ozlabs.org, linux-kernel@vger•kernel.org,
	Michael Ellerman <mpe@ellerman•id.au>,
	Benjamin Herrenschmidt <benh@kernel•crashing.org>,
	Paul Mackerras <paulus@samba•org>,
	Anton Blanchard <anton@samba•org>,
	Anshuman Khandual <khandual@linux•vnet.ibm.com>,
	Stephane Eranian <eranian@google•com>,
	peterz@infradead•org
Subject: Re: [PATCH v4 4/7] powerpc/powernv: detect supported nest pmus and its events
Date: Wed, 8 Jul 2015 15:09:44 -0700	[thread overview]
Message-ID: <20150708220944.GB22635@us.ibm.com> (raw)
In-Reply-To: <20150708220125.GA22635@us.ibm.com>

Sukadev Bhattiprolu [sukadev@linux•vnet.ibm.com] wrote:
| | @@ -50,6 +163,15 @@ static int nest_ima_dt_parser(void)
| |  		p8ni->vbase = (uint64_t) phys_to_virt(p8ni->pbase);
| |  	}
| | 
| | +	/* Look for supported Nest PMU units */
| | +	idx = 0;
| | +	for_each_node_by_type(dev, "nest-ima-unit") {
| | +		ret = nest_pmu_create(dev, idx);
| | +		if (ret)
| | +			return ret;
| | +		idx++;
| 
| idx not used?

Sorry, disregard this. Had my blinders on :-(

  reply	other threads:[~2015-07-09 13:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 13:01 [PATCH v4 0/7]powerpc/powernv: Nest Instrumentation support Madhavan Srinivasan
2015-07-08 13:01 ` [PATCH v4 1/7] powerpc/powernv: Data structure and macros definition Madhavan Srinivasan
2015-07-08 13:01 ` [PATCH v4 2/7] powerpc/powernv: Add OPAL support for Nest PMU Madhavan Srinivasan
2015-07-08 13:01 ` [PATCH v4 3/7] powerpc/powernv: Nest PMU detection and device tree parser Madhavan Srinivasan
2015-07-08 13:01 ` [PATCH v4 4/7] powerpc/powernv: detect supported nest pmus and its events Madhavan Srinivasan
2015-07-08 22:01   ` Sukadev Bhattiprolu
2015-07-08 22:09     ` Sukadev Bhattiprolu [this message]
2015-07-09  8:02     ` Madhavan Srinivasan
2015-07-09 21:30       ` Sukadev Bhattiprolu
2015-07-08 13:01 ` [PATCH v4 5/7] powerpc/powernv: add event attribute and group to nest pmu Madhavan Srinivasan
2015-07-08 22:43   ` Sukadev Bhattiprolu
2015-07-09  8:14     ` Madhavan Srinivasan
2015-07-08 13:01 ` [PATCH v4 6/7] powerpc/powernv: generic nest pmu event functions Madhavan Srinivasan
2015-07-08 13:01 ` [PATCH v4 7/7] powerpc/powernv: nest pmu cpumask and cpu hotplug support Madhavan Srinivasan

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=20150708220944.GB22635@us.ibm.com \
    --to=sukadev@linux$(echo .)vnet.ibm.com \
    --cc=anton@samba$(echo .)org \
    --cc=benh@kernel$(echo .)crashing.org \
    --cc=eranian@google$(echo .)com \
    --cc=khandual@linux$(echo .)vnet.ibm.com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=maddy@linux$(echo .)vnet.ibm.com \
    --cc=mpe@ellerman$(echo .)id.au \
    --cc=paulus@samba$(echo .)org \
    --cc=peterz@infradead$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox