From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.andi.de1.cc (mail.andi.de1.cc [178.238.236.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E3E4C21E0AD for ; Thu, 12 Feb 2026 16:52:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.238.236.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770915128; cv=none; b=iTW1UzF5rGAAJeX+B5oxpdtnITkBtjMsLC6McBRk3kpWK2sbwy4dy4CdwAxeU/yhlw4nEocQVc86jBzV3Wd7ir2tsacQ3T+EsIE+IE8Ohm0GSsuPJvUz8ALM7BEd9jaFcgfVoypk1/mJxNMJSF6GlJvzBblhB3emG8StmXckkL8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770915128; c=relaxed/simple; bh=DfmMuLP2gQcQjpc70Us+bALnn5W9ownxIh79AH1JQ3s=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=cQRvPLADfISNUkn9f0mVTq2YJcWHXbqd8CtZYUEN3keb3MhzWGMf6+TphE8mTILEuGGTGLAQCoMZ8PaST/j1uJ+vJVU85M6vtTDWaGkiG/9JUfKoECFpT4olSN0EdK3itWChvm0WNOyT9VmzKVuAiauEi3PK2sqSKs4eU18o8mM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=kemnade.info; spf=pass smtp.mailfrom=kemnade.info; dkim=pass (2048-bit key) header.d=kemnade.info header.i=@kemnade.info header.b=C+cCdQSr; arc=none smtp.client-ip=178.238.236.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=kemnade.info Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kemnade.info Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kemnade.info header.i=@kemnade.info header.b="C+cCdQSr" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20220719; h=References:In-Reply-To:Cc:From:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID; bh=/alW314q5AyfpS0UEK3w0Mhlx13Jx77jVJZ0BIm6Pr4=; b=C+cCdQSrVswQdHZaYDlNI7OwZy rMeVGEUYVBYnb31goQrw2iZnZ4Wjm1fczCeLf227d//mC+tuvU1qRMuYBly7CfylMxbMdJEH/LUha 7fgV2HN4VQ/7nCwM/8U1iF5yXzrGdmQiAfl3AxafN2WpzVzi6/JB1ggttm6fTNzaU9cEEUjJcO11o 5A8GoUHyezo0yTok/qTmahMsmFhzCtHhM19iB+KUKqRFGV9F7o69LAV+lmClI77at8UcPFojtvoVL AdBew+ORxoenbYkX1NTUwEDgM7RBhD/Y3+LCuDE96SvRz+OFV9uOZCv886H8Wzo80DEK57wbcZLn+ oBYwyBig==; Date: Thu, 12 Feb 2026 17:52:00 +0100 From: Andreas Kemnade To: Beleswar Padhi Cc: , , , , , , , , , , , Subject: Re: [PATCH v3] arm: multi_v7_defconfig: Enable more OMAP related configs Message-ID: <20260212175200.2d984ba4@kemnade.info> In-Reply-To: <20260210060841.2362777-1-b-padhi@ti.com> References: <20260210060841.2362777-1-b-padhi@ti.com> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; aarch64-unknown-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 10 Feb 2026 11:38:41 +0530 Beleswar Padhi wrote: > > EXTCON_PALMAS: > Enable support for USB peripheral detection by external connector palmas > USB on AM57XX platforms. > Why not fully enable Palmas PMIC support? That is just confusing to have it partially enabled only. Its usage is widespread. So just enable .*PALMAS.* Regards, Andreas