Message ID | 20241111023412.3466161-1-ye.zhang@rock-chips.com |
---|---|
Headers | show
Return-Path: <linux-gpio+bounces-12801-incoming=patchwork.ozlabs.org@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=rock-chips.com header.i=@rock-chips.com header.a=rsa-sha256 header.s=default header.b=Iqs2Ik+N; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:40f1:3f00::1; helo=sy.mirrors.kernel.org; envelope-from=linux-gpio+bounces-12801-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sy.mirrors.kernel.org (sy.mirrors.kernel.org [IPv6:2604:1380:40f1:3f00::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Xmtt54hT9z1xty for <incoming@patchwork.ozlabs.org>; Mon, 11 Nov 2024 13:34:37 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sy.mirrors.kernel.org (Postfix) with ESMTPS id 79E21B21701 for <incoming@patchwork.ozlabs.org>; Mon, 11 Nov 2024 02:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E7C7B2E40E; Mon, 11 Nov 2024 02:34:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=rock-chips.com header.i=@rock-chips.com header.b="Iqs2Ik+N" X-Original-To: linux-gpio@vger.kernel.org Received: from mail-m17242.xmail.ntesmail.com (mail-m17242.xmail.ntesmail.com [45.195.17.242]) (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 E6EFF23CB; Mon, 11 Nov 2024 02:34:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.195.17.242 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731292471; cv=none; b=liYPQEB5sx/CoKHwhbsrvnogPUG76zEbKtyhUMtW+dXUqzriuQ0uuvy9TQJPfE1UkW7XkRDEvXvqjwwAKObsYZCXbvSkQ1u2vvb6cM2uZwivAPtVLOsV5g1MJoZ17xmZYifOnYy2WEbRUxnXBBTxZvL4f+/hbjZnZh7MWSnDPXg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731292471; c=relaxed/simple; bh=QIHShdzz/cGBXxItNt60dt64FPy2K8LNkGmcDihujAc=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=UB1kcRC3VZputA5bQKSdnkF3U5cEoKJtbYP2YvqUkx9yHpNYYEuht9vYmpf/z4s8Trcy6llkmUstErSj7uuoA8qRGKnzWtKi6m0K9+yS/Z0/NmUlImW1RR52zy+O5/g9m3l6TBE3GA7Rv3cLpifjkXuaAeB/gPSPsBU16FqIObw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=rock-chips.com; spf=pass smtp.mailfrom=rock-chips.com; dkim=pass (1024-bit key) header.d=rock-chips.com header.i=@rock-chips.com header.b=Iqs2Ik+N; arc=none smtp.client-ip=45.195.17.242 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=rock-chips.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rock-chips.com Received: from rockchip.. (unknown [58.22.7.114]) by smtp.qiye.163.com (Hmail) with ESMTP id 258a582e; Mon, 11 Nov 2024 10:34:18 +0800 (GMT+08:00) From: Ye Zhang <ye.zhang@rock-chips.com> To: Ye Zhang <ye.zhang@rock-chips.com>, linus.walleij@linaro.org, brgl@bgdev.pl, heiko@sntech.de, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, mika.westerberg@linux.intel.com, andriy.shevchenko@linux.intel.com, tao.huang@rock-chips.com, finley.xiao@rock-chips.com, tim.chen@rock-chips.com, elaine.zhang@rock-chips.com Subject: [PATCH v4 0/4] gpio: rockchip: Update the GPIO driver Date: Mon, 11 Nov 2024 10:34:08 +0800 Message-Id: <20241111023412.3466161-1-ye.zhang@rock-chips.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: <linux-gpio.vger.kernel.org> List-Subscribe: <mailto:linux-gpio+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-gpio+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFDSUNOT01LS0k3V1ktWUFJV1kPCRoVCBIfWUFZQkIeSFYeQx1CSBkdTUhDSExWFRQJFh oXVRMBExYaEhckFA4PWVdZGBILWUFZTkNVSUlVTFVKSk9ZV1kWGg8SFR0UWUFZT0tIVUpLSUhCSE NVSktLVUpCS0tZBg++ X-HM-Tid: 0a9319126e4009d8kunm258a582e X-HM-MType: 1 X-HM-Sender-Digest: e1kMHhlZQR0aFwgeV1kSHx4VD1lBWUc6MTo6DBw6CTIjQyw2Mw0wGDI# HDNPCxFVSlVKTEhKSUJJT01LSUpCVTMWGhIXVQIeVQETGhUcOwkUGBBWGBMSCwhVGBQWRVlXWRIL WUFZTkNVSUlVTFVKSk9ZV1kIAVlBSklJQzcG DKIM-Signature: a=rsa-sha256; b=Iqs2Ik+NcCDLFSg6XbsIWIUVDLf10uJ+I3F+4RKhZ8gUF1NAWIbdafEeWJu5oeSFwzbIvbF/bajJ3bprPT3BP+KP8LA6ucz/jLnRy8JlAkVma7es47nK0JljLJaD6IaWw1BLWY5ts7mdEp5nyFbiHs80wqAExBcm2RBMDFeWDn0=; s=default; c=relaxed/relaxed; d=rock-chips.com; v=1; bh=tP2ohGVIGmdTyqdy89HiQz2NLz+eTXxS/9PUWtKazWc=; h=date:mime-version:subject:message-id:from; |
Series | gpio: rockchip: Update the GPIO driver | expand |