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
2007-10-03
sdhci: fix a typo
Nicolas Pitre
2
-2
/
+2
2007-10-03
mmc: Disabler for Ricoh MMC controller
Philip Langdale
4
-0
/
+171
2007-09-27
sdio: adaptive interrupt polling
Pierre Ossman
1
-5
/
+23
2007-09-25
mmc: pxamci: add SDIO card interrupt reporting capability
Bridge Wu
2
-5
/
+24
2007-09-25
mmc: pxamci: set proper buswidth capabilities according to PXA flavor
Bridge Wu
2
-1
/
+10
2007-09-25
mmc: pxamci: set proper block capabilities according to PXA flavor
Nicolas Pitre
1
-2
/
+2
2007-09-25
mmc: pxamci: better pending IRQ determination
Bridge Wu
1
-1
/
+1
2007-09-24
arm: i.MX/MX1 SDHC implements SD cards read-only switch read-back
Pavel Pisa
3
-4
/
+19
2007-09-24
mmc: add led trigger
Pierre Ossman
3
-0
/
+16
2007-09-24
mmc_spi host driver
David Brownell
5
-0
/
+1461
2007-09-23
MMC core learns about SPI
David Brownell
10
-103
/
+372
2007-09-23
MMC/SD card driver learns SPI
David Brownell
1
-8
/
+15
2007-09-23
MMC headers learn about SPI
David Brownell
3
-13
/
+67
2007-09-23
sdio: store vendor strings
Pierre Ossman
5
-1
/
+60
2007-09-23
mmc: increase power up delay
Pierre Ossman
1
-1
/
+9
2007-09-23
sdhci: sdio interrupt support
Pierre Ossman
1
-1
/
+38
2007-09-23
sdio: fix recursion issues between sdio-uart driver and tty layer
Nicolas Pitre
1
-2
/
+19
2007-09-23
sdio: add default c_ispeed/c_ospeed values to sdio_uart driver
Nicolas Pitre
1
-0
/
+2
2007-09-23
sdio: add sdio_f0_readb() and sdio_f0_writeb()
David Vrabel
2
-0
/
+69
2007-09-23
mmc: replace BUG_ON with WARN_ON
Pierre Ossman
5
-15
/
+13
2007-09-23
sdio: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-3
/
+1
2007-09-23
sdio: extend sdio_readsb() and friends to handle any length of buffer
David Vrabel
3
-28
/
+86
2007-09-23
sdio: set the functions' block size
David Vrabel
4
-2
/
+63
2007-09-23
sdio: add SDIO_FBR_BASE(f) macro
David Vrabel
3
-3
/
+5
2007-09-23
mmc: fix sdio timeout calculation
Pierre Ossman
1
-0
/
+9
2007-09-23
mmc: fix incorrect divisor in debug output
Pierre Ossman
1
-1
/
+1
2007-09-23
sdio: enable wide bus mode
Pierre Ossman
1
-0
/
+33
2007-09-23
sdio: change clock speed
Pierre Ossman
1
-0
/
+6
2007-09-23
make struct sdio_dev_attrs[] static
Adrian Bunk
1
-1
/
+1
2007-09-23
sdio: add interface for host side SDIO interrupt reporting
Nicolas Pitre
3
-1
/
+18
2007-09-23
sdio: support IO_RW_EXTENDED
Pierre Ossman
5
-0
/
+275
2007-09-23
sdio: add /proc interface to sdio_uart driver
Nicolas Pitre
1
-0
/
+62
2007-09-23
sdio: UART/GPS driver
Nicolas Pitre
3
-0
/
+1086
2007-09-23
sdio: core support for SDIO function interrupt
Nicolas Pitre
5
-1
/
+257
2007-09-23
sdio: allow for mmc_claim_host to be aborted
Nicolas Pitre
2
-7
/
+28
2007-09-23
sdio: defines for some standard interface types
Nicolas Pitre
1
-0
/
+23
2007-09-23
sdio: add basic sysfs attributes
Pierre Ossman
1
-0
/
+32
2007-09-23
sdio: add modalias support
Pierre Ossman
2
-1
/
+40
2007-09-23
mmc: whip bus uevent handler into shape
Pierre Ossman
1
-14
/
+17
2007-09-23
sdio: add device id table and matching
Pierre Ossman
3
-7
/
+92
2007-09-23
mmc: initialize mmc subsystem with subsys_initcall()
Nicolas Pitre
1
-1
/
+1
2007-09-23
sdio: split up common and function CIS parsing
Pierre Ossman
7
-26
/
+205
2007-09-23
sdio: link unknown CIS tuples to the sdio_func structure
Nicolas Pitre
4
-29
/
+70
2007-09-23
sdio: initial CIS parsing code
Nicolas Pitre
4
-1
/
+144
2007-09-23
sdio: basic parsing of FBR
Pierre Ossman
2
-0
/
+43
2007-09-23
sdio: read and decode interesting parts of the CCCR
Pierre Ossman
2
-0
/
+74
2007-09-23
mmc: enable/disable functions for SDIO
Pierre Ossman
3
-0
/
+188
2007-09-23
mmc: add basic SDIO I/O operations
Pierre Ossman
3
-1
/
+119
2007-09-23
mmc: add SDIO driver handling
Pierre Ossman
2
-0
/
+41
2007-09-23
mmc: basic SDIO device model
Pierre Ossman
7
-15
/
+279
[next]