From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7B2DC4360F for ; Thu, 4 Apr 2019 21:53:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6EC2821855 for ; Thu, 4 Apr 2019 21:53:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qLDh8qVY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6EC2821855 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=XQBeqpc4Pd+l+B2Ml/DlVfxcJ2UPhe1n2Fs5Agnknhw=; b=qLDh8qVYGTaFYX cEwhkX0BbOwYEMZmAq0TZjts+bxb7KqpEQuZnofAU+lp4/3e0wHlEOB05NfpvCDvcmAOpaqmaykyn wfU9vsX6erlWyNBBT0U9k3N2MfUk5Eb4d6QAwMnJTGw+iFEUx60hUbAsYuDYyOG+Z5KJb2YEt6o32 4ph1qIWOUZl66/WmLf/+2GHZFTI49fp0sFIL0YY44B27EOYZaFTzWW5GRSv+/6XSWZuYY8JZTugvu pmIyQNQbPplpFqE63u3Cfc6UTJqXlvrpp189LkUdqIt8PhYA/VMKgbI7H/eBHYjTeO4Ba3bjYAcuf rj/G+b7II1n48GMSjfWA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hCAIs-0002Qn-44; Thu, 04 Apr 2019 21:53:46 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hCAIp-0002Pz-Jq for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2019 21:53:45 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 680F180D4; Thu, 4 Apr 2019 21:53:55 +0000 (UTC) From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL] fixes for omaps for v5.1-rc cycle Date: Thu, 4 Apr 2019 14:53:36 -0700 Message-Id: X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190404_145343_686150_02B4579C X-CRM114-Status: UNSURE ( 9.39 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/fixes-signed for you to fetch changes up to 81717283cf2c4c4d9bf8fd618cd6e5bdfe082edd: Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes (2019-04-01 09:36:25 -0700) ---------------------------------------------------------------- Fixes for omaps for v5.1-rc cycle Few small fixes for omap variants: - Fix ams-delta gpio IDs - Add missing of_node_put for omapdss platform init code - Fix unconfigured audio regulators for two am335x boards - Fix use of wrong offset for am335x d_can clocks ---------------------------------------------------------------- Janusz Krzysztofik (1): ARM: OMAP1: ams-delta: Fix broken GPIO ID allocation Julia Lawall (1): ARM: OMAP2+: add missing of_node_put after of_device_is_available Peter Ujfalusi (2): ARM: dts: am335x-evm: Correct the regulators for the audio codec ARM: dts: am335x-evmsk: Correct the regulators for the audio codec Tony Lindgren (2): ARM: dts: Fix dcan clkctrl clock for am3 Merge commit '7d56bedb2730dc2ea8abf0fd7240ee99ecfee3c9' into omap-for-v5.1/fixes arch/arm/boot/dts/am335x-evm.dts | 26 ++++++++++++++++++++++---- arch/arm/boot/dts/am335x-evmsk.dts | 26 ++++++++++++++++++++++---- arch/arm/boot/dts/am33xx-l4.dtsi | 4 ++-- arch/arm/mach-omap1/board-ams-delta.c | 2 ++ arch/arm/mach-omap2/display.c | 4 +++- 5 files changed, 51 insertions(+), 11 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel