]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'staging/staging-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Nov 2012 03:50:32 +0000 (14:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Nov 2012 03:50:32 +0000 (14:50 +1100)
Conflicts:
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile

1  2 
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/staging/dgrp/dgrp_net_ops.c
drivers/staging/dgrp/dgrp_sysfs.c

index 1401ed1af39fddc09af96ccfe58a64d003bec5f2,ef5200a6850e150fbc88820baa69ae343bc463a3..b719f3baa9c5dbd493c6b6665b1378f1357e89ed
@@@ -60,11 -73,22 +73,29 @@@ config LP8788_AD
        help
          Say yes here to build support for TI LP8788 ADC.
  
+ config MAX1363
+       tristate "Maxim max1363 ADC driver"
+       depends on I2C
+       select IIO_TRIGGER
+       select MAX1363_RING_BUFFER
+       select IIO_BUFFER
+       select IIO_KFIFO_BUF
+       help
+         Say yes here to build support for many Maxim i2c analog to digital
+         converters (ADC). (max1361, max1362, max1363, max1364, max1036,
+         max1037, max1038, max1039, max1136, max1136, max1137, max1138,
+         max1139, max1236, max1237, max11238, max1239, max11600, max11601,
+         max11602, max11603, max11604, max11605, max11606, max11607,
+         max11608, max11609, max11610, max11611, max11612, max11613,
+         max11614, max11615, max11616, max11617, max11644, max11645,
+         max11646, max11647) Provides direct access via sysfs and buffered
+         data via the iio dev interface.
 +config TI_AM335X_ADC
 +      tristate "TI's ADC driver"
 +      depends on MFD_TI_AM335X_TSCADC
 +      help
 +        Say yes here to build support for Texas Instruments ADC
 +        driver which is also a MFD client.
 +
  endmenu
index 4410a90fc84b8811385e11b6f1204200488b8dc4,54ac7bbcd01b71523770bce9537f6e1428fd262e..19d709cba9400f27f7eb9b5d2b522d047c4e2894
@@@ -6,6 -6,7 +6,8 @@@ obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigm
  obj-$(CONFIG_AD7266) += ad7266.o
  obj-$(CONFIG_AD7476) += ad7476.o
  obj-$(CONFIG_AD7791) += ad7791.o
+ obj-$(CONFIG_AD7887) += ad7887.o
  obj-$(CONFIG_AT91_ADC) += at91_adc.o
  obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o
+ obj-$(CONFIG_MAX1363) += max1363.o
 +obj-$(CONFIG_TI_AM335X_ADC) += ti_am335x_adc.o
Simple merge
Simple merge