]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'devicetree-fixes-for-4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Dec 2015 00:44:07 +0000 (16:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 Dec 2015 00:44:07 +0000 (16:44 -0800)
commit2bd0cbb7632b8689ab65c00048edeba9f98546bb
tree9dd339eab08f77c7419c0646e98a74c99521c728
parent9ddcef33f9eeef5c1bf4a9e686209f47d5af298d
parent98efd0b8ee46b7718365021850cca6e5fe885538
Merge tag 'devicetree-fixes-for-4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull DT fixes from Rob Herring:
 "I think this should be all for 4.4:

   - Fix incorrect warning about overlapping memory regions

   - Export of_irq_find_parent again which was made static in 4.4, but
     has users pending for 4.5.

   - Fix of_msi_map_rid declaration location

   - Fix re-entrancy for of_fdt_unflatten_tree

   - Clean-up of phys_addr_t printks"

* tag 'devicetree-fixes-for-4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  of/irq: move of_msi_map_rid declaration to the correct ifdef section
  of/irq: Export of_irq_find_parent again
  of/fdt: Add mutex protection for calls to __unflatten_device_tree()
  of/address: fix typo in comment block of of_translate_one()
  of: do not use 0x in front of %pa
  of: Fix comparison of reserved memory regions