[PATCH v2 0/3] pinctrl: intel: retrieve pure platform driver data as well

Andy Shevchenko posted 3 patches 3 weeks, 1 day ago
drivers/pinctrl/intel/pinctrl-intel.c | 51 ++++++++++++++++++---------
drivers/pinctrl/intel/pinctrl-intel.h |  2 +-
2 files changed, 36 insertions(+), 17 deletions(-)
[PATCH v2 0/3] pinctrl: intel: retrieve pure platform driver data as well
Posted by Andy Shevchenko 3 weeks, 1 day ago
The reported platform can't be enumerated as it misses driver data
associated with the firmware node. Instead we should use platform
driver data. This mini-series to make it happen.

Changes v2:
- constified parameter in intel_pinctrl_get_soc_data() (Mika)
- added tag (Radek)

Cc: Radek Válko <rvalko@lipicko.cz>

Andy Shevchenko (3):
  pinctrl: intel: Move intel_pinctrl_get_soc_data() upper in the code
  pinctrl: intel: constify parameter in intel_pinctrl_get_soc_data()
  pinctrl: intel: Try to retrieve driver data for pure platform drivers

 drivers/pinctrl/intel/pinctrl-intel.c | 51 ++++++++++++++++++---------
 drivers/pinctrl/intel/pinctrl-intel.h |  2 +-
 2 files changed, 36 insertions(+), 17 deletions(-)

-- 
2.50.1

Re: [PATCH v2 0/3] pinctrl: intel: retrieve pure platform driver data as well
Posted by Mika Westerberg 3 weeks, 1 day ago
On Thu, Sep 03, 2026 at 01:46:11PM +0200, Andy Shevchenko wrote:
> The reported platform can't be enumerated as it misses driver data
> associated with the firmware node. Instead we should use platform
> driver data. This mini-series to make it happen.
> 
> Changes v2:
> - constified parameter in intel_pinctrl_get_soc_data() (Mika)
> - added tag (Radek)
> 
> Cc: Radek Válko <rvalko@lipicko.cz>
> 
> Andy Shevchenko (3):
>   pinctrl: intel: Move intel_pinctrl_get_soc_data() upper in the code
>   pinctrl: intel: constify parameter in intel_pinctrl_get_soc_data()
>   pinctrl: intel: Try to retrieve driver data for pure platform drivers
> 

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Re: [PATCH v2 0/3] pinctrl: intel: retrieve pure platform driver data as well
Posted by Andy Shevchenko 3 weeks, 1 day ago
On Thu, Sep 03, 2026 at 01:54:24PM +0200, Mika Westerberg wrote:
> On Thu, Sep 03, 2026 at 01:46:11PM +0200, Andy Shevchenko wrote:
> > The reported platform can't be enumerated as it misses driver data
> > associated with the firmware node. Instead we should use platform
> > driver data. This mini-series to make it happen.
> > 
> > Changes v2:
> > - constified parameter in intel_pinctrl_get_soc_data() (Mika)
> > - added tag (Radek)
> > 
> > Cc: Radek Válko <rvalko@lipicko.cz>
> > 
> > Andy Shevchenko (3):
> >   pinctrl: intel: Move intel_pinctrl_get_soc_data() upper in the code
> >   pinctrl: intel: constify parameter in intel_pinctrl_get_soc_data()
> >   pinctrl: intel: Try to retrieve driver data for pure platform drivers
> 
> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Pushed to my review and testing queue, thanks!

-- 
With Best Regards,
Andy Shevchenko