diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-25 07:25:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-25 07:25:22 -0400 |
commit | 8a9ea3237e7eb5c25f09e429ad242ae5a3d5ea22 (patch) | |
tree | a0a63398a9983667d52cbbbf4e2405b4f22b1d83 /arch/powerpc | |
parent | 1be025d3cb40cd295123af2c394f7229ef9b30ca (diff) | |
parent | 8b3408f8ee994973869d8ba32c5bf482bc4ddca4 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1745 commits)
dp83640: free packet queues on remove
dp83640: use proper function to free transmit time stamping packets
ipv6: Do not use routes from locally generated RAs
|PATCH net-next] tg3: add tx_dropped counter
be2net: don't create multiple RX/TX rings in multi channel mode
be2net: don't create multiple TXQs in BE2
be2net: refactor VF setup/teardown code into be_vf_setup/clear()
be2net: add vlan/rx-mode/flow-control config to be_setup()
net_sched: cls_flow: use skb_header_pointer()
ipv4: avoid useless call of the function check_peer_pmtu
TCP: remove TCP_DEBUG
net: Fix driver name for mdio-gpio.c
ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT
rtnetlink: Add missing manual netlink notification in dev_change_net_namespaces
ipv4: fix ipsec forward performance regression
jme: fix irq storm after suspend/resume
route: fix ICMP redirect validation
net: hold sock reference while processing tx timestamps
tcp: md5: add more const attributes
Add ethtool -g support to virtio_net
...
Fix up conflicts in:
- drivers/net/Kconfig:
The split-up generated a trivial conflict with removal of a
stale reference to Documentation/networking/net-modules.txt.
Remove it from the new location instead.
- fs/sysfs/dir.c:
Fairly nasty conflicts with the sysfs rb-tree usage, conflicting
with Eric Biederman's changes for tagged directories.
Diffstat (limited to 'arch/powerpc')
27 files changed, 126 insertions, 111 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 6926b61acfea..47682b67fd36 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -656,6 +656,8 @@ config SBUS | |||
656 | 656 | ||
657 | config FSL_SOC | 657 | config FSL_SOC |
658 | bool | 658 | bool |
659 | select HAVE_CAN_FLEXCAN if NET && CAN | ||
660 | select PPC_CLOCK if CAN_FLEXCAN | ||
659 | 661 | ||
660 | config FSL_PCI | 662 | config FSL_PCI |
661 | bool | 663 | bool |
diff --git a/arch/powerpc/boot/dts/p1010rdb.dts b/arch/powerpc/boot/dts/p1010rdb.dts index 6b33b73a5ba0..d6c669c888e9 100644 --- a/arch/powerpc/boot/dts/p1010rdb.dts +++ b/arch/powerpc/boot/dts/p1010rdb.dts | |||
@@ -23,6 +23,8 @@ | |||
23 | ethernet2 = &enet2; | 23 | ethernet2 = &enet2; |
24 | pci0 = &pci0; | 24 | pci0 = &pci0; |
25 | pci1 = &pci1; | 25 | pci1 = &pci1; |
26 | can0 = &can0; | ||
27 | can1 = &can1; | ||
26 | }; | 28 | }; |
27 | 29 | ||
28 | memory { | 30 | memory { |
@@ -169,14 +171,6 @@ | |||
169 | }; | 171 | }; |
170 | }; | 172 | }; |
171 | 173 | ||
172 | can0@1c000 { | ||
173 | fsl,flexcan-clock-source = "platform"; | ||
174 | }; | ||
175 | |||
176 | can1@1d000 { | ||
177 | fsl,flexcan-clock-source = "platform"; | ||
178 | }; | ||
179 | |||
180 | usb@22000 { | 174 | usb@22000 { |
181 | phy_type = "utmi"; | 175 | phy_type = "utmi"; |
182 | }; | 176 | }; |
diff --git a/arch/powerpc/boot/dts/p1010si.dtsi b/arch/powerpc/boot/dts/p1010si.dtsi index 7f51104f2e36..cabe0a453ae6 100644 --- a/arch/powerpc/boot/dts/p1010si.dtsi +++ b/arch/powerpc/boot/dts/p1010si.dtsi | |||
@@ -140,20 +140,18 @@ | |||
140 | interrupt-parent = <&mpic>; | 140 | interrupt-parent = <&mpic>; |
141 | }; | 141 | }; |
142 | 142 | ||
143 | can0@1c000 { | 143 | can0: can@1c000 { |
144 | compatible = "fsl,flexcan-v1.0"; | 144 | compatible = "fsl,p1010-flexcan"; |
145 | reg = <0x1c000 0x1000>; | 145 | reg = <0x1c000 0x1000>; |
146 | interrupts = <48 0x2>; | 146 | interrupts = <48 0x2>; |
147 | interrupt-parent = <&mpic>; | 147 | interrupt-parent = <&mpic>; |
148 | fsl,flexcan-clock-divider = <2>; | ||
149 | }; | 148 | }; |
150 | 149 | ||
151 | can1@1d000 { | 150 | can1: can@1d000 { |
152 | compatible = "fsl,flexcan-v1.0"; | 151 | compatible = "fsl,p1010-flexcan"; |
153 | reg = <0x1d000 0x1000>; | 152 | reg = <0x1d000 0x1000>; |
154 | interrupts = <61 0x2>; | 153 | interrupts = <61 0x2>; |
155 | interrupt-parent = <&mpic>; | 154 | interrupt-parent = <&mpic>; |
156 | fsl,flexcan-clock-divider = <2>; | ||
157 | }; | 155 | }; |
158 | 156 | ||
159 | L2: l2-cache-controller@20000 { | 157 | L2: l2-cache-controller@20000 { |
diff --git a/arch/powerpc/configs/40x/acadia_defconfig b/arch/powerpc/configs/40x/acadia_defconfig index 4182c772340b..ed3bab72a834 100644 --- a/arch/powerpc/configs/40x/acadia_defconfig +++ b/arch/powerpc/configs/40x/acadia_defconfig | |||
@@ -44,12 +44,13 @@ CONFIG_BLK_DEV_RAM=y | |||
44 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 44 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
45 | # CONFIG_MISC_DEVICES is not set | 45 | # CONFIG_MISC_DEVICES is not set |
46 | CONFIG_NETDEVICES=y | 46 | CONFIG_NETDEVICES=y |
47 | CONFIG_NET_ETHERNET=y | 47 | CONFIG_ETHERNET=y |
48 | CONFIG_NET_VENDOR_IBM=y | ||
48 | CONFIG_MII=y | 49 | CONFIG_MII=y |
49 | CONFIG_IBM_NEW_EMAC=y | 50 | CONFIG_IBM_EMAC=y |
50 | CONFIG_IBM_NEW_EMAC_RXB=256 | 51 | CONFIG_IBM_EMAC_RXB=256 |
51 | CONFIG_IBM_NEW_EMAC_TXB=256 | 52 | CONFIG_IBM_EMAC_TXB=256 |
52 | CONFIG_IBM_NEW_EMAC_DEBUG=y | 53 | CONFIG_IBM_EMAC_DEBUG=y |
53 | # CONFIG_NETDEV_1000 is not set | 54 | # CONFIG_NETDEV_1000 is not set |
54 | # CONFIG_NETDEV_10000 is not set | 55 | # CONFIG_NETDEV_10000 is not set |
55 | # CONFIG_INPUT is not set | 56 | # CONFIG_INPUT is not set |
diff --git a/arch/powerpc/configs/40x/ep405_defconfig b/arch/powerpc/configs/40x/ep405_defconfig index 2dbb293163f5..17582a3420fb 100644 --- a/arch/powerpc/configs/40x/ep405_defconfig +++ b/arch/powerpc/configs/40x/ep405_defconfig | |||
@@ -42,8 +42,9 @@ CONFIG_PROC_DEVICETREE=y | |||
42 | CONFIG_BLK_DEV_RAM=y | 42 | CONFIG_BLK_DEV_RAM=y |
43 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 43 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
44 | CONFIG_NETDEVICES=y | 44 | CONFIG_NETDEVICES=y |
45 | CONFIG_NET_ETHERNET=y | 45 | CONFIG_ETHERNET=y |
46 | CONFIG_IBM_NEW_EMAC=y | 46 | CONFIG_NET_VENDOR_IBM=y |
47 | CONFIG_IBM_EMAC=y | ||
47 | # CONFIG_INPUT is not set | 48 | # CONFIG_INPUT is not set |
48 | # CONFIG_SERIO is not set | 49 | # CONFIG_SERIO is not set |
49 | # CONFIG_VT is not set | 50 | # CONFIG_VT is not set |
diff --git a/arch/powerpc/configs/40x/hcu4_defconfig b/arch/powerpc/configs/40x/hcu4_defconfig index ebeb4accad65..dba263c1d3a2 100644 --- a/arch/powerpc/configs/40x/hcu4_defconfig +++ b/arch/powerpc/configs/40x/hcu4_defconfig | |||
@@ -43,8 +43,9 @@ CONFIG_PROC_DEVICETREE=y | |||
43 | CONFIG_BLK_DEV_RAM=y | 43 | CONFIG_BLK_DEV_RAM=y |
44 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 44 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
45 | CONFIG_NETDEVICES=y | 45 | CONFIG_NETDEVICES=y |
46 | CONFIG_NET_ETHERNET=y | 46 | CONFIG_ETHERNET=y |
47 | CONFIG_IBM_NEW_EMAC=y | 47 | CONFIG_NET_VENDOR_IBM=y |
48 | CONFIG_IBM_EMAC=y | ||
48 | # CONFIG_INPUT is not set | 49 | # CONFIG_INPUT is not set |
49 | # CONFIG_SERIO is not set | 50 | # CONFIG_SERIO is not set |
50 | # CONFIG_VT is not set | 51 | # CONFIG_VT is not set |
diff --git a/arch/powerpc/configs/40x/kilauea_defconfig b/arch/powerpc/configs/40x/kilauea_defconfig index 532ea9d93a15..f2d4be936e08 100644 --- a/arch/powerpc/configs/40x/kilauea_defconfig +++ b/arch/powerpc/configs/40x/kilauea_defconfig | |||
@@ -51,10 +51,11 @@ CONFIG_BLK_DEV_RAM=y | |||
51 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 51 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
52 | # CONFIG_MISC_DEVICES is not set | 52 | # CONFIG_MISC_DEVICES is not set |
53 | CONFIG_NETDEVICES=y | 53 | CONFIG_NETDEVICES=y |
54 | CONFIG_NET_ETHERNET=y | 54 | CONFIG_ETHERNET=y |
55 | CONFIG_IBM_NEW_EMAC=y | 55 | CONFIG_NET_VENDOR_IBM=y |
56 | CONFIG_IBM_NEW_EMAC_RXB=256 | 56 | CONFIG_IBM_EMAC=y |
57 | CONFIG_IBM_NEW_EMAC_TXB=256 | 57 | CONFIG_IBM_EMAC_RXB=256 |
58 | CONFIG_IBM_EMAC_TXB=256 | ||
58 | # CONFIG_NETDEV_1000 is not set | 59 | # CONFIG_NETDEV_1000 is not set |
59 | # CONFIG_NETDEV_10000 is not set | 60 | # CONFIG_NETDEV_10000 is not set |
60 | # CONFIG_INPUT is not set | 61 | # CONFIG_INPUT is not set |
diff --git a/arch/powerpc/configs/40x/makalu_defconfig b/arch/powerpc/configs/40x/makalu_defconfig index 3c142ac1b344..42b979355f9b 100644 --- a/arch/powerpc/configs/40x/makalu_defconfig +++ b/arch/powerpc/configs/40x/makalu_defconfig | |||
@@ -43,10 +43,11 @@ CONFIG_BLK_DEV_RAM=y | |||
43 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 43 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
44 | # CONFIG_MISC_DEVICES is not set | 44 | # CONFIG_MISC_DEVICES is not set |
45 | CONFIG_NETDEVICES=y | 45 | CONFIG_NETDEVICES=y |
46 | CONFIG_NET_ETHERNET=y | 46 | CONFIG_ETHERNET=y |
47 | CONFIG_IBM_NEW_EMAC=y | 47 | CONFIG_NET_VENDOR_IBM=y |
48 | CONFIG_IBM_NEW_EMAC_RXB=256 | 48 | CONFIG_IBM_EMAC=y |
49 | CONFIG_IBM_NEW_EMAC_TXB=256 | 49 | CONFIG_IBM_EMAC_RXB=256 |
50 | CONFIG_IBM_EMAC_TXB=256 | ||
50 | # CONFIG_NETDEV_1000 is not set | 51 | # CONFIG_NETDEV_1000 is not set |
51 | # CONFIG_NETDEV_10000 is not set | 52 | # CONFIG_NETDEV_10000 is not set |
52 | # CONFIG_INPUT is not set | 53 | # CONFIG_INPUT is not set |
diff --git a/arch/powerpc/configs/40x/walnut_defconfig b/arch/powerpc/configs/40x/walnut_defconfig index ff57d4828ffc..aa1a4cac3708 100644 --- a/arch/powerpc/configs/40x/walnut_defconfig +++ b/arch/powerpc/configs/40x/walnut_defconfig | |||
@@ -40,8 +40,9 @@ CONFIG_PROC_DEVICETREE=y | |||
40 | CONFIG_BLK_DEV_RAM=y | 40 | CONFIG_BLK_DEV_RAM=y |
41 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 41 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
42 | CONFIG_NETDEVICES=y | 42 | CONFIG_NETDEVICES=y |
43 | CONFIG_NET_ETHERNET=y | 43 | CONFIG_ETHERNET=y |
44 | CONFIG_IBM_NEW_EMAC=y | 44 | CONFIG_NET_VENDOR_IBM=y |
45 | CONFIG_IBM_EMAC=y | ||
45 | # CONFIG_INPUT is not set | 46 | # CONFIG_INPUT is not set |
46 | # CONFIG_SERIO is not set | 47 | # CONFIG_SERIO is not set |
47 | # CONFIG_VT is not set | 48 | # CONFIG_VT is not set |
diff --git a/arch/powerpc/configs/44x/arches_defconfig b/arch/powerpc/configs/44x/arches_defconfig index 3ed16d5c909d..329f9a3b892e 100644 --- a/arch/powerpc/configs/44x/arches_defconfig +++ b/arch/powerpc/configs/44x/arches_defconfig | |||
@@ -44,10 +44,11 @@ CONFIG_BLK_DEV_RAM=y | |||
44 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 44 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
45 | # CONFIG_MISC_DEVICES is not set | 45 | # CONFIG_MISC_DEVICES is not set |
46 | CONFIG_NETDEVICES=y | 46 | CONFIG_NETDEVICES=y |
47 | CONFIG_NET_ETHERNET=y | 47 | CONFIG_ETHERNET=y |
48 | CONFIG_IBM_NEW_EMAC=y | 48 | CONFIG_NET_VENDOR_IBM=y |
49 | CONFIG_IBM_NEW_EMAC_RXB=256 | 49 | CONFIG_IBM_EMAC=y |
50 | CONFIG_IBM_NEW_EMAC_TXB=256 | 50 | CONFIG_IBM_EMAC_RXB=256 |
51 | CONFIG_IBM_EMAC_TXB=256 | ||
51 | # CONFIG_NETDEV_1000 is not set | 52 | # CONFIG_NETDEV_1000 is not set |
52 | # CONFIG_NETDEV_10000 is not set | 53 | # CONFIG_NETDEV_10000 is not set |
53 | # CONFIG_INPUT is not set | 54 | # CONFIG_INPUT is not set |
diff --git a/arch/powerpc/configs/44x/bamboo_defconfig b/arch/powerpc/configs/44x/bamboo_defconfig index b1b7d2c5c059..cef7d62560c4 100644 --- a/arch/powerpc/configs/44x/bamboo_defconfig +++ b/arch/powerpc/configs/44x/bamboo_defconfig | |||
@@ -32,8 +32,9 @@ CONFIG_PROC_DEVICETREE=y | |||
32 | CONFIG_BLK_DEV_RAM=y | 32 | CONFIG_BLK_DEV_RAM=y |
33 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 33 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
34 | CONFIG_NETDEVICES=y | 34 | CONFIG_NETDEVICES=y |
35 | CONFIG_NET_ETHERNET=y | 35 | CONFIG_ETHERNET=y |
36 | CONFIG_IBM_NEW_EMAC=y | 36 | CONFIG_NET_VENDOR_IBM=y |
37 | CONFIG_IBM_EMAC=y | ||
37 | # CONFIG_INPUT is not set | 38 | # CONFIG_INPUT is not set |
38 | # CONFIG_SERIO is not set | 39 | # CONFIG_SERIO is not set |
39 | # CONFIG_VT is not set | 40 | # CONFIG_VT is not set |
diff --git a/arch/powerpc/configs/44x/bluestone_defconfig b/arch/powerpc/configs/44x/bluestone_defconfig index 30a0a8e08fdd..20c8d26d7fc0 100644 --- a/arch/powerpc/configs/44x/bluestone_defconfig +++ b/arch/powerpc/configs/44x/bluestone_defconfig | |||
@@ -38,10 +38,11 @@ CONFIG_PROC_DEVICETREE=y | |||
38 | CONFIG_BLK_DEV_RAM=y | 38 | CONFIG_BLK_DEV_RAM=y |
39 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 39 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
40 | CONFIG_NETDEVICES=y | 40 | CONFIG_NETDEVICES=y |
41 | CONFIG_NET_ETHERNET=y | 41 | CONFIG_ETHERNET=y |
42 | CONFIG_IBM_NEW_EMAC=y | 42 | CONFIG_NET_VENDOR_IBM=y |
43 | CONFIG_IBM_NEW_EMAC_RXB=256 | 43 | CONFIG_IBM_EMAC=y |
44 | CONFIG_IBM_NEW_EMAC_TXB=256 | 44 | CONFIG_IBM_EMAC_RXB=256 |
45 | CONFIG_IBM_EMAC_TXB=256 | ||
45 | CONFIG_SERIAL_8250=y | 46 | CONFIG_SERIAL_8250=y |
46 | CONFIG_SERIAL_8250_CONSOLE=y | 47 | CONFIG_SERIAL_8250_CONSOLE=y |
47 | CONFIG_SERIAL_8250_NR_UARTS=2 | 48 | CONFIG_SERIAL_8250_NR_UARTS=2 |
diff --git a/arch/powerpc/configs/44x/canyonlands_defconfig b/arch/powerpc/configs/44x/canyonlands_defconfig index a46942aac695..d5be93e6e92d 100644 --- a/arch/powerpc/configs/44x/canyonlands_defconfig +++ b/arch/powerpc/configs/44x/canyonlands_defconfig | |||
@@ -49,10 +49,11 @@ CONFIG_BLK_DEV_RAM=y | |||
49 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 49 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
50 | # CONFIG_MISC_DEVICES is not set | 50 | # CONFIG_MISC_DEVICES is not set |
51 | CONFIG_NETDEVICES=y | 51 | CONFIG_NETDEVICES=y |
52 | CONFIG_NET_ETHERNET=y | 52 | CONFIG_ETHERNET=y |
53 | CONFIG_IBM_NEW_EMAC=y | 53 | CONFIG_NET_VENDOR_IBM=y |
54 | CONFIG_IBM_NEW_EMAC_RXB=256 | 54 | CONFIG_IBM_EMAC=y |
55 | CONFIG_IBM_NEW_EMAC_TXB=256 | 55 | CONFIG_IBM_EMAC_RXB=256 |
56 | CONFIG_IBM_EMAC_TXB=256 | ||
56 | # CONFIG_NETDEV_1000 is not set | 57 | # CONFIG_NETDEV_1000 is not set |
57 | # CONFIG_NETDEV_10000 is not set | 58 | # CONFIG_NETDEV_10000 is not set |
58 | # CONFIG_INPUT is not set | 59 | # CONFIG_INPUT is not set |
diff --git a/arch/powerpc/configs/44x/ebony_defconfig b/arch/powerpc/configs/44x/ebony_defconfig index 07d77e51f1ba..f9269fc4ffcc 100644 --- a/arch/powerpc/configs/44x/ebony_defconfig +++ b/arch/powerpc/configs/44x/ebony_defconfig | |||
@@ -40,8 +40,9 @@ CONFIG_PROC_DEVICETREE=y | |||
40 | CONFIG_BLK_DEV_RAM=y | 40 | CONFIG_BLK_DEV_RAM=y |
41 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 41 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
42 | CONFIG_NETDEVICES=y | 42 | CONFIG_NETDEVICES=y |
43 | CONFIG_NET_ETHERNET=y | 43 | CONFIG_ETHERNET=y |
44 | CONFIG_IBM_NEW_EMAC=y | 44 | CONFIG_NET_VENDOR_IBM=y |
45 | CONFIG_IBM_EMAC=y | ||
45 | # CONFIG_INPUT is not set | 46 | # CONFIG_INPUT is not set |
46 | # CONFIG_SERIO is not set | 47 | # CONFIG_SERIO is not set |
47 | # CONFIG_VT is not set | 48 | # CONFIG_VT is not set |
diff --git a/arch/powerpc/configs/44x/eiger_defconfig b/arch/powerpc/configs/44x/eiger_defconfig index 2ce7e9aff09e..9be089038fd7 100644 --- a/arch/powerpc/configs/44x/eiger_defconfig +++ b/arch/powerpc/configs/44x/eiger_defconfig | |||
@@ -55,10 +55,11 @@ CONFIG_FUSION=y | |||
55 | CONFIG_FUSION_SAS=y | 55 | CONFIG_FUSION_SAS=y |
56 | CONFIG_I2O=y | 56 | CONFIG_I2O=y |
57 | CONFIG_NETDEVICES=y | 57 | CONFIG_NETDEVICES=y |
58 | CONFIG_NET_ETHERNET=y | 58 | CONFIG_ETHERNET=y |
59 | CONFIG_IBM_NEW_EMAC=y | 59 | CONFIG_NET_VENDOR_IBM=y |
60 | CONFIG_IBM_NEW_EMAC_RXB=256 | 60 | CONFIG_IBM_EMAC=y |
61 | CONFIG_IBM_NEW_EMAC_TXB=256 | 61 | CONFIG_IBM_EMAC_RXB=256 |
62 | CONFIG_IBM_EMAC_TXB=256 | ||
62 | CONFIG_E1000E=y | 63 | CONFIG_E1000E=y |
63 | # CONFIG_NETDEV_10000 is not set | 64 | # CONFIG_NETDEV_10000 is not set |
64 | # CONFIG_INPUT is not set | 65 | # CONFIG_INPUT is not set |
diff --git a/arch/powerpc/configs/44x/icon_defconfig b/arch/powerpc/configs/44x/icon_defconfig index 18730ff9de7c..82f73035a7ce 100644 --- a/arch/powerpc/configs/44x/icon_defconfig +++ b/arch/powerpc/configs/44x/icon_defconfig | |||
@@ -56,8 +56,9 @@ CONFIG_FUSION_SAS=y | |||
56 | CONFIG_FUSION_CTL=y | 56 | CONFIG_FUSION_CTL=y |
57 | CONFIG_FUSION_LOGGING=y | 57 | CONFIG_FUSION_LOGGING=y |
58 | CONFIG_NETDEVICES=y | 58 | CONFIG_NETDEVICES=y |
59 | CONFIG_NET_ETHERNET=y | 59 | CONFIG_ETHERNET=y |
60 | CONFIG_IBM_NEW_EMAC=y | 60 | CONFIG_NET_VENDOR_IBM=y |
61 | CONFIG_IBM_EMAC=y | ||
61 | # CONFIG_NETDEV_1000 is not set | 62 | # CONFIG_NETDEV_1000 is not set |
62 | # CONFIG_NETDEV_10000 is not set | 63 | # CONFIG_NETDEV_10000 is not set |
63 | # CONFIG_WLAN is not set | 64 | # CONFIG_WLAN is not set |
diff --git a/arch/powerpc/configs/44x/katmai_defconfig b/arch/powerpc/configs/44x/katmai_defconfig index 34c09144a699..109562c3c6be 100644 --- a/arch/powerpc/configs/44x/katmai_defconfig +++ b/arch/powerpc/configs/44x/katmai_defconfig | |||
@@ -42,8 +42,9 @@ CONFIG_BLK_DEV_RAM=y | |||
42 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 42 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
43 | CONFIG_MACINTOSH_DRIVERS=y | 43 | CONFIG_MACINTOSH_DRIVERS=y |
44 | CONFIG_NETDEVICES=y | 44 | CONFIG_NETDEVICES=y |
45 | CONFIG_NET_ETHERNET=y | 45 | CONFIG_ETHERNET=y |
46 | CONFIG_IBM_NEW_EMAC=y | 46 | CONFIG_NET_VENDOR_IBM=y |
47 | CONFIG_IBM_EMAC=y | ||
47 | # CONFIG_INPUT is not set | 48 | # CONFIG_INPUT is not set |
48 | # CONFIG_SERIO is not set | 49 | # CONFIG_SERIO is not set |
49 | # CONFIG_VT is not set | 50 | # CONFIG_VT is not set |
diff --git a/arch/powerpc/configs/44x/redwood_defconfig b/arch/powerpc/configs/44x/redwood_defconfig index 01cc2b1a7f9a..48802811da76 100644 --- a/arch/powerpc/configs/44x/redwood_defconfig +++ b/arch/powerpc/configs/44x/redwood_defconfig | |||
@@ -53,11 +53,12 @@ CONFIG_FUSION=y | |||
53 | CONFIG_FUSION_SAS=y | 53 | CONFIG_FUSION_SAS=y |
54 | CONFIG_I2O=y | 54 | CONFIG_I2O=y |
55 | CONFIG_NETDEVICES=y | 55 | CONFIG_NETDEVICES=y |
56 | CONFIG_NET_ETHERNET=y | 56 | CONFIG_ETHERNET=y |
57 | CONFIG_IBM_NEW_EMAC=y | 57 | CONFIG_NET_VENDOR_IBM=y |
58 | CONFIG_IBM_NEW_EMAC_RXB=256 | 58 | CONFIG_IBM_EMAC=y |
59 | CONFIG_IBM_NEW_EMAC_TXB=256 | 59 | CONFIG_IBM_EMAC_RXB=256 |
60 | CONFIG_IBM_NEW_EMAC_DEBUG=y | 60 | CONFIG_IBM_EMAC_TXB=256 |
61 | CONFIG_IBM_EMAC_DEBUG=y | ||
61 | CONFIG_E1000E=y | 62 | CONFIG_E1000E=y |
62 | # CONFIG_NETDEV_10000 is not set | 63 | # CONFIG_NETDEV_10000 is not set |
63 | # CONFIG_INPUT is not set | 64 | # CONFIG_INPUT is not set |
diff --git a/arch/powerpc/configs/44x/sam440ep_defconfig b/arch/powerpc/configs/44x/sam440ep_defconfig index dfcffede16ad..ca088cd581af 100644 --- a/arch/powerpc/configs/44x/sam440ep_defconfig +++ b/arch/powerpc/configs/44x/sam440ep_defconfig | |||
@@ -44,8 +44,9 @@ CONFIG_ATA=y | |||
44 | # CONFIG_SATA_PMP is not set | 44 | # CONFIG_SATA_PMP is not set |
45 | CONFIG_SATA_SIL=y | 45 | CONFIG_SATA_SIL=y |
46 | CONFIG_NETDEVICES=y | 46 | CONFIG_NETDEVICES=y |
47 | CONFIG_NET_ETHERNET=y | 47 | CONFIG_ETHERNET=y |
48 | CONFIG_IBM_NEW_EMAC=y | 48 | CONFIG_NET_VENDOR_IBM=y |
49 | CONFIG_IBM_EMAC=y | ||
49 | # CONFIG_NETDEV_1000 is not set | 50 | # CONFIG_NETDEV_1000 is not set |
50 | # CONFIG_NETDEV_10000 is not set | 51 | # CONFIG_NETDEV_10000 is not set |
51 | CONFIG_INPUT_FF_MEMLESS=m | 52 | CONFIG_INPUT_FF_MEMLESS=m |
diff --git a/arch/powerpc/configs/44x/sequoia_defconfig b/arch/powerpc/configs/44x/sequoia_defconfig index 47e399f2892f..b7a653b626db 100644 --- a/arch/powerpc/configs/44x/sequoia_defconfig +++ b/arch/powerpc/configs/44x/sequoia_defconfig | |||
@@ -46,8 +46,9 @@ CONFIG_PROC_DEVICETREE=y | |||
46 | CONFIG_BLK_DEV_RAM=y | 46 | CONFIG_BLK_DEV_RAM=y |
47 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 47 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
48 | CONFIG_NETDEVICES=y | 48 | CONFIG_NETDEVICES=y |
49 | CONFIG_NET_ETHERNET=y | 49 | CONFIG_ETHERNET=y |
50 | CONFIG_IBM_NEW_EMAC=y | 50 | CONFIG_NET_VENDOR_IBM=y |
51 | CONFIG_IBM_EMAC=y | ||
51 | # CONFIG_INPUT is not set | 52 | # CONFIG_INPUT is not set |
52 | # CONFIG_SERIO is not set | 53 | # CONFIG_SERIO is not set |
53 | # CONFIG_VT is not set | 54 | # CONFIG_VT is not set |
diff --git a/arch/powerpc/configs/44x/taishan_defconfig b/arch/powerpc/configs/44x/taishan_defconfig index a6a002ed5681..30de97f158a4 100644 --- a/arch/powerpc/configs/44x/taishan_defconfig +++ b/arch/powerpc/configs/44x/taishan_defconfig | |||
@@ -40,8 +40,9 @@ CONFIG_BLK_DEV_RAM=y | |||
40 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 40 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
41 | CONFIG_MACINTOSH_DRIVERS=y | 41 | CONFIG_MACINTOSH_DRIVERS=y |
42 | CONFIG_NETDEVICES=y | 42 | CONFIG_NETDEVICES=y |
43 | CONFIG_NET_ETHERNET=y | 43 | CONFIG_ETHERNET=y |
44 | CONFIG_IBM_NEW_EMAC=y | 44 | CONFIG_NET_VENDOR_IBM=y |
45 | CONFIG_IBM_EMAC=y | ||
45 | # CONFIG_INPUT is not set | 46 | # CONFIG_INPUT is not set |
46 | # CONFIG_SERIO is not set | 47 | # CONFIG_SERIO is not set |
47 | # CONFIG_VT is not set | 48 | # CONFIG_VT is not set |
diff --git a/arch/powerpc/configs/44x/warp_defconfig b/arch/powerpc/configs/44x/warp_defconfig index abf74dc1f79c..105bc56f4b2b 100644 --- a/arch/powerpc/configs/44x/warp_defconfig +++ b/arch/powerpc/configs/44x/warp_defconfig | |||
@@ -54,9 +54,10 @@ CONFIG_BLK_DEV_SD=y | |||
54 | CONFIG_SCSI_SPI_ATTRS=y | 54 | CONFIG_SCSI_SPI_ATTRS=y |
55 | # CONFIG_SCSI_LOWLEVEL is not set | 55 | # CONFIG_SCSI_LOWLEVEL is not set |
56 | CONFIG_NETDEVICES=y | 56 | CONFIG_NETDEVICES=y |
57 | CONFIG_NET_ETHERNET=y | 57 | CONFIG_ETHERNET=y |
58 | CONFIG_NET_VENDOR_IBM=y | ||
58 | CONFIG_MII=y | 59 | CONFIG_MII=y |
59 | CONFIG_IBM_NEW_EMAC=y | 60 | CONFIG_IBM_EMAC=y |
60 | # CONFIG_NETDEV_1000 is not set | 61 | # CONFIG_NETDEV_1000 is not set |
61 | # CONFIG_NETDEV_10000 is not set | 62 | # CONFIG_NETDEV_10000 is not set |
62 | # CONFIG_INPUT is not set | 63 | # CONFIG_INPUT is not set |
diff --git a/arch/powerpc/configs/ppc40x_defconfig b/arch/powerpc/configs/ppc40x_defconfig index bfd634b5ada7..7cb703b948b1 100644 --- a/arch/powerpc/configs/ppc40x_defconfig +++ b/arch/powerpc/configs/ppc40x_defconfig | |||
@@ -50,8 +50,9 @@ CONFIG_BLK_DEV_RAM=y | |||
50 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 50 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
51 | CONFIG_XILINX_SYSACE=m | 51 | CONFIG_XILINX_SYSACE=m |
52 | CONFIG_NETDEVICES=y | 52 | CONFIG_NETDEVICES=y |
53 | CONFIG_NET_ETHERNET=y | 53 | CONFIG_ETHERNET=y |
54 | CONFIG_IBM_NEW_EMAC=y | 54 | CONFIG_NET_VENDOR_IBM=y |
55 | CONFIG_IBM_EMAC=y | ||
55 | # CONFIG_INPUT is not set | 56 | # CONFIG_INPUT is not set |
56 | CONFIG_SERIO=m | 57 | CONFIG_SERIO=m |
57 | # CONFIG_SERIO_I8042 is not set | 58 | # CONFIG_SERIO_I8042 is not set |
diff --git a/arch/powerpc/configs/ppc44x_defconfig b/arch/powerpc/configs/ppc44x_defconfig index 47133202a625..6cdf1c0d2c8a 100644 --- a/arch/powerpc/configs/ppc44x_defconfig +++ b/arch/powerpc/configs/ppc44x_defconfig | |||
@@ -63,8 +63,9 @@ CONFIG_BLK_DEV_SD=m | |||
63 | # CONFIG_SCSI_LOWLEVEL is not set | 63 | # CONFIG_SCSI_LOWLEVEL is not set |
64 | CONFIG_NETDEVICES=y | 64 | CONFIG_NETDEVICES=y |
65 | CONFIG_TUN=m | 65 | CONFIG_TUN=m |
66 | CONFIG_NET_ETHERNET=y | 66 | CONFIG_ETHERNET=y |
67 | CONFIG_IBM_NEW_EMAC=y | 67 | CONFIG_NET_VENDOR_IBM=y |
68 | CONFIG_IBM_EMAC=y | ||
68 | # CONFIG_INPUT is not set | 69 | # CONFIG_INPUT is not set |
69 | CONFIG_SERIO=m | 70 | CONFIG_SERIO=m |
70 | # CONFIG_SERIO_I8042 is not set | 71 | # CONFIG_SERIO_I8042 is not set |
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index d733d7ca939c..b5d87067a58b 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -130,21 +130,21 @@ config 405GP | |||
130 | bool | 130 | bool |
131 | select IBM405_ERR77 | 131 | select IBM405_ERR77 |
132 | select IBM405_ERR51 | 132 | select IBM405_ERR51 |
133 | select IBM_NEW_EMAC_ZMII | 133 | select IBM_EMAC_ZMII |
134 | 134 | ||
135 | config 405EP | 135 | config 405EP |
136 | bool | 136 | bool |
137 | 137 | ||
138 | config 405EX | 138 | config 405EX |
139 | bool | 139 | bool |
140 | select IBM_NEW_EMAC_EMAC4 | 140 | select IBM_EMAC_EMAC4 |
141 | select IBM_NEW_EMAC_RGMII | 141 | select IBM_EMAC_RGMII |
142 | 142 | ||
143 | config 405EZ | 143 | config 405EZ |
144 | bool | 144 | bool |
145 | select IBM_NEW_EMAC_NO_FLOW_CTRL | 145 | select IBM_EMAC_NO_FLOW_CTRL |
146 | select IBM_NEW_EMAC_MAL_CLR_ICINTSTAT | 146 | select IBM_EMAC_MAL_CLR_ICINTSTAT |
147 | select IBM_NEW_EMAC_MAL_COMMON_ERR | 147 | select IBM_EMAC_MAL_COMMON_ERR |
148 | 148 | ||
149 | config 405GPR | 149 | config 405GPR |
150 | bool | 150 | bool |
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index e958b6f48ec2..762322ce24a9 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -23,7 +23,7 @@ config BLUESTONE | |||
23 | default n | 23 | default n |
24 | select PPC44x_SIMPLE | 24 | select PPC44x_SIMPLE |
25 | select APM821xx | 25 | select APM821xx |
26 | select IBM_NEW_EMAC_RGMII | 26 | select IBM_EMAC_RGMII |
27 | help | 27 | help |
28 | This option enables support for the APM APM821xx Evaluation board. | 28 | This option enables support for the APM APM821xx Evaluation board. |
29 | 29 | ||
@@ -122,8 +122,8 @@ config CANYONLANDS | |||
122 | select PPC4xx_PCI_EXPRESS | 122 | select PPC4xx_PCI_EXPRESS |
123 | select PCI_MSI | 123 | select PCI_MSI |
124 | select PPC4xx_MSI | 124 | select PPC4xx_MSI |
125 | select IBM_NEW_EMAC_RGMII | 125 | select IBM_EMAC_RGMII |
126 | select IBM_NEW_EMAC_ZMII | 126 | select IBM_EMAC_ZMII |
127 | help | 127 | help |
128 | This option enables support for the AMCC PPC460EX evaluation board. | 128 | This option enables support for the AMCC PPC460EX evaluation board. |
129 | 129 | ||
@@ -135,8 +135,8 @@ config GLACIER | |||
135 | select 460EX # Odd since it uses 460GT but the effects are the same | 135 | select 460EX # Odd since it uses 460GT but the effects are the same |
136 | select PCI | 136 | select PCI |
137 | select PPC4xx_PCI_EXPRESS | 137 | select PPC4xx_PCI_EXPRESS |
138 | select IBM_NEW_EMAC_RGMII | 138 | select IBM_EMAC_RGMII |
139 | select IBM_NEW_EMAC_ZMII | 139 | select IBM_EMAC_ZMII |
140 | help | 140 | help |
141 | This option enables support for the AMCC PPC460GT evaluation board. | 141 | This option enables support for the AMCC PPC460GT evaluation board. |
142 | 142 | ||
@@ -161,7 +161,7 @@ config EIGER | |||
161 | select 460SX | 161 | select 460SX |
162 | select PCI | 162 | select PCI |
163 | select PPC4xx_PCI_EXPRESS | 163 | select PPC4xx_PCI_EXPRESS |
164 | select IBM_NEW_EMAC_RGMII | 164 | select IBM_EMAC_RGMII |
165 | help | 165 | help |
166 | This option enables support for the AMCC PPC460SX evaluation board. | 166 | This option enables support for the AMCC PPC460SX evaluation board. |
167 | 167 | ||
@@ -260,59 +260,59 @@ config 440EP | |||
260 | bool | 260 | bool |
261 | select PPC_FPU | 261 | select PPC_FPU |
262 | select IBM440EP_ERR42 | 262 | select IBM440EP_ERR42 |
263 | select IBM_NEW_EMAC_ZMII | 263 | select IBM_EMAC_ZMII |
264 | select USB_ARCH_HAS_OHCI | 264 | select USB_ARCH_HAS_OHCI |
265 | 265 | ||
266 | config 440EPX | 266 | config 440EPX |
267 | bool | 267 | bool |
268 | select PPC_FPU | 268 | select PPC_FPU |
269 | select IBM_NEW_EMAC_EMAC4 | 269 | select IBM_EMAC_EMAC4 |
270 | select IBM_NEW_EMAC_RGMII | 270 | select IBM_EMAC_RGMII |
271 | select IBM_NEW_EMAC_ZMII | 271 | select IBM_EMAC_ZMII |
272 | 272 | ||
273 | config 440GRX | 273 | config 440GRX |
274 | bool | 274 | bool |
275 | select IBM_NEW_EMAC_EMAC4 | 275 | select IBM_EMAC_EMAC4 |
276 | select IBM_NEW_EMAC_RGMII | 276 | select IBM_EMAC_RGMII |
277 | select IBM_NEW_EMAC_ZMII | 277 | select IBM_EMAC_ZMII |
278 | 278 | ||
279 | config 440GP | 279 | config 440GP |
280 | bool | 280 | bool |
281 | select IBM_NEW_EMAC_ZMII | 281 | select IBM_EMAC_ZMII |
282 | 282 | ||
283 | config 440GX | 283 | config 440GX |
284 | bool | 284 | bool |
285 | select IBM_NEW_EMAC_EMAC4 | 285 | select IBM_EMAC_EMAC4 |
286 | select IBM_NEW_EMAC_RGMII | 286 | select IBM_EMAC_RGMII |
287 | select IBM_NEW_EMAC_ZMII #test only | 287 | select IBM_EMAC_ZMII #test only |
288 | select IBM_NEW_EMAC_TAH #test only | 288 | select IBM_EMAC_TAH #test only |
289 | 289 | ||
290 | config 440SP | 290 | config 440SP |
291 | bool | 291 | bool |
292 | 292 | ||
293 | config 440SPe | 293 | config 440SPe |
294 | bool | 294 | bool |
295 | select IBM_NEW_EMAC_EMAC4 | 295 | select IBM_EMAC_EMAC4 |
296 | 296 | ||
297 | config 460EX | 297 | config 460EX |
298 | bool | 298 | bool |
299 | select PPC_FPU | 299 | select PPC_FPU |
300 | select IBM_NEW_EMAC_EMAC4 | 300 | select IBM_EMAC_EMAC4 |
301 | select IBM_NEW_EMAC_TAH | 301 | select IBM_EMAC_TAH |
302 | 302 | ||
303 | config 460SX | 303 | config 460SX |
304 | bool | 304 | bool |
305 | select PPC_FPU | 305 | select PPC_FPU |
306 | select IBM_NEW_EMAC_EMAC4 | 306 | select IBM_EMAC_EMAC4 |
307 | select IBM_NEW_EMAC_RGMII | 307 | select IBM_EMAC_RGMII |
308 | select IBM_NEW_EMAC_ZMII | 308 | select IBM_EMAC_ZMII |
309 | select IBM_NEW_EMAC_TAH | 309 | select IBM_EMAC_TAH |
310 | 310 | ||
311 | config APM821xx | 311 | config APM821xx |
312 | bool | 312 | bool |
313 | select PPC_FPU | 313 | select PPC_FPU |
314 | select IBM_NEW_EMAC_EMAC4 | 314 | select IBM_EMAC_EMAC4 |
315 | select IBM_NEW_EMAC_TAH | 315 | select IBM_EMAC_TAH |
316 | 316 | ||
317 | # 44x errata/workaround config symbols, selected by the CPU models above | 317 | # 44x errata/workaround config symbols, selected by the CPU models above |
318 | config IBM440EP_ERR42 | 318 | config IBM440EP_ERR42 |
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig index 67d5009b4e86..2e7ff0c5cf42 100644 --- a/arch/powerpc/platforms/cell/Kconfig +++ b/arch/powerpc/platforms/cell/Kconfig | |||
@@ -17,10 +17,10 @@ config PPC_CELL_NATIVE | |||
17 | select PPC_CELL_COMMON | 17 | select PPC_CELL_COMMON |
18 | select MPIC | 18 | select MPIC |
19 | select PPC_IO_WORKAROUNDS | 19 | select PPC_IO_WORKAROUNDS |
20 | select IBM_NEW_EMAC_EMAC4 | 20 | select IBM_EMAC_EMAC4 |
21 | select IBM_NEW_EMAC_RGMII | 21 | select IBM_EMAC_RGMII |
22 | select IBM_NEW_EMAC_ZMII #test only | 22 | select IBM_EMAC_ZMII #test only |
23 | select IBM_NEW_EMAC_TAH #test only | 23 | select IBM_EMAC_TAH #test only |
24 | default n | 24 | default n |
25 | 25 | ||
26 | config PPC_IBM_CELL_BLADE | 26 | config PPC_IBM_CELL_BLADE |