All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] ALS and other new functions
@ 2014-03-20 23:01 Mattia Dongili
  2014-03-20 23:01 ` [PATCH 01/11] sony-laptop: add support as Fn+1 as a hot key Mattia Dongili
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Mattia Dongili @ 2014-03-20 23:01 UTC (permalink / raw)
  To: Matthew Garrett; +Cc: platform-driver-x86, Mattia Dongili

Matthew,

This is partially a resend of the previous patch-set (first 7  patches) plus
additional changes to queue up for 3.15.

The largest change is support for ALS on recent Vaios. The work is a respin of
what Javier Achirica and Marco Chiappero had done almost 3 years ago but ported
to IIO (Javier did that).
The downside is that when ALS control is enabled, changes to the backlight via
_BCM become notifications to SNC that should instead act. Unfortunately there
is no obvious way to get the brightness level that was requested. To workaround
that I have added a notification callback to the backlight driver. It seems a
generally useful mechanism and is definitely useful in this case.
The ALS patch has still some rough edges but it has been used by many people
for years now.

Javier Achirica (9):
  sony-laptop: add support as Fn+1 as a hot key
  sony-laptop: Add support for lid resume settings on Vaio Pro
  sony-laptop: add panel_id function
  sony-laptop: add usb charge function
  sony-laptop: add fan speed regulation function
  sony-laptop: add hibernate on low battery function
  sony-laptop: adjust keyboard backlight values for off/auto/on
  sony-laptop: add smart connect control function
  sony-laptop: als support

Mattia Dongili (2):
  backlight: introduce inter-driver notification of changes
  sony-laptop: remove useless sony-laptop versioning

 Documentation/laptops/sony-laptop.txt |   31 +
 drivers/platform/x86/Kconfig          |    1 +
 drivers/platform/x86/sony-laptop.c    | 1668 +++++++++++++++++++++++++++++++--
 drivers/video/backlight/backlight.c   |   10 +
 include/linux/backlight.h             |    3 +
 5 files changed, 1631 insertions(+), 82 deletions(-)

-- 
1.9.0

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

end of thread, other threads:[~2014-03-27 21:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 23:01 [PATCH 00/11] ALS and other new functions Mattia Dongili
2014-03-20 23:01 ` [PATCH 01/11] sony-laptop: add support as Fn+1 as a hot key Mattia Dongili
2014-03-20 23:01 ` [PATCH 02/11] sony-laptop: Add support for lid resume settings on Vaio Pro Mattia Dongili
2014-03-20 23:01 ` [PATCH 03/11] sony-laptop: add panel_id function Mattia Dongili
2014-03-20 23:01 ` [PATCH 04/11] sony-laptop: add usb charge function Mattia Dongili
2014-03-20 23:01 ` [PATCH 05/11] sony-laptop: add fan speed regulation function Mattia Dongili
2014-03-20 23:01 ` [PATCH 06/11] sony-laptop: add hibernate on low battery function Mattia Dongili
2014-03-20 23:01 ` [PATCH 07/11] sony-laptop: adjust keyboard backlight values for off/auto/on Mattia Dongili
2014-03-20 23:01 ` [PATCH 08/11] sony-laptop: add smart connect control function Mattia Dongili
2014-03-20 23:01 ` [PATCH 09/11] backlight: introduce inter-driver notification of changes Mattia Dongili
     [not found] ` <1395356482-7446-1-git-send-email-malattia-k2GhghHVRtY@public.gmane.org>
2014-03-20 23:01   ` [PATCH 10/11] sony-laptop: als support Mattia Dongili
2014-03-23 19:32     ` Jonathan Cameron
2014-03-24 23:06       ` Mattia Dongili
     [not found]         ` <20140324230607.GA2035-K/RcPn9UbNN4Eiagz67IpQ@public.gmane.org>
2014-03-25  6:50           ` Jonathan Cameron
2014-03-25  6:50             ` Jonathan Cameron
2014-03-25 11:57       ` Javier Achirica
2014-03-20 23:01 ` [PATCH 11/11] sony-laptop: remove useless sony-laptop versioning Mattia Dongili
2014-03-27 21:23 ` [PATCH 00/11] ALS and other new functions Mattia Dongili

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.