android_kernel_lge_bullhead/drivers/staging/iio
Joe Maples 353f0539b5 micro-optimization: Use DSTRLEN to remove incorrect strlen uses
strlen is often used incorectly to get the length of strings
defined at compile time. In these cases, the behavior can be
replicated with sizeof(X) - 1, which is calculated at compile
time rather than runtime, reducing overhead. I've created a
simple macro to replace these instances and applied it to all
the files compiled into the angler kernel.

Signed-off-by: Joe Maples <joe@frap129.org>
2019-08-26 13:31:43 +02:00
..
Documentation micro-optimization: Use DSTRLEN to remove incorrect strlen uses 2019-08-26 13:31:43 +02:00
accel staging: iio: accel: fix error check 2016-08-27 11:40:25 +02:00
adc staging: iio: ad7606: fix improper setting of oversampling pins 2017-06-08 00:46:52 +02:00
addac Removal of GENERIC_GPIO for v3.10 2013-05-09 09:59:16 -07:00
cdc staging:iio:cdc:ad7746 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:39 +00:00
frequency staging:iio: Use spi_sync_transfer() 2013-02-09 11:10:43 +00:00
gyro staging:iio:gyro:adis16130 move to info_mask_(shared_by_type/separate) 2013-03-17 19:49:40 +00:00
impedance-analyzer staging: iio: ad5933: avoid uninitialized variable in error case 2017-02-10 11:04:04 +01:00
light staging: iio: tsl2x7x_core: fix proximity treshold 2014-06-26 15:12:40 -04:00
magnetometer iio:magnetometer:ak8975 move driver out of staging 2013-04-02 18:36:47 +01:00
meter staging:iio:ade7758: Remove "raw" from channel name 2014-11-14 08:47:58 -08:00
resolver staging:iio:resolver:ad2s1210 fix negative IIO_ANGL_VEL read 2017-11-02 10:45:59 +01:00
trigger Removal of GENERIC_GPIO for v3.10 2013-05-09 09:59:16 -07:00
Kconfig hwmon: Move the IIO client driver for hwmon out of staging 2013-03-23 10:08:15 +00:00
Makefile hwmon: Move the IIO client driver for hwmon out of staging 2013-03-23 10:08:15 +00:00
TODO staging:iio: Update email address for Jonathan Cameron. 2012-09-03 20:26:46 +01:00
iio_dummy_evgen.c staging:iio: Don't compare boolean values with true/false 2012-10-19 16:19:45 +01:00
iio_dummy_evgen.h staging:iio:dummy Add event support + fake event generator 2011-10-17 15:36:30 -07:00
iio_simple_dummy.c staging:iio:dummy: Fix mismatch and export sysfs entry 2013-04-09 18:29:52 +01:00
iio_simple_dummy.h staging:iio:dummy: Fix potential NULL pointer dereference 2012-09-22 10:55:08 +01:00
iio_simple_dummy_buffer.c iio: Fix some comments 2012-12-27 11:21:28 +00:00
iio_simple_dummy_events.c staging: iio: Fix typo in iio 2012-05-08 16:04:12 -07:00
ring_hw.h staging:iio: Update email address for Jonathan Cameron. 2012-09-03 20:26:46 +01:00