aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/apple-gmux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"Lukas Wunner1-47/+1
2017-03-30apple-gmux: Don't switch external DP port on 2011+ MacBook ProsLukas Wunner1-1/+30
2016-07-28apple-gmux: Sphinxify docsLukas Wunner1-26/+29
2016-02-09apple-gmux: Add helper for presence detectLukas Wunner1-1/+2
2016-02-09apple-gmux: Add switch_ddc supportLukas Wunner1-3/+42
2016-02-09apple-gmux: Track switch stateLukas Wunner1-21/+46
2016-02-09vga_switcheroo: Add handler flags infrastructureLukas Wunner1-1/+1
2016-01-19Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-4/+6
2016-01-19apple-gmux: Assign apple_gmux_data before registeringMatthew Garrett1-4/+6
2016-01-11apple-gmux: Add initial documentationLukas Wunner1-0/+113
2015-10-20vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner1-1/+1
2015-06-19apple-gmux: Port to new backlight interface selection APIHans de Goede1-2/+1
2015-06-19apple-gmux: Stop using acpi_video_dmi_demote_vendor()Hans de Goede1-1/+0
2015-06-19apple_gmux: Use acpi_video_unregister_backlight instead of acpi_video_unregisterHans de Goede1-1/+1
2015-04-26Merge tag 'platform-drivers-x86-v4.1-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-1/+47
2015-03-18apple-gmux: lock iGP IO to protect from vgaarb changesBruno Prémont1-1/+47
2015-03-18PNP: platform/x86/apple-gmux: Use module_pnp_driver to register driverPeter Huewe1-13/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-1/+1
2013-09-11platform: convert apple-gmux driver to dev_pm_ops from legacy pm_opsShuah Khan1-4/+14
2013-01-03Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2012-09-13drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary1-4/+0
2012-09-13apple-gmux: Fix port address calculation in gmux_pio_write32()Seth Forshee1-1/+1
2012-09-13apple-gmux: Fix index read functionsBernhard Froemel1-2/+4
2012-09-13apple-gmux: Obtain version info from indexed gmuxBernhard Froemel1-4/+8
2012-08-17apple-gmux: Add display mux supportAndreas Heider1-0/+224
2012-08-17apple_gmux: Fix ACPI video unregisterMatthew Garrett1-2/+2
2012-08-17apple_gmux: Add support for newer hardwareMatthew Garrett1-14/+165
2012-08-17gmux: Add generic write32 functionMatthew Garrett1-10/+13
2012-07-28drivers-platform-x86: use acpi_video_dmi_promote_vendor()Corentin Chary1-0/+6
2012-06-01apple-gmux: Fix up the suspend/resume patchMatthew Garrett1-1/+1
2012-05-31apple-gmux: Add suspend/resume support for the backlightSeth Forshee1-0/+4
2012-03-26platform/x86: Add driver for Apple gmux deviceSeth Forshee1-0/+244