Message ID | 20120127111024.GB5446@pengutronix.de |
---|---|
State | New |
Headers | show |
Hi, On Fri, Jan 27, 2012 at 3:10 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote: > Fabio Estevam (3): > ARM: mx3: Let mx31 and mx35 share the same CCM header file > ARM: mx3: Let mx31 and mx35 enter in LPM mode in WFI > ARM: imx_v4_v5_defconfig: Fix the selection of 32 bit flash support for iMX21ADS board The first two don't seem like fixes to me from a quick glance at them -- one is a cleanup, the other is a feature. If they are fixes, please help us out by motivating why they should go in during -rc instead of in the next merge window. Thanks! Also, see separate comment on the second patch (replied in that thread). Regards, -Olof
On Sun, Jan 29, 2012 at 02:32:46PM -0800, Olof Johansson wrote: > Hi, > > On Fri, Jan 27, 2012 at 3:10 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote: > > > Fabio Estevam (3): > > ARM: mx3: Let mx31 and mx35 share the same CCM header file > > ARM: mx3: Let mx31 and mx35 enter in LPM mode in WFI > > ARM: imx_v4_v5_defconfig: Fix the selection of 32 bit flash support for iMX21ADS board > > The first two don't seem like fixes to me from a quick glance at them > -- one is a cleanup, the other is a feature. If they are fixes, please > help us out by motivating why they should go in during -rc instead of > in the next merge window. Thanks! I understood that the second patch is a bugfix and that it depends on the first one. Fabio, can you comment on this? Sascha
On Tue, Jan 31, 2012 at 6:56 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote: > > I understood that the second patch is a bugfix and that it depends on > the first one. Fabio, can you comment on this? Yes, this is correct. The bugfix that my patch addresses is the fact that mx35 is not entering LPM (low power mode) in WFI. It is using the same behaviour of mx31 and this is not correct for mx35 due to the different LPM field. I saw Olof´s feedback about the patch and will address it soon. Thanks, Fabio Estevam
Hi, On Tue, Jan 31, 2012 at 2:53 AM, Fabio Estevam <festevam@gmail.com> wrote: > On Tue, Jan 31, 2012 at 6:56 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote: > >> >> I understood that the second patch is a bugfix and that it depends on >> the first one. Fabio, can you comment on this? > > Yes, this is correct. > > The bugfix that my patch addresses is the fact that mx35 is not > entering LPM (low power mode) in WFI. > It is using the same behaviour of mx31 and this is not correct for > mx35 due to the different LPM field. > > I saw Olof´s feedback about the patch and will address it soon. Just to clarify; is this a fix to functionality that used to work but is now broken, and if so, what broke it? Having that in the patch description when reposted is very useful. Fixes for features that never worked is generally not -rc material. Sometimes during the first -rcs it could be OK, but not later on in the release cycle. It should instead be queued up in a fixes-non-critical type branch for the next merge window instead. -Olof
On Mon, Feb 6, 2012 at 10:43 PM, Olof Johansson <olof@lixom.net> wrote: > Just to clarify; is this a fix to functionality that used to work but > is now broken, and if so, what broke it? Having that in the patch > description when reposted is very useful. No, it never worked. > Fixes for features that never worked is generally not -rc material. > Sometimes during the first -rcs it could be OK, but not later on in > the release cycle. It should instead be queued up in a > fixes-non-critical type branch for the next merge window instead. Ok, understood. Thanks for the clarification. I sent a v2 based on your previous feedback. Regards, Fabio Estevam