On Tue, Sep 23, 2025 at 5:45 AM Dang Huynh <[email protected]> wrote: > > On Mon, Sep 22, 2025 at 04:17:05PM +0200, Bartosz Golaszewski wrote: > > On Thu, Sep 18, 2025 at 8:49 PM Dang Huynh via B4 Relay > > <[email protected]> wrote: > > > > > > This patch series aims to add SDMMC driver and various drivers required > > > for SDMMC controller to function. > > > > > > This also fixed a bug where all the GPIO switched from INPUT to OUTPUT > > > after the GPIO driver probed or by reading the GPIO debugfs. > > > > > > This patch series is a split from [1] to ease the maintainers. > > > > > > > This is still targeting at least 4 subsystems and isn't making the > > merging any easier. Are there any build-time dependencies here? If > > not, then split it further into small chunks targeting individual > > subsystems and the relevant ARM SoC tree. > The MMC driver depends on both the clock and the DMA driver. >
But is the dependency a build-time one or does the MMC DT node reference clocks and the DMA engine by phandle? I assume it's the latter in which case it's fine for them to go into next separately. Bart
