9
0
Fork 0
barebox/common/state
Sascha Hauer fdf498cf02 state: consistently pass one type as private data to dev_add_param_*
The different dev_add_param_* calls all use different types as private
data. This is unnecessary, use struct state_variable * for all of them.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-09-20 10:29:14 +02:00
..
Makefile state: only build circular backend if MTD is enabled 2016-07-25 10:21:16 +02:00
backend.c state: copy backend of_path string 2016-09-20 10:28:46 +02:00
backend_bucket_cached.c state: Refactor state framework 2016-07-08 08:59:31 +02:00
backend_bucket_circular.c state: Refactor state framework 2016-07-08 08:59:31 +02:00
backend_bucket_direct.c state: Refactor state framework 2016-07-08 08:59:31 +02:00
backend_format_dtb.c state: Refactor state framework 2016-07-08 08:59:31 +02:00
backend_format_raw.c state: Refactor state framework 2016-07-08 08:59:31 +02:00
backend_storage.c state: only build circular backend if MTD is enabled 2016-07-25 10:21:16 +02:00
state.c state: fix finding the correct parent node 2016-09-20 10:28:53 +02:00
state.h state: make locally used function static 2016-09-20 10:29:06 +02:00
state_variables.c state: consistently pass one type as private data to dev_add_param_* 2016-09-20 10:29:14 +02:00