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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id DA405C77B61 for ; Fri, 7 Apr 2023 11:22:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A32AF10E376; Fri, 7 Apr 2023 11:22:35 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2A61C10E090 for ; Fri, 7 Apr 2023 11:22:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680866551; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hH4U311j/Jsqa/Lz2ki1vR6iZrMlUESpjPBImXUbiAE=; b=T+xBEKLxTjkwG/oCA/dgu6oIr1PZzgWEQcWLGN+Q77MgfUXJfeEReIGcEcX9owDrjxurt9 A3G3/2eLg588EumSeiwjY/gZwabNjjFZn0mw/NQbGfEKVwBtiRtaLSzGe064REx7bbnHIA e/mHKMASCqKKhxaDqohgLYN03xXV/yY= Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-374-W8xsvEYrP7GmPH5jrII7bw-1; Fri, 07 Apr 2023 07:22:30 -0400 X-MC-Unique: W8xsvEYrP7GmPH5jrII7bw-1 Received: by mail-wm1-f71.google.com with SMTP id o37-20020a05600c512500b003edd119ec9eso19105856wms.0 for ; Fri, 07 Apr 2023 04:22:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680866549; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=hH4U311j/Jsqa/Lz2ki1vR6iZrMlUESpjPBImXUbiAE=; b=sXtc3auw//rx6V+/BjEubEDccjl30I7tXPz7U55IzyfBOpbjyKHaHM+rWnINrfcg72 INSy1WJdc0wKAVCY904Ab+/HLPfGaLblqQWQ5KEMdjieuMjgUfzTDxuAj/t68aRnFn+7 7712B0rvT7ZTY1pq+nwx68tbnujGsCF86neWZHnjGcUxpotH5XEc2oC36Urv6RkPqJzF emRB5Hj6lv+ZSCjS1puMo6DHUqpv7Lh+tl0yQz1JCIDtRbKc8rRPgkhu8cgwE73loxDP yVik9Iz9M9REVNEneAQhIrCATglXpJ+PtuCOqp8VfuSeGoyVYDkc897KY3hlNc4DtnxP Q/kg== X-Gm-Message-State: AAQBX9cEfOapnVthi3rKihdxjImEsrIvmc2V6Ucjg/cLQcdEhUlxOO++ FGrSzWseNtiMNPFS0aDNyJ1bX1/X6kcml+6sGitHmQ4D+Y1fBfcowTTMNJdli6PVC3tzxrRIyLS PnQMDwUHuygLk54B27VmfxouNRJ3g X-Received: by 2002:adf:fb83:0:b0:2c5:5a65:79a0 with SMTP id a3-20020adffb83000000b002c55a6579a0mr1266517wrr.53.1680866549695; Fri, 07 Apr 2023 04:22:29 -0700 (PDT) X-Google-Smtp-Source: AKy350ZoXdyDFp/08AQ2n3ydTt4/RdllFrwf07aFzR19kGeao0DxT1onEBIG3ePDCokvXC+kvLlMVQ== X-Received: by 2002:adf:fb83:0:b0:2c5:5a65:79a0 with SMTP id a3-20020adffb83000000b002c55a6579a0mr1266495wrr.53.1680866549380; Fri, 07 Apr 2023 04:22:29 -0700 (PDT) Received: from localhost (205.pool92-176-231.dynamic.orange.es. [92.176.231.205]) by smtp.gmail.com with ESMTPSA id t5-20020a5d6905000000b002efb4f2d240sm258556wru.87.2023.04.07.04.22.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Apr 2023 04:22:29 -0700 (PDT) From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] drm/vkms: A couple of trivial cleanups In-Reply-To: <20230406110235.3092055-1-javierm@redhat.com> References: <20230406110235.3092055-1-javierm@redhat.com> Date: Fri, 07 Apr 2023 13:22:28 +0200 Message-ID: <87wn2o6iob.fsf@minerva.mail-host-address-is-not-set> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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: Haneen Mohammed , Thomas Zimmermann , Rodrigo Siqueira , =?utf-8?Q?Ma=C3=ADra?= Canal , dri-devel@lists.freedesktop.org, Melissa Wen , Marius Vlad Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Javier Martinez Canillas writes: > Hello, > > This series contains two trivial cleanups for the vkms driver. > > Patch #1 just gets rid of a wrapper helper that wasn't really adding that > much value and patch #2 drops the header > that was only used to call the drm_simple_encoder_init() function helper. > > Best regards, > Javier > > > Javier Martinez Canillas (2): > drm/vkms: Drop vkms_connector_destroy() wrapper > drm/vkms: Remove include > Pushed to drm-misc (drm-misc-next). Thanks! -- Best regards, Javier Martinez Canillas Core Platforms Red Hat 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0606AC6FD1D for ; Fri, 7 Apr 2023 11:23:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240628AbjDGLXW (ORCPT ); Fri, 7 Apr 2023 07:23:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240619AbjDGLXU (ORCPT ); Fri, 7 Apr 2023 07:23:20 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED6F15277 for ; Fri, 7 Apr 2023 04:22:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680866552; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hH4U311j/Jsqa/Lz2ki1vR6iZrMlUESpjPBImXUbiAE=; b=RYL74NdujvmcjyibmRDgZrTVcH0MyuaC2gEz6QFmyOsA3I6r10GRDFyxrLSjmX9WdBG4Ck +w2y9N4JQlrFBexQZnCzqC2oTaN0neTSi2/ggvW4OfnhR4soCnYg1Mz6xGjyPDJ0CECU+2 BreuPWXkEKMfOBMyTBm8ngDS57uRZro= Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-517-2Zf7pP39O7ehxmlvKZKOAg-1; Fri, 07 Apr 2023 07:22:31 -0400 X-MC-Unique: 2Zf7pP39O7ehxmlvKZKOAg-1 Received: by mail-wr1-f71.google.com with SMTP id bn9-20020a056000060900b002cfe8493fe6so5181489wrb.4 for ; Fri, 07 Apr 2023 04:22:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680866549; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=hH4U311j/Jsqa/Lz2ki1vR6iZrMlUESpjPBImXUbiAE=; b=MSXd1ua5++zXzLxrmtdwHi+veovCxs6MZvTIGvCEZUjvcoiP5+W2uSJEdbva/j47fD 4hHHWlCSUi9Mz6Lxx5AQl08KQ+BrNoK8Qxm4Jyg+gEyeR7cdjwF7gclShEur+CUk17Vz CE+QAwwre0DIjrlo3FwbH+O3GqVlwNyKUsmclc/aRmu/3MEIkI7+vDy+xEQEz/jBQYZm qiVJc3pH/W4GVo9VpIAMNk9dDZgmm5rMT3dCm02wnLdW6nA6S9OcJuIkT/96ZDfnzMsR dzmTgmvZ5gHJrkCnxhRMsl1MazjzPWsdPHKLCqpXoTgiroO1I/P1cJvlP0ICxKC+wkXR nT5g== X-Gm-Message-State: AAQBX9c34LS8hyl1kDsekDSxaVVNuMfNyCEL66Wh3U1c/qvW0AnLA1ak eR9X5WNS0p6nGmMBPHDE6K2O3QTj08/TqB/R+3wunMqq3ySxv8oksIsW1e98ITBG58zGKBiNuTz XIoDdv/DAoLYAR5txOgFh11aeqOd7IjSJFRJOeO/K+dKtkRXBabUaSw+plrCzM3JT6leWQplw2b GzB+WV68I7 X-Received: by 2002:adf:fb83:0:b0:2c5:5a65:79a0 with SMTP id a3-20020adffb83000000b002c55a6579a0mr1266519wrr.53.1680866549728; Fri, 07 Apr 2023 04:22:29 -0700 (PDT) X-Google-Smtp-Source: AKy350ZoXdyDFp/08AQ2n3ydTt4/RdllFrwf07aFzR19kGeao0DxT1onEBIG3ePDCokvXC+kvLlMVQ== X-Received: by 2002:adf:fb83:0:b0:2c5:5a65:79a0 with SMTP id a3-20020adffb83000000b002c55a6579a0mr1266495wrr.53.1680866549380; Fri, 07 Apr 2023 04:22:29 -0700 (PDT) Received: from localhost (205.pool92-176-231.dynamic.orange.es. [92.176.231.205]) by smtp.gmail.com with ESMTPSA id t5-20020a5d6905000000b002efb4f2d240sm258556wru.87.2023.04.07.04.22.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Apr 2023 04:22:29 -0700 (PDT) From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: Thomas Zimmermann , =?utf-8?Q?Ma=C3=ADra?= Canal , Marius Vlad , Daniel Vetter , David Airlie , Haneen Mohammed , Melissa Wen , Rodrigo Siqueira , dri-devel@lists.freedesktop.org Subject: Re: [PATCH 0/2] drm/vkms: A couple of trivial cleanups In-Reply-To: <20230406110235.3092055-1-javierm@redhat.com> References: <20230406110235.3092055-1-javierm@redhat.com> Date: Fri, 07 Apr 2023 13:22:28 +0200 Message-ID: <87wn2o6iob.fsf@minerva.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Javier Martinez Canillas writes: > Hello, > > This series contains two trivial cleanups for the vkms driver. > > Patch #1 just gets rid of a wrapper helper that wasn't really adding that > much value and patch #2 drops the header > that was only used to call the drm_simple_encoder_init() function helper. > > Best regards, > Javier > > > Javier Martinez Canillas (2): > drm/vkms: Drop vkms_connector_destroy() wrapper > drm/vkms: Remove include > Pushed to drm-misc (drm-misc-next). Thanks! -- Best regards, Javier Martinez Canillas Core Platforms Red Hat