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 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 CA3DAC433F5 for ; Mon, 31 Jan 2022 19:02:53 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/CCJcqgOb+BQ0L6+zGnNvox9ZJZ5DFTD0e482jBiGG4=; b=qQc7O51wOWFKR/ U3bcQykM/5ckgPVE3ZZFJmwEL5Qluogei9G2VL+B/YV494KChPAaTQoBwvDZp1chTJbuO0KntIQdY 8/R2GsFGeJrHBHs75JNnfgk/4dyWe0KH2jLzdvh9do50WRg+OeQELbJi6HhY6CtOIMTXtLyFSM0sz WnhoxvvUF1fnxTGdsavgYV+pRFAS0Z6o3xXzbUbDC85OSJypGcYnugm5Rk0Z4nrDhWcif70t5F/WJ dQNtYVG9Uj9LvGPQ3AbV9ZeokxjZlE2BrlzLU6/cHaytZ8B1ohCi7YgBly0iyVTr8QI4RU5XP//PG Q+Yh/iTC2ClkYooSirLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEbvS-00ATs7-PJ; Mon, 31 Jan 2022 19:01:19 +0000 Received: from mx2.smtp.larsendata.com ([91.221.196.228]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEbvO-00ATqw-6x for linux-arm-kernel@lists.infradead.org; Mon, 31 Jan 2022 19:01:15 +0000 Received: from mail01.mxhotel.dk (mail01.mxhotel.dk [91.221.196.236]) by mx2.smtp.larsendata.com (Halon) with ESMTPS id 47b03570-82c8-11ec-ac19-0050568cd888; Mon, 31 Jan 2022 19:02:04 +0000 (UTC) Received: from ravnborg.org (80-162-45-141-cable.dk.customer.tdc.net [80.162.45.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: sam@ravnborg.org) by mail01.mxhotel.dk (Postfix) with ESMTPSA id CDD50194BF9; Mon, 31 Jan 2022 20:01:06 +0100 (CET) Date: Mon, 31 Jan 2022 20:01:02 +0100 X-Report-Abuse-To: abuse@mxhotel.dk From: Sam Ravnborg To: "Verdun, Jean-Marie" Cc: Krzysztof Kozlowski , Arnd Bergmann , "Hawkins, Nick" , Rob Herring , Russell King , Shawn Guo , Stanislav Jakubek , Linus Walleij , Hao Fang , "Russell King (Oracle)" , Geert Uytterhoeven , Mark Rutland , Ard Biesheuvel , Anshuman Khandual , Lukas Bulwahn , Masahiro Yamada , DTML , Linux Kernel Mailing List , Linux ARM Subject: Re: [PATCH] Adding architectural support for HPE's GXP BMC. This is the first of a series of patches to support HPE's BMC with Linux Kernel. Message-ID: References: <20220125194609.32314-1-nick.hawkins@hpe.com> <2f4dd91a-e4ad-2559-f65e-914561de4047@canonical.com> <015EB9CD-ADB9-4C12-BD3F-78268E849884@hpe.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <015EB9CD-ADB9-4C12-BD3F-78268E849884@hpe.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220131_110114_440498_0F7F9AB4 X-CRM114-Status: GOOD ( 14.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi vejmarie, > We will probably send the driver code at the same time than the dts update (or the next day). There will be a few of them including > > - gpio > - hwmon > - udc / usb gadget > - umac > - i2c > - watchdog > - fbdev fbdev is only for old stuff, new display drivers should be made using the drm framework. If you look in drivers/gpu/drm/tiny/ you fill find plenty examples of very simple drivers. Sam _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel