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
pinetabv-6.6.y-devel
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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-06
Input: convert gameport programming documentation into ReST format
Mauro Carvalho Chehab
1
-24
/
+59
2017-04-06
Input: convert gamepad specification into ReST format
Mauro Carvalho Chehab
1
-31
/
+63
2017-04-06
Input: convert force feedback documentation into ReST format
Mauro Carvalho Chehab
1
-76
/
+112
2017-04-06
Input: convert event codes documentation into ReST format
Mauro Carvalho Chehab
1
-40
/
+92
2017-04-06
Input: elantech - convert documentation into ReST format
Mauro Carvalho Chehab
1
-141
/
+165
2017-04-06
Input: cs461x - convert documentation into ReST format
Mauro Carvalho Chehab
1
-12
/
+16
2017-04-06
Input: cma3000_d0x - convert documentation into ReST format
Mauro Carvalho Chehab
1
-24
/
+48
2017-04-06
Input: db9/CD32 - convert documentation into ReST format
Mauro Carvalho Chehab
1
-12
/
+17
2017-04-06
Input: bcm5974 - convert documentation into ReST format
Mauro Carvalho Chehab
1
-19
/
+24
2017-04-06
Input: atarikbd - convert documentation into ReST format
Mauro Carvalho Chehab
1
-57
/
+168
2017-04-06
Input: appletouch - convert documentation into ReST format
Mauro Carvalho Chehab
1
-18
/
+27
2017-04-06
Input: amijoy - convert documentation into ReST format
Mauro Carvalho Chehab
1
-50
/
+129
2017-04-06
Input: ALPS - convert documentation into ReST format
Mauro Carvalho Chehab
1
-17
/
+26
2017-04-06
Input: docs - convert input.txt into ReST format
Mauro Carvalho Chehab
1
-109
/
+131
2017-04-05
Input: pm8xxx-vib - add support for pm8916's vibrator
Damien Riegel
3
-1
/
+12
2017-04-05
Input: pm8xxx-vib - handle separate enable register
Damien Riegel
1
-1
/
+10
2017-04-05
Input: pm8xxx-vib - parametrize the driver
Damien Riegel
1
-16
/
+33
2017-04-05
Input: pm8xxx-vib - reorder header alphabetically
Damien Riegel
1
-4
/
+4
2017-04-05
Input: sur40 - fix bad endianness handling in sur40_poll
Martin Kepplinger
1
-1
/
+1
2017-04-05
Input: eeti_ts - switch to gpiod API
Dmitry Torokhov
3
-32
/
+16
2017-04-05
Input: eeti_ts - expect platform code to set interrupt trigger
Dmitry Torokhov
2
-6
/
+11
2017-04-04
Input: eeti_ts - switch to using threaded interrupt
Dmitry Torokhov
1
-43
/
+36
2017-04-04
Input: eeti_ts - use gpio_get_value_cansleep
Dmitry Torokhov
1
-1
/
+1
2017-04-04
Input: eeti_ts - respect interrupt set in client structure
Dmitry Torokhov
2
-7
/
+7
2017-04-04
Input: eeti_ts - switch to using managed resources
Dmitry Torokhov
1
-48
/
+22
2017-04-04
Input: eeti_ts - use input_set_capability()
Dmitry Torokhov
1
-2
/
+1
2017-04-04
Input: eeti_ts - use get_unaligned_be16() to retrieve data
Dmitry Torokhov
1
-2
/
+4
2017-04-04
Input: eeti_ts - use BIT(n)
Dmitry Torokhov
1
-4
/
+4
2017-04-04
Input: eeti_ts - rename eeti_ts_priv to eeti_ts
Dmitry Torokhov
1
-57
/
+58
2017-04-04
Input: synaptics-rmi4 - when registering sensors do not call them "drivers"
Dmitry Torokhov
3
-69
/
+69
2017-04-04
Input: synaptics-rmi4 - cleanup SMbus mapping handling
Dmitry Torokhov
1
-25
/
+18
2017-04-04
Input: synaptics-rmi4 - fix endianness issue in SMBus transport
Dmitry Torokhov
1
-5
/
+5
2017-04-04
Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensor
Dmitry Torokhov
1
-3
/
+8
2017-04-04
Input: synaptics - use u8 instead of unsigned char
Dmitry Torokhov
2
-40
/
+42
2017-04-04
Input: synaptics - do not abuse -1 as return value
Dmitry Torokhov
1
-25
/
+46
2017-04-04
Input: synaptics - use BIT() and GENMASK() macros
Dmitry Torokhov
2
-48
/
+48
2017-04-04
Input: synaptics - add synaptics_query_int()
Dmitry Torokhov
2
-48
/
+32
2017-04-03
Input: psmouse - use i2c_client_type to locate i2c clients
Dmitry Torokhov
1
-1
/
+1
2017-04-03
Merge branch 'ib/4.11-rc3-i2c-irq-resources' into next
Dmitry Torokhov
3
-2
/
+61
2017-04-03
Merge tag 'v4.11-rc5' into next
Dmitry Torokhov
12198
-226166
/
+520216
2017-04-03
Input: silead - list all supported compatible strings in binding document
Javier Martinez Canillas
1
-1
/
+6
2017-04-03
Input: cros_ec_keyb - add an EC event for sysrq
Rajat Jain
2
-0
/
+11
2017-04-03
Input: psmouse - fix cleaning up SMBus companions
Dmitry Torokhov
1
-11
/
+19
2017-04-03
Linux 4.11-rc5
Linus Torvalds
1
-1
/
+1
2017-04-03
Merge tag 'dmaengine-fix-4.11-rc5' of git://git.infradead.org/users/vkoul/sla...
Linus Torvalds
2
-1
/
+6
2017-04-02
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-30
/
+53
2017-04-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-31
/
+44
2017-04-02
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+1
2017-04-02
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-2
/
+4
2017-04-02
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+5
[next]