Part Number: BQ32000
Hi Sirs,
Sorry to bother you.
We have use BQ32000, We found one question
When we do set time function, there will trigger kernel/drivers/staging/android/alarm-dev.c, static int alarm_set_rtc this function.
And static int alarm_set_rtc this function will call to alarmtimer_get_rtcdev(), but alarmtimer_get_rtcdev() return data is not true so we couldn't setting time
I think it's cause system when load RTC driver, it's will trigger kernel/kernel/time/alarmtimer.c, static int alarmtimer_rtc_add_device this function.
It's mean the driver have miss something.
The kernel version is 3.10.0
Do you have any experience on this before?