[V2 PATCH 2/5] mmc: host: add runtime PM for host class dev

2015-04-03 Thread Chuanxiao Dong
mmc host has a class device which is parent of the card device, also a children of the low level host device. Right now we have runtime pm for card device and low level host device, but nothing for this host class device. So it is impossible to connect the card runtime pm to low level host runtime

[PATCH 2/5] mmc: host: add runtime PM for host class dev

2015-03-17 Thread Chuanxiao Dong
mmc host has a class device which is parent of the card device, also a children of the low level host device. Right now we have runtime pm for card device and low level host device, but nothing for this host class device. So it is impossible to connect the card runtime pm to low level host runtime

[RFC PATCH 2/5] mmc: host: add runtime PM for host class dev

2014-12-19 Thread Chuanxiao Dong
mmc host has a class device which is parent of the card device, also a children of the low level host device. Right now we have runtime pm for card device and low level host device, but nothing for this host class device. So it is impossible to connect the card runtime pm to low level host runtime