summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2017.01.0v2017.01.0Sascha Hauer2017-01-101-2/+2
* ARM: Fix a bug in stack's "top" initializationAndrey Smirnov2017-01-093-3/+9
* arm: pbl: rename linker script for uncompressed image dataLucas Stach2017-01-092-6/+6
* devparam: add static inline dummy for dev_add_param_bitmaskLucas Stach2017-01-091-0/+8
* nvvar: add static inline dummy for nvvar_saveLucas Stach2017-01-091-0/+5
* globalvar: select FNMATCHLucas Stach2017-01-091-0/+1
* net: e1000: don't try to register eeprom if MTD support is missingLucas Stach2017-01-091-4/+7
* arm64: disable PBL supportLucas Stach2017-01-092-1/+1
* fs: squashfs: don't reference UBI symbols if UBI isn't compiled inLucas Stach2017-01-091-0/+3
* of: base: add chosen node if it does not exist when adding initrdPhilipp Zabel2017-01-091-2/+2
* ubifs: restore symlink supportRenaud Barbier2017-01-091-29/+0
* scripts: mxsimage: Fix build with OpenSSL 1.1.xSascha Hauer2017-01-091-34/+70
* spi: mvebu: fix baudrate selection for Armada 370/XPUwe Kleine-König2016-12-071-3/+5
* ARM: i.MX25/35: Fix bootsource detectionDaniel Krüger2016-11-231-6/+6
* Merge branch 'for-next/vybrid'Sascha Hauer2016-11-1425-9/+1529
|\
| * clk: Port clock dependency resolution codeAndrey Smirnov2016-11-141-7/+82
| * i.MX: Add pinctrl driver for VF610Andrey Smirnov2016-11-143-0/+173
| * pinctrl: Add provisions to control GPIO pin directionAndrey Smirnov2016-11-142-0/+66
| * i.MX: Add support for VF610 Tower boardAndrey Smirnov2016-11-118-0/+351
| * i.MX: scripts: Add "vf610" soc to imx-imageAndrey Smirnov2016-11-111-0/+1
| * i.MX: Add DEBUG_LL hooks for VF610Andrey Smirnov2016-11-113-2/+316
| * i.MX: Add register definitions for VF610 SoCAndrey Smirnov2016-11-113-0/+507
| * i.MX: Add primitive functions for VF610 familyAndrey Smirnov2016-11-115-0/+33
* | Merge branch 'for-next/state'Sascha Hauer2016-11-148-16/+24
|\ \
| * | docs: state: make string variable type clearerStefan Lengfeld2016-11-031-2/+2
| * | state: fix indentationStefan Lengfeld2016-11-031-3/+3
| * | state: use packed attribute for on storage structsStefan Lengfeld2016-11-033-3/+3
| * | state: Use dev_* for information rather than pr_*Sascha Hauer2016-10-201-4/+4
| * | of_path: handle no driver for deviceSascha Hauer2016-10-201-0/+3
| * | state: driver: handle EPROBE_DEFERSascha Hauer2016-10-201-2/+6
| * | state: pass error code instead of inventing new oneSascha Hauer2016-10-201-3/+4
* | | Merge branch 'for-next/squashfs'Sascha Hauer2016-11-148-10/+478
|\ \ \
| * | | fs: squashfs: Enable squashfs XZ support when XZ is enabledSascha Hauer2016-10-241-10/+7
| * | | fs: squashfs: append linux rootarg for ubi volumeEnrico Jorns2016-10-241-0/+31
| * | | Add filetype and detection for squashfs imagesEnrico Jorns2016-10-243-0/+6
| * | | fs: squashfs: port zlib compression support from kernelEnrico Jorns2016-10-243-0/+143
| * | | fs: squashfs: port lz4 compression support from kernelEnrico Jorns2016-10-243-0/+151
| * | | fs: squashfs: port lzo compression support from kernelEnrico Jorns2016-10-243-0/+140
| |/ /
* | | Merge branch 'for-next/socfpga'Sascha Hauer2016-11-146-0/+333
|\ \ \
| * | | ARM: socfpga: dtsi: add dw-wdt reset linesSteffen Trumtrar2016-11-031-0/+8
| * | | watchdog: add designware driverSteffen Trumtrar2016-11-033-0/+200
| * | | reset: import socfpga-reset driver from linuxSteffen Trumtrar2016-10-182-0/+125
* | | | Merge branch 'for-next/pci'Sascha Hauer2016-11-141-20/+32
|\ \ \ \
| * | | | PCI: split PCI hierarchy enumeration and config from device registrationLucas Stach2016-11-031-15/+16
| * | | | PCI: align BAR address to BAR sizeLucas Stach2016-11-031-3/+6
| * | | | PCI: align address range before scanning bridgeLucas Stach2016-11-031-0/+3
| * | | | PCI: only check specific flag for 64bit BARLucas Stach2016-11-031-2/+1
| * | | | PCI: add some useful debug outputLucas Stach2016-11-031-0/+6
* | | | | Merge branch 'for-next/net'Sascha Hauer2016-11-141-4/+8
|\ \ \ \ \
| * | | | | net/designware: add explicit reset of {tx|rx}_currdescnumIan Abbott2016-11-091-0/+2