Re: [PATCH v3 0/6] support GMAC driver for RK3288

2015-01-03 Thread Heiko Stübner
Am Donnerstag, 1. Januar 2015, 21:01:22 schrieb David Miller:
> From: Heiko Stübner 
> Date: Thu, 01 Jan 2015 03:06:31 +0100
> 
> > Hi David,
> > 
> > Am Mittwoch, 31. Dezember 2014, 19:15:38 schrieb David Miller:
> >> From: Roger Chen 
> >> Date: Mon, 29 Dec 2014 17:42:32 +0800
> >> 
> >> > Roger Chen (6):
> >> >   patch1: add driver for Rockchip RK3288 SoCs integrated GMAC
> >> >   patch2: define clock ID used for GMAC
> >> >   patch3: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
> >> >   patch4: dts: rockchip: add gmac info for rk3288
> >> >   patch5: dts: rockchip: enable gmac on RK3288 evb board
> >> >   patch6: add document for Rockchip RK3288 GMAC
> >> > 
> >> > Tested on rk3288 evb board:
> >> > Execute the following command to enable ethernet,
> >> > set local IP and ping a remote host.
> >> > 
> >> > busybox ifconfig eth0 up
> >> > busybox ifconfig eth0 192.168.1.111
> >> > ping 192.168.1.1
> >> 
> >> Series applied to net-next, thanks.
> > 
> > could we split this up a bit instead?
> 
> Too late, what's in my tree is in the permanent commit history
> and cannot be deleted.

ok no problem ... I'll work around it then so that any possible conflicts are 
easily solvable.


Heiko
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/6] support GMAC driver for RK3288

2015-01-01 Thread David Miller
From: Heiko Stübner 
Date: Thu, 01 Jan 2015 03:06:31 +0100

> Hi David,
> 
> Am Mittwoch, 31. Dezember 2014, 19:15:38 schrieb David Miller:
>> From: Roger Chen 
>> Date: Mon, 29 Dec 2014 17:42:32 +0800
>> 
>> > Roger Chen (6):
>> >   patch1: add driver for Rockchip RK3288 SoCs integrated GMAC
>> >   patch2: define clock ID used for GMAC
>> >   patch3: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
>> >   patch4: dts: rockchip: add gmac info for rk3288
>> >   patch5: dts: rockchip: enable gmac on RK3288 evb board
>> >   patch6: add document for Rockchip RK3288 GMAC
>> > 
>> > Tested on rk3288 evb board:
>> > Execute the following command to enable ethernet,
>> > set local IP and ping a remote host.
>> > 
>> > busybox ifconfig eth0 up
>> > busybox ifconfig eth0 192.168.1.111
>> > ping 192.168.1.1
>> 
>> Series applied to net-next, thanks.
> 
> could we split this up a bit instead?

Too late, what's in my tree is in the permanent commit history
and cannot be deleted.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/6] support GMAC driver for RK3288

2014-12-31 Thread Heiko Stübner
Hi David,

Am Mittwoch, 31. Dezember 2014, 19:15:38 schrieb David Miller:
> From: Roger Chen 
> Date: Mon, 29 Dec 2014 17:42:32 +0800
> 
> > Roger Chen (6):
> >   patch1: add driver for Rockchip RK3288 SoCs integrated GMAC
> >   patch2: define clock ID used for GMAC
> >   patch3: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
> >   patch4: dts: rockchip: add gmac info for rk3288
> >   patch5: dts: rockchip: enable gmac on RK3288 evb board
> >   patch6: add document for Rockchip RK3288 GMAC
> > 
> > Tested on rk3288 evb board:
> > Execute the following command to enable ethernet,
> > set local IP and ping a remote host.
> > 
> > busybox ifconfig eth0 up
> > busybox ifconfig eth0 192.168.1.111
> > ping 192.168.1.1
> 
> Series applied to net-next, thanks.

could we split this up a bit instead?

If everything goes through your tree, we'll end up with a lot of conflicts with 
other pending stuff, so I'd really appreciate if you could leave out patches
 
   patch2: define clock ID used for GMAC
   patch3: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
   patch4: dts: rockchip: add gmac info for rk3288
   patch5: dts: rockchip: enable gmac on RK3288 evb board

so only take the driver itself and the dt-binding and I would take these 4 
above through the appropriate trees (clk and arm-soc)


Thanks and happy new year
Heiko
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/6] support GMAC driver for RK3288

2014-12-31 Thread David Miller
From: Roger Chen 
Date: Mon, 29 Dec 2014 17:42:32 +0800

> Roger Chen (6):
>   patch1: add driver for Rockchip RK3288 SoCs integrated GMAC
>   patch2: define clock ID used for GMAC
>   patch3: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
>   patch4: dts: rockchip: add gmac info for rk3288
>   patch5: dts: rockchip: enable gmac on RK3288 evb board
>   patch6: add document for Rockchip RK3288 GMAC
> 
> Tested on rk3288 evb board:
> Execute the following command to enable ethernet,
> set local IP and ping a remote host.
> 
> busybox ifconfig eth0 up
> busybox ifconfig eth0 192.168.1.111
> ping 192.168.1.1

Series applied to net-next, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/