All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/18] staging: vchiq_arm: minor adjustments
@ 2022-01-23 20:02 Stefan Wahren
  2022-01-23 20:02 ` [PATCH 01/18] staging: vchiq_core: fix indentation in vchiq_log_dump_mem Stefan Wahren
                   ` (18 more replies)
  0 siblings, 19 replies; 25+ messages in thread
From: Stefan Wahren @ 2022-01-23 20:02 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Greg Kroah-Hartman
  Cc: bcm-kernel-feedback-list, Phil Elwell, Gaston Gonzalez,
	linux-staging, Stefan Wahren

This is a loose collection of small adjustments to the VCHIQ code 
(mostly coding style, but also bugfixes).

Stefan Wahren (18):
  staging: vchiq_core: fix indentation in vchiq_log_dump_mem
  staging: vchiq_debugfs: get the rid of n_log_entries
  staging: vchiq_arm: introduce is_adjacent_block
  staging: vchiq: convert TODOs into unordered list
  staging: vchiq: drop completed tasks from TODO
  staging: vchiq: add message handling to TODO list
  staging: vchiq_core: fix type of parameter localport
  staging: vchiq_core: simplify vchiq_add_service_internal
  staging: vchiq_core: align return statements in msg_type_str
  staging: vchiq_core: drop prefix of vchiq_set_service_state
  staging: vchiq_core: reduce multi-line statements
  staging: vchiq_core: fix alignment
  staging: vchiq_core: avoid ternary operator for set_service_state
  staging: vchiq_core: use min_t macro
  staging: vchiq_arm: make vchiq_get_state return early
  staging: vchiq_arm: Avoid NULL ptr deref in
    vchiq_dump_platform_instances
  staging: vchiq_core: handle NULL result of find_service_by_handle
  staging: vchiq_dev: Avoid unnecessary alloc in
    vchiq_ioc_create_service

 drivers/staging/vc04_services/interface/TODO       |  56 +++------
 .../vc04_services/interface/vchiq_arm/vchiq_arm.c  |  34 +++--
 .../vc04_services/interface/vchiq_arm/vchiq_core.c | 137 +++++++++------------
 .../vc04_services/interface/vchiq_arm/vchiq_core.h |   2 +-
 .../interface/vchiq_arm/vchiq_debugfs.c            |   4 +-
 .../vc04_services/interface/vchiq_arm/vchiq_dev.c  |   7 +-
 6 files changed, 107 insertions(+), 133 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-01-25 10:22 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-23 20:02 [PATCH 00/18] staging: vchiq_arm: minor adjustments Stefan Wahren
2022-01-23 20:02 ` [PATCH 01/18] staging: vchiq_core: fix indentation in vchiq_log_dump_mem Stefan Wahren
2022-01-23 20:02 ` [PATCH 02/18] staging: vchiq_debugfs: get the rid of n_log_entries Stefan Wahren
2022-01-23 20:02 ` [PATCH 03/18] staging: vchiq_arm: introduce is_adjacent_block Stefan Wahren
2022-01-23 20:02 ` [PATCH 04/18] staging: vchiq: convert TODOs into unordered list Stefan Wahren
2022-01-23 20:02 ` [PATCH 05/18] staging: vchiq: drop completed tasks from TODO Stefan Wahren
2022-01-23 20:02 ` [PATCH 06/18] staging: vchiq: add message handling to TODO list Stefan Wahren
2022-01-23 20:02 ` [PATCH 07/18] staging: vchiq_core: fix type of parameter localport Stefan Wahren
2022-01-23 20:02 ` [PATCH 08/18] staging: vchiq_core: simplify vchiq_add_service_internal Stefan Wahren
2022-01-24 15:26   ` Pavel Skripkin
2022-01-25  9:59     ` Dan Carpenter
2022-01-25 10:06       ` Pavel Skripkin
2022-01-25 10:20         ` Dan Carpenter
2022-01-25 10:22           ` Pavel Skripkin
2022-01-23 20:02 ` [PATCH 09/18] staging: vchiq_core: align return statements in msg_type_str Stefan Wahren
2022-01-23 20:02 ` [PATCH 10/18] staging: vchiq_core: drop prefix of vchiq_set_service_state Stefan Wahren
2022-01-23 20:02 ` [PATCH 11/18] staging: vchiq_core: reduce multi-line statements Stefan Wahren
2022-01-23 20:02 ` [PATCH 12/18] staging: vchiq_core: fix alignment Stefan Wahren
2022-01-23 20:02 ` [PATCH 13/18] staging: vchiq_core: avoid ternary operator for set_service_state Stefan Wahren
2022-01-23 20:02 ` [PATCH 14/18] staging: vchiq_core: use min_t macro Stefan Wahren
2022-01-23 20:02 ` [PATCH 15/18] staging: vchiq_arm: make vchiq_get_state return early Stefan Wahren
2022-01-23 20:02 ` [PATCH 16/18] staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances Stefan Wahren
2022-01-23 20:02 ` [PATCH 17/18] staging: vchiq_core: handle NULL result of find_service_by_handle Stefan Wahren
2022-01-23 20:02 ` [PATCH 18/18] staging: vchiq_dev: Avoid unnecessary alloc in vchiq_ioc_create_service Stefan Wahren
2022-01-24  9:52 ` [PATCH 00/18] staging: vchiq_arm: minor adjustments nicolas saenz julienne

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.