summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
...
| * | OF: Add a warning in case chosen node is not presentNick Kossifidis2018-12-041-1/+5
| * | of: Use device_type helpers to access the node typeRob Herring2018-11-273-12/+19
| * | of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli2018-11-261-5/+10
| * | of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli2018-11-261-0/+2
| * | Merge tag 'kfree_validate_v7-for-4.20' of git://git.kernel.org/pub/scm/linux/...Rob Herring2018-11-098-92/+414
| |\ \
| | * | 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/+3Star
| | * | 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-091-3/+29
| | * | 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
| | * | of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand2018-11-092-4/+3Star
| | * | 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-092-0/+30
| * | | of/pdt: Remove unused of_pdt_build_more function ptrRob Herring2018-11-091-5/+0Star
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-39/+0Star
|\ \ \
| * | | of: net: kill of_get_nvmem_mac_address()Bartosz Golaszewski2018-12-041-39/+0Star
| | |/ | |/|
* / | of: Drop full path from full_name for PDT systemsRob Herring2018-11-181-36/+14Star
|/ /
* | Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-11-092-3/+10
|\ \ | |/ |/|
| * of, numa: Validate some distance map rulesJohn Garry2018-11-081-2/+7
| * of/device: Really only set bus DMA mask when appropriateRobin Murphy2018-11-081-1/+3
* | Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-11-011-2/+0Star
|\|
| * of: Fix cpu node iterator to not ignore disabled cpu nodesRob Herring2018-11-011-2/+0Star
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-0/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+1Star
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-312-2/+2
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-312-33/+1Star
* | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+54
|\ \
| * | of: base: Change logic in of_alias_get_alias_list()Michal Simek2018-10-151-10/+12
| * | of: base: Fix english spelling in of_alias_get_alias_list()Michal Simek2018-10-151-3/+3
| * | of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek2018-09-201-0/+52
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-271-5/+6
|\ \ \
| * | | of: ignore sub-page memory regionsMike Rapoport2018-10-271-5/+6
* | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-2610-46/+94
|\ \ \ \ | | |_|/ | |/| |
| * | | of: Add missing exports of node name compare functionsRob Herring2018-10-221-0/+2
| * | | Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring2018-09-282-14/+44
| |\ \ \
| | * | | of: use for_each_of_cpu_node iteratorRob Herring2018-09-282-14/+3Star
| | * | | of: Support matching cpu nodes with no 'reg' propertyRob Herring2018-09-281-0/+2
| | * | | of: Add cpu node iterator for_each_of_cpu_node()Rob Herring2018-09-281-0/+39
| * | | | of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck2018-09-271-8/+18
| * | | | of/unittest: Fix I2C bus unit-address errorRob Herring2018-09-202-4/+4
| * | | | Merge branch 'dt/linus' into HEADRob Herring2018-09-201-0/+3
| |\ \ \ \
| * | | | | of: make default address and size cells sizes privateRob Herring2018-09-071-0/+8
| | |/ / / | |/| | |