[v1,0/6] gpio: ge: fixes and cleanups

Message ID 20230724161320.63876-1-andriy.shevchenko@linux.intel.com
Headers
Series gpio: ge: fixes and cleanups |

Message

Andy Shevchenko July 24, 2023, 4:13 p.m. UTC
  Randy reported a couple of problems, the first two patches
fix that. On top are a few cleanups.

Andy Shevchenko (6):
  gpio: ge: Add missing header
  gpio: ge: Fix English spelling and grammar
  gpio: ge: Make driver OF-independent
  gpio: ge: Utilise temporary variable for struct device
  gpio: ge: Replace GPLv2 boilerplate with SPDX
  gpio: ge: Enable COMPILE_TEST for the driver

 drivers/gpio/Kconfig   |  2 +-
 drivers/gpio/gpio-ge.c | 66 +++++++++++++++++++-----------------------
 2 files changed, 30 insertions(+), 38 deletions(-)
  

Comments

Randy Dunlap July 24, 2023, 10:55 p.m. UTC | #1
On 7/24/23 09:13, Andy Shevchenko wrote:
> Randy reported a couple of problems, the first two patches
> fix that. On top are a few cleanups.
> 

For the series:

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested

Thanks.

> Andy Shevchenko (6):
>   gpio: ge: Add missing header
>   gpio: ge: Fix English spelling and grammar
>   gpio: ge: Make driver OF-independent
>   gpio: ge: Utilise temporary variable for struct device
>   gpio: ge: Replace GPLv2 boilerplate with SPDX
>   gpio: ge: Enable COMPILE_TEST for the driver
> 
>  drivers/gpio/Kconfig   |  2 +-
>  drivers/gpio/gpio-ge.c | 66 +++++++++++++++++++-----------------------
>  2 files changed, 30 insertions(+), 38 deletions(-)
>
  
Bartosz Golaszewski July 27, 2023, 7:33 a.m. UTC | #2
On Mon, Jul 24, 2023 at 6:13 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Randy reported a couple of problems, the first two patches
> fix that. On top are a few cleanups.
>
> Andy Shevchenko (6):
>   gpio: ge: Add missing header
>   gpio: ge: Fix English spelling and grammar
>   gpio: ge: Make driver OF-independent
>   gpio: ge: Utilise temporary variable for struct device
>   gpio: ge: Replace GPLv2 boilerplate with SPDX
>   gpio: ge: Enable COMPILE_TEST for the driver
>
>  drivers/gpio/Kconfig   |  2 +-
>  drivers/gpio/gpio-ge.c | 66 +++++++++++++++++++-----------------------
>  2 files changed, 30 insertions(+), 38 deletions(-)
>
> --
> 2.40.0.1.gaa8946217a0b
>

Sweet! Applied the entire thing.

Bart