From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752183AbaKKSCB (ORCPT ); Tue, 11 Nov 2014 13:02:01 -0500 Received: from mail-pd0-f175.google.com ([209.85.192.175]:56136 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751571AbaKKSB7 (ORCPT ); Tue, 11 Nov 2014 13:01:59 -0500 Message-ID: <54624F14.6040401@gmail.com> Date: Tue, 11 Nov 2014 10:01:56 -0800 From: Florian Fainelli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Johan Hovold , David Miller CC: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, bth@kamstrup.dk Subject: Re: [PATCH 00/22] net: phy: refactoring and Micrel features References: <1415727460-20417-1-git-send-email-johan@kernel.org> <20141111.124936.272547351489598665.davem@davemloft.net> <20141111180024.GG29789@localhost> In-Reply-To: <20141111180024.GG29789@localhost> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/11/2014 10:00 AM, Johan Hovold wrote: > On Tue, Nov 11, 2014 at 12:49:36PM -0500, David Miller wrote: >> 22 patches is just too much, sorry. >> >> Please reduce this down to something closer to ~10 or so patches. >> >> If necessary you can do two series, submit the first 10 and then >> when that's reviewed and accepted submit the second set. > > No problem. The three driver-registration patches are really > self-contained and could be reviewed and applied separately, and then I > split the remaining ones where I add the device-type abstraction, that > is: Sounds like a reasonable plan to me. Thanks! > > Series 1: > net: phy: add module_phy_driver macro > net: phy: replace phy_driver_register calls > net: phy: replace phy_drivers_register calls > > Series 2: > dt/bindings: fix documentation of ethernet-phy compatible property > net: phy: micrel: fix config_intr error handling > net: phy: micrel: use BIT macro > net: phy: micrel: refactor broadcast disable > net: phy: micrel: disable broadcast for KSZ8081/KSZ8091 > net: phy: micrel: add led-mode sanity check > net: phy: micrel: refactor led-mode error handling > net: phy: micrel: clean up led-mode setup > net: phy: micrel: enable led-mode for KSZ8081/KSZ8091 > > Series 3 (submitted after review of Series 2): > net: phy: add static data field to struct phy_driver > net: phy: micrel: add device-type abstraction > net: phy: micrel: parse of nodes at probe > net: phy: micrel: add has-broadcast-disable flag to type data > net: phy: micrel: add generic rmii-ref-clk-sel support > net: phy: micrel: add support for rmii_ref_clk_sel to KSZ8081/KSZ8091 > dt/bindings: add micrel,rmii_ref_clk_sel_25_mhz to eth-phy binding > net: phy: micrel: refactor interrupt config > net: phy: micrel: add copyright entry > net: phy: micrel: use generic config_init for KSZ8021/KSZ8031 > > Thanks, > Johan >