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

2018-03-12 Thread Andy Shevchenko
On Mon, 2018-03-12 at 16:22 +0200, Andy Shevchenko wrote: > On Mon, 2018-03-12 at 19:04 +0530, Harish Jenny K N wrote: > > > > On Monday 12 March 2018 06:33 PM, Andy Shevchenko wrote: > > > On Mon, 2018-03-12 at 18:00 +0530, Harish Jenny K N wrote: > > > > > > > > > + for_each_set_bit(bit, (co

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

2018-03-12 Thread Andy Shevchenko
On Mon, 2018-03-12 at 19:04 +0530, Harish Jenny K N wrote: > > On Monday 12 March 2018 06:33 PM, Andy Shevchenko wrote: > > On Mon, 2018-03-12 at 18:00 +0530, Harish Jenny K N wrote: > > > > > > > > + for_each_set_bit(bit, (const unsigned long > > > > > > > > *)&caps, > > > > > > > > BITS_P

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

2018-03-12 Thread Andy Shevchenko
On Mon, 2018-03-12 at 19:37 +0530, Harish Jenny K N wrote: > Can anyone please respond to my previous request? > > > Before sending new patch , I would like to inform that I have been > > sending this patch with the following checkpatch warning, just to > > keep it same as other usages of debugf

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

2018-03-12 Thread Harish Jenny K N
On Monday 12 March 2018 07:04 PM, Harish Jenny K N wrote: > > On Monday 12 March 2018 06:33 PM, Andy Shevchenko wrote: >> On Mon, 2018-03-12 at 18:00 +0530, Harish Jenny K N wrote: >> >> + for_each_set_bit(bit, (const unsigned long *)&caps, BITS_PER_LONG) + fo

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

2018-03-12 Thread Harish Jenny K N
On Monday 12 March 2018 06:33 PM, Andy Shevchenko wrote: > On Mon, 2018-03-12 at 18:00 +0530, Harish Jenny K N wrote: > > >>> + for_each_set_bit(bit, (const unsigned long *)&caps, >>> BITS_PER_LONG) >>> + for_each_set_bit(bit, (const unsigned long >>> *)&caps2, >>>

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

2018-03-12 Thread Andy Shevchenko
On Mon, 2018-03-12 at 18:00 +0530, Harish Jenny K N wrote: > > > > > > + for_each_set_bit(bit, (const unsigned long *)&caps, > > > > > > BITS_PER_LONG) > > > > > > + for_each_set_bit(bit, (const unsigned long > > > > > > *)&caps2, > > > > > > BITS_PER_LONG) > > > > > > > > > > Explicit casti

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

2018-03-12 Thread Harish Jenny K N
t; linus.wall...@linaro.org; adrian.hun...@intel.com; shawn@rock-chips.com >> Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; >> vladimir_zapols...@mentor.com >> Subject: Re: [PATCH v9] mmc: Export host capabilities to debugfs. >> >> >> >>

RE: [PATCH v9] mmc: Export host capabilities to debugfs.

2018-03-12 Thread Avri Altman
ps.com > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; > vladimir_zapols...@mentor.com > Subject: Re: [PATCH v9] mmc: Export host capabilities to debugfs. > > > > On Monday 12 March 2018 04:15 PM, Avri Altman wrote: > > > >> -Original Message-

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

2018-03-12 Thread Harish Jenny K N
naro.org; adrian.hun...@intel.com; shawn.lin@rock- >> chips.com; Avri Altman >> Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; >> vladimir_zapols...@mentor.com >> Subject: Re: [PATCH v9] mmc: Export host capabilities to debugfs. >> >> On Mon, 2018

RE: [PATCH v9] mmc: Export host capabilities to debugfs.

2018-03-12 Thread Avri Altman
ltman > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; > vladimir_zapols...@mentor.com > Subject: Re: [PATCH v9] mmc: Export host capabilities to debugfs. > > On Mon, 2018-03-12 at 10:01 +0530, Harish Jenny K N wrote: > > This patch exports the host capabilities to de

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

2018-03-12 Thread Harish Jenny K N
On Monday 12 March 2018 03:37 PM, Andy Shevchenko wrote: > On Mon, 2018-03-12 at 10:01 +0530, Harish Jenny K N wrote: >> This patch exports the host capabilities to debugfs >> >> This idea of sharing host capabilities over debugfs >> came up from Abbas Raza >> Earlier discussions: >> https://lkm

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

2018-03-12 Thread Andy Shevchenko
On Mon, 2018-03-12 at 10:01 +0530, Harish Jenny K N wrote: > This patch exports the host capabilities to debugfs > > This idea of sharing host capabilities over debugfs > came up from Abbas Raza > Earlier discussions: > https://lkml.org/lkml/2018/3/5/357 > https://www.spinics.net/lists/linux-mmc/

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

2018-03-11 Thread Harish Jenny K N
This patch exports the host capabilities to debugfs This idea of sharing host capabilities over debugfs came up from Abbas Raza Earlier discussions: https://lkml.org/lkml/2018/3/5/357 https://www.spinics.net/lists/linux-mmc/msg48219.html Signed-off-by: Harish Jenny K N --- Changes in v9 - More