Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753578Ab1DZPlo (ORCPT ); Tue, 26 Apr 2011 11:41:44 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:41914 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752742Ab1DZPlm (ORCPT ); Tue, 26 Apr 2011 11:41:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jEhJ+OXW6GydQrL7Ub63PCb3sAl/Iuil1CceYsLSGLd3iEfoouJEv04Grqkk9z1WLo xGO5HFrdffaEAuOr1bTPlJIOc3lO+Ik8WQ+W+bz1P6WdBvrfD+pn8iuW3So0FjSWVoC4 wWOaE86/i+qeMn/ftpcXDL+ftVPskhuighWSY= MIME-Version: 1.0 Date: Wed, 27 Apr 2011 00:41:42 +0900 Message-ID: Subject: How to deal with interrupt on HW without interrupt pin? From: Adam Jiang To: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 653 Lines: 15 Hello, list I have a weird hardware module on my board. According to the schematics, there is no pins(there should be, but missed by some reason) connected to CPU for notifications of interrupt. However, interrupt status and mask registers on the module could be accessed with i2c interface. Is there an efficient way to know when the interrupt occurred? Are there any good example for this? Thanks. /Adam -- 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/