Re: [PATCH 0/4] Import and Port Beagle pinmux driver

2021-03-16 Thread Christian MAUDERER
Hello Gedare, moving the pinmux driver from libbsd to RTEMS is a good direction. It avoids the double initialization of the pins that we currently have for that BSP. I planned to test the patches in the next few days. Best regards Christian Am 15.03.21 um 21:04 schrieb Gedare Bloom:

Re: [PATCH 0/4] Import and Port Beagle pinmux driver

2021-03-15 Thread Gedare Bloom
Christian, Can you please provide comments on this patch series and the TI pinmux removal from libbsd? thanks On Sat, Mar 13, 2021 at 4:02 AM G S Niteesh Babu wrote: > > The following series of patches import and port the beagle > pinmux driver from FreeBSD to RTEMS. > > Porting this driver

[PATCH 0/4] Import and Port Beagle pinmux driver

2021-03-13 Thread G S Niteesh Babu
The following series of patches import and port the beagle pinmux driver from FreeBSD to RTEMS. Porting this driver will avoid double initialization of pin multiplexers once during RTEMS initialization and second time during libBSD initialization. UPDATE #3782 G S Niteesh Babu (4):