mbox series

[v1,0/5] pinctrl: at91: Cleanups

Message ID 20230210145656.71838-1-andriy.shevchenko@linux.intel.com
Headers show
Series pinctrl: at91: Cleanups | expand

Message

Andy Shevchenko Feb. 10, 2023, 2:56 p.m. UTC
The kasprintf() patch makes me look into the driver code and besides
missed fix, there is a room to improve. Hence this series.

(for now not even compile tested)

Andy Shevchenko (5):
  pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)
  pinctrl: at91: Don't mix non-devm calls with devm ones
  pinctrl: at91: Use of_device_get_match_data()
  pinctrl: at91: Use dev_err_probe() instead of custom messaging
  pinctrl: at91: Utilise temporary variable for struct device

 drivers/pinctrl/pinctrl-at91.c | 164 ++++++++++++++-------------------
 1 file changed, 67 insertions(+), 97 deletions(-)