[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1373297814.24233.5.camel@x230.lan>
Date: Mon, 08 Jul 2013 11:36:54 -0400
From: Matthew Garrett <mjg59@...f.ucam.org>
To: Frederick van der Wyck <fvanderwyck@...il.com>
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-acpi@...r.kernel.org
Subject: Re: [PATCH] platform samsung-q10: use ACPI instead of direct EC
calls
On Wed, 2013-07-03 at 22:27 +0100, Frederick van der Wyck wrote:
> +#define EC_HID "PNP0C09"
This is probably wrong - you should be able to just use first_ec
directly rather than probing yourself.
> + for (i = 0; i < SAMSUNGQ10_BL_MAX_INTENSITY; i++) {
> + status = acpi_evaluate_object(ec_handle, "_Q63", NULL, NULL);
The potential problem here is that there's no guarantee that these event
numbers are stable, and a firmware upgrade could change them. Of course,
that's also true of the EC registers, but we haven't had anyone complain
about the driver suddenly breaking so I'm not hugely enthusiastic about
replacing one fragile but seemingly working method with a fragile but
unproven one.
--
Matthew Garrett <mjg59@...f.ucam.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists