Re: Looking for some pointers on WMI/EC access

2010-04-21 Thread Matthew Garrett
event after the hotkey has been stored. -- 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: Looking for some pointers on WMI/EC access

2010-04-21 Thread Matthew Garrett
what it's spitting out on hotkey press? Yes, that should work. -- 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: Looking for some pointers on WMI/EC access

2010-04-23 Thread Matthew Garrett
directly from the driver. This ought to be possible, if a little fiddly. -- 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] IPC driver for Intel Mobile Internet Device (MID) platforms

2010-04-26 Thread Matthew Garrett
of the busy looping. All of these symbols are EXPORT_SYMBOL. Is there a reason they're not EXPORT_SYMBOL_GPL? -- 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

Re: [PATCH] IPC driver for Intel Mobile Internet Device (MID) platforms

2010-04-26 Thread Matthew Garrett
based upon Linus description of _GPL. Ok. We expect the platform to be usable without non-GPL drivers that require the IPC mechanism? -- 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] classmate-laptop: Add RFKILL support.

2010-04-27 Thread Matthew Garrett
change the state as well? If the latter, how is synchronisation between hardware and OS state handled? -- 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: [PATCH] classmate-laptop: Add RFKILL support.

2010-05-07 Thread Matthew Garrett
Ok, looks fine - I've merged this for -next. -- 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 5/7] x86 platform drivers: hp-wmi Set placeholder for unimplemented events

2010-05-28 Thread Matthew Garrett
. Mind if I merge this without the messages? -- 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 2/4] intel scu ipc

2010-05-28 Thread Matthew Garrett
another define with a constant. That seems a little odd. -- 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 Studio 1555 eject key does not work ( small patch to fix included )

2010-06-15 Thread Matthew Garrett
Ok, thanks, I'll queue that up. -- 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] rar: Move the RAR driver into the right place as its now clean

2010-06-24 Thread Matthew Garrett
, or do you want me to take this through the staging tree? I've no problem taking it. -- 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: Dell Studio 1555 eject key does not work ( small patch to fix included )

2010-06-24 Thread Matthew Garrett
Hi Islam, Before I apply this, can I ask you to send it along with a Signed-off-by: line as described in Documentation/SubmittingPatches ? Once that's done I'll put it in my tree. Thanks, -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe

Re: [ patch ] dell-wmi : Dell studio eject key

2010-06-24 Thread Matthew Garrett
Applied, thanks. -- 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] wmi: fix a memory leak in wmi_notify_debug

2010-07-01 Thread Matthew Garrett
accessing or kfree() on the buffer. This patch adds return value checking for wmi_get_event_data() and adds a missing kfree(obj) in the end of wmi_notify_debug Applied, thanks. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver

Re: [PATCH] dell-wmi: fix a memory leak

2010-07-01 Thread Matthew Garrett
) if dell_new_hk_type is true. Signed-off-by: Axel Lin axel@gmail.com Applied, thanks. -- 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] gpio: Add PMIC GPIO block support

2010-07-22 Thread Matthew Garrett
is through IPC and SRAM. The SPI master contoller will probe this device driver by parsing SPIB table. Cleaned up for new IPC, GPE removed and some printk and other tidying by Alan Cox. Fixes for points noted by Matthew Garrett Applied with some whitespace cleanup. -- Matthew Garrett | mj

Re: [RESEND PATCH] From: Sreedhara DS sreedhara...@intel.com

2010-07-22 Thread Matthew Garrett
argments in simple_command - fix a crash if the i2c interface is called before the device is found - new PCI identifier This doesn't apply against the -next tree. Have I missed an intermediate patch? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe

Re: Version 2: Provide /sys/../ec with read/write access and some cleanups

2010-07-22 Thread Matthew Garrett
On Fri, Jul 16, 2010 at 01:11:30PM +0200, Thomas Renninger wrote: This patchset is againt the acpi test branch. It would be great if these can be applied there. Patches are test compiled, booted and I played a bit with reading writing... I've applied this set, thanks! -- Matthew Garrett

Re: [PATCH] eeepc-laptop: fix hotplug_disabled module_param permissions

2010-07-22 Thread Matthew Garrett
I think I've got all of your patches merged now, but let me know if I've missed any. They should be in my linux-next branch. -- 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: [GIT PULL] x86 platform drivers for 2.6.36

2010-08-04 Thread Matthew Garrett
On Wed, Aug 04, 2010 at 10:45:41AM -0700, Linus Torvalds wrote: On Tue, Aug 3, 2010 at 7:08 AM, Matthew Garrett mj...@srcf.ucam.org wrote: The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51:  Linux 2.6.35 (2010-08-01 15:11:14 -0700) are available in the git

Re: [PATCH] Support MSI Poulsbo netbook U110/U115

2010-08-16 Thread Matthew Garrett
in the ACPI video driver is the best way to go. The alternative is to only fix it for MSI, which isn't the best option. On the other hand, I looked at adding support to the Poulsbo driver and it actually seems pretty easy, so to be honest I'd prefer it if that got done instead. -- Matthew

Re: [PATCH 3/8] ideapad: make sure we bind on the correct device

2010-08-18 Thread Matthew Garrett
the pnp object and there won't be anything for you to bind to in the first place. -- 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

[GIT] x86 platform driver update

2010-09-23 Thread Matthew Garrett
|4 +--- drivers/platform/x86/thinkpad_acpi.c |5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) -- 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 v4] dell-laptop: Add debugfs support

2010-09-27 Thread Matthew Garrett
What's the difference between this version and v3? -- 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] dell-laptop: Add debugfs support

2010-09-27 Thread Matthew Garrett
On Tue, Sep 28, 2010 at 10:43:44AM +0800, Keng-Yü Lin wrote: On Mon, Sep 27, 2010 at 10:00 PM, Matthew Garrett mj...@srcf.ucam.org wrote: What's the difference between this version and v3? -- Matthew Garrett | mj...@srcf.ucam.org Hi Mathew: V3 does not print the correct bit

Re: [PATCH] dell-laptop: Add hwswitch_only module parameter

2010-10-07 Thread Matthew Garrett
a module parameter to work around this by disregarding the software rfkill and using only Bit 16 in the return value of SMI Class 17, Select 11 as the hardware killswitch. I don't like Fix my hardware options. Is there any way we can identify this failure case? -- Matthew Garrett | mj

Re: [PATCH] dell-laptop: Add hwswitch_only module parameter

2010-10-07 Thread Matthew Garrett
to the keystroke? Ok. I'd rather have a DMI list of the broken machines than a module parameter. -- 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-laptop: Add hwswitch_only module parameter

2010-10-07 Thread Matthew Garrett
in the Dell laptop driver is reasonable. All we need is a list of hardware, and I'd really hope that Dell know which BIOS versions contain this code! -- 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: [PATCH] dell-laptop: Add hwswitch_only module parameter

2010-10-07 Thread Matthew Garrett
On Thu, Oct 07, 2010 at 04:45:22PM -0500, Mario Limonciello wrote: Matthew: On Thu, Oct 7, 2010 at 16:42, Matthew Garrett mj...@srcf.ucam.org wrote: I don't understand this. You know which code is broken - surely you're able to determine which products shipped with BIOSes derived from

Re: [PATCH] dell-laptop: Add hwswitch_only module parameter

2010-10-07 Thread Matthew Garrett
On Thu, Oct 07, 2010 at 02:46:28PM -0700, Dmitry Torokhov wrote: On Thu, Oct 07, 2010 at 10:37:54PM +0100, Matthew Garrett wrote: Dell laptop driver is reasonable. All we need is a list of hardware, and I'd really hope that Dell know which BIOS versions contain this code! Unfortunately

Re: [PATCH] Move hdaps driver to platform/x86

2010-10-21 Thread Matthew Garrett
Applied, thanks. -- 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] Add OLPC XO-1 rfkill driver

2010-10-21 Thread Matthew Garrett
Applied, thanks. -- 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] intel_pmic_gpio: fix off-by-one value range checking

2010-10-21 Thread Matthew Garrett
Applied, thanks. -- 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] IBM Real-Time SMI Free mode driver -v7

2010-10-21 Thread Matthew Garrett
On Thu, Oct 21, 2010 at 07:23:19AM -0700, Vernon Mauery wrote: On 21-Oct-2010 02:54 PM, Matthew Garrett wrote: Applied, thanks. It'd be nice if we didn't have to rely on DMI, especially since enterprise customers often end up running later kernels I am not sure what you mean here by problems

Re: [Patch] IBM Real-Time SMI Free mode driver -v7

2010-10-21 Thread Matthew Garrett
On Thu, Oct 21, 2010 at 07:38:21AM -0700, Vernon Mauery wrote: On 21-Oct-2010 03:25 PM, Matthew Garrett wrote: Oops, sorry! I mean running on older kernels. Do older kernels not have DMI support? I would think that if an enterprise distribution wanted this driver they would likely already

Re: drivers/platform/x86: Backlight-Add-backlight-type-v2.patch

2010-10-27 Thread Matthew Garrett
The parent of the backlight doesn't let you determine whether it's a platform or a firmware interface without heuristics. I'd prefer to explicitly define that. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body

Re: [PATCH 0/2] ibm_rtl fixes

2010-11-02 Thread Matthew Garrett
I'll queue these up to be merged, but I'm going to have spotty availability for the next couple of weeks - so if you don't hear anything, don't panic and I'll catch up once I'm back. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform

Re: dell-wmi - question concerning battery charge key functionality

2010-11-24 Thread Matthew Garrett
information. So other than the warning generated by dell-wmi, I think this all works as expected? -- 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: [PATCH -next] ibm_rtl: fix printk format warning

2010-11-24 Thread Matthew Garrett
Applied, thanks. -- 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] toshiba_acpi.c: Add key_entry for a lone FN keypress

2010-11-24 Thread Matthew Garrett
Applied, thanks (although there was some trailing whitespace that I've cleaned up) -- 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 8/14] drivers/platform/x86/thinkpad_acpi.c: delete double assignment

2010-11-24 Thread Matthew Garrett
Applied, thanks. -- 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/2] ibm_rtl: Loosen the DMI criteria to all IBM machines

2010-11-24 Thread Matthew Garrett
Applied both of these, thanks. -- 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/2] msi-wmi: Add mute key support

2010-11-24 Thread Matthew Garrett
Applied both of these, thanks -- 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] ACPI, hp-wmi: Fix memory leak in acpi query

2010-11-24 Thread Matthew Garrett
Applied, thanks. -- 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] WMI: Cater for multiple events with same GUID

2010-11-24 Thread Matthew Garrett
I've applied this to -next - is there anything that needs this that would benefit from it in .37? -- 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: [PATCH] WMI: Cater for multiple events with same GUID

2010-11-24 Thread Matthew Garrett
On Wed, Nov 24, 2010 at 04:56:33PM +, Colin Ian King wrote: I'm preparing a WMI driver that will use this - I will submit this in the next few days. Ok, were you thinking .37 or .38 for that? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line

Re: Looking for some pointers on WMI/EC access

2010-11-30 Thread Matthew Garrett
by WSIO (aka what wmi_set_block calls here). Just tried setting a random bit of AP* and events started flowing in. Thank you! Excellent! Send a driver and I'll get it merged. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86

Re: Looking for some pointers on WMI/EC access

2010-12-01 Thread Matthew Garrett
On Wed, Dec 01, 2010 at 09:13:51PM +0100, Javier S. Pedro wrote: 2010/12/1 Matthew Garrett mj...@srcf.ucam.org: Excellent! Send a driver and I'll get it merged. Note that I have read the iasl -d'd DSDT myself, so I ponder if that forbids me from writing the module (due to unclean room

Re: [patch] WMI: return error if wmi_create_device() fails

2010-12-06 Thread Matthew Garrett
Applied to -next, thanks. -- 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] wmi: use memcmp instead of strncmp to compare GUIDs

2010-12-06 Thread Matthew Garrett
Applied to -next, thanks. -- 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/2] classmate-laptop: add missing input_sync call

2010-12-06 Thread Matthew Garrett
Applied these to -next, thanks. -- 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] wmi: use memcmp instead of strncmp to compare GUIDs

2010-12-06 Thread Matthew Garrett
On Mon, Dec 06, 2010 at 08:13:46PM -0200, Thadeu Lima de Souza Cascardo wrote: On Mon, Dec 06, 2010 at 10:02:31PM +, Matthew Garrett wrote: Applied to -next, thanks. -- Matthew Garrett | mj...@srcf.ucam.org Hello, Matthew. I consider this one a serious bug and with a trivial

[GIT PULL] x86 platform driver tree

2010-12-07 Thread Matthew Garrett
/testing/sysfs-platform-eeepc-wmi -- 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 2/4] acer-wmi: Enabled Acer Launch Manager mode

2010-12-20 Thread Matthew Garrett
this set of devices? + printk(ACER_INFO Enabled Launch Manager); This is the default behaviour, so I don't think you need to print anything in this case. The other patches in the series look fine - I'll apply those to -next now. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe

Re: [PATCH] x86,mrst: Intel Medfield over-current detection patch

2010-12-20 Thread Matthew Garrett
idea of what the justification was. -- 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 for drivers/platform/x86/compal-laptop.c

2010-12-20 Thread Matthew Garrett
Patch looks fine, but could you submit it following the instructions in Documentation/SubmittingPatches? I'll need a signed-off-by: line at least. -- 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: [PATCH] platform/x86: Kconfig: Replace select by depends on ACPI_WMI

2010-12-20 Thread Matthew Garrett
Applied, thanks. It's easier to handle these if you include the patch in the email body, rather than as an attachment. -- 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

Re: [PATCH] x86,mrst: Intel Medfield over-current detection patch

2010-12-20 Thread Matthew Garrett
voltage and current reporting ones, including alarm thresholds. -- 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 for drivers/platform/x86/compal-laptop.c

2010-12-20 Thread Matthew Garrett
On Mon, Dec 20, 2010 at 10:49:35PM +, Albert Astals Cid wrote: A Dilluns, 20 de desembre de 2010, Matthew Garrett va escriure: Patch looks fine, but could you submit it following the instructions in Documentation/SubmittingPatches? I'll need a signed-off-by: line at least. To be fair

Re: [PATCH] intel_pmic_gpio: modify EOI handling following change of kernel irq subsystem

2010-12-30 Thread Matthew Garrett
in the mainline kernel. Just fix the driver up to match the new behaviour. -- 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: Bug#587014: screen brightness can't be modified on some Panasonic laptops

2011-01-03 Thread Matthew Garrett
On Tue, Jan 04, 2011 at 06:14:40AM +0800, Cristopher Camacho wrote: No, there is no. Only the /sys/class/backlight/panasonic/ directory is present. Can you attach the output of the acpidump command on your system? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list

Re: Bug#587014: screen brightness can't be modified on some Panasonic laptops

2011-01-03 Thread Matthew Garrett
isn't working for you. -- 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] intel_pmic_gpio: modify EOI handling following change of kernel irq subsystem

2011-01-07 Thread Matthew Garrett
Applied, thanks. -- 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] ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in thinkpad_acpi.c::acpi_evalf()

2011-01-07 Thread Matthew Garrett
Applied, thanks. -- 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 2/4] acer-wmi: Enabled Acer Launch Manager mode

2011-01-07 Thread Matthew Garrett
Applied, thanks. -- 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 for drivers/platform/x86/compal-laptop.c

2011-01-07 Thread Matthew Garrett
Applied, thanks. -- 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] intel_ips: fix sparse non-ANSI function warning

2011-01-10 Thread Matthew Garrett
Applied, thanks. -- 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] sony-laptop: fix sparse non-ANSI function warning

2011-01-10 Thread Matthew Garrett
Applied, thanks. -- 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] platform/x86: Consistently select LEDS Kconfig options

2011-01-10 Thread Matthew Garrett
Applied, thanks. -- 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] toshiba_acpi: Additional TOS1900 devices support

2011-01-17 Thread Matthew Garrett
more generic. -- 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 2/2] ACPI video: add initial blacklist to use vendor drivers for backlight

2011-01-18 Thread Matthew Garrett
about a hook to call from the shuttle-wmi driver to disable it? That way we wouldn't need the blacklist in the ACPI driver. -- 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 00/20] world-writable files in sysfs and debugfs

2011-02-07 Thread Matthew Garrett
Thanks, I've applied the x86 platform driver 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: [PATCH 1/2] asus-laptop: let WLED alone on L1400B

2011-02-07 Thread Matthew Garrett
Applied both of these, thanks! -- 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 00/18] eeepc-wmi updates

2011-02-07 Thread Matthew Garrett
I've applied all of these to -next, but I'd like to see some feedback from Dmitry on the new camera keys if possible. -- 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

Re: [PATCH 1/2] eeepc-wmi: add camera keys

2011-02-07 Thread Matthew Garrett
Dmitry, any feedback on these? -- 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] platform/x86: ideapad-laptop depends on INPUT

2011-02-07 Thread Matthew Garrett
Appled, thanks. -- 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] intel medfield: thermal_driver

2011-02-07 Thread Matthew Garrett
Applied, thanks. -- 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] intel_mid_powerbtn: add power button driver for Medfield platform (#3)

2011-02-07 Thread Matthew Garrett
Applied, thanks. -- 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] x86,mrst: Intel Medfield over-current detection patch

2011-02-07 Thread Matthew Garrett
hwmon includes support for exposing the instantaneous current draw. hwmon includes support for triggering events if a parameter crosses a threshold. I still don't see why this isn't an hwmon driver, perhaps with a small platform driver for the more estoric bits of the setup. -- Matthew

Re: [PATCH] Platform: add Samsung Laptop platform driver

2011-02-09 Thread Matthew Garrett
\o/ A quick glance suggests that the firmware interface is an abomination and really there's no reason for them not to have used an existing interface of some sort, but that's par for the course. I'll review it properly now. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from

Re: [PATCH] Platform: add Samsung Laptop platform driver

2011-02-11 Thread Matthew Garrett
has wifi before registering rfkill? -- 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 3/8] sony-laptop: ignore hard switch rfkill events (SPIC)

2011-02-18 Thread Matthew Garrett
Do you possibly want to catch these and make sure the kernel rfkill state matches the hardware? -- 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: [PATCH 0/7] hp-wmi: various patches and 0x1b rfkill support

2011-02-20 Thread Matthew Garrett
Awesome, but any chance you can resend these with Signed-off-by:s ? :) I'd slightly prefer it if you could give a brief comment in the patches that don't currently have a description either. But thank you very much for working on this! -- Matthew Garrett | mj...@srcf.ucam.org

Re: Should asus-wmi provide a way to switch displays, and why video_output class is unused

2011-02-21 Thread Matthew Garrett
Thought I'd replied to this already, but: Unless it's impossible for X and the kernel to handle enabling a display without this, don't bother. There's no reason for us to care about the combinations of outputs the BIOS wants to support. -- Matthew Garrett | mj...@srcf.ucam.org

Re: [PATCH] thinkpad_acpi: Always report scancodes for hotkeys

2011-02-21 Thread Matthew Garrett
Applied, thanks. -- 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 0/7] hp-wmi: various patches and 0x1b rfkill support (resend)

2011-02-21 Thread Matthew Garrett
Applied the series for -next. Thanks! -- 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: [0/8] sony-laptop for 2.6.39

2011-02-21 Thread Matthew Garrett
Applied the series for -next. THanks! -- 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

[GIT PULL] x86 platform driver updates

2011-02-21 Thread Matthew Garrett
/scm/linux/kernel/git/tiwai/sound-2.6 (2011-02-20 10:15:57 -0800) are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus Keng-Yu Lin (1): dell-laptop: Toggle the unsupported hardware killswitch Matthew Garrett (1

Re: linux-next: build failure after merge of the drivers-x86 tree

2011-02-22 Thread Matthew Garrett
didn't see the failure. Do you build with a defined configuration I can test against? -- 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] ideapad: read brightness setting on brightness key notify

2011-02-23 Thread Matthew Garrett
On Wed, Feb 23, 2011 at 10:07:12PM +0800, Ike Panhc wrote: On 02/23/2011 09:47 PM, Matthew Garrett wrote: Which kernel versions does this hit? This patch is made against current checkout of Linus's tree. The bug, not the patch :) -- Matthew Garrett | mj...@srcf.ucam.org

Re: [PATCH] eeepc-wmi: set the touchpad toggle key code to F21

2011-02-25 Thread Matthew Garrett
, I'd go with Dmitry's idea for now. -- 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: acer-wmi is unnecessarily loaded on a Lenovo Ideapad S12

2011-03-04 Thread Matthew Garrett
no way of knowing what the firwmare's doing), but potentially there's some method to identify the machine here. Carlos, do we have any idea what the inputs and outputs for this method mean other than what's in AMW0_set_capabilities()? -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from

Re: [PATCH v2] Platform: Samsung Q10 backlight driver

2011-03-11 Thread Matthew Garrett
Thanks, I'll merge this. Any idea if the same interface is present on the Q15/X300? -- 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 00/14] Support Asus WMI capable Notebooks (asus-wmi, asus-nb-wmi and eeepc-wmi)

2011-03-11 Thread Matthew Garrett
Applied the series, thanks. -- 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] acer-wmi: deactive mail led when power off

2011-03-11 Thread Matthew Garrett
Applied, thanks. -- 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] ideapad: read brightness setting on brightness key notify

2011-03-11 Thread Matthew Garrett
Applied, thanks. -- 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] eeepc-wmi: set the touchpad toggle key code to KEY_TOUCHPAD_TOGGLE

2011-03-11 Thread Matthew Garrett
Applied, thanks. -- 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] Platform: add Samsung Laptop platform driver

2011-03-11 Thread Matthew Garrett
Applied, thanks. -- 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] Platform: add Samsung Laptop platform driver

2011-03-11 Thread Matthew Garrett
On Fri, Mar 11, 2011 at 11:35:12AM -0800, Greg KH wrote: On Fri, Mar 11, 2011 at 05:43:39PM +, Matthew Garrett wrote: Applied, thanks. Great, any pointers to where it was applied? I think I need to send you a few more 'add a new device id' patches and I want to make sure I get

Re: [PATCH] Platform: add Samsung Laptop platform driver

2011-03-11 Thread Matthew Garrett
for that, there's a few different DMI classes that can be used for laptops so you'd need to check which one Samsung are using. -- 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

  1   2   3   4   >