[PATCH 2/2] omap: move do_set_mux to omap4_generic
Sascha Hauer
s.hauer at pengutronix.de
Mon Mar 5 12:12:14 EST 2012
On Mon, Mar 05, 2012 at 11:19:44AM +0100, Jan Weitzel wrote:
> do_set_mux is used by two boards.
> return 0;
> }
> +
> +void do_set_mux(u32 base, struct pad_conf_entry const *array, int size)
> +{
> + int i;
> + struct pad_conf_entry *pad = (struct pad_conf_entry *) array;
> +
> + for (i = 0; i < size; i++, pad++)
> + writew(pad->val, base + pad->offset);
> +}
Same here.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list