On Thursday, August 06, 2015 10:48:48 AM Heikki Krogerus wrote:
> On Wed, Aug 05, 2015 at 05:02:18PM +0300, Andy Shevchenko wrote:
> > On Wed, 2015-08-05 at 16:39 +0300, Heikki Krogerus wrote:
> > > Marcos for easier creation of build-in property entries.
> > >
> > > Signed-off-by: Heikki Krogerus
On Wed, Aug 05, 2015 at 05:02:18PM +0300, Andy Shevchenko wrote:
> On Wed, 2015-08-05 at 16:39 +0300, Heikki Krogerus wrote:
> > Marcos for easier creation of build-in property entries.
> >
> > Signed-off-by: Heikki Krogerus
> > ---
> > include/linux/property.h | 35 +
On Wed, 2015-08-05 at 17:02 +0300, Andy Shevchenko wrote:
> On Wed, 2015-08-05 at 16:39 +0300, Heikki Krogerus wrote:
[]
> > +#define PROP_ENTRY_STRING(_name_, _val_) { \
>
> …_STRING_ARRAY I can notice.
s / can / can't /
>
> > + .name = _name_, \
> > + .type = DEV_PROP_STRING, \
> > +
On Wed, 2015-08-05 at 16:39 +0300, Heikki Krogerus wrote:
> Marcos for easier creation of build-in property entries.
>
> Signed-off-by: Heikki Krogerus
> ---
> include/linux/property.h | 35 +++
> 1 file changed, 35 insertions(+)
>
> diff --git a/include/linux/pr
Marcos for easier creation of build-in property entries.
Signed-off-by: Heikki Krogerus
---
include/linux/property.h | 35 +++
1 file changed, 35 insertions(+)
diff --git a/include/linux/property.h b/include/linux/property.h
index 76ebde9..204d899 100644
--- a/in