Re: [PATCH] soc: qcom: Introduce debugfs interface to smem

2020-11-25 Thread Alex Elder
On 11/22/20 11:21 PM, Bjorn Andersson wrote: Every now and then it's convenient to be able to inspect the content of SMEM items. Rather than carrying some hack locally let's upstream a driver that when inserted exposes a debugfs interface for dumping available items. I have a number of comments

Re: [PATCH] soc: qcom: Introduce debugfs interface to smem

2020-11-24 Thread Bjorn Andersson
On Tue 24 Nov 11:04 CST 2020, Vinod Koul wrote: > On 24-11-20, 10:39, Bjorn Andersson wrote: > > On Tue 24 Nov 09:34 CST 2020, Vinod Koul wrote: > > > > > On 22-11-20, 23:21, Bjorn Andersson wrote: > > > > Every now and then it's convenient to be able to inspect the content of > > > > SMEM items.

Re: [PATCH] soc: qcom: Introduce debugfs interface to smem

2020-11-24 Thread Vinod Koul
On 24-11-20, 10:39, Bjorn Andersson wrote: > On Tue 24 Nov 09:34 CST 2020, Vinod Koul wrote: > > > On 22-11-20, 23:21, Bjorn Andersson wrote: > > > Every now and then it's convenient to be able to inspect the content of > > > SMEM items. Rather than carrying some hack locally let's upstream a > >

Re: [PATCH] soc: qcom: Introduce debugfs interface to smem

2020-11-24 Thread Bjorn Andersson
On Tue 24 Nov 09:34 CST 2020, Vinod Koul wrote: > On 22-11-20, 23:21, Bjorn Andersson wrote: > > Every now and then it's convenient to be able to inspect the content of > > SMEM items. Rather than carrying some hack locally let's upstream a > > driver that when inserted exposes a debugfs interface

Re: [PATCH] soc: qcom: Introduce debugfs interface to smem

2020-11-24 Thread Vinod Koul
On 22-11-20, 23:21, Bjorn Andersson wrote: > Every now and then it's convenient to be able to inspect the content of > SMEM items. Rather than carrying some hack locally let's upstream a > driver that when inserted exposes a debugfs interface for dumping > available items. > > Signed-off-by: Bjorn

[PATCH] soc: qcom: Introduce debugfs interface to smem

2020-11-22 Thread Bjorn Andersson
Every now and then it's convenient to be able to inspect the content of SMEM items. Rather than carrying some hack locally let's upstream a driver that when inserted exposes a debugfs interface for dumping available items. Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/Kconfig| 7