Merge cherrypicks of ['partner-android-review.googlesource.com/2640861'] into android13-msm-pixelwatch-5.15-24Q1-release. Change-Id: Idd4a423b2ba404dbf384bcdb1d0f5024dd7681e3
The code in this branch was imported from:
which is a monorepo containing all out-of-tree kernel modules for r11. To import just the nanohub commits, andrewevans@ did the following:
nanohubcd /path/to/r11-kernel/private/exynos-google-cw-extra/drivers/sensorhub/nanohub git format-patch --relative=sensorhub/nanohub -o /tmp/nanohub --root HEAD .
--relative rewrites paths to be rooted at the path specified, effectively deleting that path prefix. Changes to files outside this path are omitted from the output.
--root walks history starting from the oldest reachable ancestor, i.e. the first commit. Future imports should instead specify the range of commits since the last import.
cd /path/to/eos-kernel/private/google-modules/nanohub
git am /tmp/devicetree/*.patch
git push -o skip-validation -f -u partner HEAD:refs/heads/android-msm-eos-5.4