Intel MDF battery support
authorsathya <sathyanarayanan.kuppuswamy@intel.com>
Wed, 9 Nov 2011 21:22:02 +0000 (13:22 -0800)
committerGross, Mark <mark.gross@intel.com>
Sat, 19 Nov 2011 07:57:45 +0000 (23:57 -0800)
commit0ee1b18eed8bd53df7c03f2cc08a6b01cc302a50
tree7500d9a3ba45e4441f01457efdeaa568edee10cf
parent21be881cb7a4f9879b78b365faecc52ae8030201
Intel MDF battery support

Fork lifted the battery driver (intel_mdf_battery) from git://jfumg-gcrmirror.jf.intel.com/a/bsp/hardware/intel/linux-2.6.git

On top of that following 3.0 fixes are added.

1. 3.0 runtime pm fixes.
2. In kerenl 3.0, kfifo architechture is modified to support elements. So Irq kfifo in intel_mdf_battery.c is modified to use Int elements.

Change-Id: I650661992d062ad531ae8999432c4b3b7cae57c8
Reviewed-on: http://android.intel.com:8080/24602
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Tested-by: Gross, Mark <mark.gross@intel.com>
arch/x86/platform/mrst/mrst.c
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/intel_mdf_battery.c [new file with mode: 0644]
drivers/power/intel_mdf_charger.h [new file with mode: 0644]
drivers/power/max17042_battery.c
include/linux/power/intel_mdf_battery.h [new file with mode: 0644]
include/linux/power/max17042_battery.h