summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-263-2/+6
|\
| * extcon: spelling of detach in function docPeter Meerwald2012-07-171-1/+1
| * Merge 3.5-rc7 into driver-core-nextGreg Kroah-Hartman2012-07-172-1/+5
| |\
| | * driver-core: Move kobj_to_dev from genhd.h to device.hLars-Peter Clausen2012-07-172-1/+5
* | | Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-2620-100/+653
|\ \ \
| * | | pstore/ram: Make tracing log versionedAnton Vorontsov2012-07-181-1/+1
| * | | pstore: Headers should include all stuff they useAnton Vorontsov2012-07-172-0/+7
| * | | pstore/ram: Add ftrace messages handlingAnton Vorontsov2012-07-171-0/+1
| * | | pstore: Add persistent function tracingAnton Vorontsov2012-07-171-0/+9
| * | | pstore: Introduce write_buf backend callbackAnton Vorontsov2012-07-171-0/+4
| * | | pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov2012-07-171-1/+0
| * | | pstore/ram: Make ECC size configurableAnton Vorontsov2012-07-171-2/+2
| * | | pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov2012-07-171-2/+0
| * | | IIO channel type and modifiers for CCT and RGBC dataJon Brenner2012-07-101-0/+5
| * | | iio: Introduce iio_validate_scan_mask_onehotLars-Peter Clausen2012-07-091-0/+3
| * | | iio: Add callback to check whether a scan mask is validLars-Peter Clausen2012-07-091-0/+4
| * | | iio: cleanup buffer.h commentsPeter Meerwald2012-07-071-7/+10
| * | | IIO: Add a modifier for x^2+y^2+z^2Jonathan Cameron2012-06-301-0/+1
| * | | IIO: Add a modifier for sqrt(x^2+y^2)Jonathan Cameron2012-06-301-0/+1
| * | | iio: Rename _st_ functions to loose the bit that meant the staging version.Jonathan Cameron2012-06-301-17/+17
| * | | iio:adc: Add AD7265/AD7266 supportLars-Peter Clausen2012-06-301-0/+54
| * | | Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-2543-84/+384
| |\ \ \
| * | | | pstore/ram: Probe as early as possibleAnton Vorontsov2012-06-211-3/+3
| * | | | iio: remove extra ; after function definitionPeter Meerwald2012-06-191-1/+1
| * | | | iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of ...Peter Meerwald2012-06-191-1/+1
| * | | | iio: typo in iio_chan_spec.ext_info commentPeter Meerwald2012-06-191-1/+1
| * | | | iio: Add helper function for initializing triggered buffersLars-Peter Clausen2012-06-191-0/+15
| * | | | iio: iio/events.h typosPeter Meerwald2012-06-151-3/+3
| * | | | iio: iio/machine.h typoPeter Meerwald2012-06-151-1/+1
| * | | | pstore/ram_core: Remove now unused codeAnton Vorontsov2012-06-141-19/+0
| * | | | pstore/ram: Add console messages handlingAnton Vorontsov2012-06-141-0/+1
| * | | | pstore: Add console log messages supportAnton Vorontsov2012-06-141-0/+1
| * | | | Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2012-06-141-0/+2
| |\ \ \ \
| * | | | | iio: cleanup iio/iio.hPeter Meerwald2012-06-121-18/+18
| * | | | | iio: mark struct iio_enum elements with @ in commentPeter Meerwald2012-06-121-4/+4
| * | | | | iio: clarify channel and indexed in struct iio_chan_specPeter Meerwald2012-06-121-4/+3
| * | | | | iio: fix typos in iio.hPeter Meerwald2012-06-121-3/+3
| * | | | | iio: drop comment about 'real' channelsPeter Meerwald2012-06-121-1/+0
| * | | | | iio: add mcp4725 I2C DAC driverPeter Meerwald2012-06-121-0/+16
| * | | | | staging: Delete if_strip.hPaul Bolle2012-06-122-28/+0
| * | | | | staging:iio: Move DAC drivers out of stagingLars-Peter Clausen2012-06-054-0/+84
| * | | | | iio: Add helper functions for enum style channel attributesLars-Peter Clausen2012-06-051-0/+64
| * | | | | iio: Add iio_device_get()Lars-Peter Clausen2012-06-051-0/+11
| * | | | | iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthe...Michael Hennerich2012-06-051-0/+126
| * | | | | iio: frequency: New driver for AD9523 SPI Low Jitter Clock GeneratorMichael Hennerich2012-06-051-0/+195
* | | | | | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-2611-18/+257
|\ \ \ \ \ \
| * | | | | | usb: s3c-hsotg: Add header file protection macros in s3c-hsotg.hSachin Kamat2012-07-171-0/+5
| * | | | | | USB: add USB_VENDOR_AND_INTERFACE_INFO() macroGustavo Padovan2012-07-171-0/+21
| * | | | | | USB: remove 8 bytes of padding from usb_host_interface on 64 bit buildsRichard Kennedy2012-07-171-2/+3
| * | | | | | Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-07-171-1/+11
| |\ \ \ \ \ \