> On 12/6/2010 12:23 AM, Pallala, Ramakrishna wrote: > > Hi Arjan, > > > > This patch adds the necessary code to mrst.c to get Platform specific data > > required by > > the Intel MSIC battery driver (intel_mdf_battery.c) > > Eh no. > > this seems to work around some firmware bug... and not very nice at that? > > what is the bug number against the firmware? When will the firmware be > fixed? >
#define BATT_INTR_SRAM_ADDR 0xFFFF7FC3 #define BATT_OCV_SRAM_ADDR 0xFFFF3008 These address are architectural they will not change across Medfield platforms. Can I hard code These addresses based on the point that they will not change? If not, I have to request the FW team to provide an IPC call to get these addresses. Let me know your comments. Thanks, Ram _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
