mbox series

[v1,0/2] Minor optimizations for Cherryview pinctrl

Message ID 20230608071903.19170-1-raag.jadav@intel.com
Headers show
Series Minor optimizations for Cherryview pinctrl | expand

Message

Raag Jadav June 8, 2023, 7:19 a.m. UTC
This series implements minor optimizations for Cherryview pinctrl driver.

The numbers are as tested with gcc 7.5.0 and may vary with newer versions.

Raag Jadav (2):
  pinctrl: cherryview: simplify exit path of set_mux hook
  pinctrl: cherryview: simplify exit path of gpio_request_enable hook

 drivers/pinctrl/intel/pinctrl-cherryview.c | 24 ++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

Comments

Mika Westerberg June 8, 2023, 8:12 a.m. UTC | #1
On Thu, Jun 08, 2023 at 12:49:01PM +0530, Raag Jadav wrote:
> This series implements minor optimizations for Cherryview pinctrl driver.
> 
> The numbers are as tested with gcc 7.5.0 and may vary with newer versions.

Exactly they may vary and also depending on which compiler options you
pass. Same comments to this series as I gave for the previous one.