Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1209253
| From | Jiri Kosina <jikos@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] HID: i2c-hid: Only disable irq wake if it was successfully enabled during suspend |
| Date | 2015-08-18 15:30 +0200 |
| Message-ID | <pYP7I-7uc-13@gated-at.bofh.it> (permalink) |
| References | <pS3Sb-2ki-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, 30 Jul 2015, Andrew Duggan wrote: > Enabling irq wake could potentially fail and calling disable_irq_wake > after a failed call to enable_irq_wake could result in an unbalanced irq > warning. This patch warns if enable_irq_wake fails and avoids other > potential issues caused by calling disable_irq_wake on resume after > enable_irq_wake failed during suspend. > > Signed-off-by: Andrew Duggan <aduggan@synaptics.com> > --- > This patch is based on Jiri's for-4.3/i2c-hid and needs Gabriele Mazzotta's > patch which moves where the HID driver's suspend callback call to apply > cleanly. Applied to for-4.3/i2c-hid. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2] HID: i2c-hid: Only disable irq wake if it was successfully enabled during suspend Jiri Kosina <jikos@kernel.org> - 2015-08-18 15:30 +0200
csiph-web