Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1547582

[PATCH v2 0/2] reset: Make optional functions really optional.

From Ramiro Oliveira <Ramiro.Oliveira@synopsys.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] reset: Make optional functions really optional.
Date 2016-12-27 13:50 +0100
Message-ID <sSZmx-262-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


v2:
 - Make some comments more explicit
 - Add optional flag to reduce code duplication
 - Change shared flag from int to bool to match optional flag 

Up until now optional functions in the reset API were similar to the non
optional.

This patch corrects that, while maintaining compatibility with existing
drivers.

As suggested here: https://lkml.org/lkml/2016/12/14/502

Ramiro Oliveira (2):
  reset: Change shared flag from int to bool
  reset: make optional functions really optional

 drivers/reset/core.c  | 39 +++++++++++++++++++++++++++++++--------
 include/linux/reset.h | 45 ++++++++++++++++++++++++++-------------------
 2 files changed, 57 insertions(+), 27 deletions(-)

-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] reset: Make optional functions really optional. Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-12-27 13:50 +0100
  [PATCH v2 1/2] reset: Change shared flag from int to bool Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-12-27 13:50 +0100
  [PATCH v2 2/2] reset: make optional functions really optional Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2016-12-27 13:50 +0100

csiph-web