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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-27
i2c-algo-pcf: Delete broken 10-bit address support
Jean Delvare
1
-72
/
+13
2008-01-27
i2c-algo-bit: Fix NAK/ARB comments
David Brownell
1
-4
/
+20
2008-01-27
i2c-algo-bit: Whitespace fixes (+ NAK/ARB comments)
David Brownell
1
-97
/
+105
2008-01-27
i2c-pxa: Remove hardcoded #ifdef and use cpu_is_pxa27x
eric miao
1
-29
/
+29
2008-01-27
i2c: some overdue driver removal
Adrian Bunk
6
-213
/
+0
2008-01-27
ixp4xx-i2c-gpio
Michael-Luke Jones
5
-31
/
+38
2008-01-27
i2c: the scheduled I2C RTC driver removal
Adrian Bunk
11
-1252
/
+0
2008-01-27
i2c-stub: Use a single array for byte and word operations
Jean Delvare
2
-10
/
+8
2008-01-27
i2c-stub: Mention the existence of an helper script
Jean Delvare
1
-0
/
+3
2008-01-27
i2c/tsl2550: Add power management added
Rodolfo Giometti
1
-0
/
+21
2008-01-27
i2c: Add support for the PCF8575 chip
Bart Van Assche
4
-1
/
+302
2008-01-27
i2c-ibm_iic: Whitespace cleanup
Stefan Roese
2
-99
/
+99
2008-01-27
i2c-pasemi: use i2c_add_numbered_adapter()
Olof Johansson
1
-1
/
+2
2008-01-27
i2c-nforce2: The nForce2 can do block transactions
Jean Delvare
1
-0
/
+1
2008-01-27
printk: revert ktime_get() timestamps
Ingo Molnar
1
-3
/
+1
2008-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
23
-97
/
+1052
2008-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
65
-1446
/
+999
2008-01-27
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
105
-3658
/
+6216
2008-01-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-0
/
+3
2008-01-26
ide: remove REQ_TYPE_ATA_CMD
Bartlomiej Zolnierkiewicz
3
-113
/
+11
2008-01-26
ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2
-34
/
+33
2008-01-26
ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
3
-12
/
+11
2008-01-26
ide: fix final status check in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-3
/
+8
2008-01-26
ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
1
-6
/
+9
2008-01-26
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
Bartlomiej Zolnierkiewicz
3
-3
/
+5
2008-01-26
ide: initialize rq->cmd_type in ide_init_drive_cmd() callers
Bartlomiej Zolnierkiewicz
3
-1
/
+7
2008-01-26
ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)
Bartlomiej Zolnierkiewicz
3
-6
/
+5
2008-01-26
ide: kill DATA_READY define
Bartlomiej Zolnierkiewicz
2
-3
/
+2
2008-01-26
ide: task_end_request() fix
Tejun Heo
3
-14
/
+7
2008-01-26
ide: use rq->nr_sectors in task_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: remove needless ->cursg clearing from task_end_request()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-01-26
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
Bartlomiej Zolnierkiewicz
5
-23
/
+26
2008-01-26
ide-tape: fix handling of non-special requests in ->end_request method
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2008-01-26
ide: fix final status check in task_in_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-01-26
ide: fix ->io_32bit race in ide_taskfile_ioctl()
Tejun Heo
2
-5
/
+14
2008-01-26
cmd64x: remove /proc/ide/cmd64x
Bartlomiej Zolnierkiewicz
1
-113
/
+1
2008-01-26
ide: remove broken disk byte-swapping support
Bartlomiej Zolnierkiewicz
5
-41
/
+3
2008-01-26
ide: add ide_busy_sleep() helper
Bartlomiej Zolnierkiewicz
1
-22
/
+21
2008-01-26
ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate it
Bartlomiej Zolnierkiewicz
1
-1
/
+13
2008-01-26
ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c
Bartlomiej Zolnierkiewicz
2
-103
/
+110
2008-01-26
ide: print banner message once per controller in m68k host drivers
Bartlomiej Zolnierkiewicz
5
-35
/
+22
2008-01-26
ide: add ide_set_irq() inline helper
Bartlomiej Zolnierkiewicz
5
-22
/
+17
2008-01-26
ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabled
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
rapide: remove write-only hwif->hwif_data
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-01-26
ide: use ide_init_port_hw() in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-16
/
+17
2008-01-26
ide: always use ide_std_init_ports() in setup-pci.c
Bartlomiej Zolnierkiewicz
1
-5
/
+1
2008-01-26
au1xxx-ide: use ide_init_port_hw()
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-01-26
au1xxx-ide: au_ide_probe() fixes
Bartlomiej Zolnierkiewicz
1
-3
/
+2
[next]