/* 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 | 89 | 35.32% | 12 | 50.00% |
Russell King | 78 | 30.95% | 2 | 8.33% |
Per Forlin | 46 | 18.25% | 2 | 8.33% |
Adrian Hunter | 13 | 5.16% | 4 | 16.67% |
Ulf Hansson | 12 | 4.76% | 1 | 4.17% |
Pierre Ossman | 10 | 3.97% | 1 | 4.17% |
Christoph Hellwig | 3 | 1.19% | 1 | 4.17% |
Greg Kroah-Hartman | 1 | 0.40% | 1 | 4.17% |
Total | 252 | 100.00% | 24 | 100.00% |