All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: mt7621-gpio: some driver cleanups
@ 2018-05-14 14:02 Sergio Paracuellos
  2018-05-14 14:02 ` [PATCH 1/5] staging: mt7621-gpio: fix some warnings because of lines exceded 80 characters Sergio Paracuellos
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Sergio Paracuellos @ 2018-05-14 14:02 UTC (permalink / raw)
  To: gregkh; +Cc: neil, driverdev-devel

The following patch series fix all remaining checkpatch complains
about this driver. Changes have not been tested and also compiled
but it should not have any problem about them.

Sergio Paracuellos (5):
  staging: mt7621-gpio: fix some warnings because of lines exceded 80
    characters
  staging: mt7621-gpio: add SPDX identifier
  dt-bindings: add compatible string for 'mtk' MediaTek
  dt-bindings: gpio: add documentation for mt7621-gpio
  staging: mt7621-gpio: remove device tree related stuff from TODO file

 .../devicetree/bindings/gpio/mtk,mt7621-gpio.txt   | 51 ++++++++++++++++++++++
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 drivers/staging/mt7621-gpio/TODO                   |  1 -
 drivers/staging/mt7621-gpio/gpio-mt7621.c          | 24 +++++-----
 4 files changed, 66 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/mtk,mt7621-gpio.txt

-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2018-05-15  8:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-14 14:02 [PATCH 0/5] staging: mt7621-gpio: some driver cleanups Sergio Paracuellos
2018-05-14 14:02 ` [PATCH 1/5] staging: mt7621-gpio: fix some warnings because of lines exceded 80 characters Sergio Paracuellos
2018-05-14 14:02 ` [PATCH 2/5] staging: mt7621-gpio: add SPDX identifier Sergio Paracuellos
2018-05-14 14:02 ` [PATCH 3/5] dt-bindings: add compatible string for 'mtk' MediaTek Sergio Paracuellos
2018-05-15  7:24   ` Greg KH
2018-05-15  8:22     ` Sergio Paracuellos
2018-05-14 14:02 ` [PATCH 4/5] dt-bindings: gpio: add documentation for mt7621-gpio Sergio Paracuellos
2018-05-15  1:21   ` NeilBrown
2018-05-15  4:53     ` Sergio Paracuellos
2018-05-15  7:25   ` Greg KH
2018-05-15  8:22     ` Sergio Paracuellos
2018-05-14 14:02 ` [PATCH 5/5] staging: mt7621-gpio: remove device tree related stuff from TODO file Sergio Paracuellos
2018-05-15  1:26   ` NeilBrown
2018-05-15  4:55     ` Sergio Paracuellos
2018-05-15  1:01 ` [PATCH 0/5] staging: mt7621-gpio: some driver cleanups NeilBrown
2018-05-15  4:57   ` Sergio Paracuellos

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.