Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176031
b: refs/heads/master
c: 06b1cc9
h: refs/heads/master
i:
  176029: 23a4c6c
  176027: 07482f2
  176023: 1a89ef9
  176015: d18cc5e
  175999: de46114
v: v3
  • Loading branch information
Paul Fertser authored and Samuel Ortiz committed Dec 13, 2009
1 parent f99c1d3 commit 39314a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c7229f93a529145d52e1bd7b29e6c98a3a3294d
refs/heads/master: 06b1cc9c05aeb5c5400dbc3b139605334719a881
3 changes: 3 additions & 0 deletions trunk/drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ static void pcf50633_irq_worker(struct work_struct *work)
goto out;
}

/* defeat 8s death from lowsys on A5 */
pcf50633_reg_write(pcf, PCF50633_REG_OOCSHDWN, 0x04);

/* We immediately read the usb and adapter status. We thus make sure
* only of USBINS/USBREM IRQ handlers are called */
if (pcf_int[0] & (PCF50633_INT1_USBINS | PCF50633_INT1_USBREM)) {
Expand Down

0 comments on commit 39314a9

Please sign in to comment.