Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332233
b: refs/heads/master
c: e316cb2
h: refs/heads/master
i:
  332231: 5983f0a
v: v3
  • Loading branch information
John Crispin committed Sep 13, 2012
1 parent 558260d commit 553da71
Show file tree
Hide file tree
Showing 6 changed files with 480 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f8c50c9b110dad4136ea7226cd87b0c4cdb70c8
refs/heads/master: e316cb2b16bbfbe48387b56e7e6b5d32ec686f82
4 changes: 4 additions & 0 deletions trunk/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ extern __iomem void *ltq_sys1_membase;
#define ltq_sys1_w32_mask(clear, set, reg) \
ltq_sys1_w32((ltq_sys1_r32(reg) & ~(clear)) | (set), reg)

/* allow the gpio and pinctrl drivers to talk to eachother */
extern int pinctrl_falcon_get_range_size(int id);
extern void pinctrl_falcon_add_gpio_range(struct pinctrl_gpio_range *range);

/*
* to keep the irq code generic we need to define this to 0 as falcon
* has no EIU/EBU
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/lantiq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ config SOC_XWAY

config SOC_FALCON
bool "FALCON"
select PINCTRL_FALCON

endchoice

Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/pinctrl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ config PINCTRL_PXA3xx
bool
select PINMUX

config PINCTRL_FALCON
bool
depends on SOC_FALCON
depends on PINCTRL_LANTIQ

config PINCTRL_MMP2
bool "MMP2 pin controller driver"
depends on ARCH_MMP
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pinctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-$(CONFIG_PINCTRL_IMX51) += pinctrl-imx51.o
obj-$(CONFIG_PINCTRL_IMX53) += pinctrl-imx53.o
obj-$(CONFIG_PINCTRL_IMX6Q) += pinctrl-imx6q.o
obj-$(CONFIG_PINCTRL_PXA3xx) += pinctrl-pxa3xx.o
obj-$(CONFIG_PINCTRL_FALCON) += pinctrl-falcon.o
obj-$(CONFIG_PINCTRL_MMP2) += pinctrl-mmp2.o
obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o
obj-$(CONFIG_PINCTRL_IMX23) += pinctrl-imx23.o
Expand Down
Loading

0 comments on commit 553da71

Please sign in to comment.