From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v12 06/08] ARM: hi3xxx: add hotplug support Date: Tue, 17 Dec 2013 16:40:12 -0800 Message-ID: <87sitrm1oz.fsf@linaro.org> References: <1386748497-11290-1-git-send-email-haojian.zhuang@gmail.com> <1386748497-11290-7-git-send-email-haojian.zhuang@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1386748497-11290-7-git-send-email-haojian.zhuang-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> (Haojian Zhuang's message of "Wed, 11 Dec 2013 15:54:55 +0800") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Haojian Zhuang Cc: olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, arnd-r2nGTMty4D4@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, patches-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, Zhangfei Gao List-Id: devicetree@vger.kernel.org Haojian Zhuang writes: > From: Zhangfei Gao > > Enable hotplug support on hi3xxx platform > > How to test: > cat proc/interrupts > echo 0 > /sys/devices/system/cpu/cpuX/online > cat proc/interrupts > echo 1 > /sys/devices/system/cpu/cpuX/online > > Signed-off-by: Zhangfei Gao > Tested-by: Zhang Mingjun > Signed-off-by: Haojian Zhuang ugh, more checkpatch errors: ERROR: do not initialise statics to 0 or NULL #120: FILE: arch/arm/mach-hi3xxx/hotplug.c:65: +static void __iomem *ctrl_base = NULL; Fixed this one too, but any more and the flames might start to appear. Kevin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Tue, 17 Dec 2013 16:40:12 -0800 Subject: [PATCH v12 06/08] ARM: hi3xxx: add hotplug support In-Reply-To: <1386748497-11290-7-git-send-email-haojian.zhuang@gmail.com> (Haojian Zhuang's message of "Wed, 11 Dec 2013 15:54:55 +0800") References: <1386748497-11290-1-git-send-email-haojian.zhuang@gmail.com> <1386748497-11290-7-git-send-email-haojian.zhuang@gmail.com> Message-ID: <87sitrm1oz.fsf@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Haojian Zhuang writes: > From: Zhangfei Gao > > Enable hotplug support on hi3xxx platform > > How to test: > cat proc/interrupts > echo 0 > /sys/devices/system/cpu/cpuX/online > cat proc/interrupts > echo 1 > /sys/devices/system/cpu/cpuX/online > > Signed-off-by: Zhangfei Gao > Tested-by: Zhang Mingjun > Signed-off-by: Haojian Zhuang ugh, more checkpatch errors: ERROR: do not initialise statics to 0 or NULL #120: FILE: arch/arm/mach-hi3xxx/hotplug.c:65: +static void __iomem *ctrl_base = NULL; Fixed this one too, but any more and the flames might start to appear. Kevin