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
2009-12-10
Merge branch 'next-i2c' of git://git.fluff.org/bjdooks/linux
Linus Torvalds
3
-157
/
+398
2009-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6
Linus Torvalds
14
-219
/
+37
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
274
-458
/
+417
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
8
-17
/
+60
2009-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
205
-7037
/
+26307
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
1
-1
/
+1
2009-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
15
-89
/
+892
2009-12-10
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
48
-2055
/
+2353
2009-12-10
nvram: Fix missing smp_lock.h in nvram
Frederic Weisbecker
1
-0
/
+1
2009-12-09
Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-98
/
+52
2009-12-09
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2009-12-09
Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+92
2009-12-09
i2c-pnx: Map I2C adapter number to platform ID number
Kevin Wells
1
-1
/
+2
2009-12-09
i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode
Rajendra Nayak
1
-23
/
+41
2009-12-09
i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases
Shinya Kuribayashi
1
-2
/
+7
2009-12-09
i2c-designware: Cosmetic cleanups
Shinya Kuribayashi
1
-13
/
+14
2009-12-09
i2c-designware: Tx abort cleanups
Shinya Kuribayashi
1
-7
/
+40
2009-12-09
i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors
Shinya Kuribayashi
1
-0
/
+8
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures
Shinya Kuribayashi
1
-4
/
+11
2009-12-09
i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed
Shinya Kuribayashi
1
-3
/
+8
2009-12-09
i2c-designware: Process all i2c_msg messages in the interrupt handler
Shinya Kuribayashi
1
-9
/
+17
2009-12-09
i2c-designware: i2c_dw_read: Remove redundant target address checker
Shinya Kuribayashi
1
-5
/
+0
2009-12-09
i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits
Shinya Kuribayashi
1
-1
/
+6
2009-12-09
i2c-designware: Initialize byte count variables just prior to being used
Shinya Kuribayashi
1
-3
/
+7
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
Shinya Kuribayashi
1
-3
/
+4
2009-12-09
i2c-designware: Divide i2c_dw_xfer_msg into two functions
Shinya Kuribayashi
1
-20
/
+25
2009-12-09
i2c-designware: Enable RX_FULL interrupt
Shinya Kuribayashi
1
-3
/
+4
2009-12-09
i2c-designware: Set Tx/Rx FIFO threshold levels
Shinya Kuribayashi
1
-0
/
+6
2009-12-09
i2c-designware: Process i2c_msg messages in the interrupt handler
Shinya Kuribayashi
1
-25
/
+14
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
Shinya Kuribayashi
1
-8
/
+12
2009-12-09
i2c-designware: Improved _HCNT/_LCNT calculation
Shinya Kuribayashi
1
-9
/
+84
2009-12-09
i2c-designware: Remove an useless local variable "num"
Shinya Kuribayashi
1
-4
/
+2
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
1
-4
/
+3
2009-12-09
i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
1
-4
/
+3
2009-12-09
i2c-designware: Use platform_get_irq helper
Shinya Kuribayashi
1
-6
/
+6
2009-12-09
i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
Shinya Kuribayashi
1
-5
/
+79
2009-12-09
i2c-designware: Consolidate to use 32-bit word accesses
Shinya Kuribayashi
1
-38
/
+38
2009-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-94
/
+92
2009-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
2
-45
/
+112
2009-12-09
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2009-12-09
Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+15
2009-12-09
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+6
2009-12-08
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
24
-298
/
+19651
2009-12-08
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
36
-258
/
+804
2009-12-08
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
47
-98
/
+258
2009-12-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
8
-3
/
+516
2009-12-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
8
-132
/
+157
2009-12-08
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
31
-389
/
+751
2009-12-08
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
21
-528
/
+183
2009-12-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-10
/
+13
[next]