android_kernel_motorola_sm6225/arch/cris/arch-v10/drivers
Jesper Nilsson 34a8e501fe CRIS v10: Update driver for pcf8563
- Use mutex instead of spinlock, fixes kernel bugzilla report 8339.
- Make sure that pcf8563_init can be called multiple times but only setup once.
- Change RTC_VLOW_RD -> RTC_VL_READ, RTC_VLOW_SET -> RTC_VL_CLR
- Cache the voltage low value at driver init so the battery status
  information does not get 'accidentally' cleared when setting the RTC time.
- Add weekday handling.
- Correct leapyear handling to include 100 and 400 year exceptions.
- Correct whitespace and formatting errors.
- Remove useless CVS id tag.
2008-02-08 11:06:29 +01:00
..
axisflashmap.c CRIS v10: Update and improve axisflashmap.c 2008-02-08 11:06:26 +01:00
ds1302.c CRIS v10: driver for ds1302 needs to include cris-specific i2c.h 2008-01-14 08:52:23 -08:00
eeprom.c CRIS v10: Cleanup drivers/eeprom.c to avoid import conflicts. 2008-02-08 11:06:29 +01:00
gpio.c cris gpio: undo locks before returning 2007-11-14 18:45:42 -08:00
i2c.c CRIS v10: Fix bugs in i2c_init and i2c_readreg 2008-02-08 11:06:29 +01:00
i2c.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig CRIS: Rearrange Kconfigs for v10 and v32 to allow compilation without warnings. 2008-02-08 11:06:22 +01:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pcf8563.c CRIS v10: Update driver for pcf8563 2008-02-08 11:06:29 +01:00