Message ID | 20240904123607.3407364-1-lizetao1@huawei.com (mailing list archive) |
---|---|
Headers | show
Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 349661D79B8; Wed, 4 Sep 2024 12:27:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.189 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725452856; cv=none; b=UmKdz7stMOHLcFH9OaXJEbcZDNCLONK22+4rlN9OJlEDOjNoBEEXq7p25UdLckYlb388PXUqZxjfDQ0PYElLizIbFDfWYYIk1PTBq287vDffFfy0HmYB0WErMU62CxNlLh9yeS0HwLpo8uVBmGq2PX096oyw4hbBHq32xVAJpxU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725452856; c=relaxed/simple; bh=iozfF049HH7mE0H2603v1v/6e6ujLmINg3iqPrUoAD8=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=i97/688PpjAGmeKt/tSE4kJ0PiGiSkpMHQyNdm4lpWnYpBJxq2KDkmBIhAcftMV2qUlrfjMN6OnU8OkL5QjcP2/6m2lSQA/qrcGOIyHDGGcKhO0c41/UYJknjuxcgsTo07TuA7QdtB6wHtkwLaLYuROfosfSJNTWAaXUsr471qI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.162.254]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4WzM7r4cXwz69WD; Wed, 4 Sep 2024 20:22:32 +0800 (CST) Received: from kwepemd500012.china.huawei.com (unknown [7.221.188.25]) by mail.maildlp.com (Postfix) with ESMTPS id 375AA1800FE; Wed, 4 Sep 2024 20:27:30 +0800 (CST) Received: from huawei.com (10.90.53.73) by kwepemd500012.china.huawei.com (7.221.188.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.34; Wed, 4 Sep 2024 20:27:29 +0800 From: Li Zetao <lizetao1@huawei.com> To: <jikos@kernel.org>, <bentiss@kernel.org>, <michael.zaidman@gmail.com>, <gupt21@gmail.com>, <djogorchock@gmail.com>, <rrameshbabu@nvidia.com>, <bonbons@linux-vserver.org>, <roderick.colenbrander@sony.com>, <david@readahead.eu>, <savicaleksa83@gmail.com>, <me@jackdoan.com>, <jdelvare@suse.com>, <linux@roeck-us.net>, <mail@mariuszachmann.de>, <wilken.gottwalt@posteo.net>, <jonas@protocubo.io>, <mezin.alexander@gmail.com> CC: <lizetao1@huawei.com>, <linux-input@vger.kernel.org>, <linux-i2c@vger.kernel.org>, <linux-hwmon@vger.kernel.org> Subject: [PATCH -next 00/19] HID: convert to devm_hid_hw_start_and_open() Date: Wed, 4 Sep 2024 20:35:48 +0800 Message-ID: <20240904123607.3407364-1-lizetao1@huawei.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: <linux-input.vger.kernel.org> List-Subscribe: <mailto:linux-input+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-input+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemd500012.china.huawei.com (7.221.188.25) |
Series |
HID: convert to devm_hid_hw_start_and_open()
|
expand
|