summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm: mach-omap: bbu_emmc: Fix return valueTeresa Remmet2018-08-291-1/+1
* ARM: MMU: fix wrong dma_flush_range in arm_create_pte()Sascha Hauer2018-08-151-1/+1
* Merge branch 'for-next/socfpga'Sascha Hauer2018-08-1324-72/+1038
|\
| * ARM: socfpga: achilles: move environment to raw partitionSteffen Trumtrar2018-08-081-2/+6
| * ARM: arria10: update defconfigSteffen Trumtrar2018-08-081-4/+3
| * ARM: socfpga: achilles: convert to PBL bareboxSteffen Trumtrar2018-08-083-8/+101
| * ARM: socfpga: Arria10: support programming FPGA in PBLSteffen Trumtrar2018-08-0810-9/+833
| * ARM: socfpga: arria10-reset-manager: don't reset bootsourceSteffen Trumtrar2018-08-084-13/+43
| * ARM: dts: socfpga: Fix achilles dtc warningsSteffen Trumtrar2018-08-081-3/+3
| * ARM: socfpga: achilles: update handoff filesSteffen Trumtrar2018-08-082-9/+9
| * ARM: socfpga: arria10: fix SDMMC phase shiftSteffen Trumtrar2018-08-081-1/+1
| * ARM: socfpga: arria10: set default TEXTBASESteffen Trumtrar2018-08-081-0/+1
| * ARM: socfpga: arria10-init: split pinsetupSteffen Trumtrar2018-08-083-23/+29
| * ARM: socfpga: add SMP_TWD_ADDR for Arria10Steffen Trumtrar2018-08-081-0/+1
| * ARM: socfpga: arria10: add ocram base addressSteffen Trumtrar2018-08-081-0/+1
| * ARM: socfpga: arria10: move debug_ll to common codeSteffen Trumtrar2018-08-083-4/+4
| * bootm: allow booting SoCFPGA prebootloader imageEnrico Jorns2018-08-081-0/+7
* | Merge branch 'for-next/pci'Sascha Hauer2018-08-132-0/+41
|\ \
| * | ARM: imx6: gw54xx: add fixup for PCIe switchLucas Stach2018-08-081-0/+29
| * | pci: add quirk infrastructureLucas Stach2018-08-081-0/+12
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2018-08-1325-355/+607
|\ \
| * | ARM: i.MX8MQ: Save boot location during initializationAndrey Smirnov2018-08-131-0/+2
| * | ARM: i.MX8MQ: Add code to detect reset reasonAndrey Smirnov2018-08-134-11/+18
| * | ARM: i.MX8MQ: Replace magic numbers with named constantsAndrey Smirnov2018-08-132-6/+11
| * | ARM: i.MX: boot: Rework boot source detection for i.MX7 and i.MX8MQAndrey Smirnov2018-08-131-67/+30
| * | ARM: i.MX: boot: Fix accidental commaAndrey Smirnov2018-08-131-1/+1
| * | ARM: i.MX8M: Expose code to query cpu revisionAndrey Smirnov2018-08-132-42/+53
| * | ARM: i.MX: freescale-mx6sx-sabresdb: Make ar8031_phy_fixup staticAndrey Smirnov2018-08-131-1/+1
| * | ARM: VFxxx: zii-vf610-dev: Make get_sytem_type() staticAndrey Smirnov2018-08-101-1/+1
| * | ARM: VFxxx: zii-vf610-dev: Add newline before error bannerAndrey Smirnov2018-08-101-1/+1
| * | mx5: Implement Spectre v2 workaround for Cortex-A8Fabio Estevam2018-08-102-1/+11
| * | ARM: i.MX: OCOTP: fix missing include for uint32_t etc.Roland Hieber2018-08-091-0/+1
| * | ARM: nxp-imx8mq-evk: Add bootflow commentsAndrey Smirnov2018-08-091-2/+39
| * | ARM: i.MX8MQ: Query and display ATF fimware hash if availableAndrey Smirnov2018-08-091-0/+15
| * | ARM: nxp-imx8mq-evk: Add code to load ATF BL31 blobAndrey Smirnov2018-08-092-0/+11
| * | ARM: i.MX: xload-esdhc: Allow placing image to align its entry pointAndrey Smirnov2018-08-091-5/+34
| * | ARM: i.MX: xload-esdhc: Make use of <mach/imx-header.h>Andrey Smirnov2018-08-092-5/+19
| * | ARM: i.MX: Move i.MX header definitions to mach-imxAndrey Smirnov2018-08-091-0/+118
| * | ARM: i.MX8MQ: Add code to load BL31 ATF blobAndrey Smirnov2018-08-083-1/+55
| * | ARM: i.MX8MQ: Configure cntfrq only in EL3Andrey Smirnov2018-08-081-6/+8
| * | ARM: Add code to support SMCCC on AArch64Andrey Smirnov2018-08-085-3/+65
| * | ARM: nxp-imx8mq-evk: Update DDR initialization codeAndrey Smirnov2018-08-082-214/+125
| * | ARM: i.MX: fix compilation with BBU disabledSascha Hauer2018-08-061-1/+1
* | | ARM: Mark SP as being clobbered in arm_setup_stack()Andrey Smirnov2018-08-081-1/+4
* | | ARM: phytec-som-am335x: make autoenable actually usableUwe Kleine-König2018-08-081-1/+1
| |/ |/|
* | ARM: i.MX: fix compilation with BBU disabledSascha Hauer2018-08-081-1/+1
* | ARM: mmu: fix cache flushing when replacing a section with a PTELucas Stach2018-07-271-45/+32
|/
* i.MX: iomuxv3: restore NO_PAD_CTRL semanticAlexander Kurz2018-07-131-3/+5
* ARM: MMU: fix arch_remap_range() across section boundariesSascha Hauer2018-07-121-1/+1
* Merge branch 'for-next/vfxxx'Sascha Hauer2018-07-098-498/+468
|\