From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8229C433EF for ; Mon, 4 Oct 2021 05:18:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FE55611C1 for ; Mon, 4 Oct 2021 05:18:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232388AbhJDFUA (ORCPT ); Mon, 4 Oct 2021 01:20:00 -0400 Received: from mga04.intel.com ([192.55.52.120]:59781 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232358AbhJDFT7 (ORCPT ); Mon, 4 Oct 2021 01:19:59 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10126"; a="224052018" X-IronPort-AV: E=Sophos;i="5.85,344,1624345200"; d="scan'208";a="224052018" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2021 22:18:11 -0700 X-IronPort-AV: E=Sophos;i="5.85,344,1624345200"; d="scan'208";a="621568046" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2021 22:18:06 -0700 Received: by lahna (sSMTP sendmail emulation); Mon, 04 Oct 2021 08:18:04 +0300 Date: Mon, 4 Oct 2021 08:18:04 +0300 From: Mika Westerberg To: Mauro Lima Cc: Tudor Ambarus , Mark Brown , Lee Jones , Michael Walle , Pratyush Yadav , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Jonathan Corbet , Alexander Sverdlin , linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org Subject: Re: [PATCH 1/3] mtd: spi-nor: intel-spi: Disable write protection only if asked Message-ID: References: <20210930100719.2176-1-mika.westerberg@linux.intel.com> <20210930100719.2176-2-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Hi, On Fri, Oct 01, 2021 at 05:23:23PM -0300, Mauro Lima wrote: > Question for maintainers: With these changes is it safe to remove the > *(DANGEROUS)* tag from menuconfig? I don't think we want to remove that. This driver is not for regular users, at least in its current form.