[PATCH v4 1/2] pinctrl: Add driver for Alphascale asm9260 pinctrl

2015-04-06 Thread Oleksij Rempel
This patch adds driver for Alphascale asm9260 pinctrl support. Alphascale asm9260t is SoC based on ARM926EJ (240MHz) in LQFP176 package. On silicon are: - 32MB SDRAM - USB2.0 HS/OTG - 2x CAN - SD/MMC - 5x Times/PWM - 10x USART - 24-channel DMA - 2x i2c - 2x SPI - Quad SPI - 10/100 Ethernet MAC - Ca

Re: [PATCH v4 1/2] pinctrl: Add driver for Alphascale asm9260 pinctrl

2015-05-05 Thread Linus Walleij
On Mon, Apr 6, 2015 at 11:04 AM, Oleksij Rempel wrote: > This patch adds driver for Alphascale asm9260 pinctrl support. > Alphascale asm9260t is SoC based on ARM926EJ (240MHz) in LQFP176 package. > On silicon are: > - 32MB SDRAM > - USB2.0 HS/OTG > - 2x CAN > - SD/MMC > - 5x Times/PWM > - 10x USA

Re: [PATCH v4 1/2] pinctrl: Add driver for Alphascale asm9260 pinctrl

2015-05-12 Thread Oleksij Rempel
Am 05.05.2015 um 17:12 schrieb Linus Walleij: > On Mon, Apr 6, 2015 at 11:04 AM, Oleksij Rempel > wrote: > >> This patch adds driver for Alphascale asm9260 pinctrl support. >> Alphascale asm9260t is SoC based on ARM926EJ (240MHz) in LQFP176 package. >> On silicon are: >> - 32MB SDRAM >> - USB2.0

Re: [PATCH v4 1/2] pinctrl: Add driver for Alphascale asm9260 pinctrl

2015-05-13 Thread Linus Walleij
On Tue, May 12, 2015 at 6:25 PM, Oleksij Rempel wrote: > Am 05.05.2015 um 17:12 schrieb Linus Walleij: >> Just reference the statically defined array by a pointer instead, >> this just takes up a lot o memory for no reason. > > This two arrays have different types this is why i convert it. > priv

Re: [PATCH v4 1/2] pinctrl: Add driver for Alphascale asm9260 pinctrl

2015-05-14 Thread Oleksij Rempel
Am 13.05.2015 um 13:00 schrieb Linus Walleij: > On Tue, May 12, 2015 at 6:25 PM, Oleksij Rempel > wrote: >> Am 05.05.2015 um 17:12 schrieb Linus Walleij: > >>> Just reference the statically defined array by a pointer instead, >>> this just takes up a lot o memory for no reason. >> >> This two ar

Re: [PATCH v4 1/2] pinctrl: Add driver for Alphascale asm9260 pinctrl

2015-09-08 Thread Oleksij Rempel
Hi, finally i'm able to continue to work on it. Am 13.05.2015 um 13:00 schrieb Linus Walleij: > On Tue, May 12, 2015 at 6:25 PM, Oleksij Rempel > wrote: >> Am 05.05.2015 um 17:12 schrieb Linus Walleij: > >>> Just reference the statically defined array by a pointer instead, >>> this just takes u

Re: [PATCH v4 1/2] pinctrl: Add driver for Alphascale asm9260 pinctrl

2015-09-25 Thread Linus Walleij
On Tue, Sep 8, 2015 at 10:55 PM, Oleksij Rempel wrote: > [Me] >> Why is it necessary for the driver to copy one description of >> the pin into another? > > If i understand it correctly, pinctrl_pin_desc is essential part of > pinmux framework. Theoretically i should define just statical array of >