projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b09a8ff
)
mmc: Add status IRQ and status callback function to mmc platform data
author
San Mehat
<san@google.com>
Tue, 11 Nov 2008 00:29:50 +0000
(16:29 -0800)
committer
Arve Hjønnevåg
<arve@android.com>
Mon, 1 Jul 2013 20:40:22 +0000
(13:40 -0700)
Signed-off-by: San Mehat <san@google.com>
include/linux/amba/mmci.h
patch
|
blob
|
history
diff --git
a/include/linux/amba/mmci.h
b/include/linux/amba/mmci.h
index 32a89cf5ec4589b51734f6e65b91a5e9dd6ac53f..0926063bff9f27e4a5ced1374f3a674155551d10 100644
(file)
--- a/
include/linux/amba/mmci.h
+++ b/
include/linux/amba/mmci.h
@@
-73,6
+73,8
@@
struct mmci_platform_data {
bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
void *dma_rx_param;
void *dma_tx_param;
+ unsigned int status_irq;
+ int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);
};
#endif