[GIT PULL] Device tree updates for v3.12

From: Grant Likely
Date: Tue Sep 10 2013 - 14:00:28 EST


Hi Linus,

Pretty minor stuff here. Please pull.

g.

The following changes since commit d8dfad3876e4386666b759da3c833d62fb8b2267:

Linux 3.11-rc7 (2013-08-25 17:43:22 -0700)

are available in the git repository at:

git://git.secretlab.ca/git/linux tags/devicetree-for-linus

for you to fetch changes up to 2bc552df76d83cf1455ac8cf4c87615bfd15df74:

of/platform: add error reporting to of_amba_device_create()
(2013-09-09 17:04:52 +0100)

----------------------------------------------------------------
Device tree core updates for v3.12

Generally minor changes. A bunch of bug fixes, particularly for
initialization and some refactoring. Most notable change if feeding the
entire flattened tree into the random pool at boot. May not be
significant, but shouldn't hurt either.

----------------------------------------------------------------
Alexander Shiyan (1):
dt: Typo fix

Anton Blanchard (1):
of: Feed entire flattened device tree into the random pool

Bartlomiej Zolnierkiewicz (1):
of/platform: add error reporting to of_amba_device_create()

Geert Uytterhoeven (1):
of: Make of_get_phy_mode() return int i.s.o. const int

Grant Likely (5):
Merge tag 'v3.11-rc7' into devicetree/next
of: consolidate definition of early_init_dt_alloc_memory_arch()
of: Fix missing memory initialization on FDT unflattening
of/fdt: Remove duplicate memory clearing on FDT unflattening
of/fdt: Clean up casting in unflattening path

Laxman Dewangan (1):
include: dt-binding: input: create a DT header defining key codes.

Mark Brown (1):
of/platform: Staticize of_platform_device_create_pdata()

Santosh Shilimkar (1):
of: Specify initrd location using 64-bit

Sebastian Andrzej Siewior (1):
OF: make of_property_for_each_{u32|string}() use parameters if
OF is not enabled

Stephen Warren (5):
of: move documentation of of_parse_phandle_with_args
of: move of_parse_phandle()
of: introduce of_parse_phandle_with_fixed_args
of: call __of_parse_phandle_with_args from of_parse_phandle
gpio: implement gpio-ranges binding document fix

Yijing Wang (1):
irq/of: Fix comment typo for irq_of_parse_and_map

.../devicetree/bindings/net/can/sja1000.txt | 2 +-
arch/arc/kernel/devtree.c | 6 -
arch/arc/mm/init.c | 5 +-
arch/arm/mm/init.c | 2 +-
arch/arm64/kernel/setup.c | 5 -
arch/arm64/mm/init.c | 3 +-
arch/c6x/kernel/devicetree.c | 8 +-
arch/metag/mm/init.c | 5 +-
arch/microblaze/kernel/prom.c | 8 +-
arch/mips/kernel/prom.c | 3 +-
arch/openrisc/kernel/prom.c | 8 +-
arch/powerpc/kernel/prom.c | 8 +-
arch/x86/kernel/devicetree.c | 3 +-
arch/xtensa/kernel/setup.c | 3 +-
drivers/gpio/gpiolib-of.c | 4 +-
drivers/of/base.c | 200 +++++---
drivers/of/fdt.c | 98 ++--
drivers/of/irq.c | 2 +-
drivers/of/of_net.c | 2 +-
drivers/of/platform.c | 21 +-
include/dt-bindings/input/input.h | 525 +++++++++++++++++++++
include/linux/of.h | 49 +-
include/linux/of_fdt.h | 3 +-
include/linux/of_net.h | 4 +-
24 files changed, 787 insertions(+), 190 deletions(-)
create mode 100644 include/dt-bindings/input/input.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/