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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 40923C433E0 for ; Tue, 26 Jan 2021 06:57:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F29E1207D0 for ; Tue, 26 Jan 2021 06:57:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729933AbhAZG4w (ORCPT ); Tue, 26 Jan 2021 01:56:52 -0500 Received: from mx2.suse.de ([195.135.220.15]:34846 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389275AbhAZG4b (ORCPT ); Tue, 26 Jan 2021 01:56:31 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 4EDD3AE91; Tue, 26 Jan 2021 06:55:49 +0000 (UTC) Date: Tue, 26 Jan 2021 07:55:47 +0100 Message-ID: From: Takashi Iwai To: Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= Cc: Wim Van Sebroeck , Guenter Roeck , William Breathitt Gray , Greg Kroah-Hartman , "Rafael J. Wysocki" , Pau Oliva Fora , Dmitry Torokhov , Mauro Carvalho Chehab , Wolfgang Grandegger , Marc Kleine-Budde , "David S. Miller" , Jakub Kicinski , Matthew Wilcox , Hannes Reinecke , "James E.J. Bottomley" , "Martin K. Petersen" , Finn Thain , Michael Schmitz , Jaroslav Kysela , Takashi Iwai , Hans Verkuil , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, linux-can@vger.kernel.org, netdev@vger.kernel.org, linux-scsi@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v2 0/3] isa: Make the remove callback for isa drivers return void In-Reply-To: <20210122092449.426097-1-uwe@kleine-koenig.org> References: <20210122092449.426097-1-uwe@kleine-koenig.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Fri, 22 Jan 2021 10:24:46 +0100, Uwe Kleine-König wrote: > > Hello, > > changes since v1 > (https://lore.kernel.org/r/20210121204812.402589-1-uwe@kleine-koenig.org): > - fix build failure, found by the kernel test robot > (my grep missed the struct isa_driver embedded in struct > radio_isa_driver). For this I introduced patch 2 and adapted patch 3 > a bit. An interdiff is below. > - Added Acks/Reviews by Guenter Roeck, William Breathitt Gray, Marc > Kleine-Budde, Wolfram Sang and Takashi Iwai > > The base-commit I specified (by hand *sigh*) in v1 was broken, must be a > cut-n-paste-error, sorry for that. > > Takashi suggested to take this series via sound.git given that this is > the most affected tree. This is fine for me. Otherwise I can also > provide an immutable branch. For both variants we still need a few acks > though. Now I applied all three patches to my sound.git tree. It's found in isa-void-remove-callback signed tag, in case anyone else wants to merge in. The branch is based on 5.11-rc4. git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/isa-void-remove-callback thanks, Takashi