linux/drivers/staging/iio
Shraddha Barke 01b721536b Staging: iio: meter: Prefer using the BIT macro
This patch replaces bit shifting on 1 with the BIT(x) macro

This was done with coccinelle:
@@ int g; @@

-(1 << g)
+BIT(g)

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2015-09-23 20:23:19 +01:00
..
accel iio: Specify supported modes for buffers 2015-06-01 11:31:12 +01:00
adc staging: iio: adc: lpc32xx: use correct reutrn value 2015-08-31 16:13:16 +01:00
addac staging: iio: Drop owner assignment from i2c_driver 2015-07-11 18:47:05 +01:00
cdc
Documentation Staging: fixed multiple spelling errors. 2015-05-08 09:23:58 +02:00
frequency Staging: iio: Use braces on all arms of if statement 2015-03-16 16:14:05 +01:00
gyro
impedance-analyzer Staging: iio: impedance-analyzer: Remove explicit NULL comparison 2015-04-01 17:23:21 +02:00
light staging: iio: Drop owner assignment from i2c_driver 2015-07-11 18:47:05 +01:00
magnetometer staging: iio: hmc5843: Export missing SPI module alias information 2015-08-22 18:51:18 +01:00
meter Staging: iio: meter: Prefer using the BIT macro 2015-09-23 20:23:19 +01:00
resolver Staging: iio: Allow compile test of GPIO consumers if !GPIOLIB 2015-05-10 20:31:43 +01:00
trigger Staging: iio: trigger: Use braces on both branches of if statement 2015-08-16 10:51:28 +01:00
iio_dummy_evgen.c Staging: iio: dummy: Fix blank line warnings 2015-07-11 18:42:15 +01:00
iio_dummy_evgen.h staging: iio_simple_dummy: fix return types 2015-06-01 11:21:46 +01:00
iio_simple_dummy_buffer.c Staging: iio: dummy: Fix blank line warnings 2015-07-11 18:42:15 +01:00
iio_simple_dummy_events.c staging: iio_simple_dummy: Fix indentation errors 2015-08-08 15:12:58 +01:00
iio_simple_dummy.c Staging: iio: dummy: Fix blank line warnings 2015-07-11 18:42:15 +01:00
iio_simple_dummy.h Staging: iio: dummy: Fix blank line warnings 2015-07-11 18:42:15 +01:00
Kconfig staging: iio: dummy: Fix undefined symbol build error 2015-03-14 18:36:20 +00:00
Makefile
ring_hw.h
TODO