Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752780AbbKKUvq (ORCPT ); Wed, 11 Nov 2015 15:51:46 -0500 Received: from mail-yk0-f174.google.com ([209.85.160.174]:35662 "EHLO mail-yk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752258AbbKKUvo (ORCPT ); Wed, 11 Nov 2015 15:51:44 -0500 MIME-Version: 1.0 From: Rob Herring Date: Wed, 11 Nov 2015 14:51:24 -0600 Message-ID: Subject: [GIT PULL] DeviceTree fixes for 4.4 To: Linus Torvalds Cc: "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Grant Likely , Frank Rowand , Michael Ellerman Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1913 Lines: 56 Hi Linus, Please pull. Details below. Rob The following changes since commit 2d799dde8e69494e0234b8ecd5ce95cd06224329: MAINTAINERS: update DT binding doc locations (2015-11-05 13:40:40 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-4.4 for you to fetch changes up to b1d06b60e90cd5016798b9984f8e420e753f4846: of: Provide static inline function for of_translate_address if needed (2015-11-10 17:27:12 -0600) ---------------------------------------------------------------- DeviceTree fixes for 4.4-rc1: - Add empty of_translate_address needed for HiSilicon network driver. - Fix alignment requirements for CMA regions in DT. - Fix booting on PPC systems which can't do WARN() early. - Rename ak4554 binding doc from .c to .txt. ---------------------------------------------------------------- Guenter Roeck (1): of: Provide static inline function for of_translate_address if needed Jason Liu (1): drivers: of: of_reserved_mem: fixup the alignment with CMA setup Michael Ellerman (1): of: Print rather than WARN'ing when overlap check fails Raphael Poggi (1): dt-bindings: ak4554: extension should be .txt .../devicetree/bindings/sound/{ak4554.c => ak4554.txt} | 0 drivers/of/of_reserved_mem.c | 11 +++++++---- include/linux/of.h | 4 ++-- include/linux/of_address.h | 7 +++++++ 4 files changed, 16 insertions(+), 6 deletions(-) rename Documentation/devicetree/bindings/sound/{ak4554.c => ak4554.txt} (100%) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/