Message ID | 20211213103243.33657-1-heikki.krogerus@linux.intel.com |
---|---|
Headers | show |
Series | acpi: Store _PLD information and convert users | expand |
Hi Heikki, On Mon, Dec 13, 2021 at 01:32:38PM +0300, Heikki Krogerus wrote: > Hi, > > I'm now using the helpers device_match_acpi_dev() and > device_match_fwnode() like Andy suggested. No other changes. > > > The original cover letter: > > This removes the need for the drivers to always separately evaluate > the _PLD. With the USB Type-C connector and USB port mapping this > allows us to start using the component framework and remove the custom > APIs. > > So far the only users of the _PLD information have been the USB > drivers, but it seems it will be used also at least in some camera > drivers later. These nevertheless touch mostly USB drivers. > > Rafael, is it still OK if Greg takes these? > > Prashant, can you test these? I'd sent an email earlier, but not sure why it's not showing up in lore.kernel.org. So I'll send it again. FWIW, for the series: Tested-by: Prashant Malani <pmalani@chromium.org> Thanks, -Prashant
On Mon, Dec 13, 2021 at 11:32 AM Heikki Krogerus <heikki.krogerus@linux.intel.com> wrote: > > Hi, > > I'm now using the helpers device_match_acpi_dev() and > device_match_fwnode() like Andy suggested. No other changes. > > > The original cover letter: > > This removes the need for the drivers to always separately evaluate > the _PLD. With the USB Type-C connector and USB port mapping this > allows us to start using the component framework and remove the custom > APIs. > > So far the only users of the _PLD information have been the USB > drivers, but it seems it will be used also at least in some camera > drivers later. These nevertheless touch mostly USB drivers. > > Rafael, is it still OK if Greg takes these? It is in general, but let me look at the changes in scan.c in particular.