summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/apple-gmux.c
Commit message (Expand)AuthorAgeFilesLines
* apple-gmux: Hard Code max brightness for MMIO gmuxOrlando Chamberlain2023-10-181-1/+13
* platform/x86: apple-gmux: don't use be32_to_cpu and cpu_to_be32Orlando Chamberlain2023-06-161-2/+2
* platform/x86: apple-gmux: Fix iomem_base __iomem annotationHans de Goede2023-04-061-1/+1
* backlight: apple_bl: Use acpi_video_get_backlight_type()Hans de Goede2023-03-161-11/+0
* platform/x86: apple-gmux: return -EFAULT if copy failsDan Carpenter2023-03-161-7/+6
* platform/x86: apple-gmux: Add acpi_video_get_backlight_type() checkHans de Goede2023-03-161-27/+34
* platform/x86: apple-gmux: add debugfs interfaceOrlando Chamberlain2023-03-161-0/+82
* platform/x86: apple-gmux: support MMIO gmux on T2 MacsOrlando Chamberlain2023-03-161-13/+157
* platform/x86: apple-gmux: refactor gmux typesOrlando Chamberlain2023-03-161-31/+62
* platform/x86: apple-gmux: use first bit to check switch stateOrlando Chamberlain2023-03-161-3/+3
* platform/x86: apple-gmux: Add apple_gmux_detect() helperHans de Goede2023-01-241-52/+18
* platform/x86: apple-gmux: Move port defines to apple-gmux.hHans de Goede2023-01-241-23/+0
* platform/x86: apple-gmux: Stop calling acpi/video.h functionsHans de Goede2022-09-031-3/+0
* platform/x86: apple-gmux: Use backlight helperStephen Kitt2022-06-221-4/+1
* platform/x86: apple-gmux: use resource_size() with resWang Qing2021-12-211-1/+1
* platform/x86: apple-gmux: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-8/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* platform/x86: apple-gmux: fix gmux_get_client_id()'s return typeLuc Van Oostenryck2018-04-241-1/+1
* Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"Lukas Wunner2018-01-311-47/+1
* apple-gmux: Don't switch external DP port on 2011+ MacBook ProsLukas Wunner2017-03-301-1/+30
* apple-gmux: Sphinxify docsLukas Wunner2016-07-281-26/+29
* apple-gmux: Add helper for presence detectLukas Wunner2016-02-091-1/+2
* apple-gmux: Add switch_ddc supportLukas Wunner2016-02-091-3/+42
* apple-gmux: Track switch stateLukas Wunner2016-02-091-21/+46
* vga_switcheroo: Add handler flags infrastructureLukas Wunner2016-02-091-1/+1
* Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-01-191-4/+6
|\
| * apple-gmux: Assign apple_gmux_data before registeringMatthew Garrett2016-01-191-4/+6
* | apple-gmux: Add initial documentationLukas Wunner2016-01-111-0/+113
|/
* vga_switcheroo: Constify vga_switcheroo_handlerLukas Wunner2015-10-201-1/+1
* apple-gmux: Port to new backlight interface selection APIHans de Goede2015-06-191-2/+1
* apple-gmux: Stop using acpi_video_dmi_demote_vendor()Hans de Goede2015-06-191-1/+0
* apple_gmux: Use acpi_video_unregister_backlight instead of acpi_video_unregisterHans de Goede2015-06-191-1/+1
* Merge tag 'platform-drivers-x86-v4.1-1' of git://git.infradead.org/users/dvha...Linus Torvalds2015-04-261-1/+47
|\
| * apple-gmux: lock iGP IO to protect from vgaarb changesBruno Prémont2015-03-181-1/+47
* | PNP: platform/x86/apple-gmux: Use module_pnp_driver to register driverPeter Huewe2015-03-181-13/+1
|/
* Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-1/+1
|\
| * ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2013-11-141-1/+1
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
|/
* platform: convert apple-gmux driver to dev_pm_ops from legacy pm_opsShuah Khan2013-09-111-4/+14
* Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+3
* drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEOCorentin Chary2012-09-131-4/+0
* apple-gmux: Fix port address calculation in gmux_pio_write32()Seth Forshee2012-09-131-1/+1
* apple-gmux: Fix index read functionsBernhard Froemel2012-09-131-2/+4
* apple-gmux: Obtain version info from indexed gmuxBernhard Froemel2012-09-131-4/+8
* apple-gmux: Add display mux supportAndreas Heider2012-08-171-0/+224
* apple_gmux: Fix ACPI video unregisterMatthew Garrett2012-08-171-2/+2
* apple_gmux: Add support for newer hardwareMatthew Garrett2012-08-171-14/+165
* gmux: Add generic write32 functionMatthew Garrett2012-08-171-10/+13
* drivers-platform-x86: use acpi_video_dmi_promote_vendor()Corentin Chary2012-07-281-0/+6
* apple-gmux: Fix up the suspend/resume patchMatthew Garrett2012-06-011-1/+1