Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-11 Thread Tom Rini
On Tue, Feb 11, 2020 at 05:25:39PM +0100, Wolfgang Denk wrote: > Dear Tom, > > In message <20200211150800.d895b240...@gemini.denx.de> I wrote: > > > > So an easy work around for the problem is to clear the "nodupes" > > setting in your subscription - alternatively we can try and patch > > mailman

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-11 Thread Wolfgang Denk
Dear Tom, In message <20200211150800.d895b240...@gemini.denx.de> I wrote: > > So an easy work around for the problem is to clear the "nodupes" > setting in your subscription - alternatively we can try and patch > mailman to behave like we want it. There is even a clean approach upstream [1]: [1

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-11 Thread Wolfgang Denk
Dear Tom, In message <20200211135633.8b4d0240...@gemini.denx.de> I wrote: > > > I'm a little wary of changing the global setting for everyone as well. > > Perhaps we just need to note the problem happened for now and see if it > > really happens again in the future, such that we need to consider s

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-11 Thread Wolfgang Denk
Dear Tom, In message <20200210142800.GJ13379@bill-the-cat> you wrote: > > I'm a little wary of changing the global setting for everyone as well. > Perhaps we just need to note the problem happened for now and see if it > really happens again in the future, such that we need to consider such a > h

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-10 Thread Tom Rini
On Sun, Feb 09, 2020 at 02:38:15PM +0100, Wolfgang Denk wrote: > Dear Faiz, > > In message <04e0144c-cad3-d242-0393-ba33afa3d...@ti.com> you wrote: > > > > > I am in the cc list of your first mail, but not from Simon's reply mail. > > > > So Peng got the email but the list is dropping CCs after it

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-09 Thread Wolfgang Denk
Dear Faiz, In message <04e0144c-cad3-d242-0393-ba33afa3d...@ti.com> you wrote: > > > I am in the cc list of your first mail, but not from Simon's reply mail. > > So Peng got the email but the list is dropping CCs after it gets them. > How do I avoid this in the future? Should I always add maintain

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-04 Thread Faiz Abbas
Hi Tom, Wolfgang, On 03/02/20 5:34 pm, Peng Fan wrote: >> Subject: Re: [PATCH v2 02/10] mmc: Add init() API >> >> Hi Peng, >> >> On 01/02/20 6:43 pm, Peng Fan wrote: >>>> Subject: Re: [PATCH v2 02/10] mmc: Add init() API >>>> >>>>

RE: [PATCH v2 02/10] mmc: Add init() API

2020-02-03 Thread Peng Fan
> Subject: Re: [PATCH v2 02/10] mmc: Add init() API > > Hi Peng, > > On 01/02/20 6:43 pm, Peng Fan wrote: > >> Subject: Re: [PATCH v2 02/10] mmc: Add init() API > >> > >> Hi Simon, > >> > >> On 29/01/20 1:33 pm, Simon Goldschmidt wro

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-03 Thread Faiz Abbas
Hi Peng, On 01/02/20 6:43 pm, Peng Fan wrote: >> Subject: Re: [PATCH v2 02/10] mmc: Add init() API >> >> Hi Simon, >> >> On 29/01/20 1:33 pm, Simon Goldschmidt wrote: >>> On Fri, Jan 24, 2020 at 12:52 PM Faiz Abbas wrote: >>>> >>>

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-02 Thread Michal Simek
On 03. 02. 20 7:04, Sekhar Nori wrote: > Michal, > > On 30/01/20 9:08 PM, Tom Rini wrote: >> On Thu, Jan 30, 2020 at 04:35:40PM +0100, Simon Goldschmidt wrote: >>> Tom Rini schrieb am Do., 30. Jan. 2020, 16:32: >>> On Thu, Jan 30, 2020 at 04:30:54PM +0100, Michal Simek wrote: > On 30. 01

Re: [PATCH v2 02/10] mmc: Add init() API

2020-02-02 Thread Sekhar Nori
Michal, On 30/01/20 9:08 PM, Tom Rini wrote: > On Thu, Jan 30, 2020 at 04:35:40PM +0100, Simon Goldschmidt wrote: >> Tom Rini schrieb am Do., 30. Jan. 2020, 16:32: >> >>> On Thu, Jan 30, 2020 at 04:30:54PM +0100, Michal Simek wrote: On 30. 01. 20 16:14, Faiz Abbas wrote: > Hi Michal, >>>

RE: [PATCH v2 02/10] mmc: Add init() API

2020-02-01 Thread Peng Fan
> Subject: Re: [PATCH v2 02/10] mmc: Add init() API > > Hi Simon, > > On 29/01/20 1:33 pm, Simon Goldschmidt wrote: > > On Fri, Jan 24, 2020 at 12:52 PM Faiz Abbas wrote: > >> > >> Add an init() API for platform specific init() operations. > > >

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-31 Thread Wolfgang Denk
Dear Tom, In message <20200130153827.GY13379@bill-the-cat> you wrote: > > > way to him? I would have thought that mail got delivered directly. > > I was thinking about the setting on if you get your own messages / ones > you're on CC to or not, and if that was the copy say in Michal's inbox > or

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-31 Thread Wolfgang Denk
Dear Simon, In message you wrote: > > Can this be a mailman issue? If Michal was CCed, is mailman involved in the > way to him? I would have thought that mail got delivered directly. Correct, it's the sender's MTA who handles the action transmission. The question here is if there was actually m

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-31 Thread Wolfgang Denk
Dear Tom, In message <20200130153216.GX13379@bill-the-cat> you wrote: > > > > You misunderstood. I am not asking if you see Peng in the get_maintainer > > > output. Do you see him CC'd in the original patch email? > > > > Nope. I can't see him there. > > Wolfgang, is there some mailman setting th

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-30 Thread Tom Rini
On Thu, Jan 30, 2020 at 04:35:40PM +0100, Simon Goldschmidt wrote: > Tom Rini schrieb am Do., 30. Jan. 2020, 16:32: > > > On Thu, Jan 30, 2020 at 04:30:54PM +0100, Michal Simek wrote: > > > On 30. 01. 20 16:14, Faiz Abbas wrote: > > > > Hi Michal, > > > > > > > > On 30/01/20 8:37 pm, Michal Simek

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-30 Thread Simon Goldschmidt
Tom Rini schrieb am Do., 30. Jan. 2020, 16:32: > On Thu, Jan 30, 2020 at 04:30:54PM +0100, Michal Simek wrote: > > On 30. 01. 20 16:14, Faiz Abbas wrote: > > > Hi Michal, > > > > > > On 30/01/20 8:37 pm, Michal Simek wrote: > > >> On 30. 01. 20 16:03, Faiz Abbas wrote: > > >>> Hi, > > >>> > > >>>

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-30 Thread Tom Rini
On Thu, Jan 30, 2020 at 04:30:54PM +0100, Michal Simek wrote: > On 30. 01. 20 16:14, Faiz Abbas wrote: > > Hi Michal, > > > > On 30/01/20 8:37 pm, Michal Simek wrote: > >> On 30. 01. 20 16:03, Faiz Abbas wrote: > >>> Hi, > >>> > >>> +Lokesh, Tom > >>> > >>> On 29/01/20 1:37 pm, Simon Goldschmidt w

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-30 Thread Michal Simek
On 30. 01. 20 16:14, Faiz Abbas wrote: > Hi Michal, > > On 30/01/20 8:37 pm, Michal Simek wrote: >> On 30. 01. 20 16:03, Faiz Abbas wrote: >>> Hi, >>> >>> +Lokesh, Tom >>> >>> On 29/01/20 1:37 pm, Simon Goldschmidt wrote: Forgot to ask: why isn't the subsystem maintainer on CC? If you wo

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-30 Thread Faiz Abbas
Hi Michal, On 30/01/20 8:37 pm, Michal Simek wrote: > On 30. 01. 20 16:03, Faiz Abbas wrote: >> Hi, >> >> +Lokesh, Tom >> >> On 29/01/20 1:37 pm, Simon Goldschmidt wrote: >>> Forgot to ask: why isn't the subsystem maintainer on CC? >>> If you would use patman to send patches or at least the get_ma

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-30 Thread Simon Goldschmidt
Faiz Abbas schrieb am Do., 30. Jan. 2020, 16:01: > Hi, > > +Lokesh, Tom > > On 29/01/20 1:37 pm, Simon Goldschmidt wrote: > > Forgot to ask: why isn't the subsystem maintainer on CC? > > If you would use patman to send patches or at least the get_maintainer > script, > > he would have been... > >

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-30 Thread Michal Simek
On 30. 01. 20 16:03, Faiz Abbas wrote: > Hi, > > +Lokesh, Tom > > On 29/01/20 1:37 pm, Simon Goldschmidt wrote: >> Forgot to ask: why isn't the subsystem maintainer on CC? >> If you would use patman to send patches or at least the get_maintainer >> script, >> he would have been... >> > > I did

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-30 Thread Faiz Abbas
Hi, +Lokesh, Tom On 29/01/20 1:37 pm, Simon Goldschmidt wrote: > Forgot to ask: why isn't the subsystem maintainer on CC? > If you would use patman to send patches or at least the get_maintainer script, > he would have been... > I did use get_maintainer for my send-email CC list but everyone ot

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-29 Thread Faiz Abbas
Hi Simon, On 29/01/20 1:33 pm, Simon Goldschmidt wrote: > On Fri, Jan 24, 2020 at 12:52 PM Faiz Abbas wrote: >> >> Add an init() API for platform specific init() operations. > > Could you describe why this cannot be done in the probe callback? It's not > easily visible as the function you change

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-29 Thread Simon Goldschmidt
Forgot to ask: why isn't the subsystem maintainer on CC? If you would use patman to send patches or at least the get_maintainer script, he would have been... Regards, Simon On Wed, Jan 29, 2020 at 9:03 AM Simon Goldschmidt wrote: > > On Fri, Jan 24, 2020 at 12:52 PM Faiz Abbas wrote: > > > > Ad

Re: [PATCH v2 02/10] mmc: Add init() API

2020-01-29 Thread Simon Goldschmidt
On Fri, Jan 24, 2020 at 12:52 PM Faiz Abbas wrote: > > Add an init() API for platform specific init() operations. Could you describe why this cannot be done in the probe callback? It's not easily visible as the function you changed (mmc_get_op_cond) doesn't even have a comment to describe what it