summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1139-523/+2560
|\
| * of: Delete unnecessary check before calling "of_node_put()"Markus Elfring2014-12-041-2/+1
| * of: Drop ->next pointer from struct device_nodeGrant Likely2014-12-042-7/+18
| * spi: Check for spi_of_notifier when CONFIG_OF_DYNAMIC=yFabio Estevam2014-12-041-1/+1
| * of: support passing console options with stdout-pathLeif Lindholm2014-12-041-2/+4
| * of: add optional options parameter to of_find_node_by_path()Leif Lindholm2014-12-043-5/+59
| * of: Add bindings for chosen node, stdout-pathLeif Lindholm2014-12-041-0/+46
| * of: Remove unneeded and incorrect MODULE_DEVICE_TABLEGrant Likely2014-11-281-1/+0
| * ARM: dt: fix up PL011 device tree bindingsLinus Walleij2014-11-271-3/+25
| * of: base, fix of_property_read_string_helper kernel-docJiri Slaby2014-11-271-1/+1
| * of: remove select of non-existant OF_DEVICE config symbolGrant Likely2014-11-261-1/+0
| * spi/of: Add OF notifier handlerPantelis Antoniou2014-11-251-0/+84
| * spi/of: Create new device registration method and accessorsPantelis Antoniou2014-11-251-104/+118
| * i2c/of: Add OF_RECONFIG notifier handlerPantelis Antoniou2014-11-251-0/+52
| * i2c/of: Factor out Devicetree registration codePantelis Antoniou2014-11-251-45/+52
| * of/overlay: Add overlay unittestsPantelis Antoniou2014-11-244-0/+691
| * of/overlay: Introduce DT overlay supportPantelis Antoniou2014-11-245-0/+734
| * of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou2014-11-243-0/+62
| * of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-248-49/+54
| * of/reconfig: Add debug output for OF_RECONFIG notifiersGrant Likely2014-11-241-16/+32
| * of/reconfig: Add empty stubs for the of_reconfig methodsGrant Likely2014-11-241-6/+23
| * of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou2014-11-242-0/+103
| * of/resolver: Switch to new local fixups format.Pantelis Antoniou2014-11-242-50/+139
| * of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely2014-11-243-16/+40
| * of: Use vargs in __of_node_allocGrant Likely2014-11-243-12/+12
| * Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely2014-11-24660-3360/+5849
| |\
| * | of: Properly set the OF_POPULATED_BUS flag on root nodeGrant Likely2014-11-201-1/+5
| * | of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel2014-11-192-16/+28
| * | of: Change of_device_is_available() to return boolKevin Cernekee2014-11-182-14/+14
| * | of: Fix of_device_is_compatible() commentKevin Cernekee2014-11-181-1/+1
| * | of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt2014-11-181-1/+1
| * | of/platform: Move platform devices under /sys/devices/platformGrant Likely2014-11-041-2/+2
| * | of: Fix padding in _OF_DECLARE macro definitionThierry Reding2014-11-041-1/+1
| * | of: Remove spaces before tabsGeert Uytterhoeven2014-11-041-7/+7
| * | of: Grammar s/an/a/Geert Uytterhoeven2014-11-041-1/+1
| * | of: Improve grammar for of_alias_scan() documentationGeert Uytterhoeven2014-11-041-5/+5
| * | of: Correct of_phandle_args node reference in commentsGeert Uytterhoeven2014-11-041-2/+2
| * | of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel2014-11-041-0/+5
| * | of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas2014-11-041-6/+3
| * | of: Request and map make argument name constantMatthias Brugger2014-11-042-3/+3
| * | of/unittest: Rename selftest.c to unittest.cGrant Likely2014-11-048-4/+4
| * | of/unittest: Remove test devices after adding themGrant Likely2014-11-041-11/+28
| * | of: Eliminate of_allnodes listGrant Likely2014-11-0410-133/+98
| * | of: introduce of_property_read_s32Sebastian Reichel2014-11-041-0/+7
* | | Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2014-12-1158-2156/+2398
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches '3.19/omapdss' and '3.19/simplefb' into fbdevTomi Valkeinen2014-12-0841-2111/+2352
| |\ \ \ \
| | | * | | dt-bindings: simplefb-sunxi: Add sunxi simplefb extensionsHans de Goede2014-11-261-0/+33
| | | * | | dt-bindings: simplefb: Drop the advice about using a specific path for nodesHans de Goede2014-11-261-6/+4
| | | * | | simplefb: Fix build errors when CONFIG_COMMON_CLK is not definedHans de Goede2014-11-251-2/+2
| | | * | | simplefb: Change simplefb_init from module_init to fs_initcallHans de Goede2014-11-141-1/+1