Android wear 13.0.0 release 0.3
Set up OWNERS

Point to kernel/private/msm-google:OWNERS_pixelwatchbsp

Bug: 247160135
Change-Id: I846bcaef2e669b5a4ed127ddf003da81697b5ed9
Signed-off-by: Andrew Evans <andrewevans@google.com>
1 file changed
tree: 207e1333b4429be164f20e4c70312fa96ed252eb
  1. bl_nxp.c
  2. bl_nxp.h
  3. bl_st.c
  4. bl_st.h
  5. comms.c
  6. comms.h
  7. display.c
  8. display.h
  9. Kbuild
  10. Kconfig
  11. main.c
  12. main.h
  13. Makefile
  14. nanohub.h
  15. nanohub_exports.h
  16. OWNERS
  17. README.md
  18. spi.c
  19. spi.h
README.md

devicetree for Eos

The code in this branch was imported from:

https://partner-android.git.corp.google.com/kernel/private/exynos-google-cw-extra/drivers/+/a30521d7964b098374a11cf534c57c84368f3c2d/sensorhub/nanohub

which is a monorepo containing all out-of-tree kernel modules for r11. To import just the nanohub commits, andrewevans@ did the following:

Make patches of all the commits to 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.

Switch to nanohub module repo

cd /path/to/eos-kernel/private/google-modules/nanohub

Apply patches to Google Eos devicetree repo

git am /tmp/devicetree/*.patch

Push the resulting changes

git push -o skip-validation -f -u partner HEAD:refs/heads/android-msm-eos-5.4