linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] pinctrl: intel: Unify error messages
@ 2025-11-03 19:58 Andy Shevchenko
  2025-11-03 19:58 ` [PATCH v1 1/4] pinctrl: baytrail: Unify messages with help of dev_err_probe() Andy Shevchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andy Shevchenko @ 2025-11-03 19:58 UTC (permalink / raw)
  To: Andy Shevchenko, linux-gpio, linux-kernel
  Cc: Mika Westerberg, Andy Shevchenko, Linus Walleij

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-04  8:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03 19:58 [PATCH v1 0/4] pinctrl: intel: Unify error messages Andy Shevchenko
2025-11-03 19:58 ` [PATCH v1 1/4] pinctrl: baytrail: Unify messages with help of dev_err_probe() Andy Shevchenko
2025-11-03 19:58 ` [PATCH v1 2/4] pinctrl: cherryview: " Andy Shevchenko
2025-11-03 19:58 ` [PATCH v1 3/4] pinctrl: intel: " Andy Shevchenko
2025-11-03 19:58 ` [PATCH v1 4/4] pinctrl: tangier: " Andy Shevchenko
2025-11-04  5:25 ` [PATCH v1 0/4] pinctrl: intel: Unify error messages Mika Westerberg
2025-11-04  8:31   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).