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 98E1E4949E3 for ; Wed, 6 May 2026 16:49:17 +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=1778086157; cv=none; b=pBf9GOHwKZ0J795/W+lPP4FTKfH6PKuRHx0aqISJ+TP2E9fE3jzfj0cvkQmqAU3sR1H10awncunhnFCThXiuPNvcq7uAJWX8mn8yBDD9vZ1rL+jqSJ6CU0xIpvDBx2U+kFZvfhW3zTeyDkv0TxqpMy3Ct1O10NMI0/7lTCDyN8Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778086157; c=relaxed/simple; bh=zqAqFen5VqadetPQBTdp38DxpOmtB/64SzLHXItI+ak=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=PJJhwrc4Xost2g/6BipUnA3ffnQy4kUgtWCHlv6CrMplmIIK6SusHEXY713mw6ALDlqhFl+Eqwemg0n7Mod+dbne/zTm7fWlW/TrEIiZx8yKaWDThP/dT+c06n92w3W2KXSj94QlVloNn9GdTbkj11OPfT4Kr+r2HRcDng7UDNo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YS5tB5Tk; 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="YS5tB5Tk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE787C2BCC7; Wed, 6 May 2026 16:49:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778086157; bh=zqAqFen5VqadetPQBTdp38DxpOmtB/64SzLHXItI+ak=; h=Date:Cc:To:From:Subject:References:In-Reply-To:From; b=YS5tB5Tkh2OeWs0QCCxjecg+tlCPkNt91P+5g6NR3YiN08X5RvdixR+JnYttFHAlw npP5L0ntxJga6GYPC5nQfvl3WyjIwIPJ9oNQgkzFVluyizR9IXtP9gBuAMEiZ03w5a SgzPxajMkszVMSIYtzrBx69l7fTiOKZNLxiOiE8+BOEzWWljrPSBcOZeKlmzrwBpNw flmcafFI9OLYj43lmialq0z/jOjXSyT7soQV3n6yi4f92b5zDyJHC97UmDztzMTYW2 urLM15FEikjyLVeNxbyjOzUWVGvE9cDqXB+jMfem8+Q0CKtO8ZxAurjA5Y1ho0cE0I 0eMKu19VtWdJg== 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 18:49:13 +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> <20260507004701.G4851@cchengyang.duckdns.org> In-Reply-To: <20260507004701.G4851@cchengyang.duckdns.org> On Wed May 6, 2026 at 6:47 PM CEST, Cheng-Yang Chou wrote: > Sorry for totally missing this! Will send a v3 patch by this weekend. No worries -- thanks!