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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 99213C83030 for ; Thu, 3 Jul 2025 06:47:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ijs1GhLTnzJRDnh+tuC0BEe/N6PxpkmMc+swW6IroOk=; b=ymEfDVe2I+NxxY FoyMzx3fR9hxG4bn5D6+CnUNys+h+Sg0s/AR7i2ysVnv7N6A4x1BKcObhHAZIsImX4l8ir6hKxUeV TenqOQq4agejkLvTjm/Ze5rAy5S1wFK4n39OfNBy2Q84ULHm6giANnq7L7ZFVNJhVmMu7Hiiddjrz a+VZOWDYynK2g2pJUPAwLA7xIpAAar7zAqv1jjOV8+tx72kujpcclXaQJ6I3hMgmytfBeRYnOkITa LuIT/ZZtSU7mvWi2j7An/Bl4CyhhkP8BeIkpHygOM/LYVuzlwMtvf1N5OVeN4QzlYRpox4vAtFYCv f57l7kkl60mS/GdihI5w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXDjS-0000000AQ9s-1XCx; Thu, 03 Jul 2025 06:47:42 +0000 Received: from zeus03.de ([194.117.254.33] helo=mail.zeus03.de) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXDdy-0000000AP8D-1PYs for linux-i3c@lists.infradead.org; Thu, 03 Jul 2025 06:42:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=N+t+ R2tbEvS8iPGpTfOUgvUBhLFV48JiJQy6YPMese0=; b=QTpi9sN66IUiSkPkBADA ZjwjoONxTbnb1is5b5SCV9XA/Qcek135MbVUHQLK0X4dLxdv8SkGztIaz9l9JThy TvKHHMnKk1FOijwtsZNdxV99JaOk3VS0SqKFYC29+Kdn6F8bBLy/grayflE8dIeE CJSTEfnl9v91UMXgdQxaS1IWx75D6ce4FQINfk2g9q21ESMhhbZHHn3iljersEKD Pd3EVWoW5wOwHL4SDvIcWXBsHk47L4/uhHKIbfFpqzIjBfmKso0zg5vCpstUq41C LP8ZGItcBJsEfOprUCmqOdTe0uL7Jcyd72NHQOKQlapwpp1ODerxlETNJ46YcVQh hg== Received: (qmail 3755582 invoked from network); 3 Jul 2025 08:41:57 +0200 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 3 Jul 2025 08:41:57 +0200 X-UD-Smtp-Session: l3s3148p1@H/F8rAA5kskgAwDPXyUmAP5FmBXRrw7R Date: Thu, 3 Jul 2025 08:41:51 +0200 From: Wolfram Sang To: Joshua Yeong Cc: Frank Li , "linux-renesas-soc@vger.kernel.org" , Alexandre Belloni , "linux-i3c@lists.infradead.org" Subject: Re: [PATCH] i3c: don't fail if GETHDRCAP is unsupported Message-ID: References: <20250625073505.7949-1-wsa+renesas@sang-engineering.com> <26c2b49b-713e-4e9c-8bf4-0ffbd0b4b050@starfivetech.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <26c2b49b-713e-4e9c-8bf4-0ffbd0b4b050@starfivetech.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250702_234203_250066_FF69A2C9 X-CRM114-Status: UNSURE ( 5.55 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org Hi Joshua, > I'm use `MMC5633` to test out the HDR-DDR functionality master functionality. > The patch can be accepted as some controller might not support HDR. May I read this as an Acked-by? Then, I would add it when sending v2. Happy hacking, Wolfram -- linux-i3c mailing list linux-i3c@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-i3c From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 B881C291C24 for ; Thu, 3 Jul 2025 06:42:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751524931; cv=none; b=XprIMFZn9Pfipwt3Z2fMSGRfcDwp+7AhRYEgf0zJ+NFv2sI0O7VoLJ8XgpMKY1S6nTKOaipMuZiYh/fdUmUu1cunzCVHYYpX3xfIj33vq4cVAvfJvCEWOppWM9kOQFWmkk+0iOswVkqljW9G7rnhJKgaJWLe0Y72j9r4n2y4Nn4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751524931; c=relaxed/simple; bh=t7IwxIdwhdXgWj5Xo9wKoG6FM4lwfWYHW83i2BPFpbk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=st9hJFc47KKPySPSfBzMZ0ePZwRfi2tgQZtfnwB5Knxq22rivJ/PB2gkHQjk6ffKAlKB/mW5cgGBkBLknCDYkc5VbAeV/YLvBGrLjwOaGxBEoEpm84HWr2V+XYiXQa0Fv7t5w/dZ0bJHO4vV1EL4JmUQI0u7qwHPd5WNHHFbjHo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=QTpi9sN6; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="QTpi9sN6" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=N+t+ R2tbEvS8iPGpTfOUgvUBhLFV48JiJQy6YPMese0=; b=QTpi9sN66IUiSkPkBADA ZjwjoONxTbnb1is5b5SCV9XA/Qcek135MbVUHQLK0X4dLxdv8SkGztIaz9l9JThy TvKHHMnKk1FOijwtsZNdxV99JaOk3VS0SqKFYC29+Kdn6F8bBLy/grayflE8dIeE CJSTEfnl9v91UMXgdQxaS1IWx75D6ce4FQINfk2g9q21ESMhhbZHHn3iljersEKD Pd3EVWoW5wOwHL4SDvIcWXBsHk47L4/uhHKIbfFpqzIjBfmKso0zg5vCpstUq41C LP8ZGItcBJsEfOprUCmqOdTe0uL7Jcyd72NHQOKQlapwpp1ODerxlETNJ46YcVQh hg== Received: (qmail 3755582 invoked from network); 3 Jul 2025 08:41:57 +0200 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 3 Jul 2025 08:41:57 +0200 X-UD-Smtp-Session: l3s3148p1@H/F8rAA5kskgAwDPXyUmAP5FmBXRrw7R Date: Thu, 3 Jul 2025 08:41:51 +0200 From: Wolfram Sang To: Joshua Yeong Cc: Frank Li , "linux-renesas-soc@vger.kernel.org" , Alexandre Belloni , "linux-i3c@lists.infradead.org" Subject: Re: [PATCH] i3c: don't fail if GETHDRCAP is unsupported Message-ID: References: <20250625073505.7949-1-wsa+renesas@sang-engineering.com> <26c2b49b-713e-4e9c-8bf4-0ffbd0b4b050@starfivetech.com> Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26c2b49b-713e-4e9c-8bf4-0ffbd0b4b050@starfivetech.com> Hi Joshua, > I'm use `MMC5633` to test out the HDR-DDR functionality master functionality. > The patch can be accepted as some controller might not support HDR. May I read this as an Acked-by? Then, I would add it when sending v2. Happy hacking, Wolfram