aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/industrialio-core.c
Commit message (Expand)AuthorAgeFilesLines
* staging:iio: implement an iio_info structure to take some of the constant ele...Jonathan Cameron2011-05-191-35/+38
* staging:iio:core cleanup: squash tiny wrappers and use dev_set_name to handle...Jonathan Cameron2011-05-191-36/+18
* staging:iio: iio_event_interfaces - clean out unused elementsJonathan Cameron2011-05-191-11/+7
* staging:iio:core clean out unused elements.Jonathan Cameron2011-05-191-45/+2
* staging:iio: Add channel types IIO_CURRENT and IIO_POWER.Michael Hennerich2011-05-191-0/+2
* staging:iio: Add chan info support for 'peak_raw' attributes.Jonathan Cameron2011-05-191-0/+2
* staging:iio: Add core attribute handling for name of device.Jonathan Cameron2011-05-191-1/+22
* staging:iio: Remove legacy event handling.Jonathan Cameron2011-05-191-241/+25
* staging:iio: Push interrupt setup down into the drivers for event lines.Jonathan Cameron2011-05-191-14/+3
* staging:iio: remove legacy event chrdev for the buffersJonathan Cameron2011-05-191-2/+2
* staging:iio: remove ability to escalate events.Jonathan Cameron2011-05-191-28/+2
* staging:iio: allow channels to be set up using a table of iio_channel_spec st...Jonathan Cameron2011-05-191-26/+712
* staging:iio: Add ability to allocate private data space to iio_allocate_deviceJonathan Cameron2011-04-251-2/+13
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-281-56/+34
|\
| * staging: iio: whitespace cleanupPhillip Kurtenbach2010-09-301-1/+1
| * staging: iio: simplify logic in iio_interrupt_handlerJonathan Cameron2010-09-041-11/+2
| * staging: iio: convert idr to ida as pointer never providedJonathan Cameron2010-09-041-32/+31
| * staging: iio move scan_elements into ring bufferManuel Stahl2010-08-311-12/+0
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* staging:iio: Remove unnecessary event_idr and all referencesJonathan Cameron2010-07-081-19/+3
* Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-211-33/+27
|\
| * staging:iio: Directory name changes to match new ABI.Jonathan Cameron2010-05-111-2/+3
| * staging:iio: Move event attributes into the event[n] device in sysfsJonathan Cameron2010-05-111-13/+12
| * staging: iio: Move from class to busJonathan Cameron2010-05-111-17/+11
| * Staging: iio: Fix remaining code style issuesRoel Van Nyen2010-05-111-1/+1
* | Staging: iio: fix up the iio_get_new_idr_val commentAndrew Morton2010-04-301-1/+1
* | staging: iio: Function iio_get_new_idr_val() return negative value if fails.Sonic Zhang2010-04-301-1/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: iio: Staticise non-exported functionsMark Brown2010-03-031-7/+7
* staging: iio: Fix incorrect existence check for a shared event pointer.Jonathan Cameron2010-03-031-8/+8
* staging: iio: Ensure mutex is correctly unlocked in __iio_push_eventJonathan Cameron2010-03-031-1/+4
* staging: Complete sched.h removal from interrupt.hJeff Mahoney2009-10-141-0/+1
* Staging: iio: Fix missing include <linux/sched.h>Jonathan Cameron2009-10-141-0/+1
* Driver-Core: fix devnode callbacks for dabusb and industrialioIngo Molnar2009-09-211-2/+2
* Staging: IIO: core support for device registration and managementJonathan Cameron2009-09-151-0/+851