From patchwork Sat Jan 25 21:37:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 11351703 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 09F5192A for ; Sat, 25 Jan 2020 21:37:17 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 91AE520716 for ; Sat, 25 Jan 2020 21:37:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="nlTE6bdo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 91AE520716 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lixom.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1328+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id OKRLYY1556264xh6bA05n5AQ; Sat, 25 Jan 2020 13:37:16 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.8839.1579988235515822366 for ; Sat, 25 Jan 2020 13:37:15 -0800 X-Received: by mail.kernel.org (Postfix) id 059902075E; Sat, 25 Jan 2020 21:37:15 +0000 (UTC) X-Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7FFC020716 for ; Sat, 25 Jan 2020 21:37:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7FFC020716 X-Received: by mail-lj1-f196.google.com with SMTP id v17so6659760ljg.4 for ; Sat, 25 Jan 2020 13:37:14 -0800 (PST) X-Gm-Message-State: VI7hnGGiDdMNRsSpuSsd19FYx1554929AA= X-Google-Smtp-Source: APXvYqxD/TqbPpt3M6oYdLe2qwGJ+NqM//WkrYW9spkhDw6BmeJcjpbyfMxFsfA9IF/01mKAubzLDg== X-Received: by 2002:a2e:6c13:: with SMTP id h19mr6126118ljc.221.1579988232494; Sat, 25 Jan 2020 13:37:12 -0800 (PST) X-Received: from localhost (h85-30-9-151.cust.a3fiber.se. [85.30.9.151]) by smtp.gmail.com with ESMTPSA id n30sm6494809lfi.54.2020.01.25.13.37.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 25 Jan 2020 13:37:10 -0800 (PST) Date: Sat, 25 Jan 2020 13:37:02 -0800 From: Olof Johansson To: Linuxkernel+Patchwork-Soc via Email Integration Cc: olof@lixom.net, arm@kernel.org, soc@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: SoC fixes Message-ID: <20200125213702.tkh5afxz6ao5rsw2@localhost> MIME-Version: 1.0 User-Agent: NeoMutt/20170113 (1.7.2) Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1579988236; bh=KSBE2ZCHlYkzK2radLzrkhIpBzdHdJG6R0KhoYdkTZY=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=nlTE6bdoSdiBv6pHXz4qq8VNOHcPiU2j7EkcgMhr1oflEXorg9eHtjm8gBN70tCmpkx sBv793QSLZ35Vxt06Ef/oxF7WwYl2TttLKVoJxDSbYbZZ4aukgD3lFoWis588T6qOc6Ju hRV4cqwmOAAm86QhIIcSDF5G3WHv0SDfC7E= Hi Linus, The following changes since commit 70db729fe1b30af89e798d16c1045846753e5448: MAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms (2020-01-16 15:49:19 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to 6716cb162deb9d474095a57d7a515edc13926ea7: Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2020-01-24 12:05:33 -0800) ---------------------------------------------------------------- ARM: SoC fixes A couple of fixes have come in that would be good to include in this release: - A fix for amount of memory on Beaglebone Black. Surfaced now since GRUB2 doesn't update memory size in the booted kernel. - A fix to make SPI interfaces work on am43x-epos-evm. - Small Kconfig fix for OPTEE (adds a depend on MMU) to avoid build failures. ---------------------------------------------------------------- Matwey V. Kornilov (1): ARM: dts: am335x-boneblack-common: fix memory size Olof Johansson (2): Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixes Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Raag Jadav (1): ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 Vincenzo Frascino (1): tee: optee: Fix compilation issue with nommu arch/arm/boot/dts/am335x-boneblack-common.dtsi | 5 +++++ arch/arm/boot/dts/am43x-epos-evm.dts | 2 ++ drivers/tee/optee/Kconfig | 1 + 3 files changed, 8 insertions(+) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1328): https://linux.kernel.org/g/patchwork-soc/message/1328 Mute This Topic: https://linux.kernel.org/mt/70119417/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-