From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 EF9AA48094B for ; Wed, 6 May 2026 15:21:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778080863; cv=none; b=cE5rI2RjjUIcNFbpb8eovwaxrhDjVQn/OEU7EL+sEXx+gBU56ntbLzwS5t5XgGRYx70YeZaTtxHCZYqYL/nvlU5YL/0C02/3QA+mlgXWJfk7WA3XJMCLncE8w6yb6HfriTcg3zI7hiw78v4EKHujJ7wTxUU/+m0tBcc4OP5jNqM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778080863; c=relaxed/simple; bh=643xwBVUGXkz/qC0nQ1s7Ydr9zrHrrjhp3ZH25VeBmM=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=lQ6YWr0LdKEuGvOZlJXMWMQutp29EcP3t7vFVhYmxZwYxNqoXZyu9grcpTTmIFXpL7YkNTbKmjI0+L4NK9q+1pkh86HOlgCrH9EzdBJzWFkQ5hy7sKokafXWt5xK/ZjgiHhj0rOkrsWBQbBaUT8l2x8UYEd3pzKNUyaYjocsBN4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OOni3hEb; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OOni3hEb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACD9DC2BCB0; Wed, 6 May 2026 15:20:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778080862; bh=643xwBVUGXkz/qC0nQ1s7Ydr9zrHrrjhp3ZH25VeBmM=; h=Date:Cc:To:From:Subject:References:In-Reply-To:From; b=OOni3hEbpimcy0hJPFpQv6/ZV5x9OpeWVRi/L7BKSYuhElzhs8D+0n8rhKCpYLNtw BVT62Z53S7yabx96NlkgHwNbi9D1hS7DTzYyikX9SpxdX0kd/4GCas1w/e6rIExW8b JAWDCvkp6zDDSTkK5YtkVXBQUnhqN2mcuu29W2hV9HfEwvgzW9YIqBxz2ZW1rA3VT6 Orgm7PFnd9BgnPw4VjxH0doFomwvZUiN8CPVDvTyNEbxCJS74HUS1YBUIDZJkvtdkc I2jwCes3lIvXYW8XZXEbTggTCQXNi7yIBCDo457FmCSol+gY73/aWj8q8Ltoy7S+Of 1cgCOykjteiOQ== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 06 May 2026 17:20:58 +0200 Message-Id: Cc: "Alice Ryhl" , "Alexandre Courbot" , "David Airlie" , "Simona Vetter" , "Gary Guo" , "John Hubbard" , , , , "Ching-Chun Huang" , "Chia-Ping Tsai" , "Timur Tabi" To: "Cheng-Yang Chou" From: "Danilo Krummrich" Subject: Re: [PATCH v2 1/2] gpu: nova: rename drivers to use kebab-case convention References: <20260316120820.2117081-1-yphbchou0911@gmail.com> <20260316120820.2117081-2-yphbchou0911@gmail.com> In-Reply-To: On Tue Mar 17, 2026 at 5:06 PM CET, Danilo Krummrich wrote: > Can you please move this into the second patch. Additionally, in the seco= nd > patch, please only keep the Kconfig change and use the following in the > Makefile. > > obj-$(CONFIG_DRM_NOVA) +=3D nova-drm.o > nova-drm-y :=3D nova.o > > I.e. keep the directory and filenames as they are. > > We can use the same trick for nova-core, so we get nova-core.ko and nova-= drm.ko. Do you plan to follow up on this one? Thanks, Danilo