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