Hi Hector, On Tue, Oct 5, 2021 at 6:00 PM Hector Martin <marcan@xxxxxxxxx> wrote: > drivers/soc/apple/Kconfig | 21 ++ > drivers/soc/apple/Makefile | 2 + > drivers/soc/apple/apple-pmgr-pwrstate.c | 281 ++++++++++++++++++++++++ This is traditionally where we put the ARM SoC drivers, but Mac has traditionally used drivers/macintosh for their custom board etc stuff. Or is that just for any off-chip stuff? I suppose it doesn't matter much (unless there is code under drivers/macintosh we want to reuse for M1), but it could be a bit confusing? Yours, Linus Walleij