summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2016-11-15of: Remove unused variable overlay_symbolsFrank Rowand
2016-11-15of: Move setting of pointer to beside test for non-nullFrank Rowand
2016-11-15of: Add back an error message, restructuredFrank Rowand
2016-11-15of: Update comments to reflect changes and increase clarityFrank Rowand
2016-11-15of: Remove redundant size checkFrank Rowand
2016-11-15of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand
2016-11-15of: Rename variables to better reflect purpose or follow conventionFrank Rowand
2016-11-15of: Remove prefix "__of_" from local function namesFrank Rowand
2016-11-15of: Rename functions to more accurately reflect what they doFrank Rowand
2016-11-15of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand
2016-11-15of: Remove excessive printks to reduce clutter.Frank Rowand
2016-11-15of: Remove comments that state the obvious, to reduce clutterFrank Rowand
2016-11-15of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.David Daney
2016-11-14of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DTShawn Lin
2016-11-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede
2016-11-10of/overlay: add of overlay notificationsAlan Tull
2016-10-19of: irq: make of_msi_configure accessible from modulesSinan Kaya
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton
2016-10-06of/platform: Probe "isa" busses by defaultPaul Burton
2016-10-05Merge tag 'devicetree-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-09-28of/serial: move earlycon early_param handling to serialLeif Lindholm
2016-09-23mtd: Kill the OF_MTD Kconfig optionBoris Brezillon
2016-09-16of/irq: Break out msi-map lookup (again)Robin Murphy
2016-09-15of/platform: Initialise dev->fwnode appropriatelyRobin Murphy
2016-09-15of: Add array read functions with min/max size limitsRichard Fitzgerald
2016-09-15of: Make of_find_property_value_of_size take a length rangeRichard Fitzgerald
2016-09-09of_numa: Use pr_fmt()Kefeng Wang
2016-09-09of_numa: Use of_get_next_parent to simplify codeKefeng Wang
2016-09-09of/numa: remove a duplicated warningZhen Lei
2016-09-09of/numa: add nid check for memory blockZhen Lei
2016-09-09of/numa: fix a memory@ node can only contains one memory blockZhen Lei
2016-09-09of/numa: remove a duplicated pr_debug informationZhen Lei
2016-08-15of: fix reference counting in of_graph_get_endpoint_by_regsLucas Stach
2016-08-12of/platform: disable the of_platform_default_populate_init() for all the ppc ...Kevin Hao
2016-08-09of/irq: Mark interrupt controllers as populated before initialisationPhilipp Zabel
2016-08-09drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan
2016-08-09of: Delete an unnecessary check before the function call "of_node_put"Markus Elfring
2016-08-05ramoops: use DT reserved-memory bindingsKees Cook
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki
2016-07-20dt: Add of_device_compatible_match()Benjamin Herrenschmidt