summaryrefslogtreecommitdiff
path: root/drivers/of
Commit message (Expand)AuthorAge
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-22
|\ \
| * | of_mdio: Add "broadcom,bcm5241" to the whitelist.David Daney2017-02-19
| |/
* | OF: Prevent unaligned access in of_alias_scan()Paul Burton2017-01-03
* | of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf2017-01-03
|/
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-15
|\
| * of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DTShawn Lin2016-11-14
* | Merge tag 'devicetree-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-15
|\ \
| * | Revert "of: base: add support to get machine model name"Rob Herring2016-12-09
| * | of: Fix issue where code would fall through to error case.Moritz Fischer2016-12-09
| * | drivers/of: fix missing pr_cont()s in of_print_phandle_argsMarcin Nowakowski2016-12-09
| * | of: base: add support to get machine model nameSudeep Holla2016-11-18
| * | of/platform: clarify of_find_device_by_node refcountingJohan Hovold2016-11-15
| * | of/platform: fix of_platform_device_destroy commentJohan Hovold2016-11-15
| * | of: Remove unused variable overlay_symbolsFrank Rowand2016-11-15
| * | of: Move setting of pointer to beside test for non-nullFrank Rowand2016-11-15
| * | of: Add back an error message, restructuredFrank Rowand2016-11-15
| * | of: Update comments to reflect changes and increase clarityFrank Rowand2016-11-15
| * | of: Remove redundant size checkFrank Rowand2016-11-15
| * | of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand2016-11-15
| * | of: Rename variables to better reflect purpose or follow conventionFrank Rowand2016-11-15
| * | of: Remove prefix "__of_" from local function namesFrank Rowand2016-11-15
| * | of: Rename functions to more accurately reflect what they doFrank Rowand2016-11-15
| * | of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2016-11-15
| * | of: Remove excessive printks to reduce clutter.Frank Rowand2016-11-15
| * | of: Remove comments that state the obvious, to reduce clutterFrank Rowand2016-11-15
| * | of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible.David Daney2016-11-15
| |/
* | Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-12-14
|\ \
| * | of: irq: make of_msi_configure accessible from modulesSinan Kaya2016-10-19
| |/
* | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-13
|\ \
| * \ Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman2016-11-14
| |\ \
| * | | of/overlay: add of overlay notificationsAlan Tull2016-11-10
| | |/ | |/|
* | | of/fdt: mark hotpluggable memoryReza Arbab2016-12-12
* | | of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-29
* | | of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold2016-11-17
* | | of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold2016-11-17
| |/ |/|
* | Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede2016-11-11
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-15
|\
| * of/platform: Probe "isa" busses by defaultPaul Burton2016-10-06
* | Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-11
|\ \
| * | of/irq: Break out msi-map lookup (again)Robin Murphy2016-09-16
| |/
* | Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2016-10-10
|\ \
| * | mtd: Kill the OF_MTD Kconfig optionBoris Brezillon2016-09-23
* | | console: don't prefer first registered if DT specifies stdout-pathPaul Burton2016-10-07
* | | Merge tag 'devicetree-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-05
|\ \ \
| * | | of/platform: Initialise dev->fwnode appropriatelyRobin Murphy2016-09-15
| * | | of: Add array read functions with min/max size limitsRichard Fitzgerald2016-09-15
| * | | of: Make of_find_property_value_of_size take a length rangeRichard Fitzgerald2016-09-15
| | |/ | |/|
* | | Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-03
|\ \ \
| * | | of/serial: move earlycon early_param handling to serialLeif Lindholm2016-09-28
| |/ /
* | | of_numa: Use pr_fmt()Kefeng Wang2016-09-09