aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-26stm32mp1: add FUSE command supportPatrick Delaunay
2018-05-26stm32mp1: add bsec driverPatrick Delaunay
2018-05-26stm32mp1: remove the second TAMP_BOOT_CONTEXT updatePatrick Delaunay
2018-05-26stm32mp1: Allow to activate CONFIG_DEBUG_UARTPatrick Delaunay
2018-05-26serial: stm32: Add setparity supportPatrick Delaunay
2018-05-26dm: serial: Add setparityPatrick Delaunay
2018-05-26serial: stm32: Fix bits defines namePatrice Chotard
2018-05-26serial: stm32: Add debug uart supportPatrick Delaunay
2018-05-26ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk
2018-05-26serial: serial_msm: added pinmux & configRamon Fried
2018-05-26db410: added pinctrl node and serial bindingsRamon Fried
2018-05-26mach-snapdragon: Introduce pinctrl driverRamon Fried
2018-05-26mach-snapdragon: Fix UART clock flowRamon Fried
2018-05-26serial: serial_msm: initialize uart only before relocationRamon Fried
2018-05-26serial: serial_msm: fail probe if settings clocks failsRamon Fried
2018-05-26db820c: set clk node to be probed before relocationRamon Fried
2018-05-26Remove CONFIG_MVGBE from config_whitelist.txtChris Packham
2018-05-26PCI: Document pciauto_region_allocate()Tuomas Tynkkynen
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen
2018-05-26PCI: Add newlines to debug prints in pci_auto_common.cTuomas Tynkkynen
2018-05-26doc: qemu-arm: Drop highmem=off referencesTuomas Tynkkynen
2018-05-26ARM: qemu-arm: Bump RAM size in AArch64 MMU tableTuomas Tynkkynen
2018-05-26PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen
2018-05-25configs: add TPMv2.x support in SandboxMiquel Raynal
2018-05-25sandbox: dts: add Sandbox TPMv2.x nodeMiquel Raynal
2018-05-25doc: device-tree-bindings: add Sandbox TPMv2.0 module infoMiquel Raynal
2018-05-25tpm: add a Sandbox TPMv2.x driverMiquel Raynal
2018-05-25test/py: add TPMv2.x test suiteMiquel Raynal
2018-05-25doc: device-tree-bindings: add TIS TPMv2.0 SPI module infoMiquel Raynal
2018-05-25tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal
2018-05-25tpm: add support for TPMv2.x SPI modulesMiquel Raynal
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal
2018-05-25tpm: report driver error code to upper layerMiquel Raynal
2018-05-25tpm: add possible traces to analyze buffers returned by the TPMMiquel Raynal
2018-05-25tpm: add macros to enhance TPM commands readabilityMiquel Raynal
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal
2018-05-25tpm: add missing parameter in private data structure descriptionMiquel Raynal
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal
2018-05-25tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal
2018-05-25tpm: add Revision ID field in the chip structureMiquel Raynal
2018-05-25tpm: add extra blank lines between declarations and codeMiquel Raynal
2018-05-25tpm: fix spellingMiquel Raynal