index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-21
staging: iio: max1363 add _type attributes for all scan elements
Jonathan Cameron
1
-55
/
+92
2010-09-21
staging: iio: lis3l02dq add _type attributes for all scan elements
Jonathan Cameron
2
-1
/
+14
2010-09-14
staging: iio: sca3000 convert byte order of ring buffer data
Manuel Stahl
1
-1
/
+13
2010-09-14
staging: iio: sca3000 fix sca3000_[show,store]_ring_bpse
Manuel Stahl
1
-4
/
+4
2010-09-14
staging: iio: ak8975: Add ak8975 magnetometer sensor
Andrew Chew
3
-0
/
+569
2010-09-14
staging: iio: Change GAIN macros to SCALE.
Andrew Chew
1
-6
/
+6
2010-09-04
staging/trivial: fix typos concerning "access"
Uwe Kleine-König
1
-1
/
+1
2010-09-04
staging: iio: documentation - partial update to make more of it true.
Jonathan Cameron
3
-61
/
+10
2010-09-04
staging: iio: lis3l02dqbuffersimple.c bring example up to date.
Jonathan Cameron
2
-3
/
+3
2010-09-04
staging: iio: remove odd structure definition.
Jonathan Cameron
1
-4
/
+0
2010-09-04
staging: iio: Make use of the convenient IIO_TRIGGER_NAME_ATTR macro
Jonathan Cameron
9
-19
/
+10
2010-09-04
staging: iio: Remove deprecated ATTR_TEMP in favour of ATTR_TEMP_RAW
Jonathan Cameron
2
-9
/
+2
2010-09-04
staging: iio: Remove long dead function definitions from headers
Jonathan Cameron
2
-78
/
+0
2010-09-04
staging: iio: unecessary header removal and kernel doc clean up
Jonathan Cameron
2
-15
/
+65
2010-09-04
staging: iio: simplify logic in iio_interrupt_handler
Jonathan Cameron
1
-11
/
+2
2010-09-04
staging: iio: convert idr to ida as pointer never provided
Jonathan Cameron
2
-36
/
+35
2010-08-31
staging: iio: hmc5843 change ABI to comply with documentation
Manuel Stahl
1
-16
/
+16
2010-08-31
staging: iio sync scale units
Manuel Stahl
7
-12
/
+22
2010-08-31
staging: iio sync drivers with current ABI
Manuel Stahl
20
-152
/
+247
2010-08-31
staging: iio partial documentation update
Manuel Stahl
3
-57
/
+57
2010-08-31
staging: iio move scan_elements into ring buffer
Manuel Stahl
15
-289
/
+292
2010-08-31
staging: iio: lis3l02dq adjust lis3l02dq_configure_ring
Manuel Stahl
1
-9
/
+10
2010-08-31
staging: iio rename ring attributes
Manuel Stahl
13
-64
/
+64
2010-08-31
Staging: iio: signedness bug
Dan Carpenter
1
-2
/
+2
2010-08-31
drivers/staging/iio: call mutex_unlock in error handling code
Julia Lawall
1
-8
/
+17
2010-08-02
staging: iio: ring_sw Fix pointer arithmetic for 64bit arches by using phys_addr_t
Jonathan Cameron
1
-1
/
+1
2010-08-02
staging: iio: ring_sw remove unnecessary function stub.
Jonathan Cameron
1
-2
/
+0
2010-08-02
staging: iio: ring_sw Add select of triggers to avoid build issue.
Jonathan Cameron
1
-0
/
+1
2010-08-02
staging: iio: adis16350 add dummy ring functions for no ring build case
Jonathan Cameron
1
-0
/
+8
2010-08-02
staging: iio: lis3l02dq add a thresh_timestamp field to state for no ring case
Jonathan Cameron
2
-7
/
+9
2010-08-02
staging: iio: iio_sw_ring_helper_state - add dummy case for no buffer builds.
Jonathan Cameron
1
-0
/
+3
2010-07-26
Staging: IIO: typo in Documentation/overview.txt
Matthias Brugger
1
-1
/
+1
2010-07-22
Staging: iio: add digital compass hmc5843 driver
Shubhrajyoti D
5
-0
/
+646
2010-07-22
staging: iio: lis3l02dq: use iio_sw_ring_helper_state and funcs
Jonathan Cameron
3
-138
/
+123
2010-07-22
staging: iio: Add iio_sw_ring_helper_state and functions to cover common case.
Jonathan Cameron
2
-0
/
+54
2010-07-22
staging: iio: Make extensive use of iio_sw_ring_preenable
Jonathan Cameron
7
-181
/
+14
2010-07-22
staging: iio: Add a bits per element element to ring_generic allowing a general ring_sw_preenable_function.
Barry Song
3
-1
/
+28
2010-07-22
staging: iio: Fix scan_element naming issue
Jonathan Cameron
7
-66
/
+59
2010-07-22
staging: iio: Add stubs for iio_ring_buffer_[un]register and equivalent driver stubs
Jonathan Cameron
24
-190
/
+42
2010-07-22
staging: iio: imu: allow adis16300 and adis16400 to build without ring buffer support.
Jonathan Cameron
1
-6
/
+4
2010-07-22
staging: iio: replace combine_8_to_16 with be16_to_cpup where possible.
Jonathan Cameron
6
-84
/
+18
2010-07-22
staging: iio: remove timestamp field from trigger and pass instead through pollfuncs
Jonathan Cameron
18
-42
/
+39
2010-07-22
staging: iio: Add iio_triggered_ring postenable and predisable + use in drivers
Jonathan Cameron
10
-158
/
+41
2010-07-22
staging: iio: Add and convert drivers to use iio_alloc_pollfunc
Jonathan Cameron
10
-56
/
+46
2010-07-22
staging: iio: Use kasprintf to allocate and fill trig->name
Jonathan Cameron
11
-54
/
+30
2010-07-08
staging:iio:max1363 add theshold event support
Jonathan Cameron
3
-23
/
+721
2010-07-08
staging:iio: Add ability to have event attributes with awkward names
Jonathan Cameron
1
-0
/
+8
2010-07-08
staging:iio: tsl2563 abi fixes and interrupt handling
Jonathan Cameron
2
-95
/
+299
2010-07-08
staging:iio: Fix IIO_EVENT_ATTR initialization of list head
Jonathan Cameron
1
-4
/
+2
2010-07-08
staging:iio: Code cleanups
Jonathan Cameron
2
-6
/
+5
[prev]
[next]