Re: [PATCH] gpio: gpio-rcar: init at postcore level

2014-02-23 Thread Magnus Damm
Hi Vladimir, On Mon, Feb 24, 2014 at 4:42 PM, Vladimir Barinov wrote: > Hi Magnus, > > > On 02/24/2014 06:57 AM, Magnus Damm wrote: >> >> Hi Vladimir, >> >> On Mon, Feb 24, 2014 at 1:37 AM, >> wrote: >>> >>> From: Vladimir Barinov >>> >>> This adds ability to use gpio API at board init_machine le

Re: [PATCH] gpio: gpio-rcar: init at postcore level

2014-02-23 Thread Vladimir Barinov
Hello Ben, On 02/23/2014 11:09 PM, Ben Dooks wrote: On 23/02/14 16:37, vladimir.bari...@cogentembedded.com wrote: From: Vladimir Barinov This adds ability to use gpio API at board init_machine level. F.e. it can be used in the following situation. Many reference hardware has onboard switches

Re: [PATCH] gpio: gpio-rcar: init at postcore level

2014-02-23 Thread Vladimir Barinov
Hi Magnus, On 02/24/2014 06:57 AM, Magnus Damm wrote: Hi Vladimir, On Mon, Feb 24, 2014 at 1:37 AM, wrote: From: Vladimir Barinov This adds ability to use gpio API at board init_machine level. F.e. it can be used in the following situation. Many reference hardware has onboard switches that

Re: [PATCH] gpio: gpio-rcar: init at postcore level

2014-02-23 Thread Magnus Damm
Hi Vladimir, On Mon, Feb 24, 2014 at 1:37 AM, wrote: > From: Vladimir Barinov > > This adds ability to use gpio API at board init_machine level. > > F.e. it can be used in the following situation. > Many reference hardware has onboard switches that selects which periferals > to connect to the s

Re: [PATCH] gpio: gpio-rcar: init at postcore level

2014-02-23 Thread Ben Dooks
On 23/02/14 16:37, vladimir.bari...@cogentembedded.com wrote: From: Vladimir Barinov This adds ability to use gpio API at board init_machine level. F.e. it can be used in the following situation. Many reference hardware has onboard switches that selects which periferals to connect to the syste

[PATCH] gpio: gpio-rcar: init at postcore level

2014-02-23 Thread vladimir.barinov
From: Vladimir Barinov This adds ability to use gpio API at board init_machine level. F.e. it can be used in the following situation. Many reference hardware has onboard switches that selects which periferals to connect to the system. The gpio input state from switches can be used in choosing pl