From patchwork Fri Mar 13 20:39:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1254670 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20170209 header.b=raD3Eruz; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48fHdB6gYwz9sP7 for ; Sat, 14 Mar 2020 07:40:14 +1100 (AEDT) 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=uQoKOCc/SX7xIxz0V+zUp3k7urX4cCTsfMrGkNrFs2Q=; b=raD3EruzU0pbW+ xEaUtNFix9nGPIgdB+pOj2Xr+sRD7exE6/45nrJY4bmlJPKOWQPawcR+c28BcdHCzdf8PNoEP/Wi0 lO6ddgd0kVT/fhthBtJKjYmyh18LRCANdI2VPWwNGh3J+qlwrObA1c68aIgumpvpVcteuhOl2blxQ Cmnm0kKdUtDN0rf/ErzPle1vMWR/Fsk2gUFdTPvnklq8X2F0EA7MVSkQaSZrREuhuFlEWCjWVvN2s 5hn5lgrLDcGxfiKM2FadTZLgNA8+9kNtSAU05w7uWQAI8cIvLynpi9hWBaXCmZOX820mVW8HAuxUc p4QAP/KWbS3wdyExC2mw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jCr6J-0002wB-PZ; Fri, 13 Mar 2020 20:40:11 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jCr6G-0001oa-3K for linux-arm-kernel@lists.infradead.org; Fri, 13 Mar 2020 20:40:09 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 3AC5B8087; Fri, 13 Mar 2020 20:40:48 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Subject: [GIT PULL] Fixes for omaps for v5.6-rc cycle Date: Fri, 13 Mar 2020 13:39:57 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200313_134008_193905_9021CE10 X-CRM114-Status: GOOD ( 11.69 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.3 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [72.249.23.125 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit 51c22d7b40dca8b39a33b2c3b03f13122a2a1af3: ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set (2020-02-26 10:49:25 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/fixes-rc5-signed for you to fetch changes up to cfb5d65f25959f724081bae8445a0241db606af6: ARM: dts: dra7: Add bus_dma_limit for L3 bus (2020-03-13 07:40:55 -0700) ---------------------------------------------------------------- Fixes for omap variants for v5.6-rc cycle - Add bus_dma_limit for dra7 that fixes a SATA controller issue trying to do 64-bit DMA on LPAE kernels. We first had this only for SATA, but decided on the mailings lists that it applies to the whole interconnect - Add missing quirk handling for lcdc on am335x to fix a suspend/resume issue. Note that this fix causes a minor merge conflict with patches pending in Linux next that I've already resolved in my updated omap-for-v5.7/ti-sysc branch, so I'll send a separate pull request for that - Fix a regression for n900 onenand timings that caused onenand to not work depending on the version of onenand manufacturer - Fix a regression for dm814x and j5eco for Ethernet that was again caused by the earlier changes to disable phy delay for RGMII mode but only recently noticed ---------------------------------------------------------------- Arthur Demchenkov (1): ARM: dts: N900: fix onenand timings Roger Quadros (1): ARM: dts: dra7: Add bus_dma_limit for L3 bus Tomi Valkeinen (1): backlight: add led-backlight driver Tony Lindgren (6): ARM: dts: droid4: Configure LED backlight for lm3532 Merge branch 'omap-for-v5.6/fixes-rc2' into fixes Merge branch 'omap-for-v5.6/fixes-rc3' into fixes ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode bus: ti-sysc: Fix quirk flags for lcdc on am335x Merge branch 'fix-lcdc-quirk' into fixes arch/arm/boot/dts/dm8148-evm.dts | 4 +- arch/arm/boot/dts/dm8148-t410.dts | 4 +- arch/arm/boot/dts/dra62x-j5eco-evm.dts | 4 +- arch/arm/boot/dts/dra7.dtsi | 1 + arch/arm/boot/dts/motorola-mapphone-common.dtsi | 13 +- arch/arm/boot/dts/omap3-n900.dts | 44 ++-- arch/arm/configs/omap2plus_defconfig | 1 + drivers/bus/ti-sysc.c | 3 +- drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/led_bl.c | 260 ++++++++++++++++++++++++ 11 files changed, 317 insertions(+), 25 deletions(-) create mode 100644 drivers/video/backlight/led_bl.c