Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e195aba4 authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Greg Kroah-Hartman
Browse files

staging: omap-thermal: device initialization section



Section of helper functions to initilize the bandgap device

Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 56f132f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -703,6 +703,8 @@ void *omap_bandgap_get_sensor_data(struct omap_bandgap *bg_ptr, int id)
	return bg_ptr->conf->sensors[id].data;
}

/***   Helper functions used during device initialization   ***/

static int
omap_bandgap_force_single_read(struct omap_bandgap *bg_ptr, int id)
{