summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dts: update to v4.19-rc8Sascha Hauer2018-11-071-0/+11
* mtd: nand_denali: update compatibleBastian Krause2018-11-071-1/+1
* arm: at91: fix sdram controller initAhmad Fatoum2018-11-051-9/+9
* kconfig: Avoid format overflow warning from GCC 8.1Sascha Hauer2018-11-021-1/+1
* usb: gadget: fastboot: remove unused variableSascha Hauer2018-10-301-1/+0
* of: unflatten: access property properlySascha Hauer2018-10-301-1/+1
* fs: devfs: implement d_revalidate hookSascha Hauer2018-10-291-0/+27
* fs: implement d_revalidateSascha Hauer2018-10-292-1/+39
* scripts: imx-usb-loader: list_imx_device_types(): move variable declaration o...Marc Kleine-Budde2018-10-261-1/+3
* 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
| * | | | net: fec_imx: Make use of readx_poll_timeout() macrosAndrey Smirnov2018-09-191-39/+22
| * | | | net: fec_imx: Drop frame_lengthAndrey Smirnov2018-09-191-4/+3
| * | | | net: fec_imx: Drop struct fec_frameAndrey Smirnov2018-09-191-12/+4
| * | | | net: fec_imx: Read data_length only onceAndrey Smirnov2018-09-191-14/+17
| * | | | net: fec_imx: Don't check bd_status & FEC_RBD_ERR twiceAndrey Smirnov2018-09-191-7/+5