[PATCH] mmc: Export host capabilities to debugfs.

2018-03-05 Thread Harish Jenny K N
From: Abbas Raza This patch exports the host capabilities to debugfs Signed-off-by: Abbas Raza Signed-off-by: Andrew Gabbasov [Harish: Added caps2, moved creation to mmc_add_host_debugfs] Signed-off-by: Harish Jenny K N --- Changes in v4: - Moved the creation of nodes to mmc_add_host_debugfs

Re: [PATCH] mmc: Export host capabilities to debugfs.

2018-03-04 Thread Harish Jenny K N
On Saturday 03 March 2018 10:02 PM, Vladimir Zapolskiy wrote: > Hi Harish, > > On 03/01/2018 03:17 PM, Harish Jenny K N wrote: >> This patch exports the host capabilities to debugfs >> >> Signed-off-by: Andrew Gabbasov >> Signed-off-by: Harish Jenny K N >> --- > would you mind to restore the au

Re: [PATCH] mmc: Export host capabilities to debugfs.

2018-03-03 Thread Vladimir Zapolskiy
Hi Harish, On 03/01/2018 03:17 PM, Harish Jenny K N wrote: > This patch exports the host capabilities to debugfs > > Signed-off-by: Andrew Gabbasov > Signed-off-by: Harish Jenny K N > --- would you mind to restore the authorship to Abbas Raza and send v2? Thank you in advance. -- With best w

Re: [PATCH] mmc: Export host capabilities to debugfs.

2018-03-02 Thread Linus Walleij
On Fri, Mar 2, 2018 at 2:17 PM, Harish Jenny K N wrote: > On Thursday 01 March 2018 07:54 PM, Linus Walleij wrote: >> On Thu, Mar 1, 2018 at 2:17 PM, Harish Jenny K N >> wrote: >> >> Thanks for your patch! >> >>> This patch exports the host capabilities to debugfs >>> >>> Signed-off-by: Andrew Ga

Re: [PATCH] mmc: Export host capabilities to debugfs.

2018-03-02 Thread Harish Jenny K N
On Thursday 01 March 2018 07:54 PM, Linus Walleij wrote: > On Thu, Mar 1, 2018 at 2:17 PM, Harish Jenny K N > wrote: > > Thanks for your patch! > >> This patch exports the host capabilities to debugfs >> >> Signed-off-by: Andrew Gabbasov >> Signed-off-by: Harish Jenny K N > Is there a correspo

Re: [PATCH] mmc: Export host capabilities to debugfs.

2018-03-01 Thread Linus Walleij
On Thu, Mar 1, 2018 at 2:17 PM, Harish Jenny K N wrote: Thanks for your patch! > This patch exports the host capabilities to debugfs > > Signed-off-by: Andrew Gabbasov > Signed-off-by: Harish Jenny K N Is there a corresponding patch to the mmc utils to make use of the exported information? An

[PATCH] mmc: Export host capabilities to debugfs.

2018-03-01 Thread Harish Jenny K N
This patch exports the host capabilities to debugfs Signed-off-by: Andrew Gabbasov Signed-off-by: Harish Jenny K N --- drivers/mmc/core/debugfs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mmc/core/debugfs.c b/drivers/mmc/core/debugfs.c index c51e0c0..fa2df7f 100644 --- a/dr