]> 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, 5 Oct 2011 07:18:46 +0000 (18:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Oct 2011 07:18:46 +0000 (18:18 +1100)
Conflicts:
drivers/misc/altera-stapl/altera.c
drivers/staging/brcm80211/brcmsmac/mac80211_if.c
drivers/staging/comedi/drivers/ni_labpc.c
drivers/staging/rtl8192e/r8192E_core.c
drivers/staging/xgifb/XGI_main_26.c
drivers/staging/zram/zram_drv.c

19 files changed:
1  2 
MAINTAINERS
drivers/misc/altera-stapl/altera.c
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/brcm80211/brcmfmac/dhd_linux.c
drivers/staging/brcm80211/brcmsmac/mac80211_if.c
drivers/staging/comedi/drivers/ni_labpc.c
drivers/staging/dt3155v4l/dt3155v4l.c
drivers/staging/et131x/et131x_netdev.c
drivers/staging/hv/Makefile
drivers/staging/hv/netvsc_drv.c
drivers/staging/iio/addac/adt7316-i2c.c
drivers/staging/iio/dds/ad9832.c
drivers/staging/vt6655/device_main.c
drivers/staging/vt6656/main_usb.c
drivers/staging/wlags49_h2/wl_netdev.c
drivers/staging/xgifb/XGI_main_26.c
drivers/staging/zcache/zcache-main.c
drivers/staging/zram/zram_drv.c

diff --cc MAINTAINERS
Simple merge
index 1a2c50b82f94aa219a998ccd7ddb16934a21a942,c2eff6a82db1fb3699f9a50f33085607f15ff44e..24272e022bec926f729d6cf26fd5953e63316ad7
@@@ -28,7 -28,8 +28,8 @@@
  #include <linux/string.h>
  #include <linux/firmware.h>
  #include <linux/slab.h>
 -#include "altera.h"
+ #include <linux/module.h>
 +#include <misc/altera.h>
  #include "altera-exprt.h"
  #include "altera-jtag.h"
  
Simple merge
Simple merge
index 6d71cba3a0a5a40b207ce1665038f8dea1f55d79,6787498cb04d3a7a09c2cba0b0350b76948f0195..92992c24c2a5ad61ba1e30fe82fb0af60c5abaea
@@@ -519,45 -602,8 +602,8 @@@ static void brcms_ops_sw_scan_complete(
        return;
  }
  
- static void brcms_ops_set_tsf(struct ieee80211_hw *hw,
-                             struct ieee80211_vif *vif, u64 tsf)
- {
-       wiphy_err(hw->wiphy, "%s: Enter\n", __func__);
-       return;
- }
- static int
- brcms_ops_get_stats(struct ieee80211_hw *hw,
-                struct ieee80211_low_level_stats *stats)
- {
-       struct brcms_info *wl = hw->priv;
-       struct wl_cnt *cnt;
-       LOCK(wl);
-       cnt = wl->pub->_cnt;
-       stats->dot11ACKFailureCount = 0;
-       stats->dot11RTSFailureCount = 0;
-       stats->dot11FCSErrorCount = 0;
-       stats->dot11RTSSuccessCount = 0;
-       UNLOCK(wl);
-       return 0;
- }
- static void
- brcms_ops_sta_notify(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
-                 enum sta_notify_cmd cmd, struct ieee80211_sta *sta)
- {
-       switch (cmd) {
-       default:
-               wiphy_err(hw->wiphy, "%s: Unknown cmd = %d\n", __func__,
-                         cmd);
-               break;
-       }
-       return;
- }
  static int
 -brcms_ops_conf_tx(struct ieee80211_hw *hw, u16 queue,
 +brcms_ops_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 queue,
               const struct ieee80211_tx_queue_params *params)
  {
        struct brcms_info *wl = hw->priv;
Simple merge
index 14e3c6a14ea42c3f27c2b3e727f295f2b90e7211,bd176b1f231e989d2b027ce60d3f357d1ace1078..3e0d7e6edf4951fa3b7410e6e326430290666313
@@@ -1,6 -1,5 +1,5 @@@
 -obj-$(CONFIG_HYPERV)          += hv_vmbus.o hv_timesource.o
 +obj-$(CONFIG_HYPERV)          += hv_vmbus.o
  obj-$(CONFIG_HYPERV_STORAGE)  += hv_storvsc.o
- obj-$(CONFIG_HYPERV_BLOCK)    += hv_blkvsc.o
  obj-$(CONFIG_HYPERV_NET)      += hv_netvsc.o
  obj-$(CONFIG_HYPERV_UTILS)    += hv_utils.o
  obj-$(CONFIG_HYPERV_MOUSE)    += hv_mouse.o
Simple merge
Simple merge
Simple merge
Simple merge
index f8b88add9520dab5c4cfe6a934711f85a26be5ec,e6156f15f0bb9b06aadac3574f1591bd02f988a7..842ce55e737a4fc03fe372873c77fc69b4ec8655
@@@ -1363,8 -1321,7 +1321,7 @@@ static int XGIfb_do_set_var(struct fb_v
        return 0;
  }
  
- #ifdef XGIFB_PAN
 -static int XGIfb_pan_var(struct fb_var_screeninfo *var)
 +static int XGIfb_pan_var(struct fb_var_screeninfo *var, struct fb_info *info)
  {
        unsigned int base;
  
Simple merge
index 02589cab67109c871cda806f191914d7a8adf774,b9926ee0052c37bc5d6f68cada276f010ea6bad9..09de99fbb7e0e5e5874b2d5f662ad6b51408e8c3
@@@ -572,9 -573,18 +573,17 @@@ static void zram_make_request(struct re
        }
  
        __zram_make_request(zram, bio, bio_data_dir(bio));
 -      return 0;
+       up_read(&zram->init_lock);
 -      return 0;
++      return;
+ error_unlock:
+       up_read(&zram->init_lock);
+ error:
+       bio_io_error(bio);
  }
  
- void zram_reset_device(struct zram *zram)
+ void __zram_reset_device(struct zram *zram)
  {
        size_t index;