summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cpu: bmips: convert to use live dtÁlvaro Fernández Rojas2018-06-011-9/+3
* ram: bmips: convert to use live dtÁlvaro Fernández Rojas2018-06-011-5/+2
* spi: bcm63xx_hsspi: convert to use live dtÁlvaro Fernández Rojas2018-06-011-9/+3
* spi: bcm63xx_spi: convert to use live dtÁlvaro Fernández Rojas2018-06-011-9/+3
* power: domain: bcm6328: convert to use live dtÁlvaro Fernández Rojas2018-06-011-6/+2
* led: bcm6328: convert to use live dtÁlvaro Fernández Rojas2018-06-011-35/+17
* led: bcm6358: convert to use live dtÁlvaro Fernández Rojas2018-06-011-29/+15
* gpio: bcm6345: convert to use live dtÁlvaro Fernández Rojas2018-06-011-13/+5
* reset: bcm6345: convert to use live dtÁlvaro Fernández Rojas2018-06-011-6/+2
* clk: bcm6345: convert to use live dtÁlvaro Fernández Rojas2018-06-011-6/+2
* serial: bcm6345: convert to use live dtÁlvaro Fernández Rojas2018-06-011-6/+2
* watchdog: bcm6345: convert to use live dtÁlvaro Fernández Rojas2018-06-011-6/+2
* dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2018-06-015-0/+128
* add FIT data-position & data-offset property supportKelvin Cheung2018-05-262-3/+53
* malloc: Use malloc simple before malloc is fully initialized in memalign()Ley Foon Tan2018-05-261-0/+7
* mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard2018-05-261-2/+2
* stm32mp1: use OTP to configure MAC address and serial numberPatrick Delaunay2018-05-261-0/+81
* stm32mp1: add FUSE command supportPatrick Delaunay2018-05-266-0/+129
* stm32mp1: add bsec driverPatrick Delaunay2018-05-263-2/+442
* stm32mp1: remove the second TAMP_BOOT_CONTEXT updatePatrick Delaunay2018-05-261-3/+0
* stm32mp1: Allow to activate CONFIG_DEBUG_UARTPatrick Delaunay2018-05-264-1/+67
* serial: stm32: Add setparity supportPatrick Delaunay2018-05-262-2/+51
* dm: serial: Add setparityPatrick Delaunay2018-05-261-0/+16
* serial: stm32: Fix bits defines namePatrice Chotard2018-05-262-10/+10
* serial: stm32: Add debug uart supportPatrick Delaunay2018-05-262-22/+92
* ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at bootingRadoslaw Pietrzyk2018-05-263-16/+29
* serial: serial_msm: added pinmux & configRamon Fried2018-05-261-6/+18
* db410: added pinctrl node and serial bindingsRamon Fried2018-05-261-0/+14
* mach-snapdragon: Introduce pinctrl driverRamon Fried2018-05-266-0/+249
* mach-snapdragon: Fix UART clock flowRamon Fried2018-05-265-12/+43
* serial: serial_msm: initialize uart only before relocationRamon Fried2018-05-261-0/+4
* serial: serial_msm: fail probe if settings clocks failsRamon Fried2018-05-261-2/+4
* db820c: set clk node to be probed before relocationRamon Fried2018-05-261-0/+14
* Remove CONFIG_MVGBE from config_whitelist.txtChris Packham2018-05-261-1/+0
* PCI: Document pciauto_region_allocate()Tuomas Tynkkynen2018-05-261-0/+13
* PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen2018-05-264-6/+14
* PCI: Add newlines to debug prints in pci_auto_common.cTuomas Tynkkynen2018-05-261-2/+2
* doc: qemu-arm: Drop highmem=off referencesTuomas Tynkkynen2018-05-261-4/+3
* ARM: qemu-arm: Bump RAM size in AArch64 MMU tableTuomas Tynkkynen2018-05-261-1/+1
* PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen2018-05-261-0/+7
* configs: add TPMv2.x support in SandboxMiquel Raynal2018-05-255-0/+5
* sandbox: dts: add Sandbox TPMv2.x nodeMiquel Raynal2018-05-253-0/+12
* doc: device-tree-bindings: add Sandbox TPMv2.0 module infoMiquel Raynal2018-05-251-0/+11
* tpm: add a Sandbox TPMv2.x driverMiquel Raynal2018-05-253-1/+636
* test/py: add TPMv2.x test suiteMiquel Raynal2018-05-251-0/+233
* doc: device-tree-bindings: add TIS TPMv2.0 SPI module infoMiquel Raynal2018-05-251-0/+18
* tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal2018-05-251-0/+16
* tpm: add support for TPMv2.x SPI modulesMiquel Raynal2018-05-253-0/+675
* tpm: add PCR authentication commands supportMiquel Raynal2018-05-253-0/+177
* tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal2018-05-253-12/+105