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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-28
Merge ../bleed-2.6
Greg KH
230
-5911
/
+11543
2005-10-28
[PATCH] kernel-doc: drivers/base fixes
Randy Dunlap
2
-3
/
+4
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
56
-542
/
+271
2005-10-28
[PATCH] drivers/base - fix sparse warnings
Ben Dooks
6
-8
/
+22
2005-10-28
[PATCH] input core: remove custom-made hotplug handler
Dmitry Torokhov
1
-145
/
+104
2005-10-28
[PATCH] INPUT: Create symlinks for backwards compatibility
Greg Kroah-Hartman
4
-8
/
+32
2005-10-28
[PATCH] INPUT: rename input_dev_class to input_class to be correct.
Greg Kroah-Hartman
5
-17
/
+17
2005-10-28
[PATCH] INPUT: remove the input_class structure, as it is unused.
Greg Kroah-Hartman
1
-15
/
+3
2005-10-28
[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devices
Greg Kroah-Hartman
1
-7
/
+12
2005-10-28
[PATCH] INPUT: move the input class devices under their new input_dev devices
Greg Kroah-Hartman
4
-14
/
+14
2005-10-28
[PATCH] INPUT: export input_dev_class so that input drivers can use it.
Greg Kroah-Hartman
1
-1
/
+2
2005-10-28
[PATCH] INPUT: register the input class device sooner
Greg Kroah-Hartman
1
-3
/
+3
2005-10-28
[PATCH] Input: export input_dev data via sysfs attributes
Dmitry Torokhov
1
-23
/
+133
2005-10-28
[PATCH] Input: show sysfs path in /proc/bus/input/devices
Dmitry Torokhov
1
-0
/
+6
2005-10-28
[PATCH] drivers/input/joystick: convert to dynamic input_dev allocation
Dmitry Torokhov
25
-1230
/
+1460
2005-10-28
[PATCH] Input: convert konicawc to dynamic input_dev allocation
Dmitry Torokhov
1
-28
/
+61
2005-10-28
[PATCH] Input: convert drivers/macintosh to dynamic input_dev allocation
Dmitry Torokhov
2
-124
/
+138
2005-10-28
[PATCH] drivers/media: convert to dynamic input_dev allocation
Dmitry Torokhov
13
-192
/
+268
2005-10-28
[PATCH] Input: convert driver/input/misc to dynamic input_dev allocation
Dmitry Torokhov
3
-57
/
+56
2005-10-28
[PATCH] Input: convert onetouch to dynamic input_dev allocation
Dmitry Torokhov
1
-49
/
+50
2005-10-28
[PATCH] Input: convert sonypi to dynamic input_dev allocation
Dmitry Torokhov
1
-39
/
+53
2005-10-28
[PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocation
Dmitry Torokhov
7
-308
/
+279
2005-10-28
[PATCH] Input: convert ucb1x00-ts to dynamic input_dev allocation
Dmitry Torokhov
1
-19
/
+24
2005-10-28
[PATCH] drivers/usb/input: convert to dynamic input_dev allocation
Dmitry Torokhov
21
-1002
/
+961
2005-10-28
[PATCH] drivers/input/keyboard: convert to dynamic input_dev allocation
Dmitry Torokhov
9
-431
/
+449
2005-10-28
[PATCH] drivers/input/mouse: convert to dynamic input_dev allocation
Dmitry Torokhov
15
-361
/
+363
2005-10-28
[PATCH] Input: prepare to sysfs integration
Dmitry Torokhov
1
-5
/
+72
2005-10-28
[PATCH] Input: kill devfs references
Dmitry Torokhov
5
-30
/
+1
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
46
-65
/
+78
2005-10-28
[PATCH] Driver Core: add the ability for class_device structures to be nested
Greg Kroah-Hartman
1
-44
/
+81
2005-10-28
[PATCH] add sysfs attr to re-emit device hotplug event
Kay Sievers
3
-2
/
+55
2005-10-28
[PATCH] Driver core: pass interface to class interface methods
Dmitry Torokhov
5
-14
/
+20
2005-10-28
[PATCH] I2O: remove i2o_device_class
Dmitry Torokhov
4
-70
/
+17
2005-10-28
[PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o code
Greg Kroah-Hartman
1
-12
/
+10
2005-10-28
[PATCH] I2O: remove class interface
Dmitry Torokhov
1
-133
/
+122
2005-10-28
[PATCH] Driver core: send hotplug event before adding class interfaces
Dmitry Torokhov
1
-1
/
+2
2005-10-28
[PATCH] usb device wakeup flags
David Brownell
1
-7
/
+9
2005-10-28
[PATCH] driver model wakeup flags
David Brownell
2
-0
/
+74
2005-10-28
[PATCH] add sysfs support for ide tape
Will Dyson
1
-2
/
+36
2005-10-28
[PATCH] aoe: update to version 14
Ed L. Cashin
1
-1
/
+1
2005-10-28
[PATCH] aoe: use get_unaligned for accesses in ATA id buffer
Ed L. Cashin
1
-7
/
+8
2005-10-28
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
18
-11
/
+1047
2005-10-28
Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mis...
Linus Torvalds
1
-14
/
+37
2005-10-28
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
20
-774
/
+3784
2005-10-28
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...
Linus Torvalds
121
-4034
/
+6078
2005-10-28
Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-158
/
+61
2005-10-28
Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b...
Linus Torvalds
6
-773
/
+376
2005-10-28
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2
-16
/
+22
2005-10-28
[ARM] 2897/2: PXA2xx IRDA support
Nicolas Pitre
3
-0
/
+882
2005-10-28
[ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000
Jon Ringle
1
-1
/
+109
[next]