Age | Commit message (Expand) | Author | Files | Lines |
2014-08-11 | Merge branch 'devicetree/next-overlay' into devicetree/next | Grant Likely | 1 | -2/+78 |
2014-07-24 | of: Transactional DT support. | Pantelis Antoniou | 1 | -0/+76 |
2014-07-24 | of: Reorder device tree changes and notifiers | Grant Likely | 1 | -0/+1 |
2014-07-24 | of: Make devicetree sysfs update functions consistent. | Grant Likely | 1 | -2/+0 |
2014-07-07 | of/platform: Fix of_platform_device_destroy iteration of devices | Grant Likely | 1 | -0/+1 |
2014-06-26 | tty: Update hypervisor tty drivers to use core stdout parsing code. | Grant Likely | 1 | -0/+1 |
2014-06-26 | of: Create of_console_check() for selecting a console specified in /chosen | Grant Likely | 1 | -3/+3 |
2014-06-04 | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+22 |
2014-06-03 | Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+7 |
2014-05-20 | of: consolidate linker section OF match table declarations | Rob Herring | 1 | -0/+22 |
2014-05-15 | of: Keep track of populated platform devices | Pawel Moll | 1 | -0/+7 |
2014-05-15 | of: fix CONFIG_OF=n prototype of of_node_full_name() | Stephen Rothwell | 1 | -1/+1 |
2014-04-18 | of: add empty of_find_node_by_path() for !OF | Alexander Shiyan | 1 | -0/+5 |
2014-04-03 | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -14/+47 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable... | Mark Brown | 1 | -0/+76 |
2014-03-19 | of: device_node kobject lifecycle fixes | Pantelis Antoniou | 1 | -0/+19 |
2014-03-12 | of: remove /proc/device-tree | Grant Likely | 1 | -11/+0 |
2014-03-12 | of: Make device nodes kobjects so they show up in sysfs | Grant Likely | 1 | -2/+7 |
2014-03-04 | Merge tag 'v3.14-rc5' into HEAD | Grant Likely | 1 | -69/+84 |
2014-02-12 | of: add functions to count number of elements in a property | Heiko Stuebner | 1 | -0/+76 |
2014-02-05 | of: restructure for_each macros to fix compile warnings | Rob Herring | 1 | -69/+84 |
2014-02-05 | of: Increase MAX_PHANDLE_ARGS | Andreas Herrmann | 1 | -1/+1 |
2014-02-03 | of: Introduce device tree node flag helpers. | Pantelis Antoniou | 1 | -0/+20 |
2014-01-24 | include/linux/of.h: make for_each_child_of_node() reference its args when CON... | David Howells | 1 | -1/+6 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+10 |
2013-11-12 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 1 | -0/+16 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 1 | -0/+1 |
2013-11-03 | of: Add empty for_each_available_child_of_node() macro definition | Sylwester Nawrocki | 1 | -0/+3 |
2013-10-31 | of: Move definition of of_find_next_cache_node into common code. | Sudeep KarkadaNagesha | 1 | -0/+2 |
2013-10-25 | of: introduce of_get_available_child_count | Bryan Wu | 1 | -0/+16 |
2013-10-24 | of: Add helper for printing an of_phandle_args structure | Grant Likely | 1 | -0/+1 |
2013-10-10 | of: only include prom.h on sparc | Rob Herring | 1 | -0/+2 |
2013-10-10 | of: implement of_node_to_nid as a weak function | Rob Herring | 1 | -7/+4 |
2013-09-11 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -15/+34 |
2013-09-04 | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+7 |
2013-08-30 | of: introduce of_parse_phandle_with_fixed_args | Stephen Warren | 1 | -0/+10 |
2013-08-21 | of: move of_get_cpu_node implementation to DT core library | Sudeep KarkadaNagesha | 1 | -0/+7 |
2013-08-12 | OF: Add helper for matching against linux,stdout-path | Sascha Hauer | 1 | -0/+7 |
2013-07-24 | OF: make of_property_for_each_{u32|string}() use parameters if OF is not enabled | Sebastian Andrzej Siewior | 1 | -15/+24 |
2013-05-07 | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+5 |
2013-05-06 | Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo... | Linus Torvalds | 1 | -0/+5 |
2013-05-04 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+9 |
2013-05-02 | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} | David Howells | 1 | -0/+10 |
2013-04-17 | Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel... | Olof Johansson | 1 | -0/+5 |
2013-04-12 | OF: add empty of_device_is_available for !OF | Rob Herring | 1 | -0/+5 |
2013-04-10 | of: Add stub of_get_parent for non-OF builds | Alexander Shiyan | 1 | -0/+5 |
2013-04-04 | of: Add support for reading a u32 from a multi-value property. | Tony Prisk | 1 | -0/+9 |
2013-02-13 | of: Create function for counting number of phandles in a property | Grant Likely | 1 | -0/+9 |
2013-02-13 | Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.git | Grant Likely | 1 | -1/+1 |
2013-02-09 | OF: convert devtree lock from rw_lock to raw spinlock | Thomas Gleixner | 1 | -1/+1 |