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
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
2013-12-04
iio: Add support for blocking IO on buffers
Lars-Peter Clausen
1
-1
/
+22
2013-12-04
iio: kfifo_buf: Implement data_available() callback
Lars-Peter Clausen
1
-9
/
+14
2013-12-04
iio: Add data_available callback for buffers
Lars-Peter Clausen
1
-1
/
+9
2013-12-04
staging:iio:ad7746: Do not store the transfer buffer on the stack
Lars-Peter Clausen
1
-7
/
+7
2013-12-04
staging:iio:ad7746: Mark transfer buffer as __be32
Lars-Peter Clausen
1
-1
/
+1
2013-12-04
staging:iio:ad7280a: Do not store transfer buffer on the stack
Lars-Peter Clausen
1
-14
/
+15
2013-12-04
staging:iio:ad7280a: Mark transfer buffer as __be32
Lars-Peter Clausen
1
-3
/
+4
2013-12-04
iio:vcnl4000: Mark transfer buffer as __be16
Lars-Peter Clausen
1
-1
/
+1
2013-12-04
iio:ad7266: Mark transfer buffer as __be16
Lars-Peter Clausen
1
-9
/
+12
2013-12-04
iio:ad5791: Do not store transfer buffers on the stack
Lars-Peter Clausen
1
-25
/
+21
2013-12-04
iio:ad5791: Mark transfer buffers as __be32
Lars-Peter Clausen
1
-2
/
+2
2013-12-04
iio:ad5755: Mark transfer buffer as __be32
Lars-Peter Clausen
1
-1
/
+1
2013-12-04
iio:ad5686: Mark transfer buffer as __be32
Lars-Peter Clausen
1
-1
/
+1
2013-12-04
iio:ad5421: Mark transfer buffer as __be32
Lars-Peter Clausen
1
-1
/
+1
2013-12-04
iio:ad5504: Do not store transfer buffers on the stack
Lars-Peter Clausen
1
-20
/
+20
2013-12-04
iio:ad5504: Mark transfer buffers as __be16
Lars-Peter Clausen
1
-3
/
+3
2013-12-03
vme: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
3
-3
/
+3
2013-12-03
VME: Rename vme_slot_get to avoid confusion with reference counting
Martyn Welch
2
-4
/
+4
2013-12-03
VME: Provide access to VME bus enumeration and fix vme_user match function
Martyn Welch
2
-3
/
+23
2013-12-03
staging: dwc2: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2013-12-03
staging: comedi: ni_atmio16d: remove an unnecessary printk
H Hartley Sweeten
1
-1
/
+0
2013-12-03
staging: comedi: ni_atmio16d: tidy up the irq support in atmio16d_attach()
H Hartley Sweeten
1
-20
/
+14
2013-12-03
staging: comedi: ni_atmio16d: remove printk() noise in atmio16d_ai_insn_read()
H Hartley Sweeten
1
-6
/
+1
2013-12-03
staging: comedi: ni_pcimio: convert printk() to dev_dbg()
H Hartley Sweeten
1
-3
/
+3
2013-12-03
staging: comedi: ni_tio: remove commented out printk message
H Hartley Sweeten
1
-1
/
+0
2013-12-03
staging: comedi: pcl812: convert printk messages in pcl812_attach()
H Hartley Sweeten
1
-19
/
+8
2013-12-03
staging: comedi: pcl812: tidy up the irq support in pcl812_attach()
H Hartley Sweeten
1
-25
/
+6
2013-12-03
staging: comedi: pcl816: convert printk messages in pcl816_attach()
H Hartley Sweeten
1
-11
/
+9
2013-12-03
staging: comedi: pcl816: remove commented out printk debug
H Hartley Sweeten
1
-2
/
+0
2013-12-03
staging: comedi: pcl816: tidy up the irq support in pcl816_attach()
H Hartley Sweeten
1
-28
/
+7
2013-12-03
staging: comedi: pcl816: remove TRIG_WAKE_EOS support stub
H Hartley Sweeten
1
-9
/
+0
2013-12-03
staging: comedi: pcl816: remove commented out outb() macro
H Hartley Sweeten
1
-2
/
+0
2013-12-03
staging: comedi: pcl818: convert printk() messages to dev_{level}
H Hartley Sweeten
1
-14
/
+15
2013-12-03
staging: comedi: pcl818: tidy up the irq support in pcl818_attach()
H Hartley Sweeten
1
-21
/
+7
2013-12-03
staging: comedi: pcl818: remove board attach noise
H Hartley Sweeten
1
-10
/
+0
2013-12-03
staging: comedi: pcl818: remove printk function trace messages
H Hartley Sweeten
1
-3
/
+0
2013-12-03
staging: comedi: pcl818: remove commented out printk debug
H Hartley Sweeten
1
-10
/
+0
2013-12-03
staging: comedi: pcm3724: remove commented out printk debug
H Hartley Sweeten
1
-6
/
+0
2013-12-03
staging: comedi: plx9080.h: remove unnecessary printk noise
H Hartley Sweeten
1
-10
/
+3
2013-12-03
staging: comedi: rtd520: remove commented out printk debug
H Hartley Sweeten
1
-3
/
+0
2013-12-03
staging: comedi: mpc624: convert printk messages in mpc624_ai_rinsn()
H Hartley Sweeten
1
-4
/
+4
2013-12-03
staging: comedi: mpc624: remove unnecessary printk noise
H Hartley Sweeten
1
-4
/
+2
2013-12-03
staging: comedi: mpc624: remove unnecessary test
H Hartley Sweeten
1
-4
/
+0
2013-12-03
staging: comedi: mpc624: remove commented out printk
H Hartley Sweeten
1
-1
/
+0
2013-12-03
staging: comedi: dt282x: remove commented out printk
H Hartley Sweeten
1
-2
/
+1
2013-12-03
staging: comedi: dt282x: convert dt282x_ao_inttrig() messages
H Hartley Sweeten
1
-2
/
+2
2013-12-03
staging: comedi: dt282x: convert dt282x_ai_dma_interrupt() messages
H Hartley Sweeten
1
-2
/
+2
2013-12-03
staging: comedi: dt282x: convert dt282x_ao_dma_interrupt() messages
H Hartley Sweeten
1
-2
/
+2
2013-12-03
staging: comedi: dt282x: remove disable code that disables the irq
H Hartley Sweeten
1
-7
/
+0
2013-12-03
staging: comedi: dt282x: remove unnecessary blank line message
H Hartley Sweeten
1
-2
/
+0
[next]