[RFC PATCH] drivers: pinctrl: add driver for Allwinner A64 SoC

Chen-Yu Tsai wens at csie.org
Mon Mar 28 09:19:29 PDT 2016


On Tue, Mar 29, 2016 at 12:15 AM, Amit Tomer <amittomer25 at gmail.com> wrote:
> Hello ,
>
>> +       SUNXI_PIN(SUNXI_PINCTRL_PIN(H, 11),
>> +                 SUNXI_FUNCTION(0x0, "gpio_in"),
>> +                 SUNXI_FUNCTION(0x1, "gpio_out"),
>> +                 SUNXI_FUNCTION(0x2, "mic"),           /* DATA */
>> +                 SUNXI_FUNCTION_IRQ(0x6, 11)),         /* EINT11 */
>> +};
>> +
>
> Sorry to intervene here but is there any specific reason for not
> covering Bank from PL0 - PL12(as it is mentioned in Datasheet) ?


The PL bank is a separate controller (R_PIO), and would be covered by
a separate driver.
See the other sunxi drivers.

ChenYu



More information about the linux-arm-kernel mailing list