android_kernel_xiaomi_sm8450/drivers/spmi
Subbaraman Narayanamurthy 03206e3b75 spmi: spmi-pmic-arb-debug: Change the probe init order
Currently, both the regular and debug spmi pmic arbiter devices
are probed in the same initcall order (arch_init). This is fine.
However, most of the sepolicy rules set in the userspace are
for the PMIC devices under spmi-0 bus. If the debug spmi pmic
arbiter device probes first and takes "spmi-0" name, then the
sepolicy rules set will be broken. Fix it by changing the
probe init order of debug spmi pmic arbiter device to module
init.

Change-Id: I145e78a205bc80f274d8d926353a88255a7f4167
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
2019-11-01 18:06:39 -07:00
..
Kconfig spmi: add SPMI PMIC arbiter debug bus driver 2019-11-01 18:06:36 -07:00
Makefile spmi: add SPMI PMIC arbiter debug bus driver 2019-11-01 18:06:36 -07:00
spmi-pmic-arb-debug.c spmi: spmi-pmic-arb-debug: Change the probe init order 2019-11-01 18:06:39 -07:00
spmi-pmic-arb.c spmi: spmi-pmic-arb: Fix hw_irq overflow 2019-11-01 14:20:32 -07:00
spmi.c Merge remote-tracking branch 'remotes/origin/tmp-f686d9f' into msm-lahaina 2019-07-01 17:41:24 -07:00