Searched hist:"078 d83033a76ddbb030e87ed2a56eb28a57a7b34" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-baytrail.c | 078d83033a76ddbb030e87ed2a56eb28a57a7b34 Wed Nov 22 17:50:38 UTC 2023 Andy Shevchenko <andriy.shevchenko@linux.intel.com> pinctrl: baytrail: Move default strength assignment to a switch-case
When ->pin_config_set() is called from the GPIO library (assumed GpioIo() ACPI resource), the argument can be 1, when, for example, PullDefault is provided. In such case we supply sane default in the driver. Move that default assingment to a switch-case, so it will be consolidated in one place.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> 078d83033a76ddbb030e87ed2a56eb28a57a7b34 Wed Nov 22 17:50:38 UTC 2023 Andy Shevchenko <andriy.shevchenko@linux.intel.com> pinctrl: baytrail: Move default strength assignment to a switch-case
When ->pin_config_set() is called from the GPIO library (assumed GpioIo() ACPI resource), the argument can be 1, when, for example, PullDefault is provided. In such case we supply sane default in the driver. Move that default assingment to a switch-case, so it will be consolidated in one place.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> 078d83033a76ddbb030e87ed2a56eb28a57a7b34 Wed Nov 22 17:50:38 UTC 2023 Andy Shevchenko <andriy.shevchenko@linux.intel.com> pinctrl: baytrail: Move default strength assignment to a switch-case
When ->pin_config_set() is called from the GPIO library (assumed GpioIo() ACPI resource), the argument can be 1, when, for example, PullDefault is provided. In such case we supply sane default in the driver. Move that default assingment to a switch-case, so it will be consolidated in one place.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> 078d83033a76ddbb030e87ed2a56eb28a57a7b34 Wed Nov 22 17:50:38 UTC 2023 Andy Shevchenko <andriy.shevchenko@linux.intel.com> pinctrl: baytrail: Move default strength assignment to a switch-case
When ->pin_config_set() is called from the GPIO library (assumed GpioIo() ACPI resource), the argument can be 1, when, for example, PullDefault is provided. In such case we supply sane default in the driver. Move that default assingment to a switch-case, so it will be consolidated in one place.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
|