Re: [PATCH RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread Chris Ball
Hi, On Sat, Jul 14 2012, Maya Erez wrote: > Separate MMC specific attributes from general block device > attributes and move them from the /sys/block/ directory > to /sys/block//mmc directory I don't think we can do this, even though the change is a good one. What happens if someone has

Re: [PATCH RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread merez
Hi all, Do you have additional comments on this patch? Thanks, Maya On Sat, July 14, 2012 11:46 am, Maya Erez wrote: > Separate MMC specific attributes from general block device > attributes and move them from the /sys/block/ directory > to /sys/block//mmc directory > > Signed-off-by: Maya Erez

[PATCH RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread Maya Erez
Separate MMC specific attributes from general block device attributes and move them from the /sys/block/ directory to /sys/block//mmc directory Signed-off-by: Maya Erez --- drivers/mmc/card/block.c | 71 + 1 files changed, 64 insertions(+), 7

[PATCH RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread Maya Erez
Separate MMC specific attributes from general block device attributes and move them from the /sys/block/BLOCK_DEV directory to /sys/block/BLOCK_DEV/mmc directory Signed-off-by: Maya Erez me...@codeaurora.org --- drivers/mmc/card/block.c | 71 + 1

Re: [PATCH RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread merez
Hi all, Do you have additional comments on this patch? Thanks, Maya On Sat, July 14, 2012 11:46 am, Maya Erez wrote: Separate MMC specific attributes from general block device attributes and move them from the /sys/block/BLOCK_DEV directory to /sys/block/BLOCK_DEV/mmc directory

Re: [PATCH RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread Chris Ball
Hi, On Sat, Jul 14 2012, Maya Erez wrote: Separate MMC specific attributes from general block device attributes and move them from the /sys/block/BLOCK_DEV directory to /sys/block/BLOCK_DEV/mmc directory I don't think we can do this, even though the change is a good one. What happens if