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
/
staging
/
csr
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-21
staging: Fix spelling of "asynchronous" in comments.
Adam Buchbinder
1
-2
/
+2
2012-09-18
staging: csr: wait for the exec in usermodehelper
Lauri Hintsala
1
-1
/
+1
2012-09-18
staging: fix csr printk format warning
Randy Dunlap
1
-1
/
+1
2012-09-05
staging: csr: replace calls to kmalloc and memset with kzalloc
Devendra Naga
1
-7
/
+3
2012-09-05
staging: csr: remove casting of return value from kmalloc
Devendra Naga
1
-1
/
+1
2012-09-05
staging: csr: Remove all leftover kernel version checks \o/
Priit Laes
9
-75
/
+1
2012-09-05
staging: csr: Remove unneeded UF_NETIF_TX_* macros
Priit Laes
5
-14
/
+9
2012-09-05
staging: csr: unifi_priv.h: Remove KERNEL_VERSION checks
Priit Laes
1
-27
/
+0
2012-09-05
staging: csr: unifi_wext.h: Remove KERNEL_VERSION checks
Priit Laes
1
-21
/
+5
2012-09-05
staging: csr: drv.c: Remove KERNEL_VERSION checks and associated defines
Priit Laes
1
-35
/
+8
2012-09-05
staging: csr: Drop unused UNIFI_NET_NAME configuration option
Priit Laes
1
-17
/
+2
2012-09-05
staging: csr: remove unused define ALLOW_Q_PAUSE
Priit Laes
2
-19
/
+0
2012-09-05
staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.37
Priit Laes
1
-8
/
+0
2012-09-05
staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.34
Priit Laes
1
-25
/
+0
2012-09-05
staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.32
Priit Laes
1
-14
/
+0
2012-09-05
staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.29
Priit Laes
1
-27
/
+0
2012-09-05
staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.28
Priit Laes
1
-454
/
+0
2012-09-05
staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.27
Priit Laes
1
-42
/
+0
2012-09-05
staging: csr: netdev.c: Clean up KERNEL_VERSION checks: <=2.6.25
Priit Laes
1
-21
/
+0
2012-09-05
staging: csr: use is_zero_ether_addr() instead of memcmp()
Wei Yongjun
1
-3
/
+1
2012-09-05
staging: csr: fix possible memory leak in do_patch_convert_download()
Wei Yongjun
1
-0
/
+2
2012-08-27
Merge 3.6-rc3 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2012-08-16
staging:csr: remove usage of CsrSnprintf and use scnprintf
Devendra Naga
7
-120
/
+66
2012-08-15
staging: csr: add INET dependancy
Greg Kroah-Hartman
1
-1
/
+1
2012-08-14
staging: csr: Fix up version.h includes
Jesper Juhl
11
-12
/
+10
2012-08-14
staging/csr: fix coding style problems in handle_bh_error
Devendra Naga
1
-21
/
+23
2012-08-14
staging/csr: remove the initialisation of interfaceTag and its comment in han...
Devendra Naga
1
-1
/
+1
2012-08-14
staging/csr: fix coding style problems in uf_wait_for_thread_to_stop
Devendra Naga
1
-14
/
+15
2012-08-14
staging/csr: fix coding style problems in uf_stop_thread
Devendra Naga
1
-7
/
+8
2012-08-14
staging/csr: clean coding style in uf_start_thread
Devendra Naga
1
-40
/
+43
2012-08-14
staging/csr: remove firmware pointer check before giving to release_firmware
Devendra Naga
1
-3
/
+1
2012-08-14
staging/csr: coding style fixes at sdio_linux_remove_irq and at install_irq
Devendra Naga
1
-23
/
+20
2012-08-14
staging/csr: coding style fixes in CsrTimeGet
Devendra Naga
1
-11
/
+9
2012-08-14
staging: csr: use %*ph[C] to hexdump small buffers
Andy Shevchenko
2
-9
/
+4
2012-08-14
staging: csr: print mac address with %pM
Andy Shevchenko
1
-5
/
+3
2012-07-21
staging: csr: delete a bunch of unused library functions
Greg Kroah-Hartman
6
-616
/
+1
2012-07-21
staging: csr: remove csr_utf16.c
Greg Kroah-Hartman
10
-1155
/
+28
2012-07-21
staging: csr: remove csr_pmem.h
Greg Kroah-Hartman
36
-134
/
+1
2012-07-21
staging: csr: remove CsrPmemAlloc
Greg Kroah-Hartman
26
-605
/
+534
2012-07-21
staging: csr: remove CsrPmemFree()
Greg Kroah-Hartman
23
-303
/
+282
2012-07-21
staging: csr: remove CsrMemAllocDma()
Greg Kroah-Hartman
5
-53
/
+4
2012-07-21
staging: csr: remove CsrMemCalloc()
Greg Kroah-Hartman
2
-52
/
+0
2012-07-21
staging: csr: remove CsrMemAlloc()
Greg Kroah-Hartman
7
-62
/
+12
2012-07-21
staging: csr: remove CsrMemFree() and CsrMemFreeDma()
Greg Kroah-Hartman
8
-107
/
+30
2012-07-21
staging: csr: remove csr_util.h
Greg Kroah-Hartman
19
-36
/
+18
2012-07-21
staging: csr: remove CsrOffSetOf()
Greg Kroah-Hartman
2
-107
/
+96
2012-07-21
stating: csr: remove unneeded #includes in csr_util.c
Greg Kroah-Hartman
1
-5
/
+0
2012-07-21
staging: csr: make CsrUInt16ToHex static
Greg Kroah-Hartman
3
-23
/
+16
2012-07-21
staging: csr: remove CsrMemCpy()
Greg Kroah-Hartman
15
-97
/
+77
2012-07-21
staging: csr: remove CsrStrLen()
Greg Kroah-Hartman
7
-29
/
+19
[next]