Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-08 Thread Mauro Carvalho Chehab
Em Fri, 8 Feb 2013 19:12:31 +0100 Sebastian Hesselbarth escreveu: > On Fri, Feb 8, 2013 at 6:57 PM, Mauro Carvalho Chehab > wrote: > > Em Wed, 06 Feb 2013 18:18:22 +0100 > > Sebastian Hesselbarth escreveu: > >> On 02/06/2013 02:48 PM, Sylwester Nawrocki wrote: > >> > On 02/06/2013 09:03 AM,

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-08 Thread Sylwester Nawrocki
On 02/06/2013 06:18 PM, Sebastian Hesselbarth wrote: >>> +Optional properties: >>> +- linux,allowed-rc-protocols: Linux specific u64 bitmask of allowed >>> +rc protocols. >> >> You likely need to specify in these bindings documentation which bit >> corresponds to which RC protocol. >>

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-08 Thread Sebastian Hesselbarth
On Fri, Feb 8, 2013 at 6:57 PM, Mauro Carvalho Chehab wrote: > Em Wed, 06 Feb 2013 18:18:22 +0100 > Sebastian Hesselbarth escreveu: >> On 02/06/2013 02:48 PM, Sylwester Nawrocki wrote: >> > On 02/06/2013 09:03 AM, Sebastian Hesselbarth wrote: >> >> This patch adds device tree parsing for

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-08 Thread Mauro Carvalho Chehab
Em Wed, 06 Feb 2013 18:18:22 +0100 Sebastian Hesselbarth escreveu: > On 02/06/2013 02:48 PM, Sylwester Nawrocki wrote: > > On 02/06/2013 09:03 AM, Sebastian Hesselbarth wrote: > >> This patch adds device tree parsing for gpio_ir_recv platform_data and > >> the mandatory binding documentation. It

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-08 Thread Mauro Carvalho Chehab
Em Wed, 06 Feb 2013 18:18:22 +0100 Sebastian Hesselbarth sebastian.hesselba...@gmail.com escreveu: On 02/06/2013 02:48 PM, Sylwester Nawrocki wrote: On 02/06/2013 09:03 AM, Sebastian Hesselbarth wrote: This patch adds device tree parsing for gpio_ir_recv platform_data and the mandatory

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-08 Thread Sebastian Hesselbarth
On Fri, Feb 8, 2013 at 6:57 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em Wed, 06 Feb 2013 18:18:22 +0100 Sebastian Hesselbarth sebastian.hesselba...@gmail.com escreveu: On 02/06/2013 02:48 PM, Sylwester Nawrocki wrote: On 02/06/2013 09:03 AM, Sebastian Hesselbarth wrote: This

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-08 Thread Sylwester Nawrocki
On 02/06/2013 06:18 PM, Sebastian Hesselbarth wrote: +Optional properties: +- linux,allowed-rc-protocols: Linux specific u64 bitmask of allowed +rc protocols. You likely need to specify in these bindings documentation which bit corresponds to which RC protocol. I'm not very

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-08 Thread Mauro Carvalho Chehab
Em Fri, 8 Feb 2013 19:12:31 +0100 Sebastian Hesselbarth sebastian.hesselba...@gmail.com escreveu: On Fri, Feb 8, 2013 at 6:57 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em Wed, 06 Feb 2013 18:18:22 +0100 Sebastian Hesselbarth sebastian.hesselba...@gmail.com escreveu: On

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-06 Thread Sebastian Hesselbarth
On 02/06/2013 02:48 PM, Sylwester Nawrocki wrote: On 02/06/2013 09:03 AM, Sebastian Hesselbarth wrote: This patch adds device tree parsing for gpio_ir_recv platform_data and the mandatory binding documentation. It basically follows what we already have for e.g. gpio_keys. All required device

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-06 Thread Sylwester Nawrocki
Hi, On 02/06/2013 09:03 AM, Sebastian Hesselbarth wrote: > This patch adds device tree parsing for gpio_ir_recv platform_data and > the mandatory binding documentation. It basically follows what we already > have for e.g. gpio_keys. All required device tree properties are OS > independent but

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-06 Thread Sylwester Nawrocki
Hi, On 02/06/2013 09:03 AM, Sebastian Hesselbarth wrote: This patch adds device tree parsing for gpio_ir_recv platform_data and the mandatory binding documentation. It basically follows what we already have for e.g. gpio_keys. All required device tree properties are OS independent but

Re: [PATCH RESEND] media: rc: gpio-ir-recv: add support for device tree parsing

2013-02-06 Thread Sebastian Hesselbarth
On 02/06/2013 02:48 PM, Sylwester Nawrocki wrote: On 02/06/2013 09:03 AM, Sebastian Hesselbarth wrote: This patch adds device tree parsing for gpio_ir_recv platform_data and the mandatory binding documentation. It basically follows what we already have for e.g. gpio_keys. All required device