summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-2928-37/+0
* fs: Drop trivial .lseek() implementaitons in FS driversAndrey Smirnov2019-01-299-58/+6
* fs: Update FILE position in lseek()Andrey Smirnov2019-01-2915-34/+25
* devfs: Fix incorrect error check for cdev->ops->lseek()Andrey Smirnov2019-01-291-5/+9
* common: firmware: Don't use FILE_SIZE_STREAM directlyAndrey Smirnov2019-01-291-1/+1
* nvmem: Do not use DEVFS_IS_CHARACTER_DEVAndrey Smirnov2019-01-291-1/+0
* commands: Move /dev/mem driver to drivers/miscAndrey Smirnov2019-01-296-89/+54
* commands: Get rid of mem_rw_bufAndrey Smirnov2019-01-296-29/+26
* commands: Move mem_parse_options() to lib/misc.cAndrey Smirnov2019-01-292-40/+42
* 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
| * | | 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