From mboxrd@z Thu Jan 1 00:00:00 1970 From: lorenzo.pieralisi@arm.com (Lorenzo Pieralisi) Date: Tue, 12 May 2015 11:45:29 +0100 Subject: [PATCH 1/2] ARM64: kernel: make cpu_ops hooks DT agnostic In-Reply-To: <20150511160401.GC4595@leverpostej> References: <1431020084-5875-1-git-send-email-lorenzo.pieralisi@arm.com> <20150511160401.GC4595@leverpostej> Message-ID: <20150512104529.GC16079@red-moon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, May 11, 2015 at 05:04:02PM +0100, Mark Rutland wrote: > Hi Lorenzo, > > > /** > > * struct cpu_operations - Callback operations for hotplugging CPUs. > > * > > - * @name: Name of the property as appears in a devicetree cpu node's > > - * enable-method property. > > - * @cpu_init: Reads any data necessary for a specific enable-method from the > > - * devicetree, for a given cpu node and proposed logical id. > > + * @name: Name of the enable-method. > > I'm not keen on dropping the DT portion from the name documentation, > given the name must be the DT enable-method string. I'd prefer to leave > the original comment, or something at least mentioning that the name is > a DT enable-method string. Ok, I will reword the comment so that that string makes sense in ACPI too, leaving DT wording unchanged. > Other than that, this patch looks fine to me, and I don't see issues > booting on a (DT) system, so: > > Acked-by: Mark Rutland > Tested-by: Mark Rutland [DT] > > Has this has been tested on an ACPI system? Yes I tested ACPI SMP boot on Juno with it applied. Thank you ! Lorenzo