[PATCH v2 1/2] Move ralink-gdma to its own directory

2019-01-10 Thread thirtythreeforty
From: George Hilliard This is in preparation to allow it and the mt7621-dma drivers to be built separately. They are completely independent pieces of software, and the Kconfig specifies very different requirements. Cc: linux-ker...@vger.kernel.org Cc: de...@driverdev.osuosl.org Cc: Neil Brown

[PATCH v2 2/2] Mediatek staging: Use individual config flags in Makefile

2019-01-10 Thread thirtythreeforty
From: George Hilliard These drivers are useful on other MT76xx SoCs, which have compatible peripherals. The drivers are selectable in Kconfig, but they were quietly excluded from the build because the SOC_MT7621 chip was not selected. So, make the main staging Makefile use the same flags as eve

[PATCH] Mediatek staging: Use individual config flags in Makefile

2019-01-09 Thread thirtythreeforty
From: George Hilliard These drivers are useful on other MT76xx SoCs, which have compatible peripherals. The drivers are selectable in Kconfig, but they were quietly excluded from the build because the SOC_MT7621 chip was not selected. So, make the main staging Makefile use the same flags as eve