mbox

[PULL,Wily,SRU] LP#1433290 drivers: net: xgene: fix RGMII 10/100Mb mode

Message ID CALdTtnvtGHevvDSmD5BAs=c15rvffyn8axk0HYHpePUvh3+zHQ@mail.gmail.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/dannf/ubuntu-wily.git

Message

dann frazier Nov. 11, 2015, 6:26 p.m. UTC
The following changes since commit 22ed8cef1e6b501e8131015fc2e5678910474d1d:

  UBUNTU: Ubuntu-4.2.0-19.23 (2015-11-11 09:54:53 +0000)

are available in the git repository at:

  git://kernel.ubuntu.com/dannf/ubuntu-wily.git
4d9006ab0bd59851ef18795b5f9b85977ccad900

for you to fetch changes up to 4d9006ab0bd59851ef18795b5f9b85977ccad900:

  drivers: net: xgene: fix RGMII 10/100Mb mode (2015-11-11 10:01:17 -0700)

----------------------------------------------------------------
Iyappan Subramanian (1):
      drivers: net: xgene: fix RGMII 10/100Mb mode

 drivers/net/ethernet/apm/xgene/xgene_enet_hw.c   | 48 +++++++++++++++++++++++-
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.h   |  1 +
 drivers/net/ethernet/apm/xgene/xgene_enet_main.c |  1 -
 3 files changed, 48 insertions(+), 2 deletions(-)

Comments

Tim Gardner Nov. 12, 2015, 1:36 p.m. UTC | #1
On 11/11/2015 11:26 AM, Dann Frazier wrote:
> The following changes since commit 22ed8cef1e6b501e8131015fc2e5678910474d1d:
> 
>   UBUNTU: Ubuntu-4.2.0-19.23 (2015-11-11 09:54:53 +0000)
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/dannf/ubuntu-wily.git
> 4d9006ab0bd59851ef18795b5f9b85977ccad900
> 

Clean backport with positive test results.

I had a little trouble with your pull request in that the branch is not
correctly specified. Fortunately I am able to grovel around on the git
server and figure it out.

git://kernel.ubuntu.com/dannf/ubuntu-wily.git lp1433290

rtg
Kamal Mostafa Nov. 17, 2015, 8:59 p.m. UTC | #2
On Wed, 2015-11-11 at 11:26 -0700, Dann Frazier wrote:
> The following changes since commit 22ed8cef1e6b501e8131015fc2e5678910474d1d:
> 
>   UBUNTU: Ubuntu-4.2.0-19.23 (2015-11-11 09:54:53 +0000)
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/dannf/ubuntu-wily.git
> 4d9006ab0bd59851ef18795b5f9b85977ccad900
> 
> for you to fetch changes up to 4d9006ab0bd59851ef18795b5f9b85977ccad900:
> 
>   drivers: net: xgene: fix RGMII 10/100Mb mode (2015-11-11 10:01:17 -0700)
> 
> ----------------------------------------------------------------
> Iyappan Subramanian (1):
>       drivers: net: xgene: fix RGMII 10/100Mb mode
> 
>  drivers/net/ethernet/apm/xgene/xgene_enet_hw.c   | 48 +++++++++++++++++++++++-
>  drivers/net/ethernet/apm/xgene/xgene_enet_hw.h   |  1 +
>  drivers/net/ethernet/apm/xgene/xgene_enet_main.c |  1 -
>  3 files changed, 48 insertions(+), 2 deletions(-)
> 


Applied  git://kernel.ubuntu.com/dannf/ubuntu-wily.git lp1433290

 -Kamal