From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754108Ab3L0Cgf (ORCPT ); Thu, 26 Dec 2013 21:36:35 -0500 Received: from rtits2.realtek.com ([60.250.210.242]:52621 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754065Ab3L0Cgd (ORCPT ); Thu, 26 Dec 2013 21:36:33 -0500 X-SpamFilter-By: BOX Solutions SpamTrap 5.39 with qID rBR2aVfb029319, This message is accepted by code: ctloc85258 From: Hayes Wang To: CC: , , , Hayes Wang Subject: [PATCH net-next 0/6] Support new chip Date: Fri, 27 Dec 2013 10:34:04 +0800 Message-ID: <1388111649-1014-1-git-send-email-hayeswang@realtek.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.21.71.44] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adjust the code to make it easy to add the settings for the new chip. Then, add the relative parameters of the RTL8153. Hayes Wang (6): r8152: move rtl8152_unload and ocp_reg_write r8152: modify the method of accessing PHY r8152: change some definitions r8152: add rtl_ops r8152: split rtl8152_enable r8152: support RTL8153 drivers/net/usb/cdc_ether.c | 10 + drivers/net/usb/r8152.c | 812 +++++++++++++++++++++++++++++++++++++++----- drivers/net/usb/r815x.c | 2 +- 3 files changed, 741 insertions(+), 83 deletions(-) -- 1.8.3.1