Re: [U-Boot] [PATCH v3 02/10] GPIO: add gpio driver for Orion SoCs

2013-03-11 Thread Prafulla Wadaskar
> -Original Message- > From: Sebastian Hesselbarth > [mailto:sebastian.hesselba...@gmail.com] > Sent: 03 March 2013 17:07 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Rabeeh Khoury; Albert > Aribaud; Andy Fleming; Joe Hershberger; Daniel Stodden; > Luka Perkov > Subject: Re: [PATCH

Re: [U-Boot] [PATCH v3 02/10] GPIO: add gpio driver for Orion SoCs

2013-03-03 Thread Sebastian Hesselbarth
On 02/11/2013 04:39 AM, Prafulla Wadaskar wrote: -Original Message- From: Sebastian Hesselbarth [mailto:sebastian.hesselba...@gmail.com] Sent: 17 January 2013 00:55 To: Sebastian Hesselbarth Cc: u-boot@lists.denx.de; Rabeeh Khoury; Albert Aribaud; Prafulla Wadaskar; Andy Fleming; Joe He

Re: [U-Boot] [PATCH v3 02/10] GPIO: add gpio driver for Orion SoCs

2013-02-10 Thread Prafulla Wadaskar
> -Original Message- > From: Sebastian Hesselbarth [mailto:sebastian.hesselba...@gmail.com] > Sent: 17 January 2013 00:55 > To: Sebastian Hesselbarth > Cc: u-boot@lists.denx.de; Rabeeh Khoury; Albert Aribaud; Prafulla > Wadaskar; Andy Fleming; Joe Hershberger; Daniel Stodden; Luka Perkov

[U-Boot] [PATCH v3 02/10] GPIO: add gpio driver for Orion SoCs

2013-01-16 Thread Sebastian Hesselbarth
This adds a gpio driver for Marvell Orion SoCs, i.e. orion5x, kirkwood, dove. This is based on kw_gpio but as gpio capabilities depend heavily on the mpp configuration for dove, it allows to set gpi/gpo capabilities from mpp. This should be compatible with the current kw_gpio and porting mpp of kir