summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* commands: gpio: Move argument parsing into a shared functionAndrey Smirnov2018-10-291-19/+29
* lib: Port kstrtox.c from Linux kernelAndrey Smirnov2018-10-295-0/+473
* linux/ctype.h: Port _tolower()Andrey Smirnov2018-10-291-0/+9
* gpio: VF610: Propagate error code of gpiochip_add() upAndrey Smirnov2018-10-291-2/+1
* ARM: imx7d-zii-rpu2: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+9
* ARM: vf610-zii-ssmb-spu3: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+11
* ARM: vf610-zii-cfu1: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+11
* ARM: vf610-zii-dev-rev-c: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+12
* ARM: rdu1: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+13
* ARM: rdu2: Add switch EEPROM aliasAndrey Smirnov2018-10-291-0/+6
* pinctrl: tree-wide probe devices during core_initcallMarco Felsch2018-10-1914-15/+15
* gpio: tree-wide don't probe devices during core_initcallMarco Felsch2018-10-194-4/+4
* gpiolib: fix of_hog_gpio gpio label assignmentMarco Felsch2018-10-191-1/+4
* gpiolib: fix of_gpio_hog error handlingMarco Felsch2018-10-191-4/+4
* net: make routing work after dhcp commandAntony Pavlov2018-10-161-0/+3
* environment: bypass overlap check for mtd devicesSascha Hauer2018-10-121-0/+3
* environment: Fix overlapping partitions error messageLadislav Michl2018-10-121-2/+2
* Merge branch 'for-next/ubifs'Sascha Hauer2018-10-0944-16893/+2851
|\
| * fs: ubifs: optionally allow to mount UBIFS images with encrypted filesSascha Hauer2018-10-083-1/+11
| * ubifs: Update to v4.18-rc6Sascha Hauer2018-10-0821-550/+2147
| * vsprintf: implement %pVSascha Hauer2018-10-082-0/+20
| * compiler: Update to v4.19-rc6Sascha Hauer2018-10-085-457/+535
| * fs: ubifs: remove not needed codeSascha Hauer2018-10-0823-16206/+14
| * fs: implement clear_nlink and set_nlinkSascha Hauer2018-10-083-35/+18
| * fs: implement iget_locked and iget_failedSascha Hauer2018-10-083-29/+26
| * fs: implement file_inodeSascha Hauer2018-10-082-0/+6
| * fs: Add SB_* flagsSascha Hauer2018-10-081-0/+19
| * fs: Add fscrypt no-op headersSascha Hauer2018-10-082-0/+378
| * fs: let dir_emit_dots return intSascha Hauer2018-10-081-1/+2
| * Add more mutex no-opsSascha Hauer2018-10-082-3/+3
| * Add kmemdupSascha Hauer2018-10-084-20/+7
| * Add linux/slab.hSascha Hauer2018-10-086-37/+111
* | Merge branch 'for-next/socfpga'Sascha Hauer2018-10-093-9/+125
|\ \
| * | ARM: socfpga: Add missing inline to noop functionsSascha Hauer2018-10-031-5/+5
| * | ARM: dts: socfpga: achilles: enable second ethernet portSteffen Trumtrar2018-10-021-0/+21
| * | ARM: socfpga: achilles: let bootchooser boot from system0 initiallyEnrico Jorns2018-10-021-1/+1
| * | ARM: socfpga: achilles: bitstream will not exceed 32MEnrico Jorns2018-10-021-1/+1
| * | ARM: socfpga: achilles: move partitions to free disk spaceEnrico Jorns2018-10-021-2/+2
| * | barebox: move mmc partitions to partitions subnodeEnrico Jorns2018-10-021-7/+12
| * | dts: achilles: add state for bootchooserEnrico Jorns2018-10-021-0/+90
* | | Merge branch 'for-next/ratp'Sascha Hauer2018-10-0912-32/+806
|\ \ \
| * | | ratp: fix incorrect whitespaces in method callsAleksander Morgado2018-09-174-15/+15
| * | | ratp: use pr_ macros to print messagesAleksander Morgado2018-09-173-13/+19
| * | | ratp: use __packed instead of the full formAleksander Morgado2018-09-173-5/+5
| * | | bbremote: implement support for GPIO operationsAleksander Morgado2018-09-173-0/+166
| * | | ratp: implement support for GPIO commandsAleksander Morgado2018-09-174-1/+160
| * | | bbremote: implement i2c read/write supportAleksander Morgado2018-09-173-0/+147
| * | | ratp: implement i2c read/write supportAleksander Morgado2018-09-174-0/+296
* | | | Merge branch 'for-next/net-imx-fec'Sascha Hauer2018-10-091-72/+69
|\ \ \ \
| * | | | net: fec_imx: Do not use DMA coherent memory for Rx buffersAndrey Smirnov2018-09-191-4/+25