/* * cb710/cb710-mmc.h * * Copyright by MichaÅ MirosÅaw, 2008-2009 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef LINUX_CB710_MMC_H #define LINUX_CB710_MMC_H #include <linux/cb710.h> /* per-MMC-reader structure */ struct cb710_mmc_reader { struct tasklet_struct finish_req_tasklet; struct mmc_request *mrq; spinlock_t irq_lock; unsigned char last_power_mode; }; /* some device struct walking */
static inline struct mmc_host *cb710_slot_to_mmc(struct cb710_slot *slot) { return platform_get_drvdata(&slot->pdev); }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
michal miroslaw | michal miroslaw | 22 | 95.65% | 1 | 50.00% |
jingoo han | jingoo han | 1 | 4.35% | 1 | 50.00% |
Total | 23 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
michal miroslaw | michal miroslaw | 32 | 96.97% | 1 | 50.00% |
geliang tang | geliang tang | 1 | 3.03% | 1 | 50.00% |
Total | 33 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
michal miroslaw | michal miroslaw | 321 | 99.38% | 1 | 33.33% |
geliang tang | geliang tang | 1 | 0.31% | 1 | 33.33% |
jingoo han | jingoo han | 1 | 0.31% | 1 | 33.33% |
Total | 323 | 100.00% | 3 | 100.00% |