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

2018-03-22 Thread Ulf Hansson
On 5 March 2018 at 14:39, Harish Jenny K N wrote: > 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 Thanks,

[PATCH v4] 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