On 09/12/2012 12:54 AM, Thomas Petazzoni wrote:
> Le Tue, 11 Sep 2012 16:17:13 -0600,
> Stephen Warren a écrit :
>
>>
>> +static struct mvebu_mpp_mode dove_mpp_modes[] = {
>> +MPP_MODE(0,
>> +MPP_FUNCTION(0x00, "gpio", NULL),
>> +MPP_FUNCTION(0x02, "uart2", "rts"),
>>
On Wed, Sep 12, 2012 at 6:01 PM, Thomas Petazzoni
wrote:
> See for example
> http://www.marvell.com/embedded-processors/kirkwood/assets/HW_88F6281_OpenSource.pdf,
> which is the hardware datasheet for the 88F6281 Marvell SoC (Kirkwood
> family). Table 26 on page 53 of the PDF is a good example. I
Le Wed, 12 Sep 2012 17:50:48 +0200,
Linus Walleij a écrit :
> This is a valid reason to keep it as is in my book.
> Readability along with a datasheet is important, most important
> is that it has a good structure for those maintaining the driver.
>
> Is this datasheet available so I can get the
On Wed, Sep 12, 2012 at 8:54 AM, Thomas Petazzoni
wrote:
> This data structure really reflects what the datasheet says. Typically,
> for SoCs where each pin is independently muxable (AT91, i.MX23/28,
> Marvell, and probably many more), the datasheet has a big array, with
> one line per pin, and t
Le Tue, 11 Sep 2012 16:17:13 -0600,
Stephen Warren a écrit :
>
> +static struct mvebu_mpp_mode dove_mpp_modes[] = {
> + MPP_MODE(0,
> + MPP_FUNCTION(0x00, "gpio", NULL),
> + MPP_FUNCTION(0x02, "uart2", "rts"),
> + MPP_FUNCTION(0x03, "sdio0", "cd"),
> +
On Wed, Sep 12, 2012 at 12:17 AM, Stephen Warren wrote:
> the drivers in this patch seem to invert the data-structures a
> little - in other words, instead of defining a global list of functions,
> they define a list of groups, and for each group, list the functions
> that can be selected on to i
On 09/11/2012 08:44 AM, Thomas Petazzoni wrote:
> Hello Sebastian,
>
> Sorry for getting back to you so late about this patch set. I have been
> very busy with other things.
>
> Le Mon, 10 Sep 2012 10:39:38 +0200,
> Sebastian Hesselbarth a écrit :
>
>> v3:
>> - list of functions is now built ou
Hello Sebastian,
Sorry for getting back to you so late about this patch set. I have been
very busy with other things.
Le Mon, 10 Sep 2012 10:39:38 +0200,
Sebastian Hesselbarth a écrit :
> v3:
> - list of functions is now built out of pin groups passed to core driver
> instead of parsing DT no
On Mon, Sep 10, 2012 at 1:39 AM, Sebastian Hesselbarth
wrote:
> This patch adds a pinctrl driver core for Marvell SoCs plus DT
> binding documentation. This core driver will be used by SoC family
> specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso.
>
> Signed-off-by: Sebastian Hes
This patch adds a pinctrl driver core for Marvell SoCs plus DT
binding documentation. This core driver will be used by SoC family
specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso.
Signed-off-by: Sebastian Hesselbarth
Signed-off-by: Thomas Petazzoni
---
v2:
- restructured Kconfig
10 matches
Mail list logo