commit | b2b3783d11f9feb83f416b65f131a09c51a5479e | [log] [tgz] |
---|---|---|
author | Andrew Evans <[email protected]> | Thu Apr 06 23:17:24 2023 +0000 |
committer | Andrew Evans <[email protected]> | Wed Apr 19 01:33:45 2023 +0000 |
tree | 207e1333b4429be164f20e4c70312fa96ed252eb | |
parent | 07f8cddf07e51dd8e54d14391cb7f48b5f388d44 [diff] |
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:
nanohub
cd /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