Message ID | pull-1692158536-457318@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 1B435EB64DD for <linux-arm-kernel@archiver.kernel.org>; Wed, 16 Aug 2023 04:03:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :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=8whnrA0z4y0bnCA1I0dyE+zuOiIzT1YR9Wjn9jUE+V8=; b=ahVde4+eLImsQq 9JxvZ5v8UjdlT91YE+vAD9sW+Q4h1x4ieDldXXxllFRT0uYrD1K4FApCB2C4dEg62HnMowzDE02O3 m/u45dVMk5fwpiNOmIBKQ6AZydqK2cigq5XZsCqFWQhlZLCO7xQpY0YRtr0MxsEVM14sISYr4PIri zonydShpfBFf+iuMNFtM6kiJCuRsQRtumS4dnfZymxZ06dumKwK+RoI3jUo8vypnr3HzlOzSklAa0 6wzZjr4XveRevrbV8z/er43ausfPZxJ0m5MJoIYWl6V9M9GplQC4A2M8QdUE+HCUO8k+czp4kzFWH OSFe/jd8Mfji9ASu5tMA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qW7kE-0037nx-0Q; Wed, 16 Aug 2023 04:02:54 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qW7kA-0037nA-33 for linux-arm-kernel@lists.infradead.org; Wed, 16 Aug 2023 04:02:53 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 7F90280BB; Wed, 16 Aug 2023 04:02:45 +0000 (UTC) From: Tony Lindgren <tony@atomide.com> To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" <tony@atomide.com> Subject: [GIT PULL] Fixes for omaps Date: Wed, 16 Aug 2023 07:02:41 +0300 Message-ID: <pull-1692158536-457318@atomide.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230815_210251_912096_E596C33B X-CRM114-Status: UNSURE ( 7.43 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
[GIT,PULL] Fixes for omaps
|
expand
|
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.5/fixes-signed for you to fetch changes up to 7aff940ec88658f7fd21137cf515956a7deaaf54: ARM: dts: am335x-bone-common: Add vcc-supply for on-board eeprom (2023-08-14 13:27:19 +0300) ---------------------------------------------------------------- Fixes for omaps A fix external abort on non-linefetch for am335x that is fixed with a flush of posted write. And two networking fixes for beaglebone mostly for revision c3 to do phy reset with a gpio and to fix a boot time warning. ---------------------------------------------------------------- Shengyu Qu (2): ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 board ARM: dts: am335x-bone-common: Add vcc-supply for on-board eeprom Tony Lindgren (2): bus: ti-sysc: Flush posted write on enable before reset Merge branch 'omap-for-v6.5/ti-sysc' into omap-for-v6.5/fixes arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi | 9 +++++++++ drivers/bus/ti-sysc.c | 2 ++ 2 files changed, 11 insertions(+)