summaryrefslogtreecommitdiffstats
path: root/drivers/hid/amd-sfh-hid/amd_sfh_pcie.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25HID: AMD_SFH: Add a DMI quirk entry for ChromebooksAkihiko Odaki1-0/+18
2022-08-02Merge branch 'for-5.20/amd-sfh' into for-linusJiri Kosina1-49/+26
2022-07-21HID: amd_sfh: Implement SFH1.1 functionalityBasavaraj Natikar1-0/+12
2022-07-21HID: amd_sfh: Move interrupt handling to common interfaceBasavaraj Natikar1-4/+4
2022-07-21HID: amd_sfh: Move global functions to staticBasavaraj Natikar1-3/+3
2022-07-21HID: amd_sfh: Add remove operation in amd_mp2_opsBasavaraj Natikar1-1/+3
2022-07-21HID: amd_sfh: Add PM operations in amd_mp2_opsBasavaraj Natikar1-39/+2
2022-07-21HID: amd_sfh: Add descriptor operations in amd_mp2_opsBasavaraj Natikar1-2/+2
2022-05-27HID: amd_sfh: Don't show client init failed as error when discovery failsMario Limonciello1-1/+2
2022-05-11HID: amd_sfh: Add sensor name by index for debug infoBasavaraj Natikar1-4/+6
2022-05-11HID: amd_sfh: Add support for sensor discoveryBasavaraj Natikar1-0/+7
2022-03-23Merge branch 'for-5.18/amd-sfh' into for-linusJiri Kosina1-5/+2
2022-02-14HID: amd_sfh: Add interrupt handler to process interruptsBasavaraj Natikar1-0/+40
2022-02-14HID: amd_sfh: Add functionality to clear interruptsBasavaraj Natikar1-1/+24
2022-02-14HID: amd_sfh: Disable the interrupt for all commandBasavaraj Natikar1-0/+3
2022-02-14HID: amd_sfh: Handle amd_sfh work buffer in PM opsBasavaraj Natikar1-0/+4
2022-02-02HID: amd_sfh: Increase sensor command timeoutBasavaraj Natikar1-2/+2
2022-01-24HID: amd_sfh: Remove useless DMA-32 fallback configurationChristophe JAILLET1-5/+2
2021-11-05Merge branch 'for-5.16/amd-sfh' into for-linusJiri Kosina1-9/+12
2021-09-27HID: amd_sfh: Update Copyright detailsBasavaraj Natikar1-1/+3
2021-09-27HID: amd_sfh: switch from 'pci_' to 'dev_' APIBasavaraj Natikar1-5/+3
2021-09-27HID: amd_sfh: Use dma_set_mask_and_coherent()Basavaraj Natikar1-3/+6
2021-09-27HID: amd_sfh: Fix potential NULL pointer dereferenceBasavaraj Natikar1-8/+4
2021-09-16HID: amd_sfh: Fix potential NULL pointer dereferenceEvgeny Novikov1-1/+5
2021-09-15HID: amd_sfh: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2021-09-01Merge branch 'for-5.15/amd-sfh' into for-linusJiri Kosina1-0/+69
2021-08-20HID: amd_sfh: Add dyndbg prints for debuggingBasavaraj Natikar1-0/+4
2021-08-20HID: amd_sfh: Add support for PM suspend and resumeBasavaraj Natikar1-0/+49
2021-08-20HID: amd_sfh: Add command response to check command statusBasavaraj Natikar1-0/+16
2021-07-15HID: amd_sfh: Use correct MMIO register for DMA addressDylan MacKenzie1-1/+1
2021-06-24HID: amd_sfh: Add initial support for HPD sensorBasavaraj Natikar1-0/+4
2021-06-24HID: amd_sfh: Extend ALS support for newer AMD platformBasavaraj Natikar1-0/+5
2021-06-24HID: amd_sfh: Extend driver capabilities for multi-generation supportBasavaraj Natikar1-4/+76
2021-03-08AMD_SFH: Add DMI quirk table for BIOS-es which don't set the activestatus bitsHans de Goede1-0/+24
2021-03-08AMD_SFH: Add sensor_mask module parameterHans de Goede1-3/+11
2021-03-08AMD_SFH: Removed unused activecontrolstatus member from the amd_mp2_dev structHans de Goede1-2/+4
2021-01-04HID: sfh: fix address space confusionArnd Bergmann1-1/+1
2020-10-29AMD_SFH: Fix for incorrect Sensor indexSandeep Singh1-3/+3
2020-10-22SFH: PCIe driver to add support of AMD sensor fusion hubSandeep Singh1-0/+152