aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-01clk: bcm6345: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2018-06-01serial: bcm6345: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2018-06-01watchdog: bcm6345: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas5-0/+128
2018-05-26add FIT data-position & data-offset property supportKelvin Cheung2-3/+53
2018-05-26malloc: Use malloc simple before malloc is fully initialized in memalign()Ley Foon Tan1-0/+7
2018-05-26mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard1-2/+2
2018-05-26stm32mp1: use OTP to configure MAC address and serial numberPatrick Delaunay1-0/+81
2018-05-26stm32mp1: add FUSE command supportPatrick Delaunay6-0/+129
2018-05-26stm32mp1: add bsec driverPatrick Delaunay3-2/+442
2018-05-26stm32mp1: remove the second TAMP_BOOT_CONTEXT updatePatrick Delaunay1-3/+0
2018-05-26stm32mp1: Allow to activate CONFIG_DEBUG_UARTPatrick Delaunay4-1/+67
2018-05-26serial: stm32: Add setparity supportPatrick Delaunay2-2/+51
2018-05-26dm: serial: Add setparityPatrick Delaunay1-0/+16
2018-05-26serial: stm32: Fix bits defines namePatrice Chotard2-10/+10
2018-05-26serial: stm32: Add debug uart supportPatrick Delaunay2-22/+92
2018-05-26ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk3-16/+29
2018-05-26serial: serial_msm: added pinmux & configRamon Fried1-6/+18
2018-05-26db410: added pinctrl node and serial bindingsRamon Fried1-0/+14
2018-05-26mach-snapdragon: Introduce pinctrl driverRamon Fried6-0/+249
2018-05-26mach-snapdragon: Fix UART clock flowRamon Fried5-12/+43
2018-05-26serial: serial_msm: initialize uart only before relocationRamon Fried1-0/+4
2018-05-26serial: serial_msm: fail probe if settings clocks failsRamon Fried1-2/+4
2018-05-26db820c: set clk node to be probed before relocationRamon Fried1-0/+14
2018-05-26Remove CONFIG_MVGBE from config_whitelist.txtChris Packham1-1/+0
2018-05-26PCI: Document pciauto_region_allocate()Tuomas Tynkkynen1-0/+13
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen4-6/+14
2018-05-26PCI: Add newlines to debug prints in pci_auto_common.cTuomas Tynkkynen1-2/+2
2018-05-26doc: qemu-arm: Drop highmem=off referencesTuomas Tynkkynen1-4/+3
2018-05-26ARM: qemu-arm: Bump RAM size in AArch64 MMU tableTuomas Tynkkynen1-1/+1
2018-05-26PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen1-0/+7
2018-05-25configs: add TPMv2.x support in SandboxMiquel Raynal5-0/+5
2018-05-25sandbox: dts: add Sandbox TPMv2.x nodeMiquel Raynal3-0/+12
2018-05-25doc: device-tree-bindings: add Sandbox TPMv2.0 module infoMiquel Raynal1-0/+11
2018-05-25tpm: add a Sandbox TPMv2.x driverMiquel Raynal3-1/+636
2018-05-25test/py: add TPMv2.x test suiteMiquel Raynal1-0/+233
2018-05-25doc: device-tree-bindings: add TIS TPMv2.0 SPI module infoMiquel Raynal1-0/+18
2018-05-25tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal1-0/+16
2018-05-25tpm: add support for TPMv2.x SPI modulesMiquel Raynal3-0/+675
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal3-0/+177
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal3-12/+105
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal3-0/+175
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal3-0/+92
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal3-0/+98
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal3-0/+85
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal3-0/+75
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal3-0/+47
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal3-0/+56
2018-05-25tpm: report driver error code to upper layerMiquel Raynal1-1/+2
2018-05-25tpm: add possible traces to analyze buffers returned by the TPMMiquel Raynal1-1/+9