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
2013-08-22
w1: use default attribute groups for w1 slave devices
Greg Kroah-Hartman
1
-27
/
+11
2013-08-22
w1: remove race with sysfs file creation
Greg Kroah-Hartman
1
-38
/
+73
2013-08-22
sysfs.h: remove attr_name() macro
Greg Kroah-Hartman
4
-13
/
+13
2013-08-22
acpi: bgrt: fix build error due to attribute change
Greg Kroah-Hartman
1
-1
/
+0
2013-08-22
sysfs: add sysfs_create/remove_groups()
Greg Kroah-Hartman
3
-61
/
+6
2013-08-21
drivers: base: use standard device online/offline for state change
Seth Jennings
1
-72
/
+55
2013-08-21
drivers: base: refactor add_memory_section() to add_memory_block()
Seth Jennings
1
-27
/
+21
2013-08-21
drivers: base: remove improper get/put in add_memory_section()
Seth Jennings
1
-4
/
+2
2013-08-21
drivers: base: reduce add_memory_section() for boot-time only
Seth Jennings
1
-27
/
+14
2013-08-21
drivers: base: unshare add_memory_section() from hotplug
Seth Jennings
1
-3
/
+16
2013-08-21
drivers: base: use device get/put functions
Seth Jennings
1
-4
/
+4
2013-08-21
drivers: base: remove unneeded variable
Seth Jennings
1
-4
/
+1
2013-08-21
drivers: base: move mutex lock out of add_memory_section()
Seth Jennings
1
-4
/
+9
2013-08-21
ACPI: bgrt: take advantage of binary sysfs groups
Greg KH
1
-16
/
+10
2013-08-21
hid: roccat-pyra: convert class code to use bin_attrs in groups
Greg Kroah-Hartman
1
-78
/
+62
2013-08-20
hid: roccat-kone: fix off-by-one bug in attributes
Greg Kroah-Hartman
1
-1
/
+1
2013-08-20
hid: roccat-kovaplus: convert class code to use bin_attrs in groups
Greg Kroah-Hartman
1
-83
/
+54
2013-08-20
hid: roccat-konepure: convert class code to use bin_attrs in groups
Greg Kroah-Hartman
1
-27
/
+40
2013-08-20
hid: roccat-koneplus: convert class code to use bin_attrs in groups
Greg Kroah-Hartman
1
-87
/
+66
2013-08-20
hid: roccat-savu: convert class code to use bin_attrs in groups
Greg Kroah-Hartman
1
-27
/
+31
2013-08-20
hid: roccat-kone: convert class code to use bin_attrs in groups
Greg Kroah-Hartman
1
-46
/
+34
2013-08-20
hid: roccat-isku: convert class code to use bin_attrs in groups
Greg Kroah-Hartman
1
-38
/
+49
2013-08-20
hid: roccat-arvo: convert class code to use bin_attrs in groups
Greg Kroah-Hartman
1
-15
/
+19
2013-08-20
PPS: convert class code to use dev_groups
Greg Kroah-Hartman
2
-21
/
+36
2013-08-20
x86: wmi: convert class code to use dev_groups
Greg Kroah-Hartman
1
-4
/
+6
2013-08-20
v4l2: convert class code to use dev_groups
Greg Kroah-Hartman
1
-13
/
+17
2013-08-20
HID: roccat: convert class code to use dev_groups
Greg Kroah-Hartman
6
-65
/
+88
2013-08-20
devfreq: convert devfreq_class to use dev_groups
Greg Kroah-Hartman
1
-34
/
+44
2013-08-20
drivers / dma-contiguous: Fix __init attribute location
Hanjun Guo
1
-2
/
+2
2013-08-20
drivers / platform: Fix __init attribute location
Hanjun Guo
1
-2
/
+2
2013-08-20
drivers / base: Fix sysfs_deprecated_setup() __init attribute location
Hanjun Guo
1
-1
/
+1
2013-08-13
driver core / cpu: Check if NUMA node is valid before bringing CPU up
Rafael J. Wysocki
1
-1
/
+5
2013-08-13
driver core: bus_type: add bus_groups
Greg Kroah-Hartman
1
-0
/
+37
2013-08-13
driver core: bus_type: add drv_groups
Greg Kroah-Hartman
3
-4
/
+14
2013-08-13
driver core: bus_type: add dev_groups
Greg Kroah-Hartman
3
-4
/
+14
2013-07-30
cpu topology: remove stale arch_provides_topology_pointers and define_sibling...
Hanjun Guo
1
-20
/
+0
2013-07-30
rtc: convert class code to use dev_groups
Greg Kroah-Hartman
1
-24
/
+24
2013-07-29
Merge 3.11-rc3 into driver-core-next
Greg Kroah-Hartman
171
-2524
/
+4810
2013-07-29
Merge tag 'pinctrl-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-2
/
+26
2013-07-29
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-24
/
+32
2013-07-27
PTP: convert class code to use dev_groups
Greg Kroah-Hartman
3
-24
/
+31
2013-07-27
leds: convert class code to use dev_groups
Greg Kroah-Hartman
1
-8
/
+30
2013-07-27
ISDN: convert class code to use dev_groups
Greg Kroah-Hartman
1
-28
/
+36
2013-07-27
driver core: replace strict_strto*() with kstrto*()
Jingoo Han
4
-5
/
+5
2013-07-27
drivers:base:core: Moved sym export macros to respective functions
David Graham White
1
-15
/
+11
2013-07-27
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
11
-127
/
+158
2013-07-27
Merge branch 'qxl-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
13
-508
/
+859
2013-07-27
Merge tag 'pm+acpi-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-82
/
+16
2013-07-26
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-21
/
+22
2013-07-26
Merge tag 'usb-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
31
-68
/
+161
[next]