Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0f8c9620
Commit
0f8c9620
authored
Sep 02, 2012
by
Jonathan Cameron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
staging:iio: Update email address for Jonathan Cameron.
Signed-off-by:
Jonathan Cameron
<
jic23@kernel.org
>
parent
c8b95952
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
20 additions
and
20 deletions
+20
-20
drivers/staging/iio/TODO
drivers/staging/iio/TODO
+1
-1
drivers/staging/iio/accel/kxsd9.c
drivers/staging/iio/accel/kxsd9.c
+2
-2
drivers/staging/iio/accel/lis3l02dq.h
drivers/staging/iio/accel/lis3l02dq.h
+1
-1
drivers/staging/iio/accel/lis3l02dq_core.c
drivers/staging/iio/accel/lis3l02dq_core.c
+2
-2
drivers/staging/iio/accel/sca3000.h
drivers/staging/iio/accel/sca3000.h
+1
-1
drivers/staging/iio/accel/sca3000_core.c
drivers/staging/iio/accel/sca3000_core.c
+2
-2
drivers/staging/iio/accel/sca3000_ring.c
drivers/staging/iio/accel/sca3000_ring.c
+1
-1
drivers/staging/iio/adc/max1363_core.c
drivers/staging/iio/adc/max1363_core.c
+1
-1
drivers/staging/iio/iio_dummy_evgen.c
drivers/staging/iio/iio_dummy_evgen.c
+1
-1
drivers/staging/iio/iio_hwmon.c
drivers/staging/iio/iio_hwmon.c
+1
-1
drivers/staging/iio/iio_simple_dummy.c
drivers/staging/iio/iio_simple_dummy.c
+1
-1
drivers/staging/iio/imu/adis16400.h
drivers/staging/iio/imu/adis16400.h
+1
-1
drivers/staging/iio/imu/adis16400_core.c
drivers/staging/iio/imu/adis16400_core.c
+1
-1
drivers/staging/iio/magnetometer/hmc5843.c
drivers/staging/iio/magnetometer/hmc5843.c
+1
-1
drivers/staging/iio/ring_hw.h
drivers/staging/iio/ring_hw.h
+1
-1
drivers/staging/iio/trigger/iio-trig-gpio.c
drivers/staging/iio/trigger/iio-trig-gpio.c
+1
-1
drivers/staging/iio/trigger/iio-trig-periodic-rtc.c
drivers/staging/iio/trigger/iio-trig-periodic-rtc.c
+1
-1
No files found.
drivers/staging/iio/TODO
View file @
0f8c9620
...
@@ -69,5 +69,5 @@ Documentation
...
@@ -69,5 +69,5 @@ Documentation
1) Lots of cleanup and expansion.
1) Lots of cleanup and expansion.
2) Some device require individual docs.
2) Some device require individual docs.
Contact: Jonathan Cameron <jic23@
cam.ac.uk
>.
Contact: Jonathan Cameron <jic23@
kernel.org
>.
Mailing list: linux-iio@vger.kernel.org
Mailing list: linux-iio@vger.kernel.org
drivers/staging/iio/accel/kxsd9.c
View file @
0f8c9620
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* kxsd9.c simple support for the Kionix KXSD9 3D
* kxsd9.c simple support for the Kionix KXSD9 3D
* accelerometer.
* accelerometer.
*
*
* Copyright (c) 2008-2009 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2008-2009 Jonathan Cameron <jic23@
kernel.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* it under the terms of the GNU General Public License version 2 as
...
@@ -286,6 +286,6 @@ static struct spi_driver kxsd9_driver = {
...
@@ -286,6 +286,6 @@ static struct spi_driver kxsd9_driver = {
};
};
module_spi_driver
(
kxsd9_driver
);
module_spi_driver
(
kxsd9_driver
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"Kionix KXSD9 SPI driver"
);
MODULE_DESCRIPTION
(
"Kionix KXSD9 SPI driver"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
drivers/staging/iio/accel/lis3l02dq.h
View file @
0f8c9620
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* LISL02DQ.h -- support STMicroelectronics LISD02DQ
* LISL02DQ.h -- support STMicroelectronics LISD02DQ
* 3d 2g Linear Accelerometers via SPI
* 3d 2g Linear Accelerometers via SPI
*
*
* Copyright (c) 2007 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2007 Jonathan Cameron <jic23@
kernel.org
>
*
*
* Loosely based upon tle62x0.c
* Loosely based upon tle62x0.c
*
*
...
...
drivers/staging/iio/accel/lis3l02dq_core.c
View file @
0f8c9620
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* lis3l02dq.c support STMicroelectronics LISD02DQ
* lis3l02dq.c support STMicroelectronics LISD02DQ
* 3d 2g Linear Accelerometers via SPI
* 3d 2g Linear Accelerometers via SPI
*
*
* Copyright (c) 2007 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2007 Jonathan Cameron <jic23@
kernel.org
>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* it under the terms of the GNU General Public License version 2 as
...
@@ -818,7 +818,7 @@ static struct spi_driver lis3l02dq_driver = {
...
@@ -818,7 +818,7 @@ static struct spi_driver lis3l02dq_driver = {
};
};
module_spi_driver
(
lis3l02dq_driver
);
module_spi_driver
(
lis3l02dq_driver
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"ST LIS3L02DQ Accelerometer SPI driver"
);
MODULE_DESCRIPTION
(
"ST LIS3L02DQ Accelerometer SPI driver"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_ALIAS
(
"spi:lis3l02dq"
);
MODULE_ALIAS
(
"spi:lis3l02dq"
);
drivers/staging/iio/accel/sca3000.h
View file @
0f8c9620
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* sca3000.c -- support VTI sca3000 series accelerometers
* sca3000.c -- support VTI sca3000 series accelerometers
* via SPI
* via SPI
*
*
* Copyright (c) 2007 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2007 Jonathan Cameron <jic23@
kernel.org
>
*
*
* Partly based upon tle62x0.c
* Partly based upon tle62x0.c
*
*
...
...
drivers/staging/iio/accel/sca3000_core.c
View file @
0f8c9620
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* under the terms of the GNU General Public License version 2 as published by
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
* the Free Software Foundation.
*
*
* Copyright (c) 2009 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2009 Jonathan Cameron <jic23@
kernel.org
>
*
*
* See industrialio/accels/sca3000.h for comments.
* See industrialio/accels/sca3000.h for comments.
*/
*/
...
@@ -1272,6 +1272,6 @@ static struct spi_driver sca3000_driver = {
...
@@ -1272,6 +1272,6 @@ static struct spi_driver sca3000_driver = {
};
};
module_spi_driver
(
sca3000_driver
);
module_spi_driver
(
sca3000_driver
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"VTI SCA3000 Series Accelerometers SPI driver"
);
MODULE_DESCRIPTION
(
"VTI SCA3000 Series Accelerometers SPI driver"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
drivers/staging/iio/accel/sca3000_ring.c
View file @
0f8c9620
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* under the terms of the GNU General Public License version 2 as published by
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
* the Free Software Foundation.
*
*
* Copyright (c) 2009 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2009 Jonathan Cameron <jic23@
kernel.org
>
*
*
*/
*/
...
...
drivers/staging/iio/adc/max1363_core.c
View file @
0f8c9620
...
@@ -1439,6 +1439,6 @@ static struct i2c_driver max1363_driver = {
...
@@ -1439,6 +1439,6 @@ static struct i2c_driver max1363_driver = {
};
};
module_i2c_driver
(
max1363_driver
);
module_i2c_driver
(
max1363_driver
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"Maxim 1363 ADC"
);
MODULE_DESCRIPTION
(
"Maxim 1363 ADC"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
drivers/staging/iio/iio_dummy_evgen.c
View file @
0f8c9620
...
@@ -216,6 +216,6 @@ static __exit void iio_dummy_evgen_exit(void)
...
@@ -216,6 +216,6 @@ static __exit void iio_dummy_evgen_exit(void)
}
}
module_exit
(
iio_dummy_evgen_exit
);
module_exit
(
iio_dummy_evgen_exit
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"IIO dummy driver"
);
MODULE_DESCRIPTION
(
"IIO dummy driver"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
drivers/staging/iio/iio_hwmon.c
View file @
0f8c9620
...
@@ -217,6 +217,6 @@ static struct platform_driver __refdata iio_hwmon_driver = {
...
@@ -217,6 +217,6 @@ static struct platform_driver __refdata iio_hwmon_driver = {
module_platform_driver
(
iio_hwmon_driver
);
module_platform_driver
(
iio_hwmon_driver
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"IIO to hwmon driver"
);
MODULE_DESCRIPTION
(
"IIO to hwmon driver"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
drivers/staging/iio/iio_simple_dummy.c
View file @
0f8c9620
...
@@ -558,6 +558,6 @@ static __exit void iio_dummy_exit(void)
...
@@ -558,6 +558,6 @@ static __exit void iio_dummy_exit(void)
}
}
module_exit
(
iio_dummy_exit
);
module_exit
(
iio_dummy_exit
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"IIO dummy driver"
);
MODULE_DESCRIPTION
(
"IIO dummy driver"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
drivers/staging/iio/imu/adis16400.h
View file @
0f8c9620
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* 3d 2.5gauss magnetometers via SPI
* 3d 2.5gauss magnetometers via SPI
*
*
* Copyright (c) 2009 Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
* Copyright (c) 2009 Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
* Copyright (c) 2007 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2007 Jonathan Cameron <jic23@
kernel.org
>
*
*
* Loosely based upon lis3l02dq.h
* Loosely based upon lis3l02dq.h
*
*
...
...
drivers/staging/iio/imu/adis16400_core.c
View file @
0f8c9620
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* 3d Magnetometers via SPI
* 3d Magnetometers via SPI
*
*
* Copyright (c) 2009 Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
* Copyright (c) 2009 Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
* Copyright (c) 2007 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2007 Jonathan Cameron <jic23@
kernel.org
>
* Copyright (c) 2011 Analog Devices Inc.
* Copyright (c) 2011 Analog Devices Inc.
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
...
...
drivers/staging/iio/magnetometer/hmc5843.c
View file @
0f8c9620
/* Copyright (C) 2010 Texas Instruments
/* Copyright (C) 2010 Texas Instruments
Author: Shubhrajyoti Datta <shubhrajyoti@ti.com>
Author: Shubhrajyoti Datta <shubhrajyoti@ti.com>
Acknowledgement: Jonathan Cameron <jic23@
cam.ac.uk
> for valuable inputs.
Acknowledgement: Jonathan Cameron <jic23@
kernel.org
> for valuable inputs.
Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>.
Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>.
...
...
drivers/staging/iio/ring_hw.h
View file @
0f8c9620
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
* under the terms of the GNU General Public License version 2 as published by
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
* the Free Software Foundation.
*
*
* Copyright (c) 2009 Jonathan Cameron <jic23@
cam.ac.uk
>
* Copyright (c) 2009 Jonathan Cameron <jic23@
kernel.org
>
*
*
*/
*/
...
...
drivers/staging/iio/trigger/iio-trig-gpio.c
View file @
0f8c9620
...
@@ -162,6 +162,6 @@ static struct platform_driver iio_gpio_trigger_driver = {
...
@@ -162,6 +162,6 @@ static struct platform_driver iio_gpio_trigger_driver = {
module_platform_driver
(
iio_gpio_trigger_driver
);
module_platform_driver
(
iio_gpio_trigger_driver
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"Example gpio trigger for the iio subsystem"
);
MODULE_DESCRIPTION
(
"Example gpio trigger for the iio subsystem"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
drivers/staging/iio/trigger/iio-trig-periodic-rtc.c
View file @
0f8c9620
...
@@ -197,6 +197,6 @@ static struct platform_driver iio_trig_periodic_rtc_driver = {
...
@@ -197,6 +197,6 @@ static struct platform_driver iio_trig_periodic_rtc_driver = {
module_platform_driver
(
iio_trig_periodic_rtc_driver
);
module_platform_driver
(
iio_trig_periodic_rtc_driver
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
cam.ac.uk
>"
);
MODULE_AUTHOR
(
"Jonathan Cameron <jic23@
kernel.org
>"
);
MODULE_DESCRIPTION
(
"Periodic realtime clock trigger for the iio subsystem"
);
MODULE_DESCRIPTION
(
"Periodic realtime clock trigger for the iio subsystem"
);
MODULE_LICENSE
(
"GPL v2"
);
MODULE_LICENSE
(
"GPL v2"
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment