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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-03
hwmon: (max6650) Drop error message after memory allocation failures
Guenter Roeck
1
-3
/
+1
2014-03-03
hwmon: (max6650) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-49
/
+28
2014-03-03
hwmon: (max6650) Rearrange code to no longer require forward declarations
Guenter Roeck
1
-119
/
+109
2014-03-03
hwmon: (ltc4215) Convert to devm_hwmon_device_register_with_groups
Guenter Roeck
1
-38
/
+13
2014-03-03
hwmon: (coretemp) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-39
/
+8
2014-03-03
hwmon: (coretemp) Allocate platform data with devm_kzalloc
Guenter Roeck
1
-7
/
+5
2014-03-03
hwmon: (coretemp) Use sysfs_create_group to create sysfs attributes
Guenter Roeck
1
-13
/
+7
2014-03-03
hwmon: (ltc4245) Remove devicetree conditionals
Guenter Roeck
1
-4
/
+0
2014-03-03
hwmon: (ltc4245) Drop debug messages
Guenter Roeck
1
-3
/
+0
2014-03-03
hwmon: (ltc4245) Use device managed function to register hwmon device
Guenter Roeck
1
-19
/
+4
2014-03-03
hwmon: (max1668) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-49
/
+18
2014-03-03
hwmon: (max1668) Don't hide return value from i2c_smbus_write_byte_data
Guenter Roeck
1
-6
/
+8
2014-03-03
hwmon: Driver for TI ADC128D818
Guenter Roeck
3
-0
/
+502
2014-03-03
hwmon: Sort Kconfig entries alphabetically
Jean Delvare
1
-308
/
+308
2014-03-03
hwmon: (lm95245) Avoid initializing the same field twice
Jean Delvare
1
-1
/
+0
2014-03-03
hwmon: (lm95241) Avoid initializing the same field twice
Jean Delvare
1
-2
/
+0
2014-03-03
hwmon: (emc2103) Return error from i2c_smbus_read_byte_data
Guenter Roeck
1
-1
/
+1
2014-03-03
hwmon: (smm665): Return error from i2c_smbus_read_word_swapped
Guenter Roeck
1
-1
/
+1
2014-03-03
hwmon: (ltc4260) Fix trivial typo
Axel Lin
1
-1
/
+1
2014-03-03
hwmon: (jz4740) Use devm_ioremap_resource()
Jingoo Han
1
-20
/
+5
2014-03-03
hwmon: Driver for Linear Technologies LTC2945
Guenter Roeck
3
-0
/
+532
2014-03-03
hwmon: Driver for Linear Technologies LTC4260
Guenter Roeck
3
-0
/
+213
2014-03-03
hwmon: Driver for Linear Technologies LTC4222
Guenter Roeck
3
-0
/
+250
2014-03-03
hwmon: (iio_hwmon) Convert to use hwmon_device_register_with_groups
Guenter Roeck
1
-25
/
+12
2014-03-03
hwmon: (lm95241) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-61
/
+30
2014-03-03
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
18
-62
/
+107
2014-03-03
Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-3
/
+18
2014-03-03
Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-39
/
+38
2014-03-03
Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
11
-35
/
+72
2014-03-03
Merge iio fixes into staging-linus
Greg Kroah-Hartman
7
-39
/
+36
2014-03-02
drm/vmwgfx: avoid null pointer dereference at failure paths
Alexey Khoroshilov
1
-16
/
+19
2014-03-02
drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...
Thomas Hellstrom
2
-3
/
+2
2014-03-02
drm/vmwgfx: Remove some unused surface formats
Thomas Hellstrom
1
-6
/
+1
2014-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
7
-62
/
+171
2014-03-02
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-1
/
+4
2014-03-02
Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-47
/
+51
2014-03-01
Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-0
/
+1
2014-02-28
Merge tag 'dm-3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-40
/
+89
2014-02-28
Merge tag 'sound-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-31
/
+0
2014-02-28
Merge tag 'edac_fixes_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-20
/
+27
2014-02-28
dm cache: fix truncation bug when mapping I/O to >2TB fast device
Heinz Mauelshagen
1
-2
/
+3
2014-02-28
Merge branches 'pm-cpufreq', 'pm-hibernate' and 'acpi-processor'
Rafael J. Wysocki
2
-37
/
+33
2014-02-27
drm/radeon: enable speaker allocation setup on dce3.2
Alex Deucher
1
-3
/
+0
2014-02-27
drm/radeon: change audio enable logic
Alex Deucher
5
-27
/
+44
2014-02-27
drm/radeon: fix audio disable on dce6+
Alex Deucher
1
-1
/
+1
2014-02-27
drm/radeon: free uvd ring on unload
Jerome Glisse
3
-2
/
+4
2014-02-27
drm/radeon: disable pll sharing for DP on DCE4.1
Alex Deucher
1
-1
/
+15
2014-02-27
drm/radeon: fix missing bo reservation
Christian König
1
-0
/
+6
2014-02-27
drm/radeon: print the supported atpx function mask
Alex Deucher
1
-1
/
+2
2014-02-27
Merge tag 'metag-fixes-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
[next]