devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Device tree updates for v3.12
@ 2013-09-10 18:00 Grant Likely
  2013-09-10 18:40 ` Tim Bird
  0 siblings, 1 reply; 12+ messages in thread
From: Grant Likely @ 2013-09-10 18:00 UTC (permalink / raw)
  To: Linus Torvalds, Rob Herring, Linux Kernel Mailing List,
	devicetree@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-09-11 21:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 18:00 [GIT PULL] Device tree updates for v3.12 Grant Likely
2013-09-10 18:40 ` Tim Bird
2013-09-10 20:50   ` Linus Torvalds
2013-09-10 21:39     ` Tim Bird
2013-09-10 21:44       ` Linus Torvalds
2013-09-10 22:06         ` Rob Herring
2013-09-10 22:19           ` Theodore Ts'o
2013-09-11 21:49             ` Grant Likely
2013-09-11 17:02     ` Tony Luck
2013-09-11 20:21       ` Tim Bird
2013-09-11 20:52         ` Olof Johansson
2013-09-11 21:49           ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).