Re: Beagle bsp improvements RTC driver for beaglebone black

2015-04-20 Thread ragu nath
Hi All, My semester exams have started and I could not find enough time to work on this. I have addressed most of the comments but testing is pending. Once I get time, I will finish it and submit the patch. Sorry for the delay. Regards, Ragunath On Sun, Apr 5, 2015 at 2:22 AM, Ben Gras wrote

Re: Beagle bsp improvements RTC driver for beaglebone black

2015-04-04 Thread Ben Gras
All, I built & tested the change based on current master. Looks great, ragunath! I agree it's worth addressing Joel's comments. I have two more: - please check in the device read/write functions that you're getting the 'minor' argument that you expect (0), and not return valid data otherwise. -

Re: Beagle bsp improvements RTC driver for beaglebone black

2015-04-01 Thread Joel Sherrill
I noticed this wasn't merged. Ben.. ? some comments interspersed. On 3/10/2015 4:21 PM, ragu nath wrote: > Hi All, > > I was exploring the beagle code base to find a task to get hands on > experience with RTEMS internals. I found that "Real time Clock (RTC)" support > is > missing for beaglebon

Beagle bsp improvements RTC driver for beaglebone black

2015-03-10 Thread ragu nath
Hi All, I was exploring the beagle code base to find a task to get hands on experience with RTEMS internals. I found that "Real time Clock (RTC)" support is missing for beaglebone. I made the effort to add the driver for the device. Included the patch for the driver. RTEMS already have a RTC frame