--- /dev/null
+for-next contents for 3.11:
+Format is a little different from before in an attempt to make it easier to read:
+
+<next/* branch>
+ <topic branch>
+ <contents>
+ <...>
+ <...>
+
+next/fixes-non-critical
+ mvebu/fixes-non-critical
+ git://git.infradead.org/users/jcooper/linux.git tags/fixes-non-3.11-1
+
+next/cleanup
+ at91/cleanup
+ git://github.com/at91linux/linux-at91.git tags/at91-cleanup
+ machdesc/cleanup
+ git://github.com/mripard/linux.git tags/arm-soc-cleanups-for-3.11
+ mvebu/cleanup
+ git://git.infradead.org/users/jcooper/linux.git tags/cleanup-3.11-3
+ dt/pci-helpers
+ git://git.infradead.org/users/jcooper/linux.git tags/of_pci-3.11
+
+next/soc
+ mvebu/soc
+ git://git.infradead.org/users/jcooper/linux.git tags/soc-3.11-2
+ mvebu/defconfig
+ git://git.infradead.org/users/jcooper/linux.git tags/defconfig-3.11-3
+ mvebu/pcie
+ git://git.infradead.org/users/jcooper/linux.git tags/pcie-3.11-2
++ mvebu/pcie-kirkwood
++ git://git.infradead.org/users/jcooper/linux.git tags/pcie_kw-3.11
+
+next/boards
+ mvebu/boards
+ git://git.infradead.org/users/jcooper/linux.git tags/boards-3.11-2
+
+
+next/dt
+ nomadik/dt
+ git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/nomadik-dt-for-arm-soc
+ mvebu/dt
+ git://git.infradead.org/users/jcooper/linux.git tags/dt-3.11-3
+
+next/drivers
+ ux500/dma40
+ git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git tags/ux500-dma40-for-arm-soc
+
+next/mailbox:
+ mailbox/subsystem
+ git://github.com/sumananna/mailbox.git dbx500-prcmu-mailbox
+
+
obj-$(CONFIG_MACH_NETSPACE_MAX_V2_DT) += board-ns2.o
obj-$(CONFIG_MACH_NETSPACE_MINI_V2_DT) += board-ns2.o
obj-$(CONFIG_MACH_NETSPACE_V2_DT) += board-ns2.o
- obj-$(CONFIG_MACH_NSA310_DT) += board-nsa310.o
obj-$(CONFIG_MACH_OPENBLOCKS_A6_DT) += board-openblocks_a6.o
obj-$(CONFIG_MACH_READYNAS_DT) += board-readynas.o
+obj-$(CONFIG_MACH_SHEEVAPLUG_DT) += board-sheevaplug.o
obj-$(CONFIG_MACH_TOPKICK_DT) += board-usi_topkick.o
obj-$(CONFIG_MACH_TS219_DT) += board-ts219.o tsx1x-common.o
qnap_ts219_ge00_data.phy_addr = MV643XX_ETH_PHY_ADDR(0);
kirkwood_ge00_init(&qnap_ts219_ge00_data);
-
- pm_power_off = qnap_tsx1x_power_off;
}
-
- /* FIXME: Will not work with DT. Maybe use MPP40_GPIO? */
- static int __init ts219_pci_init(void)
- {
- if (machine_is_ts219())
- kirkwood_pcie_init(KW_PCIE0);
-
- return 0;
- }
- subsys_initcall(ts219_pci_init);