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=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, 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 68975C07E9B for ; Mon, 19 Jul 2021 12:55:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4AEFB6113E for ; Mon, 19 Jul 2021 12:55:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237103AbhGSMPO (ORCPT ); Mon, 19 Jul 2021 08:15:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:45672 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231282AbhGSMPO (ORCPT ); Mon, 19 Jul 2021 08:15:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B3ABB6100C; Mon, 19 Jul 2021 12:55:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626699354; bh=cODhtD7HnTm8K6ftWjH22qa5zEBf3/9OCYf9kjDqako=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c1qgODvLdy2G46o/2XsUi5ieAidUvzmJ4j5IzD86oFP1ZuKUc9F4ZyrHmQXNDc3yt zcWjbXB1Fcot0CtKpFUfvyLU3ZzQL5pYoWvPLXvKDsorM0khtIX/UQKZCoKiDCatsd eNJ2T0yP2rOo5iuDvqAq0X9oTi9Pi7sqk8X8n6TY= Date: Mon, 19 Jul 2021 14:55:51 +0200 From: gregkh To: Paul Cercueil Cc: stable Subject: Re: [PATCH 0/2] drm/ingenic: backports for v5.10.x Message-ID: References: <1626352148199179@kroah.com> <20210717174446.14455-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210717174446.14455-1-paul@crapouillou.net> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Jul 17, 2021 at 06:44:44PM +0100, Paul Cercueil wrote: > Hi Greg, > > Here are two patches for the ingenic-drm driver that couldn't be applied > to the stable v5.10.x automatically. I backported them manually so that > they can be applied there. All now queued up, thanks. greg k-h