Message ID | 1485419634-28331-1-git-send-email-m.szyprowski@samsung.com |
---|---|
Headers | show |
Series | Pad retentions support for Exynos5433 | expand |
On Thu, Jan 26, 2017 at 9:33 AM, Marek Szyprowski <m.szyprowski@samsung.com> wrote: > Patches in this patchset depends on each other. They are order in such a > way to make the changes bisectable. > > Patch #3 has runtime dependency on #1. > Patch #5 has runtime dependency on #3. > Patch #6 has runtime dependency on #4. > > This patchset also directly depends on the "Move pad retention control to > Exynos pin controller driver" patchset: > https://www.spinics.net/lists/arm-kernel/msg556074.html Do we *have* to merge it runtime-bisectably? I'm asking because we need a huge immutable branch (I guess in the MFD subsystem) to deal with that. It'd be great if I could just apply the pinctrl patches in isolation, then Lee applies the MFD patches in isolation, everything compiles in isolation but maye just work once both pinctrl and MFD are merged upstream, as in linux-next or Torvalds' tree. That is one of the reasons why using a system-agnostic syscon regmap lookup is so good, BTW. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Jan 26, 2017 at 09:33:49AM +0100, Marek Szyprowski wrote: > This patch adds support for retention control for Exynos5433 SoCs. Three > groups of pins has been defined for retention control: common shared group > for ALIVE, CPIF, eSE, FINGER, IMEM, NFC, PERIC, TOUCH pin banks and > separate control for FSYS and AUD pin banks, for which PMU retention > registers match whole banks. > > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> > --- > drivers/pinctrl/samsung/pinctrl-exynos.c | 58 +++++++++++++++++++++++++++++ > include/linux/soc/samsung/exynos-regs-pmu.h | 16 ++++++++ > 2 files changed, 74 insertions(+) > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html