Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da1d8b68 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman
Browse files

staging: iio: tsl2563 move to new event numbering scheme and remove old definitions

parent deb02fc5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,6 +2,4 @@

/* Light to digital sensor attributes */

#define IIO_EVENT_CODE_LIGHT_THRESH IIO_EVENT_CODE_LIGHT_BASE

+5 −2
Original line number Diff line number Diff line
@@ -706,7 +706,10 @@ static void tsl2563_int_bh(struct work_struct *work_s)
	u8 cmd = TSL2563_CMD | TSL2563_CLEARINT;

	iio_push_event(chip->indio_dev, 0,
		IIO_EVENT_CODE_LIGHT_BASE,
		       IIO_UNMOD_EVENT_CODE(IIO_EV_CLASS_LIGHT,
					    0,
					    IIO_EV_TYPE_THRESH,
					    IIO_EV_DIR_EITHER),
		       chip->event_timestamp);

	/* reenable_irq */
+0 −1
Original line number Diff line number Diff line
@@ -294,7 +294,6 @@ struct iio_const_attr {
#define IIO_EVENT_CODE_ACCEL_BASE	300
#define IIO_EVENT_CODE_GYRO_BASE	400
#define IIO_EVENT_CODE_MISC_BASE	600
#define IIO_EVENT_CODE_LIGHT_BASE	700

#define IIO_EVENT_CODE_DEVICE_SPECIFIC	1000