#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 | 85 | 29.62% | 9 | 40.91% |
Russell King | 78 | 27.18% | 2 | 9.09% |
Per Forlin | 61 | 21.25% | 2 | 9.09% |
Pierre Ossman | 26 | 9.06% | 1 | 4.55% |
Adrian Hunter | 13 | 4.53% | 4 | 18.18% |
Ulf Hansson | 12 | 4.18% | 1 | 4.55% |
Chuanxiao Dong | 7 | 2.44% | 1 | 4.55% |
Christoph Hellwig | 3 | 1.05% | 1 | 4.55% |
Seungwon Jeon | 2 | 0.70% | 1 | 4.55% |
Total | 287 | 100.00% | 22 | 100.00% |