All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] gpio: ts4900: Do not set DAT and OE together
@ 2022-03-10  1:16 Kris Bahnsen
  2022-03-10  1:16 ` [PATCH v3 1/2] " Kris Bahnsen
  2022-03-10  1:16 ` [PATCH v3 2/2] gpio: ts4900: Use SPDX header Kris Bahnsen
  0 siblings, 2 replies; 10+ messages in thread
From: Kris Bahnsen @ 2022-03-10  1:16 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, linux-gpio, linux-kernel
  Cc: Mark Featherston, Kris Bahnsen

Work around hardware race condition when setting DAT and OE in same
transaction. Also clean up license boilerplate and use SPDX.

I was not sure if it was preferred to make it a series or individual
patches. I went with series because "gpio: ts4900: Use SPDX header"
cannot cleanly apply by itself due to copyright year changes in the fix
commit. If this is not preferred, please let me know.

V3:
- Move addition of SPDX identifier to separate commit
- Remove license boilerplate in file

V2:
- Add Fixes tag

Kris Bahnsen (1):
  gpio: ts4900: Use SPDX header

Mark Featherston (1):
  gpio: ts4900: Do not set DAT and OE together

 drivers/gpio/gpio-ts4900.c | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-03-11 11:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10  1:16 [PATCH v3 0/2] gpio: ts4900: Do not set DAT and OE together Kris Bahnsen
2022-03-10  1:16 ` [PATCH v3 1/2] " Kris Bahnsen
2022-03-10  9:06   ` Bartosz Golaszewski
2022-03-10 14:48   ` Andy Shevchenko
2022-03-10 17:36     ` Kris Bahnsen
2022-03-10 19:30       ` Bartosz Golaszewski
2022-03-10 19:47         ` Kris Bahnsen
2022-03-11 11:25           ` Andy Shevchenko
2022-03-10  1:16 ` [PATCH v3 2/2] gpio: ts4900: Use SPDX header Kris Bahnsen
2022-03-10  9:06   ` Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.