Skip to content

Commit

Permalink
pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its own
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mripard committed May 4, 2014
1 parent 2284ba6 commit f2821b1
Show file tree
Hide file tree
Showing 4 changed files with 1,043 additions and 995 deletions.
4 changes: 4 additions & 0 deletions drivers/pinctrl/sunxi/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Core
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sunxi.o

# SoC Drivers
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun4i-a10.o
Loading

0 comments on commit f2821b1

Please sign in to comment.