
20 Oct
2011
20 Oct
'11
10:08 p.m.
On Thursday 20 October 2011 15:03:27 Simon Glass wrote:
+void uart_enable(NS16550_t regs); +void spi_enable(void);
also, you're not really enabling these devices, you're switching the pinmux. so perhaps a better name would be "pinmux_select_uart()" ? or something similar ? -mike