/* SPDX-License-Identifier: GPL-2.0 */ #ifndef MMC_QUEUE_H #define MMC_QUEUE_H #include <linux/types.h> #include <linux/blkdev.h> #include <linux/blk-mq.h> #include <linux/mmc/core.h> #include <linux/mmc/host.h>
static inline struct mmc_queue_req *req_to_mmc_queue_req(struct request *rq) { return blk_mq_rq_to_pdu(rq); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Walleij | 20 | 100.00% | 1 | 100.00% |
Total | 20 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Walleij | 20 | 100.00% | 1 | 100.00% |
Total | 20 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Walleij | 87 | 33.59% | 11 | 44.00% |
Russell King | 78 | 30.12% | 2 | 8.00% |
Per Forlin | 46 | 17.76% | 2 | 8.00% |
Adrian Hunter | 13 | 5.02% | 4 | 16.00% |
Ulf Hansson | 12 | 4.63% | 1 | 4.00% |
Pierre Ossman | 11 | 4.25% | 1 | 4.00% |
Chuanxiao Dong | 7 | 2.70% | 1 | 4.00% |
Christoph Hellwig | 3 | 1.16% | 1 | 4.00% |
Seungwon Jeon | 1 | 0.39% | 1 | 4.00% |
Greg Kroah-Hartman | 1 | 0.39% | 1 | 4.00% |
Total | 259 | 100.00% | 25 | 100.00% |