Re: [PATCH v2] ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list

2018-02-08 Thread Donglin Peng
Okay, I will send it later. On Thu, Feb 8, 2018 at 11:42 PM, Mark Brown wrote: > On Thu, Feb 08, 2018 at 04:25:10PM +0200, Andy Shevchenko wrote: >> On Fri, Jan 26, 2018 at 9:16 AM, Donglin Peng wrote: > >> > I can send another patch after the following patch is merged: >> > https://patchwork.ke

Re: [PATCH v2] ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list

2018-02-08 Thread Mark Brown
On Thu, Feb 08, 2018 at 04:25:10PM +0200, Andy Shevchenko wrote: > On Fri, Jan 26, 2018 at 9:16 AM, Donglin Peng wrote: > > I can send another patch after the following patch is merged: > > https://patchwork.kernel.org/patch/10178813/ > It's merged. I think whenever Mark switched his repositorie

Re: [PATCH v2] ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list

2018-02-08 Thread Andy Shevchenko
On Fri, Jan 26, 2018 at 9:16 AM, Donglin Peng wrote: > On Wed, Jan 24, 2018 at 1:37 AM, Mark Brown wrote: >> On Tue, Jan 23, 2018 at 07:08:15PM +0200, Andy Shevchenko wrote: >> >>> If it's not critical, I would suggest to wait till v4.16-rc1, where I >>> would like to push [1], and switch to DEFI

Re: [PATCH v2] ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list

2018-02-07 Thread Andy Shevchenko
On Fri, Jan 26, 2018 at 1:28 PM, Mark Brown wrote: > On Fri, Jan 26, 2018 at 03:16:00PM +0800, Donglin Peng wrote: >> On Wed, Jan 24, 2018 at 1:37 AM, Mark Brown wrote: > >> > Too late, I already applied this - a further conversion for the new >> > macro would be good. > >> I can send another pat

Re: [PATCH v2] ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list

2018-01-26 Thread Mark Brown
On Fri, Jan 26, 2018 at 03:16:00PM +0800, Donglin Peng wrote: > On Wed, Jan 24, 2018 at 1:37 AM, Mark Brown wrote: > > Too late, I already applied this - a further conversion for the new > > macro would be good. > I can send another patch after the following patch is merged: > https://patchwork.

Re: [PATCH v2] ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list

2018-01-25 Thread Donglin Peng
On Wed, Jan 24, 2018 at 1:37 AM, Mark Brown wrote: > On Tue, Jan 23, 2018 at 07:08:15PM +0200, Andy Shevchenko wrote: > >> If it's not critical, I would suggest to wait till v4.16-rc1, where I >> would like to push [1], and switch to DEFINE_SHOW_ATTRIBUTE() macro. > > Too late, I already applied t

Re: [PATCH v2] ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list

2018-01-23 Thread Mark Brown
On Tue, Jan 23, 2018 at 07:08:15PM +0200, Andy Shevchenko wrote: > If it's not critical, I would suggest to wait till v4.16-rc1, where I > would like to push [1], and switch to DEFINE_SHOW_ATTRIBUTE() macro. Too late, I already applied this - a further conversion for the new macro would be good.

Re: [PATCH v2] ASoC: use seq_file to dump the contents of dai_list,platform_list and codec_list

2018-01-23 Thread Andy Shevchenko
On Thu, Jan 18, 2018 at 7:31 AM, Donglin Peng wrote: > Now the debugfs files dais/platforms/codecs have a size limit PAGE_SIZE and > the user can not see the whole contents of dai_list/platform_list/codec_list > when they are larger than this limit. > > This patch uses seq_file instead to make sur