Message ID | 20240910154545.736786-1-lizetao1@huawei.com (mailing list archive) |
---|---|
Headers | show
Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) (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 3104A195F22; Tue, 10 Sep 2024 15:36:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.191 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725982606; cv=none; b=ETEXVIqCi4c5Sz3Z4tgymkwBjhteF7gS3qHQu8ziqWwwLtmUnmD2TxMgB0eB40IIFZ5Lii+rKrTwKiwbUBNey+H29X1dA/xeq6+nMPzhAeQ7XeB4gBBGDsJI3DU3E+Ai/RkA5qI0EaSHinZRqItzWWgqSgHcIxAYbn3zmY1dZsU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725982606; c=relaxed/simple; bh=FrYQeiORVBdg1jMjnjvduQ7SWXDdHLeTtHLYw4oNgVY=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=mdgRi4woImMeqaxSG8p8X5TvjWXrVWPWeta5trOTvl4ebIp22D+tqcTaIm18TuZs+6iSocp7hyfBdD9fYMpoxEqqfh65c2UpDfs0xONeIIYQH+xSvTLFSAUTGEeQiTpWJ2J1yWdNI7DpEhLIws2zBfMR03wLewW18XYvP0bOT8Y= 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.191 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.163.44]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4X378W2DZtz1j8JK; Tue, 10 Sep 2024 23:36:11 +0800 (CST) Received: from kwepemd500012.china.huawei.com (unknown [7.221.188.25]) by mail.maildlp.com (Postfix) with ESMTPS id 6A0D41402DE; Tue, 10 Sep 2024 23:36:39 +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; Tue, 10 Sep 2024 23:36:38 +0800 From: Li Zetao <lizetao1@huawei.com> To: <jikos@kernel.org>, <bentiss@kernel.org>, <michael.zaidman@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 v3 00/15] HID: convert to devm_hid_hw_start_and_open() Date: Tue, 10 Sep 2024 23:45:30 +0800 Message-ID: <20240910154545.736786-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
|