Re: [PATCH 4/11] Add platform_has_feature()

2013-03-21 Thread Michael Ellerman
On Tue, Mar 19, 2013 at 01:15:02PM -0500, Nathan Fontenot wrote: > On 03/14/2013 08:42 AM, Michael Ellerman wrote: > > On Fri, Mar 08, 2013 at 10:02:31PM -0600, Nathan Fontenot wrote: > >> The firmware_has_feature() function makes it easy to check for supported > >> features of the hardware. There

Re: [PATCH 4/11] Add platform_has_feature()

2013-03-19 Thread Nathan Fontenot
On 03/14/2013 08:42 AM, Michael Ellerman wrote: > On Fri, Mar 08, 2013 at 10:02:31PM -0600, Nathan Fontenot wrote: >> The firmware_has_feature() function makes it easy to check for supported >> features of the hardware. There is not corresponding function to check for >> features supported by the c

Re: [PATCH 4/11] Add platform_has_feature()

2013-03-19 Thread Nathan Fontenot
On 03/14/2013 03:59 AM, Paul Mackerras wrote: > On Fri, Mar 08, 2013 at 10:02:31PM -0600, Nathan Fontenot wrote: >> This patch adds a platform_has_feature() function to check features selected >> by firmware and reported via the device tree 'ibm,architecture-vec5' >> property. As part of this the #

Re: [PATCH 4/11] Add platform_has_feature()

2013-03-19 Thread Nathan Fontenot
On 03/14/2013 03:56 AM, Paul Mackerras wrote: > On Fri, Mar 08, 2013 at 10:02:31PM -0600, Nathan Fontenot wrote: >> The firmware_has_feature() function makes it easy to check for supported >> features of the hardware. There is not corresponding function to check for >> features supported by the cli

Re: [PATCH 4/11] Add platform_has_feature()

2013-03-14 Thread Michael Ellerman
On Fri, Mar 08, 2013 at 10:02:31PM -0600, Nathan Fontenot wrote: > The firmware_has_feature() function makes it easy to check for supported > features of the hardware. There is not corresponding function to check for > features supported by the client architecture. Actually it doesn't tell you abo

Re: [PATCH 4/11] Add platform_has_feature()

2013-03-14 Thread Paul Mackerras
On Fri, Mar 08, 2013 at 10:02:31PM -0600, Nathan Fontenot wrote: > This patch adds a platform_has_feature() function to check features selected > by firmware and reported via the device tree 'ibm,architecture-vec5' > property. As part of this the #defines used for the architecture vector are > move

Re: [PATCH 4/11] Add platform_has_feature()

2013-03-14 Thread Paul Mackerras
On Fri, Mar 08, 2013 at 10:02:31PM -0600, Nathan Fontenot wrote: > The firmware_has_feature() function makes it easy to check for supported > features of the hardware. There is not corresponding function to check for > features supported by the client architecture. Actually, firmware_has_feature c

[PATCH 4/11] Add platform_has_feature()

2013-03-08 Thread Nathan Fontenot
The firmware_has_feature() function makes it easy to check for supported features of the hardware. There is not corresponding function to check for features supported by the client architecture. This patch adds a platform_has_feature() function to check features selected by firmware and reported v