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