summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2018.12.0v2018.12.0Sascha Hauer2018-12-071-1/+1
* serdev: select POLLERLucas Stach2018-12-041-0/+1
* multiple/raspberry-pi: fix clkdevs for raspberry piRouven Czerwinski2018-11-292-4/+4
* FIT: support hash-1/signature-1 nodes in signature checkMatthias Schiffer2018-11-231-2/+6
* clk: fix NULL deref without OF node in debug messageMatthias Schiffer2018-11-231-1/+1
* mount command: Fix "mount /dev/<devname>"Sascha Hauer2018-11-211-1/+3
* net: cpsw: support "phy-handle" and deprecate "phy_id"Sascha Hauer2018-11-191-2/+2
* commands: mem: Fix compiler warningSascha Hauer2018-11-191-2/+2
* nand: denali: remove undefined GFP_DMA flagEnrico Jorns2018-11-191-1/+1
* ARM: i.MX: When SRSR shows wdog then lookup reset source in wdogSascha Hauer2018-11-162-8/+8
* arm: mach-omap: xload: Enable network interfaceTeresa Remmet2018-11-161-0/+2
* bootm: Print which file cannot be openedSascha Hauer2018-11-151-7/+4
* Merge branch 'for-next/usb'Sascha Hauer2018-11-0919-162/+275
|\
| * 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
* | Merge branch 'for-next/state'Sascha Hauer2018-11-094-25/+74
|\ \
| * | bootchooser: Add reference countingSascha Hauer2018-10-181-5/+31
| * | bootchooser: put bootchooser after creating a boot entrySascha Hauer2018-10-181-13/+23
| * | of: fix reproducible node name for legacy vs. new partition bindingSascha Hauer2018-10-181-0/+12
| * | state: backend_bucket_circular: remove unused variablesUlrich Ölmann2018-10-121-2/+0
| * | common: state: fix typoUlrich Ölmann2018-10-101-1/+1
| * | state: backend_bucket_circular: fix memory leakUlrich Ölmann2018-10-101-4/+7
* | | Merge branch 'for-next/socfpga'Sascha Hauer2018-11-095-266/+94
|\ \ \
| * | | ARM: socfpga: socrates: convert to lowlevel helpersSteffen Trumtrar2018-11-061-67/+4
| * | | ARM: socfpga: socdk: convert to lowlevel helpersSteffen Trumtrar2018-11-061-66/+3
| * | | ARM: socfgpa: de0-nano-soc: convert to lowlevel helpersSteffen Trumtrar2018-11-061-66/+3
| * | | ARM: socfpga: sockit: convert to lowlevel helperSteffen Trumtrar2018-11-061-67/+4
| * | | ARM: socfpga: add lowlevel header with common codeSteffen Trumtrar2018-11-061-0/+80
* | | | Merge branch 'for-next/rpi3'Sascha Hauer2018-11-0921-16/+511
|\ \ \ \
| * | | | ARM: rpi: autosize malloc areaLucas Stach2018-11-051-0/+1
| * | | | ARM: rpi: add raspberry pi 3 supportLucas Stach2018-11-057-2/+42
| * | | | ARM: rpi: add revision IDs for Pi 3 Model B and Pi ZeroEnrico Joerns2018-11-052-0/+6
| * | | | ARM: install HYP vectors at PBL and Barebox entryLucas Stach2018-11-054-0/+18
| * | | | ARM: default to starting kernel in HYP mode when entered in HYPLucas Stach2018-11-051-0/+3
| * | | | ARM: don't try to install secure monitor when entered in HYP modeLucas Stach2018-11-051-0/+3
| * | | | ARM: add file for HYP mode related setupLucas Stach2018-11-054-11/+122
| * | | | ARM: allow secure monitor code to be built without PSCILucas Stach2018-11-021-0/+4
| * | | | ARM: safely switch from HYP to SVC mode if requiredLucas Stach2018-11-022-3/+41
| * | | | ARM: import opcode helpers from Linux kernelLucas Stach2018-11-022-0/+270
| * | | | ARM: pass architecture flag for SMCC also to PBL compilation unitLucas Stach2018-11-021-0/+1
* | | | | Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-0969-155/+2655
|\ \ \ \ \