linux_dsm_epyc7002/Documentation/devicetree/bindings
Linus Torvalds a2d9214c73 TEE driver infrastructure and OP-TEE drivers
This branch introduces a generic TEE framework in the kernel, to handle
 trusted environemtns (security coprocessor or software implementations
 such as OP-TEE/TrustZone). I'm sending it separately from the other
 arm-soc driver changes to give it a little more visibility, once
 the subsystem is merged, we will likely keep this in the arm₋soc
 drivers branch or have the maintainers submit pull requests directly,
 depending on the patch volume.
 
 I have reviewed earlier versions in the past, and have reviewed
 the latest version in person during Linaro Connect BUD17.
 
 Here is my overall assessment of the subsystem:
 
 * There is clearly demand for this, both for the generic
   infrastructure and the specific OP-TEE implementation.
 
 * The code has gone through a large number of reviews,
   and the review comments have all been addressed, but
   the reviews were not coming up with serious issues any more
   and nobody volunteered to vouch for the quality.
 
 * The user space ioctl interface is sufficient to work with the
   OP-TEE driver, and it should in principle work with other
   TEE implementations that follow the GlobalPlatform[1] standards,
   but it might need to be extended in minor ways depending on
   specific requirements of future TEE implementations
 
 * The main downside of the API to me is how the user space
   is tied to the TEE implementation in hardware or firmware,
   but uses a generic way to communicate with it. This seems
   to be an inherent problem with what it is trying to do,
   and I could not come up with any better solution than what
   is implemented here.
 
 For a detailed history of the patch series, see
 https://lkml.org/lkml/2017/3/10/1277
 
 Conflicts: needs a fixup after the drm tree was merged, see
 https://patchwork.kernel.org/patch/9691679/
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAWRIRzWCrR//JCVInAQLKUhAAiJaBqb4uv5wDWKw8MVV5BbFjq6po/eMK
 r3lgwyBGoRnrYiXo0z2eYNqpHsmNIGrL21qYMzaBGhVeaOOVPZT4q3zH+Se9Oo+J
 HHZZ4J6Q9kDIUy9WkM7ybHVj3C0kQIn7H+/6zi2L97tMQJMZHI0jCSgDa6XPqHzh
 G/vqVx5jlaFj6SvkLR0L0yWTe0wXTHoyObSCWsM/nV8AiTNhMD3kcTEOm0XHcAJB
 k8ei/Pw2INOFZu1B0xpoRkWoAo6YKMcxQp9kiMkcEhChPIkNK+8+npYJ3fiogsii
 BVTXC9Km2jmUfQ21Pegd2XbqzNGU1rJSdHGTyK2Oax+0J+C8xElGMs8U9tqXPqun
 fWkSp0dl7Sk0f9Yhc8JBD1Tsbuo0H+TsMtQ6RNvlxLiNHE/5/bZBCeylvtoUyI+m
 NcvP0x5QeBmkitz7zhYpjaSv5HjZG3PPO3pfaz0Stmen5ZM8DWB1TaS1Nn9MigHt
 RGXlafc6dKybQQBLWDwStv7IkqDRYte+7pwmx+QFCRWj8+uFtTCDPLyaDUTwlErL
 n4ztUL1RWiq48S+yJDJURM4mLpEMnJFFF4tiiHH8eUe2JE+CXwGxkT6BG62W71Oy
 RosiJ84LmdoHRyHx6xmqpoDcL1WG57IgWt05SRUkQatA/ealGX88gguGEAWsPL0h
 cnKPYkiYfug=
 =VzpB
 -----END PGP SIGNATURE-----

Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

Pull TEE driver infrastructure and OP-TEE drivers from Arnd Bergmann:
 "This introduces a generic TEE framework in the kernel, to handle
  trusted environemtns (security coprocessor or software implementations
  such as OP-TEE/TrustZone). I'm sending it separately from the other
  arm-soc driver changes to give it a little more visibility, once the
  subsystem is merged, we will likely keep this in the arm₋soc drivers
  branch or have the maintainers submit pull requests directly,
  depending on the patch volume.

  I have reviewed earlier versions in the past, and have reviewed the
  latest version in person during Linaro Connect BUD17.

  Here is my overall assessment of the subsystem:

   - There is clearly demand for this, both for the generic
     infrastructure and the specific OP-TEE implementation.

   - The code has gone through a large number of reviews, and the review
     comments have all been addressed, but the reviews were not coming
     up with serious issues any more and nobody volunteered to vouch for
     the quality.

   - The user space ioctl interface is sufficient to work with the
     OP-TEE driver, and it should in principle work with other TEE
     implementations that follow the GlobalPlatform[1] standards, but it
     might need to be extended in minor ways depending on specific
     requirements of future TEE implementations

   - The main downside of the API to me is how the user space is tied to
     the TEE implementation in hardware or firmware, but uses a generic
     way to communicate with it. This seems to be an inherent problem
     with what it is trying to do, and I could not come up with any
     better solution than what is implemented here.

  For a detailed history of the patch series, see

    https://lkml.org/lkml/2017/3/10/1277"

* tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  arm64: dt: hikey: Add optee node
  Documentation: tee subsystem and op-tee driver
  tee: add OP-TEE driver
  tee: generic TEE subsystem
  dt/bindings: add bindings for optee
2017-05-10 11:20:09 -07:00
..
arc
arm TEE driver infrastructure and OP-TEE drivers 2017-05-10 11:20:09 -07:00
ata dt-bindings: ata: add DT bindings for ahci-dm816 SATA controller 2017-03-27 14:05:29 -04:00
auxdisplay auxdisplay: hd44780: Fix DT properties to include units of measurement 2017-04-08 17:48:19 +02:00
board
bus
c6x
clock ARM: 64-bit DT updates 2017-05-09 10:07:33 -07:00
cpufreq Documentation: dt: add bindings for ti-cpufreq 2017-02-09 22:53:54 +01:00
cris
crypto dt-bindings: Document STM32 CRC bindings 2017-04-05 21:58:33 +08:00
devfreq ARM: dts: exynos: Use - instead of @ for DT OPP entries 2017-04-20 18:06:03 +02:00
display ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
dma
edac
eeprom
extcon
firmware firmware: Add coreboot device tree binding documentation 2017-04-08 18:05:36 +02:00
fpga DeviceTree for 4.12: 2017-05-05 19:33:07 -07:00
fuse
goldfish
gpio gpio: DT bindings, move tca9554 from pcf857x to pca953x 2017-04-24 18:30:26 +02:00
gpu dt-bindings: Updates for v4.12-rc1 2017-04-19 06:28:42 -07:00
h8300
hsi
hwlock
hwmon Documentation: dt-bindings: Document bindings for ASPEED AST2400/AST2500 PWM and Fan tach controller device driver 2017-04-10 13:11:21 -07:00
i2c DeviceTree for 4.12: 2017-05-05 19:33:07 -07:00
iio Staging/IIO patches for 4.12-rc1 2017-05-05 18:16:23 -07:00
infiniband
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2017-05-03 12:38:20 -07:00
interrupt-controller DeviceTree for 4.12: 2017-05-05 19:33:07 -07:00
iommu iommu/arm-smmu: Add global SMR masking property 2017-04-06 16:06:43 +01:00
ipmi ipmi: bt-bmc: Add ast2500 compatible string 2017-04-07 12:25:38 -05:00
leds - New Drivers 2017-05-03 12:11:44 -07:00
lpddr2
mailbox dt-bindings: Add DT bindings info for FlexRM ring manager 2017-03-28 23:33:51 +05:30
media [media] Documentation: DT: Add OV5647 bindings 2017-04-14 23:00:55 -03:00
memory-controllers
metag
mfd DeviceTree for 4.12: 2017-05-05 19:33:07 -07:00
mips
misc sound updates for 4.11-rc1 2017-02-23 08:50:22 -08:00
mmc dt: bindings: Add bindings for Marvell Xenon SD Host Controller 2017-04-24 21:42:15 +02:00
mtd Documentation: devicetree: mtd: add w25q64 to list of supported SPI flashes 2017-03-23 13:48:15 -07:00
net ARM: Device-tree updates 2017-05-09 09:54:39 -07:00
nios2
nvmem nvmem: imx-ocotp: add write support 2017-04-08 17:51:48 +02:00
opp More power management updates for v4.11-rc1 2017-03-02 17:33:52 -08:00
pci pci-v4.12-changes 2017-05-08 19:03:25 -07:00
perf
phy phy: rockchip-usb: Add vbus regulator support. 2017-04-10 16:43:41 +05:30
pinctrl ARM: at91/at91-pinctrl documentation: fix spelling mistake: "contoller" -> "controller" 2017-04-24 18:32:56 +02:00
power More power management updates for v4.12-rc1 2017-05-10 09:12:30 -07:00
power_supply
powerpc dt: emac: document device-tree based phy discovery and setup 2017-03-07 12:15:06 -08:00
pps
pwm pwm: tegra: Add DT binding details to configure pin in suspends/resume 2017-04-12 16:09:49 +02:00
regmap
regulator Merge remote-tracking branch 'regulator/topic/vctrl' into regulator-next 2017-04-30 22:17:44 +09:00
remoteproc remoteproc: qcom: Add SLPI rproc support to load and boot slpi proc. 2017-01-30 13:48:41 -08:00
reserved-memory
reset reset: Add i.MX7 SRC reset driver 2017-03-15 12:18:49 +01:00
rng dt-bindings: hwrng: Add Mediatek hardware random generator bindings 2017-04-21 20:30:55 +08:00
rtc rtc: armada38x: Add support for Armada 7K/8K 2017-02-21 23:21:30 +01:00
scsi
security/tpm
serial dt-bindings: serial: add a new compatible string for SC9860 2017-04-08 18:42:46 +02:00
serio
soc ARM: 64-bit DT updates 2017-05-09 10:07:33 -07:00
sound Merge remote-tracking branches 'asoc/topic/wm8960', 'asoc/topic/wm8978' and 'asoc/topic/zte-tdm' into asoc-next 2017-04-30 22:16:48 +09:00
spi Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/omap2-mcspi', 'spi/topic/orion', 'spi/topic/pl022' and 'spi/topic/sc18is602' into spi-next 2017-04-26 15:58:10 +01:00
spmi
sram misc: sram: Integrate protect-exec reserved sram area type 2017-01-25 11:48:03 +01:00
staging
thermal dt-bindings: Update QorIQ TMU thermal bindings 2017-02-22 15:29:30 +08:00
timer clocksource: Augment bindings for Faraday timer 2017-04-07 16:23:07 +02:00
ufs phy: qcom-ufs: Remove -always-on property 2017-01-27 13:06:52 +05:30
usb dmaengine updates for 4.12-rc1 2017-05-09 15:40:28 -07:00
virtio
w1
watchdog watchdog: add DT bindings for Cortina Gemini 2017-03-12 12:18:23 +01:00
x86
xillybus
ABI.txt
chosen.txt Documentation: dt: chosen properties for arm64 kdump 2017-04-05 18:32:39 +01:00
common-properties.txt
graph.txt
marvell.txt
numa.txt
property-units.txt
resource-names.txt
sparc_sun_oracle_rng.txt
submitting-patches.txt
trivial-devices.txt Documentation: devicetree: move trivial-devices out of I2C realm 2017-03-21 14:45:40 -05:00
unittest.txt
vendor-prefixes.txt TEE driver infrastructure and OP-TEE drivers 2017-05-10 11:20:09 -07:00
xilinx.txt