[PATCH 1/8] module: add extra argument for parse_params() callback

2015-03-30 Thread Dmitry Torokhov
From: "Luis R. Rodriguez" This adds an extra argument onto parse_params() to be used as a way to make the unused callback a bit more useful and generic by allowing the caller to pass on a data structure of its choice. An example use case is to allow us to easily make module parameters for every m

[PATCH 1/8] module: add extra argument for parse_params() callback

2015-01-16 Thread Dmitry Torokhov
From: Luis R. Rodriguez This adds an extra argument onto parse_params() to be used as a way to make the unused callback a bit more useful and generic by allowing the caller to pass on a data structure of its choice. An example use case is to allow us to easily make module parameters for every mod