summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts/dtc: Update to upstream version v1.4.7-57-gf267e674d145Rob Herring2018-11-2917-147/+436
* of: Use device_type helpers to access the node typeRob Herring2018-11-273-12/+19
* power: reset: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-1/+1
* mtd: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-1/+1
* backlight: pm8941: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-1/+1
* memory: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-274-22/+18
* irqchip: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-276-33/+33
* arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-265-73/+22
* of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli2018-11-262-13/+10
* arm64: Utilize phys_initrd_start/phys_initrd_sizeFlorian Fainelli2018-11-261-12/+8
* of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli2018-11-262-6/+2
* arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli2018-11-264-6/+15
* nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli2018-11-261-2/+0
* dt-bindings: rng: update bindings for MT7629 SoCRyder Lee2018-11-161-1/+2
* dt-bindings: phy: Document cadence Sierra PHY bindingsAlan Douglas2018-11-161-0/+67
* Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Rob Herring2018-11-0910-97/+432
|\
| * of: unittest: initialize args before calling of_*parse_*()Frank Rowand2018-11-091-2/+13
| * of: unittest: find overlays[] entry by name instead of indexFrank Rowand2018-11-091-4/+17
| * of: unittest: allow base devicetree to have symbol metadataFrank Rowand2018-11-091-8/+35
| * of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2018-11-092-14/+42
| * of: unittest: remove unused of_unittest_apply_overlay() argumentFrank Rowand2018-11-091-4/+3
| * of: overlay: check prevents multiple fragments touching same propertyFrank Rowand2018-11-095-37/+112
| * of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand2018-11-091-9/+49
| * of: overlay: test case of two fragments adding same nodeFrank Rowand2018-11-093-0/+34
| * of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand2018-11-091-5/+7
| * of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand2018-11-092-3/+35
| * of: overlay: reorder fields in struct fragmentFrank Rowand2018-11-091-1/+1
| * of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand2018-11-091-1/+1
| * of: overlay: use prop add changeset entry for property in new nodesFrank Rowand2018-11-091-38/+74
| * powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand2018-11-091-0/+2
| * of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand2018-11-092-4/+3
| * of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand2018-11-091-1/+3
| * of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2018-11-093-5/+40
* | of/pdt: Remove unused of_pdt_build_more function ptrRob Herring2018-11-092-7/+0
* | of: Documentation: remove unmaintained todo fileFrank Rowand2018-11-051-10/+0
|/
* Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-051-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81