aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/amd-sfh-hid
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'platform-drivers-x86-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-6/+7
14 daysMerge branch 'for-7.3/core' into for-linusJiri Kosina1-11/+2
14 daysMerge branch 'for-7.3/amd-sfh' into for-linusJiri Kosina7-12/+136
2026-08-14HID: amd_sfh: Register tablet-mode auxiliary deviceBasavaraj Natikar3-0/+53
2026-08-14HID: amd_sfh: Add accessor to read the operating-mode sensorBasavaraj Natikar5-1/+58
2026-08-14HID: amd_sfh: Serialize access to the shared emp2 pointerBasavaraj Natikar1-0/+6
2026-08-14HID: amd_sfh: Track MP2 version explicitlyBasavaraj Natikar2-4/+11
2026-08-03HID: amd_sfh: Remove redundant dev_err()Pan Chuang1-11/+2
2026-08-03HID: amd_sfh: clear hid_sensor_hubs entry on probe failureChen Changcheng1-0/+1
2026-08-03HID: amd_sfh: return an error when response wait times outPengpeng Hou1-7/+8
2026-07-10platform/x86/amd/pmf: Store commonly used enums in the header fileShyam Sundar S K1-6/+7
2026-04-08Merge tag 'hid-for-linus-2026040801' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-1/+2
2026-03-27HID: amd_sfh: don't log error when device discovery fails with -EOPNOTSUPPMaximilian Pezzullo1-1/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-2/+2
2025-10-30HID: amd_sfh: Stop sensor before startingMario Limonciello (AMD)1-0/+2
2025-09-19HID: amd_sfh: Add sync across amd sfh work functionsBasavaraj Natikar3-2/+17
2025-07-03HID: amd_sfh: Enable operating modeBasavaraj Natikar4-1/+29
2025-04-24HID: amd_sfh: Avoid clearing reports for SRA sensorMario Limonciello1-0/+5
2025-04-24HID: amd_sfh: Fix SRA sensor when it's the only sensorMario Limonciello1-4/+3
2025-03-04HID: amd_sfh: Don't show wrong status for amd_sfh_hpd_info()Mario Limonciello1-1/+1
2025-03-04HID: amd_sfh: Default to HPD disabledMario Limonciello1-0/+1
2025-03-04HID: amd_sfh: Allow configuring whether HPD is enabled or disabledMario Limonciello4-2/+109
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-1/+0
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann1-1/+0
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds2-3/+3
2025-01-18HID: amd_sfh: Use always-managed version of pcim_intx()Philipp Stanner2-3/+3
2025-01-09HID: amd_sfh: Add support to export device operating statesBasavaraj Natikar4-2/+83
2024-10-09HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()Basavaraj Natikar1-11/+3
2024-09-13Merge branch 'for-6.12/amd_sfh' into for-linusBenjamin Tissoires1-2/+2
2024-09-03HID: amd_sfh: Convert comma to semicolonChen Ni1-2/+2
2024-08-19HID: amd_sfh: Remove unused declarationsYue Haibing1-2/+0
2024-08-02HID: amd_sfh: free driver_data after destroying hid deviceOlivier Sobrie1-1/+3
2024-07-23HID: amd_sfh: Move sensor discovery before HID device initializationBasavaraj Natikar1-7/+11
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-07HID: amd_sfh: Use amd_get_c2p_val() to read C2P registerBasavaraj Natikar1-1/+1
2024-05-07HID: amd_sfh: Handle "no sensors" in PM operationsBasavaraj Natikar1-0/+10
2024-05-07HID: amd_sfh: Modify and log error only if case of functionality failuresBasavaraj Natikar2-7/+5
2024-02-28HID: amd_sfh: Set the AMD SFH driver to depend on x86Basavaraj Natikar1-0/+1
2024-02-27HID: amd_sfh: Extend MP2 register access to SFHBasavaraj Natikar5-11/+28
2024-02-27HID: amd_sfh: Improve boot time when SFH is availableBasavaraj Natikar2-13/+64
2024-02-27HID: amd_sfh: Avoid disabling the interruptBasavaraj Natikar1-3/+27
2024-02-27HID: amd_sfh: Update HPD sensor structure elementsBasavaraj Natikar1-3/+3
2024-02-27HID: amd_sfh: Increase sensor command timeoutBasavaraj Natikar1-2/+2
2024-01-04HID: amd_sfh: Add a new interface for exporting ALS dataBasavaraj Natikar3-0/+29
2024-01-04HID: amd_sfh: Add a new interface for exporting HPD dataBasavaraj Natikar4-0/+57
2024-01-04HID: amd_sfh: rename float_to_int() to amd_sfh_float_to_int()Basavaraj Natikar2-13/+16
2023-09-24HID: amd_sfh: Add light chromaticity for SFH1.1Basavaraj Natikar2-1/+6
2023-09-24HID: amd_sfh: Add light chromaticity supportBasavaraj Natikar3-1/+20