summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/lseek'Sascha Hauer2019-02-1362-365/+260
|\
| * fs: Share code between mem_write()/mem_read()Andrey Smirnov2019-02-061-22/+24
| * misc: fix /dev/mem sizeSascha Hauer2019-02-061-3/+32
| * fs: devfs: forbid truncation when cdev has no truncate operationSascha Hauer2019-02-061-5/+1
| * fs: do not call truncate for FILE_SIZE_STREAM sized filesSascha Hauer2019-02-061-0/+3
| * fs: set errno in ftruncate()Sascha Hauer2019-02-061-1/+3
| * fs: let truncate take a loff_t argumentSascha Hauer2019-02-0611-11/+11
| * libfile: Fix incorrect lseek check in open_and_lseek()Andrey Smirnov2019-02-061-2/+1
| * fs: Avoid division in memcpy_sz()Andrey Smirnov2019-02-061-2/+3
| * fs: Simplify new position calculation in lseek()Andrey Smirnov2019-02-041-11/+8
| * fs: Do not use IS_ERR_VALUE() to validate offset in lseek()Andrey Smirnov2019-02-041-1/+1
| * fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-0414-35/+32
| * 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
* | Merge branch 'for-next/kbuild'Sascha Hauer2019-02-138-357/+223
|\ \
| * | kconfig.h: update to v4.16-rc2Masahiro Yamada2019-01-221-16/+37
| * | scripts: fixdep: update to v5.0-rc3Masahiro Yamada2019-01-221-207/+124
| * | kbuild: cherry-pick changes from Linux v5.0-rc3Masahiro Yamada2019-01-226-134/+62
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2019-02-1365-167/+4403
|\ \
| * | ARM: i.MX8MQ: Add corner case for Rev 2.1 siliconAndrey Smirnov2019-02-121-0/+9
| * | ARM: i.MX8MQ: Read only ROM version majorAndrey Smirnov2019-02-121-2/+2
| * | ARM: i.MX8MQ: Invert the logic in imx8mq_cpu_revision()Andrey Smirnov2019-02-121-13/+13
| * | PCI: imx6: Add support for i.MX8MQAndrey Smirnov2019-02-113-10/+89
| * | PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov2019-02-111-3/+7
| * | PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov2019-02-111-0/+8
| * | PCI: imx6: Introduce drvdataAndrey Smirnov2019-02-111-14/+29
| * | reset: imx7: Add support for i.MX8MQ IP block variantAndrey Smirnov2019-02-111-0/+122
| * | include: Import dt-bindings/reset/imx8mq-reset.hAndrey Smirnov2019-02-111-0/+64
| * | reset: imx7: Add plubming to support multiple IP variantsAndrey Smirnov2019-02-111-14/+36
| * | reset: Constify "ops" in struct reset_controller_devAndrey Smirnov2019-02-112-2/+2
| * | soc: imx: gpcv2: add support for i.MX8MQ SoCAndrey Smirnov2019-02-113-5/+180
| * | soc: imx: gpcv2: prefix i.MX7 specific definesAndrey Smirnov2019-02-111-22/+22
| * | soc: imx: gpcv2: Switch to SPDX identifierAndrey Smirnov2019-02-111-7/+1
| * | soc: imx: gpcv2: make pgc driver more generic for other i.MX platformsAndrey Smirnov2019-02-111-27/+41
| * | soc: imx: gpcv2: use A_CORE instread of A7 for more i.MX platformsAndrey Smirnov2019-02-111-9/+9
| * | ARM: aarch64: Add PCI fixups section to linker scriptAndrey Smirnov2019-02-111-0/+12
| * | PCI: dwc: Fix pointer width cast problemAndrey Smirnov2019-02-111-3/+3
| * | net: fec_imx: skip fec_halt if the FEC wasn't startedLucas Stach2019-02-111-0/+7
| * | scripts: imx-image: make read_file behaviour consistentSascha Hauer2019-02-111-13/+11
| * | scripts: imx-image: Be more informative on open errorsSascha Hauer2019-02-111-4/+12
| * | ARM: i.MX: Add support for ZII i.MX8MQ based devicesAndrey Smirnov2019-02-1118-2/+2081
| * | ARM: i.MX8MQ: bbu: Add MMC boot handlerAndrey Smirnov2019-02-112-0/+14
| * | Documentation: i.MX: Increase :maxdepth: for board documentationAndrey Smirnov2019-02-111-1/+1