Changeset 4073
- Timestamp:
- 02/16/08 10:35:08 (5 years ago)
- Location:
- branches/src/target/kernel/2.6.24.x/patches
- Files:
-
- 2 edited
-
gta01-pcf50606.patch (modified) (2 diffs)
-
pcf50633.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/src/target/kernel/2.6.24.x/patches/gta01-pcf50606.patch
r4069 r4073 9 9 --- /dev/null 10 10 +++ linux-2.6.24/drivers/i2c/chips/pcf50606.c 11 @@ -0,0 +1,193 7@@11 @@ -0,0 +1,1939 @@ 12 12 +/* Philips/NXP PCF50606 Power Management Unit (PMU) driver 13 13 + * … … 1221 1221 + 1222 1222 + mutex_lock(&pcf->lock); 1223 + alrm->enabled = 1224 + __reg_read(pcf, PCF50606_REG_INT1M) & PCF50606_INT1_ALARM ? 0 : 1; 1223 1225 + pcf_tm.sec = __reg_read(pcf, PCF50606_REG_RTCSCA); 1224 1226 + pcf_tm.min = __reg_read(pcf, PCF50606_REG_RTCMNA); -
branches/src/target/kernel/2.6.24.x/patches/pcf50633.patch
r4064 r4073 35 35 --- /dev/null 36 36 +++ linux-2.6.24/drivers/i2c/chips/pcf50633.c 37 @@ -0,0 +1,195 4@@37 @@ -0,0 +1,1956 @@ 38 38 +/* Philips PCF50633 Power Management Unit (PMU) driver 39 39 + * … … 1341 1341 + 1342 1342 + mutex_lock(&pcf->lock); 1343 + alrm->enabled = 1344 + __reg_read(pcf, PCF50633_REG_INT1M) & PCF50633_INT1_ALARM ? 0 : 1; 1343 1345 + pcf_tm.sec = __reg_read(pcf, PCF50633_REG_RTCSCA); 1344 1346 + pcf_tm.min = __reg_read(pcf, PCF50633_REG_RTCMNA);
Note: See TracChangeset
for help on using the changeset viewer.
