From patchwork Wed Mar 13 23:52:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 780414 Received: from fgw20-7.mail.saunalahti.fi (fgw20-7.mail.saunalahti.fi [62.142.5.81]) (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 13F365CDF0 for ; Wed, 13 Mar 2024 23:54:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.81 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710374074; cv=none; b=ZeFTVtbll/Jei09zZqvBRrDi9CNnDfbbLnnQO7gnMALldW/dG60vrfrDDK1BsAm4xByCaMI9KfiuDbf3/BXMspTkLKvnTdoDN2mso21FyfdaJSTqE52EtSG9hDCqF4epCoWSndA0qr8kdmSCPyo9av0DiYoqC+vayLKZNjVcuF8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710374074; c=relaxed/simple; bh=W7n9rnLmfEzlLBG+KiFX/ueeD4PehyBKcG79MOrjkMs=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=NHVKHI4BWscSG2ilZhqFOyKas+W/hFnMgijCVZNxTYjL5pnMhF6c+CaFvN3ssw3JiCFU6OoZpVMiqQFNCqsD4bQ5KGLbWRkWVX5zvpAGgQBRlbXCNeA9DcTxFocpcIW3OlIUGri4FvB+0vhnZVuSDVua9/ZsUMs7fTPh3wlfuuI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-26-217.elisa-laajakaista.fi [88.113.26.217]) by fgw20.mail.saunalahti.fi (Halon) with ESMTP id 04d36d4b-e195-11ee-b3cf-005056bd6ce9; Thu, 14 Mar 2024 01:54:24 +0200 (EET) From: Andy Shevchenko To: Linus Walleij , Andy Shevchenko , AngeloGioacchino Del Regno , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 00/11] pinctrl: aw9523: number of cleanups Date: Thu, 14 Mar 2024 01:52:03 +0200 Message-ID: <20240313235422.180075-1-andy.shevchenko@gmail.com> X-Mailer: git-send-email 2.44.0 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Just noticed that the newly introduced driver has some leftovers or unneeded customisation. Hence this series. It may (or may not :-) be sent as an update after v6.9-rc1 for v6.9 cycle, but TBH there is nothing functional critical. Andy Shevchenko (11): pinctrl: aw9523: Destroy mutex on ->remove() pinctrl: aw9523: Use correct error code for not supported functionality pinctrl: aw9523: Always try both ports in aw9523_gpio_set_multiple() pinctrl: aw9523: Make use of struct pinfunction and PINCTRL_PINFUNCTION() pinctrl: aw9523: Use temporary variable for HW IRQ number pinctrl: aw9523: Get rid of redundant ' & U8_MAX' pieces pinctrl: aw9523: Remove unused irqchip field in struct aw9523_irq pinctrl: aw9523: Make use of dev_err_probe() pinctrl: aw9523: Sort headers and group pinctrl/* pinctrl: aw9523: Fix indentation in a few places pinctrl: aw9523: Remove redundant dependency to OF drivers/pinctrl/Kconfig | 2 +- drivers/pinctrl/pinctrl-aw9523.c | 132 +++++++++++-------------------- 2 files changed, 48 insertions(+), 86 deletions(-)