All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] alienware-wmi: new platform and feature support
@ 2016-02-02 21:38 Mario Limonciello
  2016-02-02 21:38 ` [PATCH v3 1/6] alienware-wmi: Clean up whitespace for ASM100 platform Mario Limonciello
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Mario Limonciello @ 2016-02-02 21:38 UTC (permalink / raw)
  To: dvhart; +Cc: LKML, platform-driver-x86, Mario Limonciello

I've got some extensions for the alienware-wmi driver that have
been introduced for a few new platforms and can be controlled via the WMI
interface.

Changes from V2:
- add alienware-wmi to subjects (all patches)
- fix indentation on 2 changing comments (patch 3/6)
- remove goto error on amplifier creation (patch 3/6)
- clarify commit message (patch 4/6)
- fix line wrapping on some long lines (patch 4/6)
- remove goto error on deep sleep creation (patch 4/6)
- whitespace improvements in other parts of the driver (patch 6/6)

Changes from V1:
- Make sure whitespace changes are in their own patch
- Add commit descriptions to all patches
- Allow one line to go over 80 characters in deep sleep control patch
  Other patches may have some areas that avoid going over 80 characters
  still, but this matches the style of the existing driver.  If you would
  like these to go over 80 characters as well, please comment which areas
  this is OK.


Mario Limonciello (6):
  alienware-wmi: Clean up whitespace for ASM100 platform
  alienware-wmi: Add support for new platform: X51-R3
  alienware-wmi: Add initial support for alienware graphics amplifier.
  alienware-wmi: Add support for deep sleep control.
  alienware-wmi: Add support for two new systems: ASM200 and ASM201.
  alienware-wmi: whitespace improvements

 drivers/platform/x86/alienware-wmi.c | 291 +++++++++++++++++++++++++++++------
 1 file changed, 247 insertions(+), 44 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-15 22:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 21:38 [PATCH v3 0/6] alienware-wmi: new platform and feature support Mario Limonciello
2016-02-02 21:38 ` [PATCH v3 1/6] alienware-wmi: Clean up whitespace for ASM100 platform Mario Limonciello
2016-02-02 21:38 ` [PATCH v3 2/6] alienware-wmi: Add support for new platform: X51-R3 Mario Limonciello
2016-02-02 21:38 ` [PATCH v3 3/6] alienware-wmi: Add initial support for alienware graphics amplifier Mario Limonciello
2016-02-02 21:38 ` [PATCH v3 4/6] alienware-wmi: Add support for deep sleep control Mario Limonciello
2016-02-02 21:38 ` [PATCH v3 5/6] alienware-wmi: Add support for two new systems: ASM200 and ASM201 Mario Limonciello
2016-02-02 21:38 ` [PATCH v3 6/6] alienware-wmi: whitespace improvements Mario Limonciello
2016-02-07 20:05 ` [PATCH v3 0/6] alienware-wmi: new platform and feature support Darren Hart
2016-02-15 22:51   ` Mario Limonciello

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.