All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] staging: mt7621-pinctrl: some cleanups
@ 2018-06-28 19:02 Sergio Paracuellos
  2018-06-28 19:02 ` [PATCH 01/13] staging: mt7621-pinctrl: avoid space after if condition Sergio Paracuellos
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Sergio Paracuellos @ 2018-06-28 19:02 UTC (permalink / raw)
  To: gregkh; +Cc: neil, driverdev-devel

This patch series add remaining cleanups from previous series
which had problems to applied from here:

http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-June/121744.html

Just send remaining patches in a new patch serie.

Hope this helps.

Best regards,
    Sergio Paracuellos

Sergio Paracuellos (13):
  staging: mt7621-pinctrl: avoid space after if condition
  staging: mt7621-pinctrl: avoid lines over 80 chars
  staging: mt7621-pinctrl: replace seq_printf with seq_puts
  staging: mt7621-pinctrl: align function parameters in some functions
  staging: mt7621-pinctrl: use tabs instead of spaces in some
    indentations
  staging: mt7621-pinctrl: make use of pinctrl_utils_free_map
  staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' field
  staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_map
  staging: mt7621-dts: use 'function' and 'group' for pinctrl bindings
  staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map
    function
  staging: mt7621-pinctrl: use ternary operator return in
    rt2880_get_group_name
  staging: mt7621-pinctrl: remove 'rt2880_pinctrl_pin_dbg_show' callback
  staging: mt7621-pinctrl: replace core_initcall_sync with
    builtin_platform_driver

 drivers/staging/mt7621-dts/mt7621.dtsi          |  48 +++----
 drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c | 160 +++++++++---------------
 2 files changed, 80 insertions(+), 128 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2018-07-09 10:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-28 19:02 [PATCH 00/13] staging: mt7621-pinctrl: some cleanups Sergio Paracuellos
2018-06-28 19:02 ` [PATCH 01/13] staging: mt7621-pinctrl: avoid space after if condition Sergio Paracuellos
2018-06-28 19:02 ` [PATCH 02/13] staging: mt7621-pinctrl: avoid lines over 80 chars Sergio Paracuellos
2018-06-28 19:02 ` [PATCH 03/13] staging: mt7621-pinctrl: replace seq_printf with seq_puts Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 04/13] staging: mt7621-pinctrl: align function parameters in some functions Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 05/13] staging: mt7621-pinctrl: use tabs instead of spaces in some indentations Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 06/13] staging: mt7621-pinctrl: make use of pinctrl_utils_free_map Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 07/13] staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' field Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 08/13] staging: mt7621-pinctrl: make use of pinctrl_utils_reserve_map Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 09/13] staging: mt7621-dts: use 'function' and 'group' for pinctrl bindings Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 10/13] staging: mt7621-pinctrl: refactor rt2880_pinctrl_dt_node_to_map function Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 11/13] staging: mt7621-pinctrl: use ternary operator return in rt2880_get_group_name Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 12/13] staging: mt7621-pinctrl: remove 'rt2880_pinctrl_pin_dbg_show' callback Sergio Paracuellos
2018-06-28 19:03 ` [PATCH 13/13] staging: mt7621-pinctrl: replace core_initcall_sync with builtin_platform_driver Sergio Paracuellos
2018-07-08 23:40   ` NeilBrown
2018-07-09  4:30     ` Sergio Paracuellos
2018-07-09  7:39       ` Greg KH
2018-07-09 10:19         ` 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.