Message ID | 20240220104336.260194-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show
Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id EFAE762178; Tue, 20 Feb 2024 10:43:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708425832; cv=none; b=prpszjHAdsBKwUNPDePVDKJJCTTn3SrzElNM9nQbnB9lBpvUs0nvrlQjgMeV3bteBhRHuqb86129YvVnbhLyIC+bWyn8iLXArIJiFcbsTpjKUGCfepsiaCd9Gf29E4K1UEHx+//vbQv/9xTOKeSgsgyjM8RQ/Yem63JQC0XX07o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708425832; c=relaxed/simple; bh=gJNDcnnI5rP7McNDysSXsx8zm9W44QaG4sKI/u39w2Y=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=r5KfhBMM9qVg6oz0vIRU+IC9cLA0yo4F5RwPAc0oCBRQawONWeKEy0KFpqfmjQdh7EY4xZCax74O3CqycK7+D5b7kLZcnB/bVP8ImimFNc0KHw11LZtqxLtApu6Ngr70nxb8shjBSLxv9O/mBJgq5TJHRiLP8Z5vjPwbN/XInh4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.06,172,1705330800"; d="scan'208";a="198515560" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 20 Feb 2024 19:43:43 +0900 Received: from localhost.localdomain (unknown [10.226.92.246]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id B40E24001942; Tue, 20 Feb 2024 19:43:38 +0900 (JST) From: Biju Das <biju.das.jz@bp.renesas.com> To: Michael Turquette <mturquette@baylibre.com>, Stephen Boyd <sboyd@kernel.org>, Sakari Ailus <sakari.ailus@linux.intel.com>, Laurent Pinchart <laurent.pinchart@ideasonboard.com>, Mauro Carvalho Chehab <mchehab@kernel.org>, Hans Verkuil <hverkuil-cisco@xs4all.nl>, Russell King <linux@armlinux.org.uk> Cc: Biju Das <biju.das.jz@bp.renesas.com>, linux-clk@vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be>, Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>, Biju Das <biju.das.au@gmail.com>, linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH v2 0/3] Add clk_poll_disable_unprepare() Date: Tue, 20 Feb 2024 10:43:33 +0000 Message-Id: <20240220104336.260194-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: <linux-media.vger.kernel.org> List-Subscribe: <mailto:linux-media+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-media+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Add clk_poll_disable_unprepare()
|
expand
|