[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251103200235.712436-1-andriy.shevchenko@linux.intel.com>
Date: Mon, 3 Nov 2025 20:58:27 +0100
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Mika Westerberg <mika.westerberg@...ux.intel.com>,
Andy Shevchenko <andy@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH v1 0/4] pinctrl: intel: Unify error messages
Unify error messages with help of dev_err_probe(). This brings
a common pattern with error code printed as well. While at it,
make the text message the same for the same reasons across
the Intel pin control drivers.
Andy Shevchenko (4):
pinctrl: baytrail: Unify messages with help of dev_err_probe()
pinctrl: cherryview: Unify messages with help of dev_err_probe()
pinctrl: intel: Unify messages with help of dev_err_probe()
pinctrl: tangier: Unify messages with help of dev_err_probe()
drivers/pinctrl/intel/pinctrl-baytrail.c | 20 ++++++++----------
drivers/pinctrl/intel/pinctrl-cherryview.c | 24 ++++++++--------------
drivers/pinctrl/intel/pinctrl-intel.c | 24 ++++++++--------------
drivers/pinctrl/intel/pinctrl-tangier.c | 3 +--
4 files changed, 25 insertions(+), 46 deletions(-)
--
2.50.1
Powered by blists - more mailing lists