summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v2019.02.0v2019.02.0Sascha Hauer2019-02-131-1/+1
* Revert "images: Drop unnecessary fix_size"Sascha Hauer2019-02-133-5/+7
* arm: dts: am335x-phytec: Use phy-handle instead of phy_idTeresa Remmet2019-02-133-4/+22
* net: ethernet: cpsw: cpsw-phy-sel: Use phandle for phy selTeresa Remmet2019-02-131-6/+11
* arm: mach-omap: am335x_generic: Enable nodes by alias where neededTeresa Remmet2019-02-131-4/+4
* drivers: of: Add function to enable and register a device by aliasTeresa Remmet2019-02-132-0/+27
* arm: configs: am33xx_mlo_defconfig: Enable ti-sysc bus driverTeresa Remmet2019-02-131-1/+1
* arm: configs: omap_defconfig: Enable ti-sysc bus driverTeresa Remmet2019-02-131-1/+1
* drivers: bus: Add ti-sysc bus driverTeresa Remmet2019-02-133-0/+46
* ARM: rpi: avoid NULL dereference on unknown rev.Tomaz Solc2019-02-121-1/+4
* net: designware: fix TX descriptor length corruptionIan Abbott2019-02-011-0/+2
* ARM: aarch64: Avoid relocations in runtime-offset.SAndrey Smirnov2019-02-011-1/+13
* scripts: bareboxenv.c: fix warning: ‘xstrdup’ defined but not usedOleksij Rempel2019-01-291-10/+0
* Revert "mtd: nand: Kill the chip->scan_bbt() hook"Sascha Hauer2019-01-215-17/+33
* MIPS: malta: Typo fixAlexander Shiyan2019-01-211-1/+1
* images: check for use of obsolete pblx-*Ahmad Fatoum2019-01-181-0/+4
* images: pblx is now pblbSascha Hauer2019-01-181-1/+1
* images: Drop unnecessary fix_sizeSascha Hauer2019-01-162-3/+2
* ARM: imx8mq: Add back memory controller nodeLucas Stach2019-01-162-2/+3
* 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