https://github.com/torvalds/linux
Revision fd6868d82b824b1bea42001ecc2411f2689d3634 authored by Linus Torvalds on 02 September 2018, 17:56:01 UTC, committed by Linus Torvalds on 02 September 2018, 17:56:01 UTC
Pull devicetree updates from Rob Herring:
 "A couple of new helper functions in preparation for some tree wide
  clean-ups.

  I'm sending these new helpers now for rc2 in order to simplify the
  dependencies on subsequent cleanups across the tree in 4.20"

* tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  of: Add device_type access helper functions
  of: add node name compare helper functions
  of: add helper to lookup compatible child node
2 parent s a3ea991 + 0413bed
Raw File
Tip revision: fd6868d82b824b1bea42001ecc2411f2689d3634 authored by Linus Torvalds on 02 September 2018, 17:56:01 UTC
Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Tip revision: fd6868d
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.
back to top