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
/
block
/
n64cart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-2
/
+0
2024-02-20
n64cart: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-3
/
+5
2024-02-20
block: pass a queue_limits argument to blk_alloc_disk
Christoph Hellwig
1
-2
/
+4
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+1
2022-03-21
n64cart: convert bi_disk to bi_bdev->bd_disk fix build
Jackie Liu
1
-1
/
+1
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
1
-1
/
+1
2021-10-18
n64cart: add error handling support for add_disk()
Luis Chamberlain
1
-2
/
+10
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-7
/
+5
2021-09-09
n64cart: fix return value check in n64cart_probe()
Yang Yingliang
1
-2
/
+2
2021-08-04
n64cart: fix the dma address in n64cart_do_bvec
Christoph Hellwig
1
-1
/
+1
2021-06-01
n64cart: convert to blk_alloc_disk
Christoph Hellwig
1
-5
/
+1
2021-06-01
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-1
/
+1
2021-02-22
n64: store dev instance into disk private data
Chaitanya Kulkarni
1
-3
/
+2
2021-02-22
n64: cleanup n64cart_probe()
Chaitanya Kulkarni
1
-22
/
+11
2021-02-22
n64: cosmetics changes
Chaitanya Kulkarni
1
-4
/
+2
2021-02-22
n64: remove curly brackets
Chaitanya Kulkarni
1
-2
/
+1
2021-02-22
n64: use sector SECTOR_SHIFT instead 512
Chaitanya Kulkarni
1
-1
/
+1
2021-02-22
n64: use enums for reg
Chaitanya Kulkarni
1
-5
/
+7
2021-02-22
n64: move module param at the top
Chaitanya Kulkarni
1
-10
/
+11
2021-02-22
n64: move module info at the end
Chaitanya Kulkarni
1
-4
/
+4
2021-02-22
n64: use pr_fmt to avoid duplicate string
Chaitanya Kulkarni
1
-2
/
+3
2021-02-22
block: Add n64 cart driver
Lauri Kasanen
1
-0
/
+189