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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no 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 DF43AC388F7 for ; Wed, 4 Nov 2020 10:28:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FB44206C1 for ; Wed, 4 Nov 2020 10:28:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728586AbgKDK2O (ORCPT ); Wed, 4 Nov 2020 05:28:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729134AbgKDK1F (ORCPT ); Wed, 4 Nov 2020 05:27:05 -0500 Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:28:0:1:25:1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 324CCC0613D3; Wed, 4 Nov 2020 02:27:05 -0800 (PST) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4CR2rj5mCbz1rvm9; Wed, 4 Nov 2020 11:27:01 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4CR2rj3Nvpz1qql3; Wed, 4 Nov 2020 11:27:01 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id gRVeKdWkegUo; Wed, 4 Nov 2020 11:27:00 +0100 (CET) X-Auth-Info: Lj8SqlRiGTBPCGQxCibwOes6WJ2XrS8TFi/lhKUSFz0= Received: from localhost (dslb-088-074-220-167.088.074.pools.vodafone-ip.de [88.74.220.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Wed, 4 Nov 2020 11:27:00 +0100 (CET) From: Claudius Heine To: Alessandro Zummo , Alexandre Belloni , linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Henning Schild , Johannes Hahn , Claudius Heine Subject: [PATCH 0/2] Adding I2C support to RX6110 RTC Date: Wed, 4 Nov 2020 11:26:27 +0100 Message-Id: <20201104102629.3422048-1-ch@denx.de> X-Mailer: git-send-email 2.29.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, this patch introduces I2C support to the RX6110 RTC driver and also adds an ACPI identifier to it. Since we are also pushing the coreboot changes for the ACPI table upstream in parallel, we are free to name this ACPI entry however we like it seems. So any feedback on that would be welcome ;) kind regards, Claudius Claudius Heine (1): rtc: rx6110: add i2c support Johannes Hahn (1): rtc: rx6110: add ACPI bindings to I2C drivers/rtc/Kconfig | 20 ++--- drivers/rtc/rtc-rx6110.c | 155 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 158 insertions(+), 17 deletions(-) -- 2.20.1