All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: netdev@vger.kernel.org, Jason Cooper <jason@lakedaemon.net>,
	Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Gregory Clement <gregory.clement@bootlin.com>,
	Russell King <linux@armlinux.org.uk>,
	"David S. Miller" <davem@davemloft.net>,
	"moderated list:ARM/Marvell Dove/MV78xx0/Orion SOC support" 
	<linux-arm-kernel@lists.infradead.org>,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Vivien Didelot <vivien.didelot@gmail.com>,
	open list <linux-kernel@vger.kernel.org>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH net-next 1/3] net: dsa: Split platform data to header file
Date: Wed, 16 Jan 2019 15:06:48 -0800	[thread overview]
Message-ID: <6f593b8b-5bb7-f884-d1d6-d509fd794419@gmail.com> (raw)
In-Reply-To: <20190116222937.GR29244@lunn.ch>

On 1/16/19 2:29 PM, Andrew Lunn wrote:
>> diff --git a/include/net/dsa.h b/include/net/dsa.h
>> index b3eefe8e18fd..6178b648d08a 100644
>> --- a/include/net/dsa.h
>> +++ b/include/net/dsa.h
>> @@ -21,6 +21,7 @@
>>  #include <linux/ethtool.h>
>>  #include <linux/net_tstamp.h>
>>  #include <linux/phy.h>
>> +#include <linux/platform_data/dsa.h>
>>  #include <net/devlink.h>
>>  #include <net/switchdev.h>
> 
> Hi Florian
> 
> Could there be one more patch at the end which removes this?  I think
> it is here just as an intermediary step?

Yes, we can have only dsa2.c and legacy.c include that file from there
on, I will resubmit with that change, thanks!
-- 
Florian

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: open list <linux-kernel@vger.kernel.org>,
	Jason Cooper <jason@lakedaemon.net>,
	Arnd Bergmann <arnd@arndb.de>,
	netdev@vger.kernel.org,
	Gregory Clement <gregory.clement@bootlin.com>,
	Russell King <linux@armlinux.org.uk>,
	Vivien Didelot <vivien.didelot@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	"David S. Miller" <davem@davemloft.net>,
	"moderated list:ARM/Marvell Dove/MV78xx0/Orion SOC support"
	<linux-arm-kernel@lists.infradead.org>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH net-next 1/3] net: dsa: Split platform data to header file
Date: Wed, 16 Jan 2019 15:06:48 -0800	[thread overview]
Message-ID: <6f593b8b-5bb7-f884-d1d6-d509fd794419@gmail.com> (raw)
In-Reply-To: <20190116222937.GR29244@lunn.ch>

On 1/16/19 2:29 PM, Andrew Lunn wrote:
>> diff --git a/include/net/dsa.h b/include/net/dsa.h
>> index b3eefe8e18fd..6178b648d08a 100644
>> --- a/include/net/dsa.h
>> +++ b/include/net/dsa.h
>> @@ -21,6 +21,7 @@
>>  #include <linux/ethtool.h>
>>  #include <linux/net_tstamp.h>
>>  #include <linux/phy.h>
>> +#include <linux/platform_data/dsa.h>
>>  #include <net/devlink.h>
>>  #include <net/switchdev.h>
> 
> Hi Florian
> 
> Could there be one more patch at the end which removes this?  I think
> it is here just as an intermediary step?

Yes, we can have only dsa2.c and legacy.c include that file from there
on, I will resubmit with that change, thanks!
-- 
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-01-16 23:07 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-15 23:06 [PATCH net-next 0/3] net: dsa: Split platform data to header file Florian Fainelli
2019-01-15 23:06 ` Florian Fainelli
2019-01-15 23:06 ` [PATCH net-next 1/3] " Florian Fainelli
2019-01-15 23:06   ` Florian Fainelli
2019-01-16 22:29   ` Andrew Lunn
2019-01-16 22:29     ` Andrew Lunn
2019-01-16 23:06     ` Florian Fainelli [this message]
2019-01-16 23:06       ` Florian Fainelli
2019-01-16 23:50       ` Florian Fainelli
2019-01-16 23:50         ` Florian Fainelli
2019-01-17  1:17         ` Andrew Lunn
2019-01-17  1:17           ` Andrew Lunn
2019-01-15 23:06 ` [PATCH net-next 2/3] ARM: orion5x: Include platform_data/dsa.h Florian Fainelli
2019-01-15 23:06   ` Florian Fainelli
2019-01-15 23:06 ` [PATCH net-next 3/3] net: dsa: Include platform_data header file Florian Fainelli
2019-01-15 23:06   ` Florian Fainelli
2019-01-16 10:23 ` [PATCH net-next 0/3] net: dsa: Split platform data to " Arnd Bergmann
2019-01-16 10:23   ` Arnd Bergmann
2019-01-17  1:16 ` Andrew Lunn
2019-01-17  1:16   ` Andrew Lunn
2019-01-17 19:32 ` David Miller
2019-01-17 19:32   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6f593b8b-5bb7-f884-d1d6-d509fd794419@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=gregory.clement@bootlin.com \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mchehab+samsung@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=vivien.didelot@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.