From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751529AbcEIOEZ (ORCPT ); Mon, 9 May 2016 10:04:25 -0400 Received: from foss.arm.com ([217.140.101.70]:38156 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbcEIOEV (ORCPT ); Mon, 9 May 2016 10:04:21 -0400 Subject: Re: [PATCH] [for 4.7] arm-ccn: Enable building as module To: olof@lixom.net, arnd@arndb.de, khilman@baylibre.com References: <1461855901-23794-1-git-send-email-suzuki.poulose@arm.com> <5729C2CC.7030806@arm.com> Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Will Deacon , Mark Rutland , Paul Gortmaker From: Suzuki K Poulose Message-ID: <573098E1.5050007@arm.com> Date: Mon, 9 May 2016 15:04:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <5729C2CC.7030806@arm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/05/16 10:37, Suzuki K Poulose wrote: > On 28/04/16 16:05, Suzuki K Poulose wrote: >> arm-ccn driver uses irq_set_affinity, which is not exported and >> hence cannot be built as a module, eventhough we have all the >> bits ready. This patch makes use of the exported helper >> irq_set_affinity_hint() instead. Also, the __free_irq expects >> the affinity_hint to be NULL when we free the irq. So set the >> affinity_hint to NULL at clean up. >> >> Now that we can build it as a module, update the Kconfig to >> reflect the change. >> >> Cc: Will Deacon >> Cc: Mark Rutland >> Cc: Paul Gortmaker >> Acked-by: Pawel Moll >> Signed-off-by: Suzuki K Poulose > > Hi, > > Could you please pull this for 4.7 ? Gentle ping... Suzuki