Re: [U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional

2017-09-12 Thread Tom Rini
On Tue, Sep 12, 2017 at 02:05:01PM +0200, Felix Brack wrote: > > > On 07.09.2017 17:14, Tom Rini wrote: > > On Wed, Sep 06, 2017 at 04:57:52PM +0200, Felix Brack wrote: > >> On 01.09.2017 17:21, Tom Rini wrote: > >>> On Thu, Aug 31, 2017 at 03:16:17PM +0200, Felix Brack wrote: > >>> > Boards

Re: [U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional

2017-09-12 Thread Felix Brack
On 07.09.2017 17:14, Tom Rini wrote: > On Wed, Sep 06, 2017 at 04:57:52PM +0200, Felix Brack wrote: >> On 01.09.2017 17:21, Tom Rini wrote: >>> On Thu, Aug 31, 2017 at 03:16:17PM +0200, Felix Brack wrote: >>> Boards using the single-register-pin-controller can configure all pins by mea

Re: [U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional

2017-09-07 Thread Tom Rini
On Wed, Sep 06, 2017 at 04:57:52PM +0200, Felix Brack wrote: > On 01.09.2017 17:21, Tom Rini wrote: > > On Thu, Aug 31, 2017 at 03:16:17PM +0200, Felix Brack wrote: > > > >> Boards using the single-register-pin-controller can configure all > >> pins by means of the device tree. This renders the i

Re: [U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional

2017-09-06 Thread Felix Brack
On 01.09.2017 17:21, Tom Rini wrote: > On Thu, Aug 31, 2017 at 03:16:17PM +0200, Felix Brack wrote: > >> Boards using the single-register-pin-controller can configure all >> pins by means of the device tree. This renders the implementation of >> the two functions set_uart_mux_conf and set_mux_con

Re: [U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional

2017-09-01 Thread Tom Rini
On Thu, Aug 31, 2017 at 03:16:17PM +0200, Felix Brack wrote: > Boards using the single-register-pin-controller can configure all > pins by means of the device tree. This renders the implementation of > the two functions set_uart_mux_conf and set_mux_conf_regs obsolete. > Using the weak attribute

[U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional

2017-08-31 Thread Felix Brack
Boards using the single-register-pin-controller can configure all pins by means of the device tree. This renders the implementation of the two functions set_uart_mux_conf and set_mux_conf_regs obsolete. Using the weak attribute for these two function declarations allows the omission of the respect