From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (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 515F914293 for ; Thu, 16 May 2024 09:50:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715853032; cv=none; b=IkNPrq0j3R2ToEYcrU0rdjiQ6wLAZ945n+7094xFmm2091tJHZErC2sAU/jP7aziQvCpk5Ty9BydxuZKh5/jHlIDDkPrJvoX7uD1o6Mygx8b/3/TE8hINsAcNWICQuTaU7Sis86qpkPMqgXDyyBaa8mphiLhgjIYSDEnyhapp+4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715853032; c=relaxed/simple; bh=kOccNjr5/hA7QcukxcZpdGmePq4x2MivzWPwdLfpmaI=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=fZb9Dx47QfmKExsIe6L4ZtJg3UJ+hboth6lfhp2Vd7h6hPaqg4hLAeHAfIQPkztl/V8zQ6xrLH2UPA7FqiM423ZBtMkdc1o9KmHYKV7fC7J3k/6gzjObT5CDyoJ63Sa5erWRG08HmSkhcFHC53KcVTawHI8exLN+RnG0rb//EZU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=EVBHi22Z; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="EVBHi22Z" X-Envelope-To: markus.elfring@web.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1715853028; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6YKA4zorDccEaUD4FxmIdziK3ss8eQh9e6ImT4g2z1M=; b=EVBHi22ZdnZhzLJGxJwndqBVFVodvGsm8J1TgD9j2s0a4FlBRG+fqJ498/ggdGpuAnAGbR MjzDOcuMU6Lxi7Tiplo7sGvivuZvzHqQwGRL4nt41AxEVELEGIPs5mdCXyLRzqGipszaup tVl3zLhxbylFIUIEeRhtrzFMsiXuiDQ= X-Envelope-To: dri-devel@lists.freedesktop.org X-Envelope-To: kernel-janitors@vger.kernel.org X-Envelope-To: mripard@kernel.org X-Envelope-To: tzimmermann@suse.de X-Envelope-To: linux-kernel@vger.kernel.org X-Envelope-To: suijingfeng@loongson.cn Message-ID: <1de308ad-568f-41da-9dd4-258cd07556f0@linux.dev> Date: Thu, 16 May 2024 17:50:19 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 3/3] drm/loongson: Refactor lsdc device initialize and the output port To: Markus Elfring , dri-devel@lists.freedesktop.org, kernel-janitors@vger.kernel.org, Maxime Ripard , Thomas Zimmermann Cc: LKML , Sui Jingfeng References: <20240513001243.1739336-4-sui.jingfeng@linux.dev> Content-Language: en-US, en-AU X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sui Jingfeng In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Hi, On 5/16/24 14:26, Markus Elfring wrote: > … >> fullfill the implement under the new framework. > > fulfil the implementation? > > Please improve your change descriptions another bit. I'll accept you suggestions, with pleasure. Thanks. > Regards, > Markus -- Best regards Sui