Re: Regression with dell-rbtn: radio killed on resume after suspend to RAM

2015-11-24 Thread Matthew Garrett
o dell-laptop and have it skip the rfkill code on Windows 8 and later systems. I never trusted that code, but Dell insisted that it would always wor on Latitudes and Precisions… -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe platform

Re: [PATCH] wmi: Set wmi devices' parents

2015-11-23 Thread Matthew Garrett
Works for me. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: dell_rbtn - kernel panic at boot...

2015-05-24 Thread Matthew Garrett
think merging them is probably the last bad answer. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH resend 5/6] toshiba_acpi: Add support to enable/disable USB 3

2015-02-09 Thread Matthew Garrett
a generic interface for it. In this case, I suspect not and that this is fine. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: System automatically wakes up because of Intel Rapid Start Technology

2014-12-22 Thread Matthew Garrett
Huh. Yeah, I actually see the same behaviour on my Thinkpad. Let me play with this a little. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info

Re: System automatically wakes up because of Intel Rapid Start Technology

2014-12-22 Thread Matthew Garrett
to the irst driver to handle that case, but that would involve it being rather more friendly with the system clock than we want. I think the right fix is probably to have the rtc driver reset the alarm on resume. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line

Re: System automatically wakes up because of Intel Rapid Start Technology

2014-12-22 Thread Matthew Garrett
); } + + if (cmos-valid_alarm) + cmos_set_alarm(dev, cmos-alm); + spin_unlock_irq(rtc_lock); dev_dbg(dev, resume, ctrl %02x\n, tmp); -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body

Re: System automatically wakes up because of Intel Rapid Start Technology

2014-12-22 Thread Matthew Garrett
On Mon, Dec 22, 2014 at 04:50:37PM +0100, Gabriele Mazzotta wrote: On Monday 22 December 2014 14:59:49 Matthew Garrett wrote: Can you try this diff? Unfortunately it doesn't work (I made a change, see here below). Ok. Can you hack the resume path to dump the RTC registers on resume? I

Re: System automatically wakes up because of Intel Rapid Start Technology

2014-12-22 Thread Matthew Garrett
hardware can't support UIE mode */ int uie_unsupported; +#ifdef CONFIG_PM_SLEEP + struct rtc_wkalrm alarm; + bool valid_alarm; +#endif #ifdef CONFIG_RTC_INTF_DEV_UIE_EMUL struct work_struct uie_task; struct timer_list uie_timer; -- Matthew Garrett | mj

Re: Reported key not released

2014-11-24 Thread Matthew Garrett
will notify userspace. Consume the event in the filter and don't pass it through. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 1/3] platform: x86: dell-rbtn: Dell Airplane Mode Switch driver

2014-11-24 Thread Matthew Garrett
multiple rfkill devices. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] platform: x86: dell-rbtn: Dell Airplane Mode Switch driver

2014-11-24 Thread Matthew Garrett
devices is likely to confuse userspace - it would probably be better to avoid registering the rfkill interface at all in that case. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord

Re: Reported key not released

2014-11-24 Thread Matthew Garrett
then you should just drop them once you've done the state update. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] platform: x86: dell-laptop: Add support for keyboard backlight

2014-11-19 Thread Matthew Garrett
duplication in splitting it. There is no ACPI backlight driver on these systems? We need a platform driver? ACPI doesn't specify keyboard backlight control, so this ends up being very vendor specific. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line

Re: [PATCH] dell-wireless: new driver for dell wireless button for Windows 8

2014-11-11 Thread Matthew Garrett
On Mon, Nov 10, 2014 at 10:12:42PM -0800, Darren Hart wrote: As this is ACPI enumerated, does it belong in drivers/platform and not in drivers/acpi? Yeah, it's still a platform driver rather than a core ACPI driver. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list

Re: [PATCH] platform/x86: toshiba: re-enable acpi hotkeys after suspend to disk

2014-09-02 Thread Matthew Garrett
from the resume was this ACPI call). I am really surprised some toshiba laptops do not need this, so I'd prefer that an ACPI expert (Matthew???) gives its wisdom regarding that. Looks good to me. I'd be surprised if this breaks anything. Acked-by: Matthew Garrett matthew.garr...@nebula.com

Re: Looking for new x86 platform driver maintainer

2014-08-21 Thread Matthew Garrett
to Darren today and he's agreed to take this over. Poor guy. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

[GIT PULL] x86 platform driver update

2014-08-20 Thread Matthew Garrett
/platform-drivers-x86.git for_linus for you to fetch changes up to 8039aabb6c9f802bca04cc77ca210060a5b53916: Revert platform/x86/toshiba-apci.c possible bad if test? (2014-08-20 08:18:18 -0700) Matthew Garrett (1): Revert

[GIT PATCH] x86 platform driver updates

2014-08-16 Thread Matthew Garrett
/toshiba_haps.txt create mode 100644 drivers/platform/x86/toshiba_haps.c -- Matthew Garrett | mj...@srcf.ucam.org signature.asc Description: Digital signature

Re: [PATCH 2/2] eeepc-wmi: Add no backlight quirk for Asus H87I-PLUS Motherboard

2014-06-11 Thread Matthew Garrett
== 0, but we want / need bl_power ?) . I'd be... surprised if anyone's using the interface that way. Let's give it a go and see? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord

Re: [PATCH 2/2] eeepc-wmi: Add no backlight quirk for Asus H87I-PLUS Motherboard

2014-06-11 Thread Matthew Garrett
On Wed, 2014-06-11 at 15:57 +0200, Hans de Goede wrote: Hi, On 06/10/2014 06:16 PM, Matthew Garrett wrote: On Thu, 2014-05-15 at 11:39 +0200, Hans de Goede wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1097436 I'm not especially keen on this - if this seems like a general problem

Re: [PATCH 2/2] eeepc-wmi: Add no backlight quirk for Asus H87I-PLUS Motherboard

2014-06-10 Thread Matthew Garrett
actually do? -- Matthew Garrett matthew.garr...@nebula.com N�r��yb�X��ǧv�^�)޺{.n�+�_+ޯ:�{ay�ʇڙ�,j��f���h���z��w��� ���j:+v���w�j�mzZ+�ݢj��!�i

Re: [PATCH 2/2] eeepc-wmi: Add no backlight quirk for Asus H87I-PLUS Motherboard

2014-06-10 Thread Matthew Garrett
On Tue, 2014-06-10 at 16:16 +, Matthew Garrett wrote: On Thu, 2014-05-15 at 11:39 +0200, Hans de Goede wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1097436 I'm not especially keen on this - if this seems like a general problem, adding boards piecemeal to a DMI table will never

[GIT PULL] x86 platform driver updates for 3.16

2014-06-10 Thread Matthew Garrett
+- drivers/platform/x86/toshiba_acpi.c | 30 +++- 15 files changed, 485 insertions(+), 65 deletions(-) create mode 100644 Documentation/platform/x86-laptop-drivers.txt create mode 100644 drivers/platform/x86/dell-smo8800.c -- Matthew Garrett | mj...@srcf.ucam.org signature.asc Description

Re: [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP X550CA

2014-06-10 Thread Matthew Garrett
Hm. Sorry, I thought I'd picked that one up. I'll send it in a couple of days. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http

Improve Apple GMUX support on switcheroo

2014-06-01 Thread Matthew Garrett
to GMUX in order to fix things up. This won't actually *work* in its current form - it needs additional patches to the GPU drivers, which are currently in a somewhat hacky state. -- Matthew Garrett | matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform

[PATCH 08/11] apple-gmux: Add support for the switch_ddc callback

2014-06-01 Thread Matthew Garrett
We can switch DDC pins in a way that ought (with luck) to work for LVDS. This isn't sufficient for eDP, which is addressed in later patches. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com --- drivers/platform/x86/apple-gmux.c | 11 +++ 1 file changed, 11 insertions(+) diff

[PATCH 02/11] vga_switcheroo: Add support for reprobing connectors

2014-06-01 Thread Matthew Garrett
to retrigger the driver's output probing. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com --- drivers/gpu/vga/vga_switcheroo.c | 10 ++ include/linux/vga_switcheroo.h | 1 + 2 files changed, 11 insertions(+) diff --git a/drivers/gpu/vga/vga_switcheroo.c b/drivers/gpu/vga

[PATCH 05/11] vga_switcheroo: Allow handlers to indicate that they can handle PM

2014-06-01 Thread Matthew Garrett
Most switcheroo setups attach power management to one of the GPUs. This is not always the case, so provide a mechanism for handlers to declare that they can change the power state of GPUs and permit drivers to obtain this information. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com

[PATCH 01/11] vga_switcheroo: Add support for switching only the DDC

2014-06-01 Thread Matthew Garrett
From: Seth Forshee seth.fors...@canonical.com During graphics driver initialization its useful to be able to mux only the DDC to the inactive client in order to read the EDID. Add a switch_ddc callback to allow capable handlers to provide this functionality, and add vga_switcheroo_switch_ddc() to

[PATCH 06/11] vga_switcheroo: Add enable() call to clients and permit deferral of dynamic PM

2014-06-01 Thread Matthew Garrett
We may not know whether the platform supports dynamic PM of GPUs until the switcheroo handler is registered. Add an enable() callback for clients and another entry point to switcheroo in order to permit them to set dynamic PM appropriately. Signed-off-by: Matthew Garrett matthew.garr

[PATCH 03/11] vga_switcheroo: Add command line option

2014-06-01 Thread Matthew Garrett
Add a command line option in order to allow the user to provide a perferred GPU at boot time. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com --- Documentation/kernel-parameters.txt | 5 + drivers/gpu/vga/vga_switcheroo.c| 29 + 2 files changed, 34

[PATCH 09/11] apple-gmux: Assign apple_gmux_data before registering

2014-06-01 Thread Matthew Garrett
Registering the handler after both GPUs will trigger a DDC switch for connector reprobing. This will oops if apple_gmux_data hasn't already been assigned. Reorder the code to do that. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com --- drivers/platform/x86/apple-gmux.c | 10

[PATCH 04/11] vga_switcheroo: Allow stashing of panel data

2014-06-01 Thread Matthew Garrett
that data in vga_switcheroo where it can be retrieved by the other driver later. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com --- drivers/gpu/vga/vga_switcheroo.c | 59 include/linux/vga_switcheroo.h | 12 2 files changed, 71 insertions

[PATCH 07/11] vga_switcheroo: Reprobe old device on switching

2014-06-01 Thread Matthew Garrett
We need to force the previously active device to reprobe its connectors when we switch in order to allow it to give up connectors that are no longer in use. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com --- drivers/gpu/vga/vga_switcheroo.c | 3 +++ 1 file changed, 3 insertions

[PATCH 10/11] apple-gmux: Indicate that driver supports changing of GPU power states

2014-06-01 Thread Matthew Garrett
The Apple GMUX can cut power to the discrete GPU, so should declare this to the vga_switcheroo core. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com --- drivers/platform/x86/apple-gmux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/apple-gmux.c b/drivers

[PATCH 11/11] apple_gmux: Wait for switch completion

2014-06-01 Thread Matthew Garrett
The GMUX doesn't appear to switch instantly, which can trigger problems in panel detection and setup. Wait for an interrupt or 200msec, whichever comes first. Signed-off-by: Matthew Garrett matthew.garr...@nebula.com --- drivers/platform/x86/apple-gmux.c | 12 1 file changed, 12

Re: [PATCH] dell-laptop: Enable rfkill on Inspiron 3437

2014-05-07 Thread Matthew Garrett
The information we had from Dell is that the rfkill functionality isn't validated on Inspiron devices. How do we know this works under all circumstances? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body

Re: [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP X550CA

2014-05-06 Thread Matthew Garrett
That's not being merged without a Signed-off-by:. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP X550CA

2014-05-06 Thread Matthew Garrett
Could you include a description in the patch for why this is necessary? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75VBP X550CA

2014-05-06 Thread Matthew Garrett
Thanks, if there are no objections I'll apply that. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2] mba6x_bl: Backlight driver for mid 2013 MacBook Air

2014-05-05 Thread Matthew Garrett
the actual difference in state before and after suspend? -- Matthew Garrett matthew.garr...@nebula.com

Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work

2014-04-14 Thread Matthew Garrett
, somewhere else under /lib/udev on older ones. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work

2014-04-14 Thread Matthew Garrett
Oh, I'm sorry - I misread. That will fix number 3. As for 1 and 2 - do they both report e0f0, or do they produce different messages in dmesg? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message

Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work

2014-04-14 Thread Matthew Garrett
On Tue, Apr 15, 2014 at 01:03:44AM +0300, Oleksandr Natalenko wrote: They both report e0f0. Well bother. In that case there must be some other way to distinguish them. I'll look into it. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe

[GIT PULL] X86 platform driver updates

2014-04-10 Thread Matthew Garrett
products alienware-wmi: cover some scenarios where memory allocations would fail Matthew Garrett (1): toshiba_acpi: Fix whitespace Mattia Dongili (1): sony-laptop: remove useless sony-laptop versioning Scott K Logan (1): fujitsu-tablet: add support for Lifebook T901 and T902

Re: [PATCH v2 0/1] thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540

2014-04-09 Thread Matthew Garrett
. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v5 0/1] Add WMI driver to control AlienFX features

2014-04-01 Thread Matthew Garrett
of unrelated things. -- Matthew Garrett matthew.garr...@nebula.com N�r��yb�X��ǧv�^�)޺{.n�+�_+ޯ:�{ay�ʇڙ�,j��f���h���z��w��� ���j:+v���w�j�mzZ+�ݢj��!�i

Re: [PATCH 0/2] input/serio: Add a firmware_id sysfs attribute

2014-03-28 Thread Matthew Garrett
On Fri, Mar 28, 2014 at 01:52:07AM -0700, Dmitry Torokhov wrote: Are we even certain that they will be consistent in use of these special PNP ID's? Maybe you should really do DMI match... The Windows drivers bind on PNP IDs, not DMI. -- Matthew Garrett | mj...@srcf.ucam.org

Re: [PATCH 0/2] input/serio: Add a firmware_id sysfs attribute

2014-03-20 Thread Matthew Garrett
that until there's an actual example. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v4 0/1] Drop individual LED nodes for colors

2014-02-27 Thread Matthew Garrett
to be packed into that node when setting it, but how it's done is well commented. Hm. I'm not a huge fan of this approach - do any other drivers do it the same way? It seems like this forces userspace code to special-case this system. -- Matthew Garrett matthew.garr...@nebula.com N�r��yb�X

Re: [PATCH v3 0/1] alienware-wmi: Update HDMI control methods

2014-02-26 Thread Matthew Garrett
supported platforms not yet locked. Could you clarify what the HDMI mux is for? Is there any method in the HDMI WMI call to determine whether it's supported rather than relying on DMI? (I appreciate that in this kind of case there may not be) -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH] thinkpad_acpi: Fix inconsistent mute LED after resume

2014-02-12 Thread Matthew Garrett
On Wed, 2014-02-12 at 16:32 +0100, Takashi Iwai wrote: The mute LED states have to be restored after resume. Oh, never mind, we're not doing this through the LED class, are we? -- Matthew Garrett matthew.garr...@nebula.com N�r��yb�X��ǧv�^�)޺{.n�+�_+ޯ:�{ay�ʇڙ�,j��f���h���z

Re: [PATCH 0/1] Add new driver for AlienFX control

2014-02-05 Thread Matthew Garrett
of sysfs nodes to represent the different colors in the different zones. Have you discussed the best way to represent this with the LED class maintainer? -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH 1/2] asus-wmi: control wlan-led if wapf 0

2014-01-22 Thread Matthew Garrett
On Wed, Jan 22, 2014 at 04:33:06PM +0800, AceLan Kao wrote: Hi Mathew, It's been over 3 months since the 2 patches were submitted. Could you please review them or should I re-submit them? I've merged these, thanks! -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list

Re: [PATCH] toshiba_acpi: Add hotkeys support for Toshiba Satellite U940

2014-01-21 Thread Matthew Garrett
of acpidump for this system? Thanks, -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

hp-wmi rfkill change breaks systems

2014-01-21 Thread Matthew Garrett
if there are any cases that would be broken by this? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] hp-wireless: new driver for hp wireless button for Windows 8

2014-01-15 Thread Matthew Garrett
Actually, just found an example - looks like I'm wrong and it's purely used for sending this event. In that case, don't bother with the keymap at all and just hardcode KEY_RFKILL. -- Matthew Garrett matthew.garr...@nebula.com N�r��yb�X��ǧv�^�)޺{.n�+�_+ޯ:�{ay�ʇڙ�,j��f���h���z

Re: [PATCH] gpio: add GPIO support for SMSC SCH311x

2013-12-10 Thread Matthew Garrett
extent, but often you'll just find (at best) a reference to a superIO chip and no child devices. Do we have an example DSDT for a device with this part? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body

Re: [PATCH] toshiba_acpi: Add hotkeys support for Toshiba Satellite U940

2013-12-05 Thread Matthew Garrett
a chance to review it yet. I'll take a look in the next couple of days. Thanks for your patience! -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] dell-wmi: Add quirk for Dell Inspiron 3138

2013-12-04 Thread Matthew Garrett
need some quirks to disable acpi_video0 by the mean while before use_native_backlight is default true. Sorry, I'm not adding any machine-specific quirks to fix generic problems. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver

Re: [PATCHv2 2/2] ACPI/platform: Add ACPI ID for Intel MBI device

2013-12-03 Thread Matthew Garrett
it need to be added here? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv2 2/2] ACPI/platform: Add ACPI ID for Intel MBI device

2013-12-03 Thread Matthew Garrett
only intended for ACPI systems then why not just be an ACPI device? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCHv2 2/2] ACPI/platform: Add ACPI ID for Intel MBI device

2013-12-03 Thread Matthew Garrett
On Tue, Dec 03, 2013 at 06:44:52PM -0800, David E. Box wrote: On Wed, Dec 04, 2013 at 02:21:30AM +, Matthew Garrett wrote: Well sure, but why do you need to be a platform device at all? This functionality was intended for cases where we already have a driver for the part

Re: [PATCH] dell-laptop: Add back rfkill code

2013-12-02 Thread Matthew Garrett
On Mon, Dec 02, 2013 at 01:11:05PM +0100, Stanislaw Gruszka wrote: This is basically a revert of: commit a6c2390cd6d2083d27a2359658e08f2d3df375ac Author: Matthew Garrett m...@redhat.com Date: Fri Jun 1 12:46:56 2012 -0400 dell-laptop: Remove rfkill code Except that patch add

Re: [PATCH] dell-wmi: Add quirk for Dell Inspiron 3138

2013-12-02 Thread Matthew Garrett
. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] dell-wmi: Add quirk for Dell Inspiron 3138

2013-12-02 Thread Matthew Garrett
interface, so any system that calls _OSI(Windows 2012) should use the Intel interface instead. It needs to be fixed in general, not in the platform drivers. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body

Re: [PATCH] video: backlight: Remove backlight sysfs uevent

2013-11-20 Thread Matthew Garrett
set when they need to supress change events? It looks like this is just to force synchronisation to sysfs when using the /proc interface? In which case we should probably just kill the /proc interface. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line

Re: [PATCH] x86, wmi fix modalias_show return values

2013-11-20 Thread Matthew Garrett
Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2 0/4] Enable more Intel Mid platforms on IPC driver

2013-11-20 Thread Matthew Garrett
Applied the set, thanks. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH] platform: add chrome platform directory

2013-11-20 Thread Matthew Garrett
Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS 32

2013-11-20 Thread Matthew Garrett
Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] hp-wmi: detect 2009 BIOS or later flag by WMI 0x0d for wireless cmd

2013-11-20 Thread Matthew Garrett
Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 6/8] platform:x86: Remove OOM message after input_allocate_device

2013-11-20 Thread Matthew Garrett
Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2] sony-laptop: warn on multiple KBD backlight handles

2013-11-20 Thread Matthew Garrett
Applied the pair, sorry about the delay. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 00/12] dell-laptop: Restore rfkill functionality on some models

2013-11-20 Thread Matthew Garrett
I've applied the set. Let's see how this goes. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v2.2] ipc: Added support for IPC interrupt mode

2013-11-20 Thread Matthew Garrett
On Wed, 2013-11-20 at 17:45 -0800, Kuppuswamy Sathyanarayanan wrote: - Changed INIT_COMPLETION to reinit_completion. Thanks, I've already folded that fix into the patch and re-pushed. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist

2013-10-14 Thread Matthew Garrett
the registration of the acpi backlight that long, since the time you'd have to wait is basically unbounded... See the intel_opregion_present() code in drivers/acpi/video.c. The ACPI driver won't bind to Intel hardware until i915 indicates that it should do so. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH v2] platform: x86: asus-wmi: add fan control

2013-10-14 Thread Matthew Garrett
On Sun, Oct 13, 2013 at 09:31:25PM -0500, Felipe Contreras wrote: On Sun, Oct 13, 2013 at 10:17 AM, Matthew Garrett mj...@srcf.ucam.org wrote: The spec doesn't seem to constrain it to physical addresses (it just refers to Control Methods read and write data to locations in address spaces

Re: [PATCH] acpi/video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist

2013-10-14 Thread Matthew Garrett
. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH v2] platform: x86: asus-wmi: add fan control

2013-10-14 Thread Matthew Garrett
On Mon, Oct 14, 2013 at 06:18:36PM -0500, Felipe Contreras wrote: On Mon, Oct 14, 2013 at 10:52 AM, Matthew Garrett mj...@srcf.ucam.org wrote: It wouldn't be appropriate to alter the firmware behaviour by default, but yeah, that's the kind of thing that the thermal framework exists to do

Re: [PATCH v2] platform: x86: asus-wmi: add fan control

2013-10-14 Thread Matthew Garrett
On Mon, Oct 14, 2013 at 06:27:33PM -0500, Felipe Contreras wrote: On Mon, Oct 14, 2013 at 6:22 PM, Matthew Garrett mj...@srcf.ucam.org wrote: The easiest is to just do it from userspace. I think Intel have some code for doing this, but I haven't looked at the thermal code for years

Re: [PATCH v2] platform: x86: asus-wmi: add fan control

2013-10-13 Thread Matthew Garrett
to locations in address spaces (for example, System memory and System I/O), so I'd lean towards changing the behaviour of acpica rather than adding virt_to_phys(). -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body

Re: [PATCH v2] platform: x86: asus-wmi: add fan control

2013-10-10 Thread Matthew Garrett
GUID as asus-wmi - implementing it here seems appropriate. I am concerned about the phys/virt thing, though. The ACPI interpreter is running in the kernel, not the hardware - are we artificially limiting SystemMemory opregions to physical addresses? -- Matthew Garrett matthew.garr...@nebula.com N

[GIT] x86 platform driver updates for 3.12

2013-09-15 Thread Matthew Garrett
/x86/panasonic-laptop.c | 25 +--- drivers/platform/x86/samsung-q10.c| 65 ++- drivers/platform/x86/thinkpad_acpi.c | 23 --- drivers/platform/x86/wmi.c| 4 +- 13 files changed, 66 insertions(+), 114 deletions(-) -- Matthew

Re: [PATCH v1 3/3] ipc: Add support for default interrupt mode

2013-09-03 Thread Matthew Garrett
Can you document this in the help text? It's unclear whether people should enable this option or not. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH] platform samsung-q10: use ACPI instead of direct EC calls

2013-09-03 Thread Matthew Garrett
Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] platform/x86: panasonic-laptop: reuse module_acpi_driver

2013-09-03 Thread Matthew Garrett
On Wed, 2013-08-28 at 14:48 +0300, Andy Shevchenko wrote: +module_acpi_driver(acpi_pcc_driver); module_acpi_driver(acpi_pcc_driver), right? I've fixed that and applied. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH 1/1] amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.

2013-09-03 Thread Matthew Garrett
On Mon, 2013-08-19 at 17:15 +0200, Jerome Meinke wrote: This change extends the amilo_rfkill_id_table[] with the DMI_BOARD_NAME information of the Amilo L1310, so that the wifi device can be switched on. Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com

Re: [patch] wmi: parse_wdg() should return kernel error codes

2013-09-03 Thread Matthew Garrett
. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH]hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()

2013-09-03 Thread Matthew Garrett
bluetiith wifi But currently gps and wwan are swapped. Fix that. Also fix goto links. Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH -next] x86: irst: use module_acpi_driver to simplify the code

2013-09-03 Thread Matthew Garrett
On Wed, 2013-07-17 at 09:55 +0800, Wei Yongjun wrote: module_acpi_driver() makes the code simpler by eliminating boilerplate code. Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH] platform: replace strict_strto*() with kstrto*()

2013-09-03 Thread Matthew Garrett
On Fri, 2013-07-19 at 16:18 +0900, Jingoo Han wrote: The usage of strict_strtoul() and strict_strtol() is not preferred, because strict_strtoul() and strict_strtol() are obsolete. Thus, kstrtoul() and kstrtol() should be used. Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH -next] x86: smartconnect: use module_acpi_driver to simplify the code

2013-09-03 Thread Matthew Garrett
On Wed, 2013-07-17 at 09:52 +0800, Wei Yongjun wrote: module_acpi_driver() makes the code simpler by eliminating boilerplate code. Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com

Re: [PATCH] platform: x86: remove unnecessary platform_set_drvdata()

2013-09-03 Thread Matthew Garrett
On Thu, 2013-08-22 at 11:04 +0900, Jingoo Han wrote: The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Applied, thanks. -- Matthew Garrett matthew.garr...@nebula.com

[PATCH 1/2] Move and rename HP watchdog timer driver

2013-09-03 Thread Matthew Garrett
-by: Matthew Garrett matthew.garr...@nebula.com --- drivers/platform/x86/Kconfig | 20 + drivers/platform/x86/Makefile| 1 + drivers/platform/x86/hpilo_support.c | 890 +++ drivers/watchdog/Kconfig | 18 - drivers/watchdog/Makefile

[PATCH 2/2] Add support for modifying firmware configuration via HP iLO

2013-09-03 Thread Matthew Garrett
-hp_bios_config @@ -0,0 +1,27 @@ +What: /sys/firmware/hpilo_bios_config +Date: July 2013 +Contact: Matthew Garrett matthew.garr...@nebula.com +Description: + This directory exposes the HP iLO interface for manipulating + firmware configuration options

Re: [PATCH 1/2] Move and rename HP watchdog timer driver

2013-09-03 Thread Matthew Garrett
related and there's no real internal bus architecture on the device. -- Matthew Garrett matthew.garr...@nebula.com

Re: [GIT] x86 platform driver fixes for 3.11

2013-08-22 Thread Matthew Garrett
On Thu, Aug 22, 2013 at 01:04:55PM -0700, Linus Torvalds wrote: On Tue, Aug 20, 2013 at 5:45 AM, Matthew Garrett mj...@srcf.ucam.org wrote: ssh://cavan.codon.org.uk/srv/git/platform-drivers-x86.git linux-next That is not a valid address. At least not unless you also post your ssh

[GIT] x86 platform driver fixes for 3.11

2013-08-22 Thread Matthew Garrett
hotkeys on some systems (2013-08-18 13:23:31 -0400) Daniel Serpell (1): sony-laptop: Fix reporting of gfx_switch_status Matthew Garrett (1): Revert hp-wmi: Enable hotkeys on some systems Wei Yongjun (1): sony-laptop

  1   2   3   4   >