summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usbgadget: autostart: add DFU supportLadislav Michl2018-10-299-89/+95
* Documentation: USB gadget: document usbgadget.fastboot_bbu variableLadislav Michl2018-10-291-0/+2
* usb: gadget: set maxpacket_limitLadislav Michl2018-10-293-3/+7
* usb: gadget: fsl_udc: pass controller instance to unregisterSascha Hauer2018-10-293-15/+34
* usb: imx: unregister ehci controller on device removalSascha Hauer2018-10-291-0/+5
* usb: host: ehci-atmel: unregister host on device removeSascha Hauer2018-10-291-1/+5
* usb: host: ehci: do not use dev->privSascha Hauer2018-10-294-6/+35
* usb: host: ehci: add ehci_unregister()Sascha Hauer2018-10-294-11/+47
* usb: Add usb_unregister_host()Sascha Hauer2018-10-262-0/+6
* usb: host: ehci: rename ehci_priv to ehci_hostSascha Hauer2018-10-261-21/+21
* usb: gadget: fsl_udc: Drop using global variableSascha Hauer2018-10-261-17/+22
* 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