Messages in this thread |  | | Date | Mon, 19 Dec 2022 16:42:41 +0200 | From | Andy Shevchenko <> | Subject | Re: [PATCH v1 1/8] pinctrl: Introduce struct pinfunction and PINCTRL_PINFUNCTION() macro |
| |
On Mon, Dec 19, 2022 at 02:42:33PM +0200, Andy Shevchenko wrote: > There are many pin control drivers define their own data type for > pin function representation which is the same or embed the same data > as newly introduced one. Provide the data type and convenient macro > for all pin control drivers.
The stats for the entire series:
drivers/pinctrl/intel/pinctrl-baytrail.c | 10 +++++----- drivers/pinctrl/intel/pinctrl-cherryview.c | 6 +++--- drivers/pinctrl/intel/pinctrl-intel.c | 6 +++--- drivers/pinctrl/intel/pinctrl-intel.h | 16 +++++----------- drivers/pinctrl/intel/pinctrl-lynxpoint.c | 8 ++++---- drivers/pinctrl/intel/pinctrl-merrifield.c | 6 +++--- drivers/pinctrl/intel/pinctrl-moorefield.c | 6 +++--- include/linux/pinctrl/pinctrl.h | 20 ++++++++++++++++++++ 8 files changed, 46 insertions(+), 32 deletions(-)
-- With Best Regards, Andy Shevchenko
|  |