This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-27 13:22:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aebb2afd54
linux
/
arch
/
mips
/
lantiq
/
xway
/
Makefile
4 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl support Implement support for pinctrl on lantiq/xway socs. The IO core found on these socs has the registers for pinctrl, pinconf and gpio mixed up in the same register range. As the gpio_chip handling is only a few lines, the driver also implements the gpio functionality. This obseletes the old gpio driver that was located in the arch/ folder. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-kernel@vger.kernel.org
2012-08-28 10:44:59 +00:00
obj-y
:=
prom.o sysctrl.o clk.o reset.o dma.o gptu.o
MIPS: lantiq: adds GPHY firmware loader The internal GPHYs need a firmware blob to function properly. This patch adds the code needed to request the blob and load it to the PHY. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4523
2012-10-22 05:52:50 +00:00
obj-$(CONFIG_XRX200_PHY_FW)
+=
xrx200_phy_fw.o
Reference in New Issue
Copy Permalink