summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: Introduce MAP_FAILED and replace ad-hoc constants with itAndrey Smirnov2019-01-166-5/+7
* Merge branch 'for-next/ultrascale'Sascha Hauer2019-01-1517-0/+194
|\
| * zynqmp: enable macb Ethernet supportThomas Hämmerle2019-01-092-0/+2
| * ARM: zynqmp: add support for Xilinx ZCU104 boardMichael Tretter2018-12-1014-0/+152
| * ARM: aarch64: add ENTRY_PROC macro for arm64Michael Tretter2018-12-101-0/+35
| * ARM: aarch64: compile with general-regs-onlyMichael Tretter2018-12-101-0/+4
| * ARM: lib64: .gitignore barebox.ldsMichael Tretter2018-12-101-0/+1
* | Merge branch 'for-next/risc-V'Sascha Hauer2019-01-1538-1/+1317
|\ \
| * | Documentation: add RISC-V docsAntony Pavlov2019-01-071-0/+91
| * | RISC-V: add erizo_generic_defconfigAntony Pavlov2019-01-071-0/+51
| * | RISC-V: erizo: add nmon image creationAntony Pavlov2019-01-072-0/+21
| * | RISC-V: erizo: enable nmonAntony Pavlov2019-01-071-0/+1
| * | RISC-V: erizo: add DEBUG_LL supportAntony Pavlov2019-01-072-0/+34
| * | RISC-V: add nmon nano-monitorAntony Pavlov2019-01-073-0/+266
| * | RISC-V: add low-level debug macros for ns16550Antony Pavlov2019-01-071-0/+182
| * | RISC-V: add Erizo SoC supportAntony Pavlov2019-01-077-0/+89
| * | Add initial RISC-V architecture supportAntony Pavlov2019-01-0728-1/+582
* | | Merge branch 'for-next/pci'Sascha Hauer2019-01-159-676/+906
|\ \ \
| * | | PCI: dwc: Constify dw_pcie_host_ops structuresAndrey Smirnov2019-01-082-2/+2
| * | | PCI: dwc: Small computation improvementAndrey Smirnov2019-01-081-4/+4
| * | | PCI: dwc: Fix enumeration end when reaching root subordinateAndrey Smirnov2019-01-081-1/+1
| * | | PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesAndrey Smirnov2019-01-081-1/+5
| * | | PCI: dwc: Add accessors for write permission of DBIAndrey Smirnov2019-01-081-0/+26
| * | | PCI: dwc: designware: Handle ->host_init() failuresAndrey Smirnov2019-01-083-4/+9
| * | | PCI: dwc: Replace lower into upper case charactersAndrey Smirnov2019-01-082-14/+14
| * | | PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateAndrey Smirnov2019-01-088-40/+8
| * | | PCI: Fix typos and whitespace errorsAndrey Smirnov2019-01-083-3/+3
| * | | PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() staticAndrey Smirnov2019-01-081-3/+3
| * | | PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specificallyAndrey Smirnov2019-01-081-1/+1
| * | | PCI: dwc: designware: Move _unroll configurations to a separate functionAndrey Smirnov2019-01-081-39/+59
| * | | PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesAndrey Smirnov2019-01-082-14/+31
| * | | PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentAndrey Smirnov2019-01-082-10/+22
| * | | PCI: dwc: Split pcie-designware.c into host and core filesAndrey Smirnov2019-01-084-383/+422
| * | | PCI: dwc: designware: Fix style errors in pcie-designware.cAndrey Smirnov2019-01-081-12/+12
| * | | PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Andrey Smirnov2019-01-082-8/+11
| * | | PCI: dwc: all: Split struct pcie_port into host-only and core structuresAndrey Smirnov2019-01-083-163/+196
| * | | PCI: imx6: Remove LTSSM disable workaroundAndrey Smirnov2019-01-081-29/+28
| * | | PCI: imx6: Remove redundant "Link never came up" messageAndrey Smirnov2019-01-081-3/+1
| * | | PCI: imx6: Add DT property for link gen, default to Gen1Andrey Smirnov2019-01-081-7/+18
| * | | PCI: imx6: Factor out ref clock enableAndrey Smirnov2019-01-081-14/+29
| * | | PCI: imx6: Remove unused return valuesAndrey Smirnov2019-01-081-9/+4
| * | | PCI: imx6: Port error messages for imx6_pcie_deassert_core_reset()Andrey Smirnov2019-01-081-3/+10
| * | | PCI: imx6: Reorder struct imx6_pcieAndrey Smirnov2019-01-081-1/+1
| * | | PCI: imx6: Use generic DesignWare accessorsAndrey Smirnov2019-01-081-66/+30
| * | | PCI: imx6: Pass device-specific struct to internal functionsAndrey Smirnov2019-01-081-28/+25
| * | | PCI: imx6: Pass struct imx6_pcie to PHY accessorsAndrey Smirnov2019-01-081-18/+23
| * | | PCI: imx6: Removed unused struct imx6_pcie.mem_baseAndrey Smirnov2019-01-081-1/+0
| * | | PCI: imx6: Add local struct device pointersAndrey Smirnov2019-01-081-7/+10
| * | | PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()Andrey Smirnov2019-01-081-5/+6
| * | | PCI: dwc: all: Rename cfg_read/cfg_write to read/writeAndrey Smirnov2019-01-082-8/+8