summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* menu: sanitize menu_add_titleSascha Hauer2017-01-104-10/+8
* of: Use %pa to print resource_size_t typeSascha Hauer2017-01-101-1/+1
* ARM: socfpga: fix compiler warningSascha Hauer2017-01-101-1/+1
* mtd: peb: Fix format specifierSascha Hauer2017-01-101-1/+1
* mtd: peb: fix usage of uninitialized variableSascha Hauer2017-01-101-3/+2
* globalvar: Fix compiler warningSascha Hauer2017-01-101-1/+1
* nios2: Fix compiler warningSascha Hauer2017-01-101-1/+1
* nios2: Fix out of tree buildSascha Hauer2017-01-101-1/+1
* ARM: socfpga: fix compiler warningSascha Hauer2017-01-101-1/+1
* lib/int_sqrt.c: Fix compiler warningSascha Hauer2017-01-101-0/+1
* globalvar: Make locally used function staticSascha Hauer2017-01-101-1/+1
* input: Fix compiler warningSascha Hauer2017-01-101-2/+2
* docs: fix typos in memcmp help textMoritz Warning2017-01-101-2/+2
* i2c-mux-pca954x: Add code to control reset lineAndrey Smirnov2017-01-101-0/+7
* commands: i2c: Listen for CTRL-C when probingAndrey Smirnov2017-01-101-1/+1
* gpio: Port SX150x driver from LinuxAndrey Smirnov2017-01-103-0/+283
* regmap: Add regmap_write_bits() functionAndrey Smirnov2017-01-102-1/+32
* 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