From patchwork Wed Jan 29 15:56:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 11356429 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 A01DE159A for ; Wed, 29 Jan 2020 15:58:20 +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 3761F2071E for ; Wed, 29 Jan 2020 15:58:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="l+hQ8jXN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3761F2071E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1337+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id nwxqYY1556264x291uaCkmMx; Wed, 29 Jan 2020 07:58:19 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.7054.1580313499450780598 for ; Wed, 29 Jan 2020 07:58:19 -0800 X-Received: by mail.kernel.org (Postfix) id 0397D207FD; Wed, 29 Jan 2020 15:58:19 +0000 (UTC) X-Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) (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 C18E520716 for ; Wed, 29 Jan 2020 15:58:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C18E520716 X-Virus-Scanned: by amavisd-new at test-mx.suse.de X-Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 499C2AD06; Wed, 29 Jan 2020 15:58:17 +0000 (UTC) From: =?utf-8?q?Andreas_F=C3=A4rber?= To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-realtek-soc@lists.infradead.org, =?utf-8?q?Andreas_F=C3=A4rber?= Subject: [GIT PULL] ARM: realtek: soc for v5.6 Date: Wed, 29 Jan 2020 16:56:14 +0100 Message-Id: <20200129155615.7322-1-afaerber@suse.de> MIME-Version: 1.0 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 X-Gm-Message-State: CSJ4x1QVMx7PLdqtjzT0tqSUx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1580313499; bh=1+OvSEiayZn+lJQmucNxvTW6728Fs94H5qgXy4snNYo=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=l+hQ8jXN6EwlAAJcKljauIKvAtvohy38CGIhOML10GYCgUmQLxHznu4BDJonSnCzt3M FYb8HJQGLAn6L3CJ2BV47WbETlPtZpExbelRx5I0JFaahWkYx604TRSkdfj3Ga6ncKIVT iqy6JCUsJt3/5jm+8D/ValwqxsiJMfFZr2A= Hi Olof, Here's a late soc pull for Realtek. Regards, Andreas The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git tags/realtek-soc-for-5.6 for you to fetch changes up to 1940b164eb2924fee89c5a826f83b6acd692d2e1: MAINTAINERS: Add Realtek arm DT files (2020-01-15 14:15:15 +0100) ---------------------------------------------------------------- Realtek ARM/ARM64 based SoC for v5.6 Introduce ARCH_REALTEK also for 32-bit arm and update MAINTAINERS. ---------------------------------------------------------------- Andreas Färber (2): ARM: Prepare Realtek RTD1195 MAINTAINERS: Add Realtek arm DT files MAINTAINERS | 2 ++ arch/arm/Kconfig | 2 ++ arch/arm/Makefile | 3 +++ arch/arm/mach-realtek/Kconfig | 11 +++++++++++ arch/arm/mach-realtek/Makefile | 2 ++ arch/arm/mach-realtek/rtd1195.c | 40 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 60 insertions(+) create mode 100644 arch/arm/mach-realtek/Kconfig create mode 100644 arch/arm/mach-realtek/Makefile create mode 100644 arch/arm/mach-realtek/rtd1195.c -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1337): https://linux.kernel.org/g/patchwork-soc/message/1337 Mute This Topic: https://linux.kernel.org/mt/70244567/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] -=-=-=-=-=-=-=-=-=-=-=-