Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> writes: > From: Zhangfei Gao <zhangfei.gao@xxxxxxxxxx> > > 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 <zhangfei.gao@xxxxxxxxxx> > Tested-by: Zhang Mingjun <zhang.mingjun@xxxxxxxxxx> > Signed-off-by: Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html