~canonical-hwe-team/+git/hikey_linux:snappy_v4.4

Last commit made on 2016-05-20
Get this branch:
git clone -b snappy_v4.4 https://git.launchpad.net/~canonical-hwe-team/+git/hikey_linux
Members of Canonical Hardware Enablement can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
snappy_v4.4
Repository:
lp:~canonical-hwe-team/+git/hikey_linux

Recent commits

59cb964... by Liming Wang

hikey/snappy: add snapcraft.yaml to build on launchpad

Signed-off-by: Liming Wang <email address hidden>

dd4fa8d... by Liming Wang

hikey/snappy: add usb camera support

Signed-off-by: Liming Wang <email address hidden>

bfbc715... by Liming Wang

hikey/snappy: add CONFIG_DEVPTS_MULTIPLE_INSTANCES=y

Signed-off-by: Liming Wang <email address hidden>

36b1371... by Liming Wang

hikey/snappy: make squashfs default module and add compress options

Signed-off-by: Liming Wang <email address hidden>

7db7abf... by Liming Wang

hikey/snappy: add apparmor and seccomp support to defconfig

Signed-off-by: Liming Wang <email address hidden>

c5fa91b... by Liming Wang

apparmor: import apparmor from ubuntu 16.04

git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial
origin/snapdragon

$ rm -rf security/apparmor/*
$ cp -a ../xenial/security/apparmor/ security/apparmor/

Signed-off-by: Liming Wang <email address hidden>

8ad4c62... by Guodong Xu

Merge branch 'working-hikey-tracking-config-v4.4' into working-hikey-mainline-rebase-v4.4-c20

* working-hikey-tracking-config-v4.4: (21 commits)
  defconfig: Add gpu configures
  arm64: defconfig: fix: i2c built as 'y'
  arm64: defcofnig: Set cma heap size to 128MB
  arm64: defconfig: Enable panel driver
  arm64: defconfig: Enable adv7511 driver
  arm64: defconfig: Enable HiSilicon kirin drm driver
  arm64: defconfig: Enable TEE and OPTEE
  ARM64: defconfig: support thermal for Hikey
  ARM64: defconfig: enable CPUFreq driver for Hikey
  arm64: defconfig: Enable K3_DMA to support HDMI audio
  arm64: defconfig: enable Hi6210 I2S driver, SND and SND debug
  hikey: config: enable CONFIG_HISI_POWERKEY
  hikey: config: enable CONFIG_PSTORE CONFIG_PSTORE_RAM built as modules
  hikey: config: disable ANDROID_PARANOID_NETWORK
  hikey: config: enable Bluetooth
  hikey: config: enable HI6220 MTCMOS regulators
  ARM64: defconfig: enable several common USB network adapters
  hikey: config: enable configs for TI WL1835, built as module
  hikey: config: add CONFIG_SPI_SPIDEV as module
  hikey: config: enable CONFIG_GPIO_SYSFS
  ...

144ccb3... by Guodong Xu

Merge branch 'working-hikey-tracking-panel-v4.4' into working-hikey-mainline-rebase-v4.4-c20

* working-hikey-tracking-panel-v4.4:
  drm/panel: Add HiKey panel driver
  include/drm: Add phy clock member for struct mipi_dsi_device

ecd9d0d... by Guodong Xu

Merge branch 'working-hikey-tracking-optee-v4.4' into working-hikey-mainline-rebase-v4.4-c20

* working-hikey-tracking-optee-v4.4:
  tee: add kernel internal client interface **not for mainline**
  Documentation: tee subsystem and op-tee driver
  tee: add OP-TEE driver
  tee: generic TEE subsystem
  dt/bindings: add bindings for optee
  ARM: 8481/2: drivers: psci: replace psci firmware calls
  ARM: 8480/2: arm64: add implementation for arm-smccc
  ARM: 8479/2: add implementation for arm-smccc
  ARM: 8478/2: arm/arm64: add arm-smccc

b2f7ba8... by Guodong Xu

Merge branch 'working-hikey-tracking-eas-v5.2-4.4' into working-hikey-mainline-rebase-v4.4-c20

* working-hikey-tracking-eas-v5.2-4.4: (71 commits)
  DEBUG: schedtune: add tracepoint for schedtune_tasks_update() values
  DEBUG: schedtune: add tracepoint for CPU boost signal
  DEBUG: schedtune: add tracepoint for SchedTune configuration update
  DEBUG: sched: add energy procfs interface
  DEBUG: sched,cpufreq: add cpu_capacity change tracepoint
  DEBUG: sched: add tracepoint for CPU load/util signals
  DEBUG: sched: add tracepoint for task load/util signals
  DEBUG: sched: add tracepoint for cpu/freq scale invariance
  sched/fair: filter energy_diff() based on energy_payoff value
  sched/tune: add support to compute normalized energy
  sched/fair: keep track of energy/capacity variations
  sched/fair: add boosted task utilization
  sched/{fair,tune}: track RUNNABLE tasks impact on per CPU boost value
  sched/tune: compute and keep track of per CPU boost value
  sched/tune: add initial support for CGroups based boosting
  sched/fair: add boosted CPU usage
  sched/fair: add function to convert boost value into "margin"
  sched/tune: add sysctl interface to define a boost value
  sched/tune: add detailed documentation
  fixup! sched/fair: jump to max OPP when crossing UP threshold
  ...