Set up OWNERS Point to kernel/private/msm-google:OWNERS_pixelwatchbsp Bug: 247160135 Change-Id: I846bcaef2e669b5a4ed127ddf003da81697b5ed9 Signed-off-by: Andrew Evans <[email protected]>
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