Hi all, This patch series allows building the Freescale and Marvell Ethernet network drivers with COMPILE_TEST.
Changes in v4: - add proper HAS_DMA to fix build errors on m32r - provide an inline stub for mvebu_mbus_get_dram_win_info - added an additional patch to fix build errors with mv88e6xxx on m32r Changes in v3: - reorder patches to avoid introducing a build warning between commits Changes in v2: - rename register define clash when building for i386 (spotted by LKP) Florian Fainelli (5): net: gianfar_ptp: Rename FS bit to FIPERST net: fsl: Allow most drivers to be built with COMPILE_TEST bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_info net: marvell: Allow drivers to be built with COMPILE_TEST net: dsa: mv88e6xxx: Select IRQ_DOMAIN drivers/net/dsa/mv88e6xxx/Kconfig | 1 + drivers/net/ethernet/freescale/Kconfig | 4 +++- drivers/net/ethernet/freescale/gianfar_ptp.c | 4 ++-- drivers/net/ethernet/marvell/Kconfig | 11 +++++++---- include/linux/mbus.h | 8 ++++++++ 5 files changed, 21 insertions(+), 7 deletions(-) -- 2.9.3