Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-11 Thread Nishanth Menon
On Tue, Mar 10, 2015 at 6:03 AM, Linus Walleij wrote: > On Wed, Mar 4, 2015 at 1:00 AM, Nishanth Menon wrote: > >> SoC family such as DRA7 family of processors have, in addition >> to the regular muxing of pins (as done by pinctrl-single), an >> additional hardware module called IODelay which is

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-11 Thread Nishanth Menon
On Tue, Mar 10, 2015 at 6:03 AM, Linus Walleij linus.wall...@linaro.org wrote: On Wed, Mar 4, 2015 at 1:00 AM, Nishanth Menon n...@ti.com wrote: SoC family such as DRA7 family of processors have, in addition to the regular muxing of pins (as done by pinctrl-single), an additional hardware

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-10 Thread Linus Walleij
On Wed, Mar 4, 2015 at 1:00 AM, Nishanth Menon wrote: > SoC family such as DRA7 family of processors have, in addition > to the regular muxing of pins (as done by pinctrl-single), an > additional hardware module called IODelay which is also expected to be > configured. This "IODelay" module has

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-10 Thread Linus Walleij
On Wed, Mar 4, 2015 at 1:00 AM, Nishanth Menon n...@ti.com wrote: SoC family such as DRA7 family of processors have, in addition to the regular muxing of pins (as done by pinctrl-single), an additional hardware module called IODelay which is also expected to be configured. This IODelay module

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-04 Thread Nishanth Menon
On 03/04/2015 04:58 PM, Tony Lindgren wrote: > * Paul Bolle [150304 14:58]: >> Nishanth Menon schreef op di 03-03-2015 om 18:00 [-0600]: >>> diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig >>> index ee9f44ad7f02..8e463d75fbb2 100644 >>> --- a/drivers/pinctrl/Kconfig >>> +++

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-04 Thread Tony Lindgren
* Paul Bolle [150304 14:58]: > Nishanth Menon schreef op di 03-03-2015 om 18:00 [-0600]: > > diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig > > index ee9f44ad7f02..8e463d75fbb2 100644 > > --- a/drivers/pinctrl/Kconfig > > +++ b/drivers/pinctrl/Kconfig > > @@ -160,6 +160,17 @@

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-04 Thread Paul Bolle
Nishanth Menon schreef op di 03-03-2015 om 18:00 [-0600]: > diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig > index ee9f44ad7f02..8e463d75fbb2 100644 > --- a/drivers/pinctrl/Kconfig > +++ b/drivers/pinctrl/Kconfig > @@ -160,6 +160,17 @@ config PINCTRL_TEGRA_XUSB > select

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-04 Thread Paul Bolle
Nishanth Menon schreef op di 03-03-2015 om 18:00 [-0600]: diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index ee9f44ad7f02..8e463d75fbb2 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -160,6 +160,17 @@ config PINCTRL_TEGRA_XUSB select PINCONF

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-04 Thread Tony Lindgren
* Paul Bolle pebo...@tiscali.nl [150304 14:58]: Nishanth Menon schreef op di 03-03-2015 om 18:00 [-0600]: diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index ee9f44ad7f02..8e463d75fbb2 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -160,6 +160,17

Re: [PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-04 Thread Nishanth Menon
On 03/04/2015 04:58 PM, Tony Lindgren wrote: * Paul Bolle pebo...@tiscali.nl [150304 14:58]: Nishanth Menon schreef op di 03-03-2015 om 18:00 [-0600]: diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index ee9f44ad7f02..8e463d75fbb2 100644 --- a/drivers/pinctrl/Kconfig +++

[PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-03 Thread Nishanth Menon
SoC family such as DRA7 family of processors have, in addition to the regular muxing of pins (as done by pinctrl-single), an additional hardware module called IODelay which is also expected to be configured. This "IODelay" module has it's own register space that is independent of the control

[PATCH 2/2] pinctrl: Introduce TI IOdelay configuration driver

2015-03-03 Thread Nishanth Menon
SoC family such as DRA7 family of processors have, in addition to the regular muxing of pins (as done by pinctrl-single), an additional hardware module called IODelay which is also expected to be configured. This IODelay module has it's own register space that is independent of the control module.