All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-07-31  9:25 ` Neil Armstrong
  0 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2017-07-31  9:25 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: jbrunet, linux-clk, open list:ARM/Amlogic Meson..., linux-arm-kernel

Hi Mike, Stephen,

Here is some fixes for Meson GXBB and Meson8 drivers, that could go for 4.13-rc4.

Thanks,
Neil

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://github.com/baylibre/clk-meson.git tags/meson-clk-fixes-for-4.13-rc4

for you to fetch changes up to c1922eed58f38f3d7876f53e1000e3c3e3024e54:

  clk: meson: mpll: fix mpll0 fractional part ignored (2017-07-31 10:08:01 +0200)

----------------------------------------------------------------
Meson Clock fixes:
- gxbb: fix meson cts_amclk divider flags
- gxbb: fix clk_mclk_i958 divider flags
- meson8b: fix protection against undefined clks
- gxbb: fix protection against undefined clks
- mpll: fix mpll0 fractional part ignored

----------------------------------------------------------------
Jerome Brunet (5):
      clk: meson: gxbb: fix meson cts_amclk divider flags
      clk: meson: gxbb: fix clk_mclk_i958 divider flags
      clk: meson: meson8b: fix protection against undefined clks
      clk: meson: gxbb: fix protection against undefined clks
      clk: meson: mpll: fix mpll0 fractional part ignored

 drivers/clk/meson/clk-mpll.c |  7 +++++++
 drivers/clk/meson/clkc.h     |  1 +
 drivers/clk/meson/gxbb.c     | 17 +++++++++++++----
 drivers/clk/meson/meson8b.c  |  6 ++++++
 4 files changed, 27 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-07-31  9:25 ` Neil Armstrong
  0 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2017-07-31  9:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mike, Stephen,

Here is some fixes for Meson GXBB and Meson8 drivers, that could go for 4.13-rc4.

Thanks,
Neil

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://github.com/baylibre/clk-meson.git tags/meson-clk-fixes-for-4.13-rc4

for you to fetch changes up to c1922eed58f38f3d7876f53e1000e3c3e3024e54:

  clk: meson: mpll: fix mpll0 fractional part ignored (2017-07-31 10:08:01 +0200)

----------------------------------------------------------------
Meson Clock fixes:
- gxbb: fix meson cts_amclk divider flags
- gxbb: fix clk_mclk_i958 divider flags
- meson8b: fix protection against undefined clks
- gxbb: fix protection against undefined clks
- mpll: fix mpll0 fractional part ignored

----------------------------------------------------------------
Jerome Brunet (5):
      clk: meson: gxbb: fix meson cts_amclk divider flags
      clk: meson: gxbb: fix clk_mclk_i958 divider flags
      clk: meson: meson8b: fix protection against undefined clks
      clk: meson: gxbb: fix protection against undefined clks
      clk: meson: mpll: fix mpll0 fractional part ignored

 drivers/clk/meson/clk-mpll.c |  7 +++++++
 drivers/clk/meson/clkc.h     |  1 +
 drivers/clk/meson/gxbb.c     | 17 +++++++++++++----
 drivers/clk/meson/meson8b.c  |  6 ++++++
 4 files changed, 27 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-07-31  9:25 ` Neil Armstrong
  0 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2017-07-31  9:25 UTC (permalink / raw)
  To: linus-amlogic

Hi Mike, Stephen,

Here is some fixes for Meson GXBB and Meson8 drivers, that could go for 4.13-rc4.

Thanks,
Neil

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://github.com/baylibre/clk-meson.git tags/meson-clk-fixes-for-4.13-rc4

for you to fetch changes up to c1922eed58f38f3d7876f53e1000e3c3e3024e54:

  clk: meson: mpll: fix mpll0 fractional part ignored (2017-07-31 10:08:01 +0200)

----------------------------------------------------------------
Meson Clock fixes:
- gxbb: fix meson cts_amclk divider flags
- gxbb: fix clk_mclk_i958 divider flags
- meson8b: fix protection against undefined clks
- gxbb: fix protection against undefined clks
- mpll: fix mpll0 fractional part ignored

----------------------------------------------------------------
Jerome Brunet (5):
      clk: meson: gxbb: fix meson cts_amclk divider flags
      clk: meson: gxbb: fix clk_mclk_i958 divider flags
      clk: meson: meson8b: fix protection against undefined clks
      clk: meson: gxbb: fix protection against undefined clks
      clk: meson: mpll: fix mpll0 fractional part ignored

 drivers/clk/meson/clk-mpll.c |  7 +++++++
 drivers/clk/meson/clkc.h     |  1 +
 drivers/clk/meson/gxbb.c     | 17 +++++++++++++----
 drivers/clk/meson/meson8b.c  |  6 ++++++
 4 files changed, 27 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [GIT PULL] Meson clock fixes for 4.13-rc4
  2017-07-31  9:25 ` Neil Armstrong
  (?)
@ 2017-07-31 20:20   ` Stephen Boyd
  -1 siblings, 0 replies; 15+ messages in thread
From: Stephen Boyd @ 2017-07-31 20:20 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Michael Turquette, jbrunet, linux-clk,
	open list:ARM/Amlogic Meson...,
	linux-arm-kernel

On 07/31, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Here is some fixes for Meson GXBB and Meson8 drivers, that could go for 4.13-rc4.
> 

Are any of these critical fixes for regressions in the v4.13-rc
series? All the Fixes tags look like they go back to before
v4.13-rc1, so they don't look critical at first glance. If
anything, they're mostly nice to have non-critical fixes? If so,
can we defer these until the next merge window?

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-07-31 20:20   ` Stephen Boyd
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Boyd @ 2017-07-31 20:20 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/31, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Here is some fixes for Meson GXBB and Meson8 drivers, that could go for 4.13-rc4.
> 

Are any of these critical fixes for regressions in the v4.13-rc
series? All the Fixes tags look like they go back to before
v4.13-rc1, so they don't look critical at first glance. If
anything, they're mostly nice to have non-critical fixes? If so,
can we defer these until the next merge window?

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-07-31 20:20   ` Stephen Boyd
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Boyd @ 2017-07-31 20:20 UTC (permalink / raw)
  To: linus-amlogic

On 07/31, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Here is some fixes for Meson GXBB and Meson8 drivers, that could go for 4.13-rc4.
> 

Are any of these critical fixes for regressions in the v4.13-rc
series? All the Fixes tags look like they go back to before
v4.13-rc1, so they don't look critical at first glance. If
anything, they're mostly nice to have non-critical fixes? If so,
can we defer these until the next merge window?

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [GIT PULL] Meson clock fixes for 4.13-rc4
  2017-07-31 20:20   ` Stephen Boyd
  (?)
@ 2017-07-31 21:43     ` Jerome Brunet
  -1 siblings, 0 replies; 15+ messages in thread
From: Jerome Brunet @ 2017-07-31 21:43 UTC (permalink / raw)
  To: Stephen Boyd, Neil Armstrong
  Cc: Michael Turquette, linux-clk, open list:ARM/Amlogic Meson...,
	linux-arm-kernel

On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
> On 07/31, Neil Armstrong wrote:
> > Hi Mike, Stephen,
> > 
> > Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
> > 4.13-rc4.
> > 
> 
> Are any of these critical fixes for regressions in the v4.13-rc
> series? All the Fixes tags look like they go back to before
> v4.13-rc1, so they don't look critical at first glance. If
> anything, they're mostly nice to have non-critical fixes? If so,
> can we defer these until the next merge window?

I agree that these fixes hardly qualify as critical, except maybe for the mpll
fix. The clock rate actually applied can be really off compared to what CCF will
 except to have set.

These fixes are quite simple and safe, it would be nice if we could avoid having
 the next version tagged with known issues.

> 

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-07-31 21:43     ` Jerome Brunet
  0 siblings, 0 replies; 15+ messages in thread
From: Jerome Brunet @ 2017-07-31 21:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
> On 07/31, Neil Armstrong wrote:
> > Hi Mike, Stephen,
> > 
> > Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
> > 4.13-rc4.
> > 
> 
> Are any of these critical fixes for regressions in the v4.13-rc
> series? All the Fixes tags look like they go back to before
> v4.13-rc1, so they don't look critical at first glance. If
> anything, they're mostly nice to have non-critical fixes? If so,
> can we defer these until the next merge window?

I agree that these fixes hardly qualify as critical, except maybe for the mpll
fix. The clock rate actually applied can be really off compared to what CCF will
 except to have set.

These fixes are quite simple and safe, it would be nice if we could avoid having
 the next version tagged with known issues.

> 

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-07-31 21:43     ` Jerome Brunet
  0 siblings, 0 replies; 15+ messages in thread
From: Jerome Brunet @ 2017-07-31 21:43 UTC (permalink / raw)
  To: linus-amlogic

On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
> On 07/31, Neil Armstrong wrote:
> > Hi Mike, Stephen,
> > 
> > Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
> > 4.13-rc4.
> > 
> 
> Are any of these critical fixes for regressions in the v4.13-rc
> series? All the Fixes tags look like they go back to before
> v4.13-rc1, so they don't look critical at first glance. If
> anything, they're mostly nice to have non-critical fixes? If so,
> can we defer these until the next merge window?

I agree that these fixes hardly qualify as critical, except maybe for the mpll
fix. The clock rate actually applied can be really off compared to what CCF will
 except to have set.

These fixes are quite simple and safe, it would be nice if we could avoid having
 the next version tagged with known issues.

> 

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [GIT PULL] Meson clock fixes for 4.13-rc4
  2017-07-31 21:43     ` Jerome Brunet
  (?)
@ 2017-08-01  1:38       ` Stephen Boyd
  -1 siblings, 0 replies; 15+ messages in thread
From: Stephen Boyd @ 2017-08-01  1:38 UTC (permalink / raw)
  To: Jerome Brunet
  Cc: Neil Armstrong, Michael Turquette, linux-clk,
	open list:ARM/Amlogic Meson...,
	linux-arm-kernel

On 07/31, Jerome Brunet wrote:
> On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
> > On 07/31, Neil Armstrong wrote:
> > > Hi Mike, Stephen,
> > > 
> > > Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
> > > 4.13-rc4.
> > > 
> > 
> > Are any of these critical fixes for regressions in the v4.13-rc
> > series? All the Fixes tags look like they go back to before
> > v4.13-rc1, so they don't look critical at first glance. If
> > anything, they're mostly nice to have non-critical fixes? If so,
> > can we defer these until the next merge window?
> 
> I agree that these fixes hardly qualify as critical, except maybe for the mpll
> fix. The clock rate actually applied can be really off compared to what CCF will
>  except to have set.

Ok. So perhaps just the mpll fix would be appropriate then?

> 
> These fixes are quite simple and safe, it would be nice if we could avoid having
>  the next version tagged with known issues.
> 

I agree they're simple and safe, but they're also not necessary
to the release we're working on unless they're causing some
problem with code that was introduced this merge window. We try
to avoid merging non-critical fixes unless they're really causing
someone some sort of problems. If they aren't, we can stick them
into linux-next and wait until next release. Of course, they'll
be backported to stable trees as well with the Fixes tag, so
everything works out in the end.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-08-01  1:38       ` Stephen Boyd
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Boyd @ 2017-08-01  1:38 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/31, Jerome Brunet wrote:
> On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
> > On 07/31, Neil Armstrong wrote:
> > > Hi Mike, Stephen,
> > > 
> > > Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
> > > 4.13-rc4.
> > > 
> > 
> > Are any of these critical fixes for regressions in the v4.13-rc
> > series? All the Fixes tags look like they go back to before
> > v4.13-rc1, so they don't look critical at first glance. If
> > anything, they're mostly nice to have non-critical fixes? If so,
> > can we defer these until the next merge window?
> 
> I agree that these fixes hardly qualify as critical, except maybe for the mpll
> fix. The clock rate actually applied can be really off compared to what CCF will
>  except to have set.

Ok. So perhaps just the mpll fix would be appropriate then?

> 
> These fixes are quite simple and safe, it would be nice if we could avoid having
>  the next version tagged with known issues.
> 

I agree they're simple and safe, but they're also not necessary
to the release we're working on unless they're causing some
problem with code that was introduced this merge window. We try
to avoid merging non-critical fixes unless they're really causing
someone some sort of problems. If they aren't, we can stick them
into linux-next and wait until next release. Of course, they'll
be backported to stable trees as well with the Fixes tag, so
everything works out in the end.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-08-01  1:38       ` Stephen Boyd
  0 siblings, 0 replies; 15+ messages in thread
From: Stephen Boyd @ 2017-08-01  1:38 UTC (permalink / raw)
  To: linus-amlogic

On 07/31, Jerome Brunet wrote:
> On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
> > On 07/31, Neil Armstrong wrote:
> > > Hi Mike, Stephen,
> > > 
> > > Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
> > > 4.13-rc4.
> > > 
> > 
> > Are any of these critical fixes for regressions in the v4.13-rc
> > series? All the Fixes tags look like they go back to before
> > v4.13-rc1, so they don't look critical at first glance. If
> > anything, they're mostly nice to have non-critical fixes? If so,
> > can we defer these until the next merge window?
> 
> I agree that these fixes hardly qualify as critical, except maybe for the mpll
> fix. The clock rate actually applied can be really off compared to what CCF will
>  except to have set.

Ok. So perhaps just the mpll fix would be appropriate then?

> 
> These fixes are quite simple and safe, it would be nice if we could avoid having
>  the next version tagged with known issues.
> 

I agree they're simple and safe, but they're also not necessary
to the release we're working on unless they're causing some
problem with code that was introduced this merge window. We try
to avoid merging non-critical fixes unless they're really causing
someone some sort of problems. If they aren't, we can stick them
into linux-next and wait until next release. Of course, they'll
be backported to stable trees as well with the Fixes tag, so
everything works out in the end.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [GIT PULL] Meson clock fixes for 4.13-rc4
  2017-08-01  1:38       ` Stephen Boyd
  (?)
@ 2017-08-01 12:11         ` Neil Armstrong
  -1 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2017-08-01 12:11 UTC (permalink / raw)
  To: Stephen Boyd, Jerome Brunet
  Cc: Michael Turquette, linux-clk, open list:ARM/Amlogic Meson...,
	linux-arm-kernel

On 08/01/2017 03:38 AM, Stephen Boyd wrote:
> On 07/31, Jerome Brunet wrote:
>> On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
>>> On 07/31, Neil Armstrong wrote:
>>>> Hi Mike, Stephen,
>>>>
>>>> Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
>>>> 4.13-rc4.
>>>>
>>>
>>> Are any of these critical fixes for regressions in the v4.13-rc
>>> series? All the Fixes tags look like they go back to before
>>> v4.13-rc1, so they don't look critical at first glance. If
>>> anything, they're mostly nice to have non-critical fixes? If so,
>>> can we defer these until the next merge window?
>>
>> I agree that these fixes hardly qualify as critical, except maybe for the mpll
>> fix. The clock rate actually applied can be really off compared to what CCF will
>>  except to have set.
> 
> Ok. So perhaps just the mpll fix would be appropriate then?
> 
>>
>> These fixes are quite simple and safe, it would be nice if we could avoid having
>>  the next version tagged with known issues.
>>
> 
> I agree they're simple and safe, but they're also not necessary
> to the release we're working on unless they're causing some
> problem with code that was introduced this merge window. We try
> to avoid merging non-critical fixes unless they're really causing
> someone some sort of problems. If they aren't, we can stick them
> into linux-next and wait until next release. Of course, they'll
> be backported to stable trees as well with the Fixes tag, so
> everything works out in the end.
> 

OK, I'll resend a v2 PR with only the mpll fix.

The other will be pushed on our next/drivers branch.

Neil

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-08-01 12:11         ` Neil Armstrong
  0 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2017-08-01 12:11 UTC (permalink / raw)
  To: linux-arm-kernel

On 08/01/2017 03:38 AM, Stephen Boyd wrote:
> On 07/31, Jerome Brunet wrote:
>> On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
>>> On 07/31, Neil Armstrong wrote:
>>>> Hi Mike, Stephen,
>>>>
>>>> Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
>>>> 4.13-rc4.
>>>>
>>>
>>> Are any of these critical fixes for regressions in the v4.13-rc
>>> series? All the Fixes tags look like they go back to before
>>> v4.13-rc1, so they don't look critical at first glance. If
>>> anything, they're mostly nice to have non-critical fixes? If so,
>>> can we defer these until the next merge window?
>>
>> I agree that these fixes hardly qualify as critical, except maybe for the mpll
>> fix. The clock rate actually applied can be really off compared to what CCF will
>>  except to have set.
> 
> Ok. So perhaps just the mpll fix would be appropriate then?
> 
>>
>> These fixes are quite simple and safe, it would be nice if we could avoid having
>>  the next version tagged with known issues.
>>
> 
> I agree they're simple and safe, but they're also not necessary
> to the release we're working on unless they're causing some
> problem with code that was introduced this merge window. We try
> to avoid merging non-critical fixes unless they're really causing
> someone some sort of problems. If they aren't, we can stick them
> into linux-next and wait until next release. Of course, they'll
> be backported to stable trees as well with the Fixes tag, so
> everything works out in the end.
> 

OK, I'll resend a v2 PR with only the mpll fix.

The other will be pushed on our next/drivers branch.

Neil

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [GIT PULL] Meson clock fixes for 4.13-rc4
@ 2017-08-01 12:11         ` Neil Armstrong
  0 siblings, 0 replies; 15+ messages in thread
From: Neil Armstrong @ 2017-08-01 12:11 UTC (permalink / raw)
  To: linus-amlogic

On 08/01/2017 03:38 AM, Stephen Boyd wrote:
> On 07/31, Jerome Brunet wrote:
>> On Mon, 2017-07-31 at 13:20 -0700, Stephen Boyd wrote:
>>> On 07/31, Neil Armstrong wrote:
>>>> Hi Mike, Stephen,
>>>>
>>>> Here is some fixes for Meson GXBB and Meson8 drivers, that could go for
>>>> 4.13-rc4.
>>>>
>>>
>>> Are any of these critical fixes for regressions in the v4.13-rc
>>> series? All the Fixes tags look like they go back to before
>>> v4.13-rc1, so they don't look critical at first glance. If
>>> anything, they're mostly nice to have non-critical fixes? If so,
>>> can we defer these until the next merge window?
>>
>> I agree that these fixes hardly qualify as critical, except maybe for the mpll
>> fix. The clock rate actually applied can be really off compared to what CCF will
>>  except to have set.
> 
> Ok. So perhaps just the mpll fix would be appropriate then?
> 
>>
>> These fixes are quite simple and safe, it would be nice if we could avoid having
>>  the next version tagged with known issues.
>>
> 
> I agree they're simple and safe, but they're also not necessary
> to the release we're working on unless they're causing some
> problem with code that was introduced this merge window. We try
> to avoid merging non-critical fixes unless they're really causing
> someone some sort of problems. If they aren't, we can stick them
> into linux-next and wait until next release. Of course, they'll
> be backported to stable trees as well with the Fixes tag, so
> everything works out in the end.
> 

OK, I'll resend a v2 PR with only the mpll fix.

The other will be pushed on our next/drivers branch.

Neil

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-08-01 12:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-31  9:25 [GIT PULL] Meson clock fixes for 4.13-rc4 Neil Armstrong
2017-07-31  9:25 ` Neil Armstrong
2017-07-31  9:25 ` Neil Armstrong
2017-07-31 20:20 ` Stephen Boyd
2017-07-31 20:20   ` Stephen Boyd
2017-07-31 20:20   ` Stephen Boyd
2017-07-31 21:43   ` Jerome Brunet
2017-07-31 21:43     ` Jerome Brunet
2017-07-31 21:43     ` Jerome Brunet
2017-08-01  1:38     ` Stephen Boyd
2017-08-01  1:38       ` Stephen Boyd
2017-08-01  1:38       ` Stephen Boyd
2017-08-01 12:11       ` Neil Armstrong
2017-08-01 12:11         ` Neil Armstrong
2017-08-01 12:11         ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.