Re: [PATCHv2 1/1] ANDROID: mmc: core: export emmc revision

2017-10-12 Thread Linus Walleij
On Thu, Oct 12, 2017 at 9:32 AM, Linus Walleij wrote: > I think it is by far a better idea that Android start to read out these > things using the ioctl() operation and cut this sysfs business. But hey, too early in the morning. It's just the revision of the extcsd that is being exposed. That's

Re: [PATCHv2 1/1] ANDROID: mmc: core: export emmc revision

2017-10-12 Thread Linus Walleij
On Wed, Oct 11, 2017 at 10:51 PM, Jin Qian wrote: > From: Jin Qian > > Expose emmc revision as part of device attributes. > > Signed-off-by: Jin Qian So have you tried and seen what happens with an MMC that is not an eMMC, i.e. a good old MMC card from back in the days? Does it display all ze

Re: [PATCHv2 1/1] ANDROID: mmc: core: export emmc revision

2017-10-11 Thread Jisheng Zhang
On Wed, 11 Oct 2017 13:51:26 -0700 Jin Qian wrote: > From: Jin Qian > > Expose emmc revision as part of device attributes. >> ANDROID: mmc: core: export emmc revision This commit probably back port from android linux kernel repo. Could we remove the ANDROID prefix > > Signed-off-by: Jin Qia