[PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-15 Thread Kleber Sacilotto de Souza
On 05/15/2013 09:58 AM, Alex Deucher wrote: > On Wed, May 15, 2013 at 8:35 AM, Kleber Sacilotto de Souza > wrote: >> On 05/06/2013 11:32 AM, Alex Deucher wrote: >>> >>> On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt >>> wrote: On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto

[PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-15 Thread Kleber Sacilotto de Souza
On 05/06/2013 11:32 AM, Alex Deucher wrote: > On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt > wrote: >> On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: >> >>> This patch series does: >>>1. max_bus_speed is used to set the device to gen2 speeds >>>2. on power

[PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-15 Thread Alex Deucher
On Wed, May 15, 2013 at 8:35 AM, Kleber Sacilotto de Souza wrote: > On 05/06/2013 11:32 AM, Alex Deucher wrote: >> >> On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt >> wrote: >>> >>> On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: >>> This patch series does:

Re: [PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-15 Thread Kleber Sacilotto de Souza
On 05/06/2013 11:32 AM, Alex Deucher wrote: On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: This patch series does: 1. max_bus_speed is used to set the device to gen2 speeds 2. on

Re: [PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-15 Thread Alex Deucher
On Wed, May 15, 2013 at 8:35 AM, Kleber Sacilotto de Souza kleb...@linux.vnet.ibm.com wrote: On 05/06/2013 11:32 AM, Alex Deucher wrote: On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote:

Re: [PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-15 Thread Kleber Sacilotto de Souza
On 05/15/2013 09:58 AM, Alex Deucher wrote: On Wed, May 15, 2013 at 8:35 AM, Kleber Sacilotto de Souza kleb...@linux.vnet.ibm.com wrote: On 05/06/2013 11:32 AM, Alex Deucher wrote: On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Fri, 2013-05-03 at

[PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-06 Thread Jerome Glisse
n Mon, May 6, 2013 at 10:32 AM, Alex Deucher wrote: > On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt > wrote: >> On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: >> >>> This patch series does: >>> 1. max_bus_speed is used to set the device to gen2 speeds >>> 2. on

[PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-06 Thread Alex Deucher
On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt wrote: > On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: > >> This patch series does: >> 1. max_bus_speed is used to set the device to gen2 speeds >> 2. on power there's no longer a conflict between the pseries call

Re: [PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-06 Thread Alex Deucher
On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: This patch series does: 1. max_bus_speed is used to set the device to gen2 speeds 2. on power there's no longer a conflict between the

Re: [PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-06 Thread Jerome Glisse
n Mon, May 6, 2013 at 10:32 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: This patch series does: 1. max_bus_speed is used to set the

[PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-04 Thread Benjamin Herrenschmidt
On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: > This patch series does: > 1. max_bus_speed is used to set the device to gen2 speeds > 2. on power there's no longer a conflict between the pseries call and other > architectures, because the overwrite is done via a ppc_md

[PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-03 Thread Kleber Sacilotto de Souza
This v5 of the patch series is based on v4 sent by Lucas Kannebley Tavares with a few changes: 1. Fix a compilation warning on the code from the first patch, where it was missing a declaration of struct pci_host_bridge, used on the definition of the function pointer

[PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-03 Thread Kleber Sacilotto de Souza
This v5 of the patch series is based on v4 sent by Lucas Kannebley Tavares with a few changes: 1. Fix a compilation warning on the code from the first patch, where it was missing a declaration of struct pci_host_bridge, used on the definition of the function pointer

Re: [PATCHv5 0/2] Speed Cap fixes for ppc64

2013-05-03 Thread Benjamin Herrenschmidt
On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote: This patch series does: 1. max_bus_speed is used to set the device to gen2 speeds 2. on power there's no longer a conflict between the pseries call and other architectures, because the overwrite is done via a ppc_md hook