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 51222313551; Mon, 5 Jan 2026 15:42:04 +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=1767627727; cv=none; b=e/TVxa5tezZhSoe2euJ4Zkg6rH59QqBs15KizMjJg/jMg5ZUM0jY/+HSr1s35jbWgZd7HjHrHOqK+0RQvoHF3ioRPM9S7kNuVhntolgUCuV2qZbd6eZJFEttF/gyQO0CrIYn07BCVDhoiLOp0nyzKsmOLw9LzDBJcoBkOAuqc1U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767627727; c=relaxed/simple; bh=+0NMOAKUG0dwKWhyMQLKy/r2RKAsH6mrMjG8plHN2To=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=RHwhVl+c30ri29UYmHdS1MLE6b5XuaePEbFen0nzzinmgH6wDUWdy8mac4hL93vd2rx4eHCl+txw+qDx7Uya4UO+TspNp00XLygKqp5c+6LW/l1AFQDBqWUHIOm5R5V9laIGXxlxcmF1qqJPVGcodOds7HrZMjbAWiKpk59LYc0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VpHw2weQ; 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="VpHw2weQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F3208C116D0; Mon, 5 Jan 2026 15:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767627724; bh=+0NMOAKUG0dwKWhyMQLKy/r2RKAsH6mrMjG8plHN2To=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=VpHw2weQFR5E+VhdZHO2MZcDjSsMkQcIMaq1zUde87LdYz1CPBH2xmTYjNdTRRaqg mQG3F0387janOXa+J7orF/Gl7eP8wwimGM3umCTjGLhEErA6O+2aZrWlfBfAZkyazy OSNie2BuZxmLnMu/TJwv7W/iGWaJdFBWoaxixqrJLMjM2YUfnoO8LgbpSfLAFGGB9O s1NTLh+gfR3rTb85ikrVk4u9MgQwuUGyB3n1O+77+K67hGhzcMasNJ4q0mOSun/2Md Gax0GuKEaPg7Gym2S99kMIqSt3OzsFg3CwprsOFcSBVCkR6xWoOtxG5ZkaR+RLyMrF +FSIyxOI4DRsg== Message-ID: Date: Mon, 5 Jan 2026 16:42:01 +0100 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [RESEND][PATCH v1 0/3] ACPI: video: Convert ACPI video driver to a platform one To: "Rafael J. Wysocki" , Linux ACPI Cc: LKML , Armin Wolf References: <12824456.O9o76ZdvQC@rafael.j.wysocki> From: Hans de Goede Content-Language: en-US, nl In-Reply-To: <12824456.O9o76ZdvQC@rafael.j.wysocki> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Rafael, On 2-Jan-26 12:48, Rafael J. Wysocki wrote: > Hi All, > > This is a resend of > > https://lore.kernel.org/linux-acpi/8617910.T7Z3S40VBb@rafael.j.wysocki/ > > due to the lack of feedback. Sorry for not being able to provide feedback. I'm still getting up 2 speed wrt my new position at Qualcomm so atm I don't really have time to look into this. I do plan to add linux-pm/linux-next + these patches to my local kernel so that they get some testing that way. If I hit any issues I'll let you know. Regards, Hans