projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
when changing the mac address of a bridge interface, keep member interface addresses...
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.33
/
020-gateworks_i2c_pld.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.33/020-gateworks_i2c_pld.patch
b/target/linux/ixp4xx/patches-2.6.33/020-gateworks_i2c_pld.patch
index
a09a3be
..
b51e26d
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.33/020-gateworks_i2c_pld.patch
+++ b/
target/linux/ixp4xx/patches-2.6.33/020-gateworks_i2c_pld.patch
@@
-374,9
+374,9
@@
+MODULE_AUTHOR("Chris Lang");
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
+MODULE_AUTHOR("Chris Lang");
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
-@@ -
196,6 +196,14 @@ config GPIO_LANGWELL
- help
-
Say Y here to support Intel Moorestown platform GPIO
.
+@@ -
221,6 +221,14 @@ config GPIO_TIMBERDALE
+ ---help---
+
Add support for the GPIO IP in the timberdale FPGA
.
+config GPIO_GW_I2C_PLD
+ tristate "Gateworks I2C PLD GPIO Expander"
+config GPIO_GW_I2C_PLD
+ tristate "Gateworks I2C PLD GPIO Expander"
@@
-391,7
+391,7
@@
config GPIO_MAX7301
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
config GPIO_MAX7301
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
-@@ -
19,3 +19,4 @@ obj-$(CONFIG_GPIO_XILINX) += xilinx_
gpio
+@@ -
22,3 +22,4 @@ obj-$(CONFIG_GPIO_CS5535) += cs5535-
gpio
obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o
obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o
This page took
0.022981 seconds
and
4
git commands to generate.