Merge tag 'tee-drv-for-4.18' of git://git.linaro.org/people/jens.wiklander/linux...
authorOlof Johansson <olof@lixom.net>
Mon, 2 Jul 2018 17:18:09 +0000 (10:18 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 2 Jul 2018 17:18:09 +0000 (10:18 -0700)
commit3287ecdf14fd40dbeca831d8cb1b1b73b1885dcb
treef627f6a90a88acdeea919f0f214f97f436e2f812
parent021c91791a5e7e85c567452f1be3e4c2c6cb6063
parent3249527f19d660c5adfb2b6f4ffd4ca0506b8755
Merge tag 'tee-drv-for-4.18' of git://git.linaro.org/people/jens.wiklander/linux-tee into next/drivers

Misc enhancement for tee driver subsystem

* Replaces getnstimeofday64() with ktime_get_real_ts64()
* Adds OPTEE_SHM_NUM_PRIV_PAGES to configure how many pages should be
  statically reserved for driver private allocations

* tag 'tee-drv-for-4.18' of git://git.linaro.org/people/jens.wiklander/linux-tee:
  tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via Kconfig
  tee: replace getnstimeofday64() with ktime_get_real_ts64()

Signed-off-by: Olof Johansson <olof@lixom.net>