Merge branch 'master' of /home/cbou/linux-2.6
authorAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 29 Jul 2008 22:05:23 +0000 (02:05 +0400)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 29 Jul 2008 22:05:23 +0000 (02:05 +0400)
Conflicts:

drivers/power/Kconfig
drivers/power/Makefile

1  2 
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/power_supply_sysfs.c

@@@ -49,11 -49,10 +49,17 @@@ config BATTERY_OLP
        help
          Say Y to enable support for the battery on the OLPC laptop.
  
 +config BATTERY_TOSA
 +      tristate "Sharp SL-6000 (tosa) battery"
 +      depends on MACH_TOSA && MFD_TC6393XB
 +      help
 +        Say Y to enable support for the battery on the Sharp Zaurus
 +        SL-6000 (tosa) models.
 +
+ config BATTERY_PALMTX
+       tristate "Palm T|X battery"
+       depends on MACH_PALMTX
+       help
+         Say Y to enable support for the battery in Palm T|X.
  endif # POWER_SUPPLY
@@@ -20,4 -20,4 +20,5 @@@ obj-$(CONFIG_APM_POWER)               += apm_power.
  obj-$(CONFIG_BATTERY_DS2760)  += ds2760_battery.o
  obj-$(CONFIG_BATTERY_PMU)     += pmu_battery.o
  obj-$(CONFIG_BATTERY_OLPC)    += olpc_battery.o
 +obj-$(CONFIG_BATTERY_TOSA)    += tosa_battery.o
+ obj-$(CONFIG_BATTERY_PALMTX)  += palmtx_battery.o
Simple merge