History log of /drivers/pinctrl/sunxi/pinctrl-sun6i-a31.c
Revision Date Author Comments
c11a33c15ebc7c516551fef624efd9927da8cd81 05-Jun-2014 Maxime Ripard <maxime.ripard@free-electrons.com> pinctrl: sunxi: Declare the interrupt function for the A31

The primary pinctrl device has 4 interrupt banks. As usual, to be able to
generate interrupts, the pins supporting it need to be muxed to a special
function. Declare these functions in the pins array.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
8966ada2d40790214444c193be4902924e7ef02e 05-Jun-2014 Maxime Ripard <maxime.ripard@free-electrons.com> pinctrl: sunxi: Declare the number of interrupt banks in the descriptor

Declare in the description structure associated to the compatible the number of
interrupt banks the device has. For now, we're not doing anything with it.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1c996176e725660bd6e0841ba066d9ff4fc21bba 18-Apr-2014 Maxime Ripard <maxime.ripard@free-electrons.com> pinctrl: sunxi: Move Allwinner A31 pinctrl driver to a driver of its own

Move the pin description to a driver specific to be. This is one more step
toward retiring pinctrl-sunxi-pins.h that used to define all the pins for all
the Allwinner SoCs in a single header, that would have in turn result in having
these structures in the final binary as many times as the header was included.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>