index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
amd-sfh-hid
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-25
HID: amd_sfh: Fix max supported HID devices
Basavaraj Natikar
1
-1
/
+1
2023-04-13
HID: amd_sfh: Support for additional light sensor
Basavaraj Natikar
4
-0
/
+10
2023-04-13
HID: amd_sfh: Handle "no sensors" enabled for SFH1.1
Basavaraj Natikar
1
-0
/
+11
2023-04-13
HID: amd_sfh: Increase sensor command timeout for SFH1.1
Basavaraj Natikar
1
-2
/
+2
2023-04-13
HID: amd_sfh: Correct the stop all command
Basavaraj Natikar
1
-1
/
+3
2023-04-13
HID: amd_sfh: Add support for shutdown operation
Basavaraj Natikar
1
-0
/
+9
2023-04-13
HID: amd_sfh: Fix illuminance value
Basavaraj Natikar
2
-2
/
+2
2023-04-13
HID: amd_sfh: Correct the sensor enable and disable command
Basavaraj Natikar
1
-0
/
+2
2023-04-13
HID: amd_sfh: Correct the structure fields
Basavaraj Natikar
1
-3
/
+3
2023-02-22
Merge branch 'for-6.3/hid-bpf' into for-linus
Benjamin Tissoires
1
-1
/
+1
2023-02-22
Merge branch 'for-6.3/hid-core' into for-linus
Benjamin Tissoires
1
-1
/
+1
2023-02-06
HID: amd_sfh: Constify lowlevel HID driver
Thomas Weißschuh
1
-1
/
+1
2023-02-06
HID: amd_sfh: if no sensors are enabled, clean up
Mario Limonciello
2
-2
/
+12
2023-01-18
HID: stop drivers from selecting CONFIG_HID
Arnd Bergmann
1
-1
/
+1
2023-01-06
HID: amd_sfh: Fix warning unwind goto
Basavaraj Natikar
2
-2
/
+2
2022-12-20
HID: amd_sfh: Add missing check for dma_alloc_coherent
Jiasheng Jiang
1
-0
/
+4
2022-11-15
HID: Kconfig: split HID support and hid-core compilation
Benjamin Tissoires
1
-1
/
+1
2022-09-30
HID: amd_sfh: Handle condition of "no sensors" for SFH1.1
Basavaraj Natikar
1
-0
/
+2
2022-09-30
HID: amd_sfh: Change dev_err to dev_dbg for additional debug info
Basavaraj Natikar
1
-3
/
+3
2022-08-25
HID: AMD_SFH: Add a DMI quirk entry for Chromebooks
Akihiko Odaki
1
-0
/
+18
2022-08-02
Merge branch 'for-5.20/amd-sfh' into for-linus
Jiri Kosina
14
-143
/
+1103
2022-07-23
HID: amd_sfh: Handle condition of "no sensors"
Basavaraj Natikar
1
-0
/
+2
2022-07-23
HID: amd_sfh: Fix implicit declaration error on i386
Basavaraj Natikar
1
-0
/
+2
2022-07-21
HID: amd_sfh: Implement SFH1.1 functionality
Basavaraj Natikar
8
-0
/
+895
2022-07-21
HID: amd_sfh: Move interrupt handling to common interface
Basavaraj Natikar
3
-8
/
+10
2022-07-21
HID: amd_sfh: Move amd_sfh_work to common interface
Basavaraj Natikar
2
-2
/
+4
2022-07-21
HID: amd_sfh: Move global functions to static
Basavaraj Natikar
3
-12
/
+5
2022-07-21
HID: amd_sfh: Add remove operation in amd_mp2_ops
Basavaraj Natikar
2
-1
/
+4
2022-07-21
HID: amd_sfh: Add PM operations in amd_mp2_ops
Basavaraj Natikar
3
-39
/
+58
2022-07-21
HID: amd_sfh: Add descriptor operations in amd_mp2_ops
Basavaraj Natikar
7
-25
/
+42
2022-07-21
HID: amd_sfh: Move request_list variable to client data
Basavaraj Natikar
2
-5
/
+8
2022-07-21
HID: amd_sfh: Move request_list struct to header file
Basavaraj Natikar
2
-10
/
+9
2022-07-21
HID: amd_sfh: Move common macros and structures
Basavaraj Natikar
2
-41
/
+60
2022-07-21
HID: amd_sfh: Add NULL check for hid device
Basavaraj Natikar
1
-4
/
+8
2022-05-27
HID: amd_sfh: Don't show client init failed as error when discovery fails
Mario Limonciello
1
-1
/
+2
2022-05-11
HID: amd_sfh: Move bus declaration outside of amd-sfh
Basavaraj Natikar
1
-1
/
+0
2022-05-11
HID: amd_sfh: Add physical location to HID device
Basavaraj Natikar
1
-0
/
+5
2022-05-11
HID: amd_sfh: Modify the hid name
Basavaraj Natikar
1
-1
/
+1
2022-05-11
HID: amd_sfh: Modify the bus name
Basavaraj Natikar
2
-2
/
+2
2022-05-11
HID: amd_sfh: Add sensor name by index for debug info
Basavaraj Natikar
3
-10
/
+35
2022-05-11
HID: amd_sfh: Add support for sensor discovery
Basavaraj Natikar
3
-0
/
+22
2022-04-21
HID: amd_sfh: change global variables to static
Tom Rix
1
-3
/
+3
2022-03-23
Merge branch 'for-5.18/amd-sfh' into for-linus
Jiri Kosina
1
-5
/
+2
2022-02-14
HID: amd_sfh: Add interrupt handler to process interrupts
Basavaraj Natikar
2
-0
/
+41
2022-02-14
HID: amd_sfh: Add functionality to clear interrupts
Basavaraj Natikar
2
-1
/
+25
2022-02-14
HID: amd_sfh: Disable the interrupt for all command
Basavaraj Natikar
1
-0
/
+3
2022-02-14
HID: amd_sfh: Correct the structure field name
Basavaraj Natikar
1
-1
/
+1
2022-02-14
HID: amd_sfh: Handle amd_sfh work buffer in PM ops
Basavaraj Natikar
1
-0
/
+4
2022-02-02
HID: amd_sfh: Add illuminance mask to limit ALS max value
Basavaraj Natikar
1
-1
/
+3
2022-02-02
HID: amd_sfh: Increase sensor command timeout
Basavaraj Natikar
1
-2
/
+2
[next]