Re: [PATCH 0/1] Add i2c in Beagle initialization

2019-09-18 Thread Christian Mauderer
On 18/09/2019 06:42, Chris Johns wrote:
> On 18/9/19 8:03 am, Vijay Kumar Banerjee wrote:
>> The following patch adds i2c device initialization in BBB.
>> The intention is to have th i2c-0 device created during
>> initialization so that the libbsd applications can use the
>> RTEMS i2c device on Beaglebone black without the need to
>> call the i2c register api from the application.
>>
>> If there's no objection from the community then this can
>> be merged to the master.
> 
> Christian, please push if you are ok with this change.>
> Chris

Hello Chris and Vijay,

I'll try to test that somewhen today and push it afterwards.

Best regards

Christian
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH 0/1] Add i2c in Beagle initialization

2019-09-17 Thread Chris Johns
On 18/9/19 8:03 am, Vijay Kumar Banerjee wrote:
> The following patch adds i2c device initialization in BBB.
> The intention is to have th i2c-0 device created during
> initialization so that the libbsd applications can use the
> RTEMS i2c device on Beaglebone black without the need to
> call the i2c register api from the application.
> 
> If there's no objection from the community then this can
> be merged to the master.

Christian, please push if you are ok with this change.

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH 0/1] Add i2c in Beagle initialization

2019-09-17 Thread Vijay Kumar Banerjee
Hello,

The following patch adds i2c device initialization in BBB.
The intention is to have th i2c-0 device created during
initialization so that the libbsd applications can use the
RTEMS i2c device on Beaglebone black without the need to
call the i2c register api from the application.

If there's no objection from the community then this can
be merged to the master.

Best regards,
Vijay

Vijay Kumar Banerjee (1):
  bsps/beagle: register i2c device at initialization

 bsps/arm/beagle/i2c/bbb-i2c.c|  6 +++---
 bsps/arm/beagle/start/bspstart.c | 13 +
 2 files changed, 16 insertions(+), 3 deletions(-)

-- 
2.20.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel