]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'staging/staging-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 04:39:42 +0000 (15:39 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 04:39:42 +0000 (15:39 +1100)
Conflicts:
drivers/staging/et131x/et131x.c

28 files changed:
1  2 
MAINTAINERS
arch/arm/mach-omap2/board-rx51-peripherals.c
drivers/gpu/drm/omapdrm/omap_connector.c
drivers/gpu/drm/omapdrm/omap_crtc.c
drivers/gpu/drm/omapdrm/omap_dmm_tiler.c
drivers/gpu/drm/omapdrm/omap_drv.c
drivers/gpu/drm/omapdrm/omap_encoder.c
drivers/gpu/drm/omapdrm/omap_fb.c
drivers/gpu/drm/omapdrm/omap_fbdev.c
drivers/gpu/drm/omapdrm/omap_gem.c
drivers/gpu/drm/omapdrm/omap_plane.c
drivers/power/generic-adc-battery.c
drivers/power/lp8788-charger.c
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/android/binder.h
drivers/staging/csr/unifi_sme.c
drivers/staging/et131x/et131x.c
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
drivers/staging/fwserial/fwserial.c
drivers/staging/iio/adc/mxs-lradc.c
drivers/staging/nvec/nvec.c
drivers/staging/omap-thermal/omap-bandgap.c
drivers/staging/speakup/selection.c
include/linux/pci_ids.h
include/linux/spi/spi.h

diff --cc MAINTAINERS
Simple merge
index 1a2c4db13e3268b79d740b104e4028e45c996bd2,f3d075baebb6232f70c8c25bd4f9b2922b47655e..ef614d2e0b199f77c7e97685849454aefd8d8ce0
@@@ -40,9 -40,9 +40,9 @@@
  #include <sound/tpa6130a2-plat.h>
  #include <media/radio-si4713.h>
  #include <media/si4713.h>
 -#include <linux/leds-lp5523.h>
 +#include <linux/platform_data/leds-lp55xx.h>
  
- #include <../drivers/staging/iio/light/tsl2563.h>
+ #include <linux/platform_data/tsl2563.h>
  #include <linux/lis3lv02d.h>
  
  #if defined(CONFIG_IR_RX51) || defined(CONFIG_IR_RX51_MODULE)
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 836816b82cbc46d336c3dd79adc90393b6ca7e39,42733c4dcb0eb1ea0fbc3e6c861c232fbaa722df..8cb5d7f67acebac1e60cf5006ae857835e8161cb
@@@ -284,11 -287,10 +284,11 @@@ static int gab_probe(struct platform_de
         * based on the channel supported by consumer device.
         */
        for (chan = 0; chan < ARRAY_SIZE(gab_chan_name); chan++) {
-               adc_bat->channel[chan] = iio_channel_get(dev_name(&pdev->dev),
-                                               gab_chan_name[chan]);
+               adc_bat->channel[chan] = iio_channel_get(&pdev->dev,
+                                                        gab_chan_name[chan]);
                if (IS_ERR(adc_bat->channel[chan])) {
                        ret = PTR_ERR(adc_bat->channel[chan]);
 +                      adc_bat->channel[chan] = NULL;
                } else {
                        /* copying properties for supported channels only */
                        memcpy(properties + sizeof(*(psy->properties)) * index,
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge