Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753120AbdHQOO3 (ORCPT ); Thu, 17 Aug 2017 10:14:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:40502 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753044AbdHQOO0 (ORCPT ); Thu, 17 Aug 2017 10:14:26 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 971A4219A8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Thu, 17 Aug 2017 22:12:45 +0800 From: Shawn Guo To: Gary Bisson , Philipp Zabel Cc: kernel@pengutronix.de, fabio.estevam@nxp.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Add CONFIG_FW_LOADER_USER_HELPER_FALLBACK Message-ID: <20170817141243.GG7608@dragon> References: <20170817140424.4614-1-gary.bisson@boundarydevices.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170817140424.4614-1-gary.bisson@boundarydevices.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1164 Lines: 35 On Thu, Aug 17, 2017 at 04:04:24PM +0200, Gary Bisson wrote: > Allows to load firmware files which aren't built inside the kernel. > > Especially useful for CODA firmware (vpu_fw_imx6q.bin) which is usually > located in the rootfs. > > Signed-off-by: Gary Bisson > --- > Hi Shawn, > > I'm not sure if this patch is acceptable since I've noticed that no > configuration currently has that option enabled (why?). > > As mentioned in the commit, I had to enable that in order to have CODA > load the VPU firmware properly. > > Another option would be to make the CODA driver a module... > > Let me know your thoughts. @Philipp, do you have any comments on this? >From reading of the option help text, I feel the option is not recommended? config FW_LOADER_USER_HELPER_FALLBACK This option enables / disables the invocation of user-helper (e.g. udev) for loading firmware files as a fallback after the direct file loading in kernel fails. The user-mode helper is no longer required unless you have a special firmware file that resides in a non-standard path. Moreover, the udev support has been deprecated upstream. Shawn