mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4] lis3: fix typo
@ 2009-06-22 13:38 Daniel Mack
  2009-06-22 13:38 ` [PATCH 2/4] lis3: add free-fall/wakeup function via platform_data Daniel Mack
  2009-06-22 17:25 ` [PATCH 1/4] lis3: fix typo Pavel Machek
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Mack @ 2009-06-22 13:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: Daniel Mack, Pavel Machek, Eric Piel, Andrew Morton

Bit 0x80 in CTRL_REG3 is an ACTIVE_LOW rather than an ACTIVE_HIGH
function, I got that wrong during my last change.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Eric Piel <eric.piel@tremplin-utc.net>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
 include/linux/lis3lv02d.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/lis3lv02d.h b/include/linux/lis3lv02d.h
index ad651f4..113778b 100644
--- a/include/linux/lis3lv02d.h
+++ b/include/linux/lis3lv02d.h
@@ -32,7 +32,7 @@ struct lis3lv02d_platform_data {
 #define LIS3_IRQ2_DATA_READY	(4 << 3)
 #define LIS3_IRQ2_CLICK		(7 << 3)
 #define LIS3_IRQ_OPEN_DRAIN	(1 << 6)
-#define LIS3_IRQ_ACTIVE_HIGH	(1 << 7)
+#define LIS3_IRQ_ACTIVE_LOW	(1 << 7)
 	unsigned char irq_cfg;
 };
 
-- 
1.6.3.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-22 17:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-22 13:38 [PATCH 1/4] lis3: fix typo Daniel Mack
2009-06-22 13:38 ` [PATCH 2/4] lis3: add free-fall/wakeup function via platform_data Daniel Mack
2009-06-22 13:38   ` [PATCH 3/4] piis3: add power management functions Daniel Mack
2009-06-22 13:38     ` [PATCH 4/4] lis3_spi: code cleanups Daniel Mack
2009-06-22 17:25 ` [PATCH 1/4] lis3: fix typo Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®