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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 30A1EC12002 for ; Wed, 21 Jul 2021 11:39:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 186B261001 for ; Wed, 21 Jul 2021 11:39:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237999AbhGUK6p (ORCPT ); Wed, 21 Jul 2021 06:58:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237982AbhGUKnA (ORCPT ); Wed, 21 Jul 2021 06:43:00 -0400 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80BD0C061762 for ; Wed, 21 Jul 2021 04:23:37 -0700 (PDT) Received: by mail-wr1-x436.google.com with SMTP id l7so1781957wrv.7 for ; Wed, 21 Jul 2021 04:23:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=5r4SARj9UXSpcoZXx50eoUO8FuzdCp7+FLIK6b9NrWI=; b=Cg//U4Y/1gDgxt7k5xmPgDyo0T0uwh0g+60Sh5AVkHS8/ei3NhtyBF6YUUZECQJ58p cUzo7OyBMRL1w7ZINYSSzxOiPjjdfCP8gmgVRIQrnKhlqKVsz4YOjpHWokj0QfreyYfD rHb7sejYFAOJAr8kwsiMNxNWVcph5CirgTBgM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=5r4SARj9UXSpcoZXx50eoUO8FuzdCp7+FLIK6b9NrWI=; b=aGYCdhOcN4cRYWJGWCR0LvyXbb5xj7CGLQOBJXsKwtFLXFhQOWuWIrTJ1yu90dX9f2 /CU/iq8x7cgIo9V7iJz7O5dUgcS3a83xI1qLeYd3WlMHS+AKZNoKcklgybRgp6/LTLw8 +KRd8CTNDEJdkB+squ2WFaKgrBofgyNC7i7EsdwM1aroUE2252U1C951a/+K3+Do8A+k gMAhRVGg/p1fOoQSzTZ+jpHkCB8R37iVL13pa+n+4SNuMlJjZt/SK2prw5rCRptlr5oJ jAeFO0zU9JssDft+qZbSgDeC4yiA8/9jI8vbB6Dgts8QSxLi8zg+J8Aufah2NIhlA2Ix hRqw== X-Gm-Message-State: AOAM531dL9YEpG8jm2Fmcw58bqI5QThDfarYOiDl8RlMY/JWCIdb7gmb BGIIsNbmpIXMPkxaaKDIHxWctQ== X-Google-Smtp-Source: ABdhPJz23x9YYT7kn6ADtNpcXFeq0lIiwVkk98kY+doYcdNtjlUQIlafrn5wFGkpRjXik49b18LU5g== X-Received: by 2002:a5d:6482:: with SMTP id o2mr41030703wri.367.1626866616114; Wed, 21 Jul 2021 04:23:36 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id f26sm21862934wmc.29.2021.07.21.04.23.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Jul 2021 04:23:35 -0700 (PDT) Date: Wed, 21 Jul 2021 13:23:33 +0200 From: Daniel Vetter To: Javier Martinez Canillas Cc: Thomas Zimmermann , Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt Subject: Re: [PATCH v3 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms Message-ID: Mail-Followup-To: Javier Martinez Canillas , Thomas Zimmermann , Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt References: <8dd26141-a09c-39e2-5174-4cad8d21c49c@suse.de> <03f0edef-e54e-8a2a-4b50-683d3d42e249@redhat.com> <37e05f02-b810-0cb1-cc4f-95711cd148d9@suse.de> <44a75f18-e3a6-f764-b0ec-ce3ac05805a9@redhat.com> <1e85fae7-ef95-b2f7-3463-e90958e54684@suse.de> <0ad257ce-44d9-beea-8afb-c879146c523b@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0ad257ce-44d9-beea-8afb-c879146c523b@redhat.com> X-Operating-System: Linux phenom 5.10.0-7-amd64 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 21, 2021 at 12:15:12PM +0200, Javier Martinez Canillas wrote: > On 7/21/21 12:07 PM, Thomas Zimmermann wrote: > > Hi > > > > Am 21.07.21 um 07:09 schrieb Javier Martinez Canillas: > > ... > >>> > >>> Can I simply put the patches in to drm-misc-next? There was some talk > >>> about a topic branch? > >>> > >> > >> ... which AFAIU means that there's no need for a topic branch, since the > >> patches will be present in linux-next. And the EFI folks can use that to > >> check if there are any integration issues or regressions caused by these. > > > > Merged into drm-misc-next. > > > > Thanks a lot Thomas for all your help! Yeah topic branch makes sense when we have further work that will build on top of a patch sets in at latest _two_ different subsystems, and it doesn't make sense to just merge it all in one place (because too much work, or a refactoring that's too invasive and will cause random conflicts with subsequent work in the same subsystem, or ...). Otherwise just acks and then merge in one place. We shouldn't do bureaucratics like topic branches if there's not an actual need for them. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch 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=-5.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 7E8B9C636C9 for ; Wed, 21 Jul 2021 11:24:11 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 007A060FF3 for ; Wed, 21 Jul 2021 11:24:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 007A060FF3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org 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=xihLB6ig+Zw3w6U4vhtdTe53ybA8TNxWuF0Hk6CwQv4=; b=qDvGIy+qF6C8R3 D5WTQsFimWzmNz2R++mEoHl17OwMUvdaRUC0Sxn8G2GgsXWwgcfXEXaDvwvY0kZB4J1CFzxB55bAQ xLZg6GTe9ZX37Zpdi1OVViJdXNKbTY/V8c3VOb4DWqUgCKyrk45J3DgL4u2JEYRpl6eZXCqtsrwJQ vNayz3h65gjQRQ9z+OgSZJ5CoZp1ht4bCqofN4zQd5gZDheLiKAN9FrD4W0TBmJ8s3bzc5qUnPBka CysugaemfwTvMbGVbSDyh111vSRPk26x+mfwuBqMKYepxxuoQIgOx4dQJcVdUx+QH2XtHUjrBG+u1 NQ3oHOicbS+sk+cvNTFQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6AKP-00FQKu-74; Wed, 21 Jul 2021 11:23:53 +0000 Received: from mail-wr1-x42d.google.com ([2a00:1450:4864:20::42d]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6AKA-00FQG7-0j for linux-riscv@lists.infradead.org; Wed, 21 Jul 2021 11:23:39 +0000 Received: by mail-wr1-x42d.google.com with SMTP id c12so1792127wrt.3 for ; Wed, 21 Jul 2021 04:23:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=5r4SARj9UXSpcoZXx50eoUO8FuzdCp7+FLIK6b9NrWI=; b=Cg//U4Y/1gDgxt7k5xmPgDyo0T0uwh0g+60Sh5AVkHS8/ei3NhtyBF6YUUZECQJ58p cUzo7OyBMRL1w7ZINYSSzxOiPjjdfCP8gmgVRIQrnKhlqKVsz4YOjpHWokj0QfreyYfD rHb7sejYFAOJAr8kwsiMNxNWVcph5CirgTBgM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=5r4SARj9UXSpcoZXx50eoUO8FuzdCp7+FLIK6b9NrWI=; b=VDYe5zZFiO1fgpnc3W9vq++Iefx+ulRRXSNHVzA2+Ihs1zuEumcM6JjrBRzgGYl463 5yaUhaenggC6MjlCdXgiKvjDu2wxP8P2CUyzO8NTZy8TU5t2D2vA21rXue54ag/l9SIO NwfzbImqC2tecBWh+JyPDSAYDGDhw+pX/dO43GdtMqCSwTKzK5jIq/G72WIkf1BrQ2YZ 5uV3qjqkqRWIk1WVDa7VAl+yGzKc3DiPUzv1Y0x3zcW0mo0UmnrZMZMgZ2Px6YNFSUG0 RSJ2HPBUo2tc+R4L0r2OLiGdNdoNWeudbp7Xj6n12H3pQGGvobPXx1SzEHg07cU+9dip jtIQ== X-Gm-Message-State: AOAM532AycFDzY8SVVJPXgL+PKjJhJpwj9+Jj3yUw+YRPe+SpUhLi9e6 UJQdJhTKbz5sszqjpOS3kxPhUg== X-Google-Smtp-Source: ABdhPJz23x9YYT7kn6ADtNpcXFeq0lIiwVkk98kY+doYcdNtjlUQIlafrn5wFGkpRjXik49b18LU5g== X-Received: by 2002:a5d:6482:: with SMTP id o2mr41030703wri.367.1626866616114; Wed, 21 Jul 2021 04:23:36 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id f26sm21862934wmc.29.2021.07.21.04.23.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Jul 2021 04:23:35 -0700 (PDT) Date: Wed, 21 Jul 2021 13:23:33 +0200 From: Daniel Vetter To: Javier Martinez Canillas Cc: Thomas Zimmermann , Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt Subject: Re: [PATCH v3 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms Message-ID: Mail-Followup-To: Javier Martinez Canillas , Thomas Zimmermann , Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt References: <8dd26141-a09c-39e2-5174-4cad8d21c49c@suse.de> <03f0edef-e54e-8a2a-4b50-683d3d42e249@redhat.com> <37e05f02-b810-0cb1-cc4f-95711cd148d9@suse.de> <44a75f18-e3a6-f764-b0ec-ce3ac05805a9@redhat.com> <1e85fae7-ef95-b2f7-3463-e90958e54684@suse.de> <0ad257ce-44d9-beea-8afb-c879146c523b@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0ad257ce-44d9-beea-8afb-c879146c523b@redhat.com> X-Operating-System: Linux phenom 5.10.0-7-amd64 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210721_042338_105928_A1993C52 X-CRM114-Status: GOOD ( 23.44 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Wed, Jul 21, 2021 at 12:15:12PM +0200, Javier Martinez Canillas wrote: > On 7/21/21 12:07 PM, Thomas Zimmermann wrote: > > Hi > > > > Am 21.07.21 um 07:09 schrieb Javier Martinez Canillas: > > ... > >>> > >>> Can I simply put the patches in to drm-misc-next? There was some talk > >>> about a topic branch? > >>> > >> > >> ... which AFAIU means that there's no need for a topic branch, since the > >> patches will be present in linux-next. And the EFI folks can use that to > >> check if there are any integration issues or regressions caused by these. > > > > Merged into drm-misc-next. > > > > Thanks a lot Thomas for all your help! Yeah topic branch makes sense when we have further work that will build on top of a patch sets in at latest _two_ different subsystems, and it doesn't make sense to just merge it all in one place (because too much work, or a refactoring that's too invasive and will cause random conflicts with subsequent work in the same subsystem, or ...). Otherwise just acks and then merge in one place. We shouldn't do bureaucratics like topic branches if there's not an actual need for them. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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=-5.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 27F3AC07E9B for ; Wed, 21 Jul 2021 11:25:14 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id CFA3B60FED for ; Wed, 21 Jul 2021 11:25:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CFA3B60FED Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=epHhVNw05A2kBKhC/CZ0C9CWMgr/7V+2PNfG8oL8DuM=; b=ans33gxKB6TehQ JiL2FIaJwoXQRmWresGzS+bSEKbUFaGng/T49KzQ6DbDyIOIMdMDkeLcorwjWV5pJmVe/Vjx6vhwL CywspZb27gxIM1HgP7ExqnNHUTCrnrN0FvdWbL8AHsCwRfl8LfXGcraBJ7Kk+lOx2X7fpPlozwvTO Wv9I6f3KaGqYfVOaV9UumPIUNVKID/zqEMAtwb1xWbDjXGb1XQNwhdfVyfB2o+TVhOWnHE+41C3Jm 1EhYTyj7MGlk95pMtSdolsAId5OGNRjQC/TI56i9lmcJqeHqPmzZkfsPrOKDslwm+ifPQGiKkQoK9 YWc9gpGfGX2ujXiBGeDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6AKE-00FQHO-E5; Wed, 21 Jul 2021 11:23:42 +0000 Received: from mail-wr1-x433.google.com ([2a00:1450:4864:20::433]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6AKA-00FQG8-29 for linux-arm-kernel@lists.infradead.org; Wed, 21 Jul 2021 11:23:39 +0000 Received: by mail-wr1-x433.google.com with SMTP id u1so1807436wrs.1 for ; Wed, 21 Jul 2021 04:23:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=5r4SARj9UXSpcoZXx50eoUO8FuzdCp7+FLIK6b9NrWI=; b=Cg//U4Y/1gDgxt7k5xmPgDyo0T0uwh0g+60Sh5AVkHS8/ei3NhtyBF6YUUZECQJ58p cUzo7OyBMRL1w7ZINYSSzxOiPjjdfCP8gmgVRIQrnKhlqKVsz4YOjpHWokj0QfreyYfD rHb7sejYFAOJAr8kwsiMNxNWVcph5CirgTBgM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=5r4SARj9UXSpcoZXx50eoUO8FuzdCp7+FLIK6b9NrWI=; b=rrBlTjzRfYjQ+OAqRBZlbzRoLC4nLeDxpJwQnQaz6WrEf1L3ObT1JLbGcWicGWVz0H glwDV9PTAAHhQNOJtu0l1GN0J0GSUEJWKS5HT7ZZIQw7v8SuSAtoPPhLh7ICs37aS3g7 nYUMrhUqdcgtXggkGRp6oTGZTsbwLBFQKiUgdaFyrYsIzXtXVh330E7RkZrilXkDJ9nc EikDpMy3FHRLLjsyy4gxx5BNaRCKwH/9vw2ecplnumcq0APkq3j38iRmVrpAHQ0u8Fnm m5pRrLkqJaZyAqOMQDMHvKqWwpBwl6tE1LffML02g96GfQxibkP2m4C081LT7RFdLXIJ xD5w== X-Gm-Message-State: AOAM531dCEsyA/2XwgMgNdTUDp/x/XoJLKp1Csq90KDwyXNaiTayXsfr UsxecrrxfbYActba1PedVzl7+w== X-Google-Smtp-Source: ABdhPJz23x9YYT7kn6ADtNpcXFeq0lIiwVkk98kY+doYcdNtjlUQIlafrn5wFGkpRjXik49b18LU5g== X-Received: by 2002:a5d:6482:: with SMTP id o2mr41030703wri.367.1626866616114; Wed, 21 Jul 2021 04:23:36 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id f26sm21862934wmc.29.2021.07.21.04.23.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Jul 2021 04:23:35 -0700 (PDT) Date: Wed, 21 Jul 2021 13:23:33 +0200 From: Daniel Vetter To: Javier Martinez Canillas Cc: Thomas Zimmermann , Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt Subject: Re: [PATCH v3 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms Message-ID: Mail-Followup-To: Javier Martinez Canillas , Thomas Zimmermann , Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt References: <8dd26141-a09c-39e2-5174-4cad8d21c49c@suse.de> <03f0edef-e54e-8a2a-4b50-683d3d42e249@redhat.com> <37e05f02-b810-0cb1-cc4f-95711cd148d9@suse.de> <44a75f18-e3a6-f764-b0ec-ce3ac05805a9@redhat.com> <1e85fae7-ef95-b2f7-3463-e90958e54684@suse.de> <0ad257ce-44d9-beea-8afb-c879146c523b@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0ad257ce-44d9-beea-8afb-c879146c523b@redhat.com> X-Operating-System: Linux phenom 5.10.0-7-amd64 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210721_042338_135517_3BD5AC33 X-CRM114-Status: GOOD ( 24.96 ) 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 On Wed, Jul 21, 2021 at 12:15:12PM +0200, Javier Martinez Canillas wrote: > On 7/21/21 12:07 PM, Thomas Zimmermann wrote: > > Hi > > > > Am 21.07.21 um 07:09 schrieb Javier Martinez Canillas: > > ... > >>> > >>> Can I simply put the patches in to drm-misc-next? There was some talk > >>> about a topic branch? > >>> > >> > >> ... which AFAIU means that there's no need for a topic branch, since the > >> patches will be present in linux-next. And the EFI folks can use that to > >> check if there are any integration issues or regressions caused by these. > > > > Merged into drm-misc-next. > > > > Thanks a lot Thomas for all your help! Yeah topic branch makes sense when we have further work that will build on top of a patch sets in at latest _two_ different subsystems, and it doesn't make sense to just merge it all in one place (because too much work, or a refactoring that's too invasive and will cause random conflicts with subsequent work in the same subsystem, or ...). Otherwise just acks and then merge in one place. We shouldn't do bureaucratics like topic branches if there's not an actual need for them. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-3.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 6F259C12002 for ; Wed, 21 Jul 2021 11:23:42 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 D673E60FF3 for ; Wed, 21 Jul 2021 11:23:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D673E60FF3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BB9A689933; Wed, 21 Jul 2021 11:23:39 +0000 (UTC) Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by gabe.freedesktop.org (Postfix) with ESMTPS id 37AA38800B for ; Wed, 21 Jul 2021 11:23:37 +0000 (UTC) Received: by mail-wr1-x436.google.com with SMTP id m2so1801405wrq.2 for ; Wed, 21 Jul 2021 04:23:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=5r4SARj9UXSpcoZXx50eoUO8FuzdCp7+FLIK6b9NrWI=; b=Cg//U4Y/1gDgxt7k5xmPgDyo0T0uwh0g+60Sh5AVkHS8/ei3NhtyBF6YUUZECQJ58p cUzo7OyBMRL1w7ZINYSSzxOiPjjdfCP8gmgVRIQrnKhlqKVsz4YOjpHWokj0QfreyYfD rHb7sejYFAOJAr8kwsiMNxNWVcph5CirgTBgM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=5r4SARj9UXSpcoZXx50eoUO8FuzdCp7+FLIK6b9NrWI=; b=Csj472rSYdq4jrHthadn7aY2Dwi5eq1lK709FZRnSOnVGuxJ8o/U3OOOBA4zJbFDPp p47/yFcD0oK/pzVv2zIUY0abnsI3VrXLXzkee4WnDMvMpcJtGg1+qvQ7ALhEbZQ4EC1B pN7YQ3xExmDyTUTcQfeH5tqAeHBYmXSY2qP0sIHWG05DnGsz1QfW6k86nrWppkxsM9Dx qnv5qWKMkIJq2CoWVAHLlY46CswH9R2ftWG37VSfX7jGEoB4zTNDGbmWCHP2EfObkN6S g8CyO0vo0mTOEisnSTaCMOBh/uMZ2ppQ56+vr/87J4RE5k0iYo11EfQISwTriUJMq2uD /+ng== X-Gm-Message-State: AOAM532stMT5i7/7aslN0S1cbOZv87h6uuAJds1k2ZQO0QK2eYgNpoI9 axkmUc2RxsWkaZc0xeIgvQ4i2Q== X-Google-Smtp-Source: ABdhPJz23x9YYT7kn6ADtNpcXFeq0lIiwVkk98kY+doYcdNtjlUQIlafrn5wFGkpRjXik49b18LU5g== X-Received: by 2002:a5d:6482:: with SMTP id o2mr41030703wri.367.1626866616114; Wed, 21 Jul 2021 04:23:36 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id f26sm21862934wmc.29.2021.07.21.04.23.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Jul 2021 04:23:35 -0700 (PDT) Date: Wed, 21 Jul 2021 13:23:33 +0200 From: Daniel Vetter To: Javier Martinez Canillas Subject: Re: [PATCH v3 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms Message-ID: Mail-Followup-To: Javier Martinez Canillas , Thomas Zimmermann , Ard Biesheuvel , Dave Airlie , linux-efi , David Airlie , Catalin Marinas , dri-devel , Russell King , Atish Patra , linux-riscv , Will Deacon , the arch/x86 maintainers , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt References: <8dd26141-a09c-39e2-5174-4cad8d21c49c@suse.de> <03f0edef-e54e-8a2a-4b50-683d3d42e249@redhat.com> <37e05f02-b810-0cb1-cc4f-95711cd148d9@suse.de> <44a75f18-e3a6-f764-b0ec-ce3ac05805a9@redhat.com> <1e85fae7-ef95-b2f7-3463-e90958e54684@suse.de> <0ad257ce-44d9-beea-8afb-c879146c523b@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0ad257ce-44d9-beea-8afb-c879146c523b@redhat.com> X-Operating-System: Linux phenom 5.10.0-7-amd64 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-efi , David Airlie , Catalin Marinas , dri-devel , Atish Patra , linux-riscv , Will Deacon , Ard Biesheuvel , the arch/x86 maintainers , Russell King , Ingo Molnar , Peter Robinson , Borislav Petkov , Albert Ou , Hans de Goede , Paul Walmsley , Thomas Gleixner , linux-arm-kernel , Greg Kroah-Hartman , LKML , Palmer Dabbelt , Thomas Zimmermann Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Jul 21, 2021 at 12:15:12PM +0200, Javier Martinez Canillas wrote: > On 7/21/21 12:07 PM, Thomas Zimmermann wrote: > > Hi > > > > Am 21.07.21 um 07:09 schrieb Javier Martinez Canillas: > > ... > >>> > >>> Can I simply put the patches in to drm-misc-next? There was some talk > >>> about a topic branch? > >>> > >> > >> ... which AFAIU means that there's no need for a topic branch, since the > >> patches will be present in linux-next. And the EFI folks can use that to > >> check if there are any integration issues or regressions caused by these. > > > > Merged into drm-misc-next. > > > > Thanks a lot Thomas for all your help! Yeah topic branch makes sense when we have further work that will build on top of a patch sets in at latest _two_ different subsystems, and it doesn't make sense to just merge it all in one place (because too much work, or a refactoring that's too invasive and will cause random conflicts with subsequent work in the same subsystem, or ...). Otherwise just acks and then merge in one place. We shouldn't do bureaucratics like topic branches if there's not an actual need for them. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch