Re: [PATCH v7 06/10] powerpc/powernv: Core IMC events detection

2017-04-19 Thread kbuild test robot
Hi Hemant, [auto build test WARNING on linus/master] [also build test WARNING on v4.11-rc7] [cannot apply to next-20170419] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Anju-T-Sudhakar/powerpc

[PATCH v7 06/10] powerpc/powernv: Core IMC events detection

2017-04-18 Thread Anju T Sudhakar
From: Hemant Kumar This patch adds support for detection of core IMC events along with the Nest IMC events. It adds a new domain IMC_DOMAIN_CORE and its determined with the help of the compatibility string "ibm,imc-counters-core" based on the IMC device tree. Signed-off-by: Anju T Sudhakar Sign