Age | Commit message (Expand) | Author | Files | Lines |
2015-07-02 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2015-06-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+34 |
2015-06-23 | of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs | Dave Airlie | 1 | -0/+1 |
2015-06-22 | of: add helper for getting endpoint node of specific identifiers | Hyungwon Hwang | 1 | -0/+33 |
2015-06-04 | of: return NUMA_NO_NODE from fallback of_node_to_nid() | Konstantin Khlebnikov | 1 | -1/+1 |
2015-05-27 | drivers: of/base: move of_init to driver_init | Sudeep Holla | 1 | -5/+3 |
2015-04-24 | Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+26 |
2015-04-18 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+33 |
2015-04-17 | of: base: improve of_get_next_child() kernel-doc | Baruch Siach | 1 | -2/+3 |
2015-04-15 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+26 |
2015-04-15 | of: Add helper function to check MMIO register endianness | Kevin Cernekee | 1 | -0/+23 |
2015-03-25 | Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into f... | Rob Herring | 1 | -8/+33 |
2015-03-19 | Revert "of: Fix premature bootconsole disable with 'stdout-path'" | Peter Hurley | 1 | -3/+1 |
2015-03-19 | of: handle both '/' and ':' in path strings | Brian Norris | 1 | -6/+1 |
2015-03-18 | of: base: add function to get highest id of an alias stem | Wolfram Sang | 1 | -0/+26 |
2015-03-10 | of: fix handling of '/' in options for of_find_node_by_path() | Leif Lindholm | 1 | -8/+15 |
2015-03-10 | of: Fix premature bootconsole disable with 'stdout-path' | Peter Hurley | 1 | -1/+3 |
2015-02-23 | of: Add of_graph_get_port_by_id function | Philipp Zabel | 1 | -0/+32 |
2015-02-23 | of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint | Philipp Zabel | 1 | -8/+1 |
2015-02-04 | of: EXPORT_SYMBOL_GPL of_property_read_u64_array | Sakari Ailus | 1 | -0/+1 |
2014-12-12 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -56/+79 |
2014-12-04 | of: support passing console options with stdout-path | Leif Lindholm | 1 | -2/+4 |
2014-12-04 | of: add optional options parameter to of_find_node_by_path() | Leif Lindholm | 1 | -4/+16 |
2014-11-27 | of: base, fix of_property_read_string_helper kernel-doc | Jiri Slaby | 1 | -1/+1 |
2014-11-18 | of: Change of_device_is_available() to return bool | Kevin Cernekee | 1 | -11/+11 |
2014-11-18 | of: Fix of_device_is_compatible() comment | Kevin Cernekee | 1 | -1/+1 |
2014-11-04 | Driver core: Unified device properties interface for platform firmware | Rafael J. Wysocki | 1 | -0/+33 |
2014-11-04 | of: Remove spaces before tabs | Geert Uytterhoeven | 1 | -7/+7 |
2014-11-04 | of: Grammar s/an/a/ | Geert Uytterhoeven | 1 | -1/+1 |
2014-11-04 | of: Improve grammar for of_alias_scan() documentation | Geert Uytterhoeven | 1 | -5/+5 |
2014-11-04 | of: Correct of_phandle_args node reference in comments | Geert Uytterhoeven | 1 | -2/+2 |
2014-11-04 | of: Eliminate of_allnodes list | Grant Likely | 1 | -22/+31 |
2014-11-04 | of: Fix overflow bug in string property parsing functions | Grant Likely | 1 | -66/+22 |
2014-10-05 | of: Don't try to search when phandle == 0 | Grant Likely | 1 | -0/+3 |
2014-09-08 | of: make sure of_alias is initialized before accessing it | Laurentiu Tudor | 1 | -1/+1 |
2014-09-08 | of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabled | Gaurav Minocha | 1 | -0/+12 |
2014-09-08 | of: correct of_console_check()'s return value | Brian Norris | 1 | -1/+1 |
2014-08-11 | Merge branch 'devicetree/next-overlay' into devicetree/next | Grant Likely | 1 | -317/+106 |
2014-07-24 | of: Reorder device tree changes and notifiers | Grant Likely | 1 | -12/+9 |
2014-07-24 | of: Move dynamic node fixups out of powerpc and into common code | Grant Likely | 1 | -2/+2 |
2014-07-24 | of: Make devicetree sysfs update functions consistent. | Grant Likely | 1 | -46/+50 |
2014-07-16 | of: Create unlocked versions of node and property add/remove functions | Pantelis Antoniou | 1 | -37/+54 |
2014-07-07 | of: Move CONFIG_OF_DYNAMIC code into a separate file | Grant Likely | 1 | -229/+1 |
2014-07-07 | of: rename of_aliases_mutex to just of_mutex | Pantelis Antoniou | 1 | -10/+9 |
2014-06-26 | tty: Update hypervisor tty drivers to use core stdout parsing code. | Grant Likely | 1 | -1/+4 |
2014-06-26 | of: Create of_console_check() for selecting a console specified in /chosen | Grant Likely | 1 | -10/+13 |
2014-06-16 | OF: fix of_find_node_by_path() assumption that of_allnodes is root | Frank Rowand | 1 | -2/+2 |
2014-06-16 | of: avoid format string parsing in kobject names | Kees Cook | 1 | -1/+2 |
2014-06-04 | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -23/+96 |
2014-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |