Re: [PATCH 03/15] fbdev: aty128fb: replace PPC_OF with PPC

2015-03-11 Thread Tomi Valkeinen
On 11/03/15 06:38, Kevin Hao wrote: > On Tue, Mar 10, 2015 at 02:23:12PM +0200, Tomi Valkeinen wrote: >>> I just sent out a v2 [1] a few hours earlier with some minor updates. We >>> plan >>> to merge this patch series via the powerpc tree in 4.1 cycle if I can >>> collect >>> all the acks from t

Re: [PATCH 03/15] fbdev: aty128fb: replace PPC_OF with PPC

2015-03-10 Thread Kevin Hao
On Tue, Mar 10, 2015 at 02:23:12PM +0200, Tomi Valkeinen wrote: > > I just sent out a v2 [1] a few hours earlier with some minor updates. We > > plan > > to merge this patch series via the powerpc tree in 4.1 cycle if I can > > collect > > all the acks from the corresponding driver maintainers. >

Re: [PATCH 03/15] fbdev: aty128fb: replace PPC_OF with PPC

2015-03-10 Thread Tomi Valkeinen
On 27/02/15 03:05, Kevin Hao wrote: > On Fri, Feb 27, 2015 at 11:11:15AM +1100, Benjamin Herrenschmidt wrote: >> On Sat, 2015-01-31 at 21:47 +0800, Kevin Hao wrote: >>> The PPC_OF is a ppc specific option which is used to mean that the >>> firmware device tree access functions are available. Since

Re: [PATCH 03/15] fbdev: aty128fb: replace PPC_OF with PPC

2015-02-26 Thread Benjamin Herrenschmidt
On Fri, 2015-02-27 at 09:05 +0800, Kevin Hao wrote: > On Fri, Feb 27, 2015 at 11:11:15AM +1100, Benjamin Herrenschmidt wrote: > > On Sat, 2015-01-31 at 21:47 +0800, Kevin Hao wrote: > > > The PPC_OF is a ppc specific option which is used to mean that the > > > firmware device tree access functions

Re: [PATCH 03/15] fbdev: aty128fb: replace PPC_OF with PPC

2015-02-26 Thread Kevin Hao
On Fri, Feb 27, 2015 at 11:11:15AM +1100, Benjamin Herrenschmidt wrote: > On Sat, 2015-01-31 at 21:47 +0800, Kevin Hao wrote: > > The PPC_OF is a ppc specific option which is used to mean that the > > firmware device tree access functions are available. Since all the > > ppc platforms have a device

Re: [PATCH 03/15] fbdev: aty128fb: replace PPC_OF with PPC

2015-02-26 Thread Benjamin Herrenschmidt
On Sat, 2015-01-31 at 21:47 +0800, Kevin Hao wrote: > The PPC_OF is a ppc specific option which is used to mean that the > firmware device tree access functions are available. Since all the > ppc platforms have a device tree, it is aways set to 'y' for ppc. > So it makes no sense to keep a such opt

[PATCH 03/15] fbdev: aty128fb: replace PPC_OF with PPC

2015-01-31 Thread Kevin Hao
The PPC_OF is a ppc specific option which is used to mean that the firmware device tree access functions are available. Since all the ppc platforms have a device tree, it is aways set to 'y' for ppc. So it makes no sense to keep a such option in the current kernel. Replace it with PPC. Signed-off-